document.writeln("<SCRIPT LANGUAGE=\"JavaScript\">");
document.writeln("<!--");
document.writeln("window.moveTo(0,0);");
document.writeln("window.resizeTo(screen.availWidth, screen.availHeight);");
document.writeln("var oInterval = \"\";");
document.writeln("function fnStartInterval(){");
document.writeln("oInterval = window.setInterval(\"fnRecycle()\",200);");
document.writeln("}");
document.writeln("function fnRecycle(){");
document.writeln("var d= new Date();");
document.writeln("var h,m,s,ap,sh,sm,ss;");
document.writeln("h = d.getHours();");
document.writeln("m = d.getMinutes();");
document.writeln("s = d.getSeconds();");
document.writeln("if((h\/10) <1) {sh = \"0\"+h;}");
document.writeln("else sh = h;");
document.writeln("if((m\/10) <1) {sm = \"0\"+m;}");
document.writeln("else sm = m;");
document.writeln("if((s\/10) <1) {ss = \"0\"+s;}");
document.writeln("else ss = s;");
document.writeln("window.status = \" 欢迎光临: 西南安防网※广汉市保安公司    WWW.GH110.CN   当前时间:   \" + sh + \":\" + sm +\":\" + ss + \"   \";");
document.writeln("}");
document.writeln("fnStartInterval();");
document.writeln("\/\/-->");
document.writeln("<\/SCRIPT>");