function addpage() { window.external.AddFavorite('http://www.yzcity.gov.cn','永州市政府网站') } function KillSpace(x) { while((x.length>0) && (x.charAt(0)==' ')) x = x.substring(1,x.length) while((x.length>0) && (x.charAt(x.length-1)==' ')) x = x.substring(0,x.length-1) return x } function checkempty() { keywords=KillSpace(document.searchform.keywords.value); if(keywords == 0) { alert('\n请您输入检索关键词!') return false } return true } setInterval("jnkc.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);