document.writeln("<SCRIPT language=JavaScript>");
document.writeln("  <!-- ");
document.writeln("    var hellotext=\"星空驿站欢迎您！本站QQ群：13497182  广告只为网站生存，不代表本站观点\"");
document.writeln("    var thetext=\"\"");
document.writeln("    var started=false");
document.writeln("    var step=0");
document.writeln("    var times=1");
document.writeln("    function welcometext()");
document.writeln("    {");
document.writeln("      times--");
document.writeln("      if (times==0)");
document.writeln("      { ");
document.writeln("        if (started==false)");
document.writeln("        {");
document.writeln("          started = true;");
document.writeln("          window.status = hellotext;");
document.writeln("          setTimeout(\"anim()\",1); ");
document.writeln("        }");
document.writeln("        thetext = hellotext;");
document.writeln("      }");
document.writeln("    }");
document.writeln("");
document.writeln("    function showstatustext(txt)");
document.writeln("    {");
document.writeln("      thetext = txt;");
document.writeln("      setTimeout(\"welcometext()\",4000)");
document.writeln("      times++");
document.writeln("    }");
document.writeln("");
document.writeln("    function anim()");
document.writeln("    {");
document.writeln("      step++");
document.writeln("      if (step==7) {step=1}");
document.writeln("      if (step==1) ");
document.writeln("{window.status=\'>===\'+thetext+\'===<\'}");
document.writeln("      if (step==2) ");
document.writeln("{window.status=\'=>==\'+thetext+\'==<=\'}");
document.writeln("      if (step==3) ");
document.writeln("{window.status=\'>=>=\'+thetext+\'=<=<\'}");
document.writeln("      if (step==4) ");
document.writeln("{window.status=\'=>=>\'+thetext+\'<=<=\'}");
document.writeln("      if (step==5) ");
document.writeln("{window.status=\'==>=\'+thetext+\'=<==\'}");
document.writeln("      if (step==6) ");
document.writeln("{window.status=\'===>\'+thetext+\'<===\'}");
document.writeln("      setTimeout(\"anim()\",200);");
document.writeln("    }");
document.writeln("  \/\/ -->");
document.writeln("welcometext();");
document.writeln("<\/SCRIPT>")