document.writeln("<SCRIPT language=javascript>");
document.writeln("var msg = \"非常感谢您的光临! \" ;");
document.writeln("var interval = 120");
document.writeln("var spacelen = 120;");
document.writeln("var space10=\" \";");
document.writeln("var seq=0;");
document.writeln("function Helpor_net() {");
document.writeln("len = msg.length;");
document.writeln("window.status = msg.substring(0, seq+1);");
document.writeln("seq++;");
document.writeln("if ( seq >= len ) {");
document.writeln("seq = 0;");
document.writeln("window.status = \'\';");
document.writeln("window.setTimeout(\"Helpor_net();\", interval );");
document.writeln("}");
document.writeln("else");
document.writeln("window.setTimeout(\"Helpor_net();\", interval );");
document.writeln("}");
document.writeln("Helpor_net();");
document.writeln("</SCRIPT>");
document.writeln("");