
document.writeln("<script>");
document.writeln("var message=\"母.子.平安--斯利安，欢迎来到安宝宝网站。\"");
document.writeln("var n=0;");
document.writeln("if (document.all){");
document.writeln("document.write(\'<font size=\"14px\" color=\"EFEFEF\">\')");
document.writeln("for (m=0;m<message.length;m++)");
document.writeln("document.write(\'<span id=\"neonlight\" style=\"font-size:14px\">\'+message.charAt(m)+\'<\/span>\')");
document.writeln("document.write(\'<\/font>\')");
document.writeln("var tempref=document.all.neonlight");
document.writeln("}");
document.writeln("else");
document.writeln("document.write(message)");
document.writeln("function neon(){");
document.writeln("if (n==0){");
document.writeln("for (m=0;m<message.length;m++)");
document.writeln("tempref[m].style.color=\"ffffff\"");
document.writeln("}");
document.writeln("tempref[n].style.color=\"d50000\"");
document.writeln("if (n<tempref.length-1)");
document.writeln("n++");
document.writeln("else{");
document.writeln("n=0");
document.writeln("clearInterval(flashing)");
document.writeln("setTimeout(\"beginneon()\",2500)");
document.writeln("return");
document.writeln("}");
document.writeln("}");
document.writeln("function beginneon(){");
document.writeln("if (document.all)");
document.writeln("flashing=setInterval(\"neon()\",30)");
document.writeln("}");
document.writeln("beginneon()");
document.writeln("<\/script>");

