<!-- 
var text = "———>"
var text1= ">>>>> 欢 迎 您 进 入 临 湘 市 科 技 网 ，祝 您 愉 快 ！   "
comeback=0
cometo=0
function dis(){ 
window.status=text1.substring(0,cometo) 
if(comeback==1){ 
cometo--; 
if(cometo==0){comeback=0}
} else {cometo++;if(cometo==text1.length){comeback=1}}
window.status=text+text1.substring(0,cometo)+"。。。 "
if(cometo==text1.length){window.setTimeout("dis()",1000);} else {window.setTimeout("dis()",50);}
}
dis()
// -->
function SearchAction()
{
    if(document.searchform.Keywords.value=="")   { alert(" 请您输入关键词! "); return false;}
}