document.write("<script language=javascript>");
document.write("function gowhere(formname)");
document.write("{");
document.write(" var url;");
document.write(" if (formname.myselectvalue.value == \"0\")");
document.write(" {");
document.write("  url = \"http://www1.baidu.com/baidu\";");
document.write("  document.search_form.tn.value = \"sitempsoft\";");
document.write("  formname.method = \"get\";");
document.write(" }");
document.write(" if (formname.myselectvalue.value == \"1\")");
document.write(" {");
document.write("  url = \"http://mp3search.baidu.com/wstsearch\";");
document.write("  document.search_form.tn.value = \"baidump3\";");
document.write("  document.search_form.ct.value = \"134217728\";");
document.write("  document.search_form.lm.value = \"-1\";");
document.write("  formname.method = \"get\";");
document.write(" }");
document.write(" if (formname.myselectvalue.value == \"2\")");
document.write(" {");
document.write("  document.search_form.tn.value = \"flash\";");
document.write("  document.search_form.ct.value = \"33554432\";");
document.write("  url = \"http://flash.baidu.com/wstsearch\";");
document.write(" }");
document.write(" if (formname.myselectvalue.value == \"3\")");
document.write(" { ");
document.write("   window.open(\"http://www.google.com/search?hl=zh-CN&lr=lang_zh-CN&q=\"+document.search_form.word.value,\"\");");
document.write("   return false;  ");
document.write(" } ");
document.write(" if (formname.myselectvalue.value == \"4\")");
document.write(" { ");
document.write("   window.open(\"http://cn.search.yahoo.com/search/cn?p=\"+document.search_form.word.value,\"\");");
document.write("   return false;  ");
document.write(" } ");
document.write(" if (formname.myselectvalue.value == \"5\")");
document.write(" { ");
document.write("   window.open(\"http://webpage.sina.com.cn/cgi-bin/webpage/webpage_google.cgi?word=\"+document.search_form.word.value,\"\");");
document.write("   return false;  ");
document.write(" } ");
document.write(" if (formname.myselectvalue.value == \"6\")");
document.write(" { ");
document.write("   window.open(\"http://site.search.sohu.com/website.jsp?key_word=\"+document.search_form.word.value,\"\");");
document.write("   return false;  ");
document.write(" } ");
document.write(" if (formname.myselectvalue.value == \"7\")");
document.write(" { ");
document.write("   window.open(\"http://nisearch.163.com/Search?q=\"+document.search_form.word.value,\"\");");
document.write("   return false;  ");
document.write(" }");
document.write(" if (formname.myselectvalue.value == \"8\")");
document.write(" { ");
document.write("   window.open(\"http://www.skycn.com/search.php?sor=00&ss_name=\"+document.search_form.word.value,\"\");");
document.write("   return false;  ");
document.write(" } ");
document.write(" ");
document.write("");
document.write(" formname.action = url;");
document.write(" return true;");
document.write("}");
document.write("</script>");
document.write("");
document.write("  <table width=\"758\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >");
document.write("    <form name=\"search_form\" onsubmit=\"return gowhere(this)\" target=\"_blank\">");
document.write("      <tr> ");
document.write("        <td width=\"99%\"> ");
document.write("          <input type=\"hidden\" name=\"myselectvalue\" value=0>");
document.write("          <input type=\"hidden\" name=\"tn\" value=\"\">");
document.write("          <input type=\"hidden\" name=\"ct\" value=\"\">");
document.write("          <input type=\"hidden\" name=\"lm\" value=\"\">");
document.write("        </td>");
document.write("      </tr>");
document.write("      <tr height=\"23\" bgcolor=\"#fde6a8\"> ");
document.write("        <td align=\"left\" colspan=\"2\" bgcolor=\"#fde6a8\">&nbsp;超级搜索 ");
document.write("          <input  type=\"text\" id=word name=word size=\"16\" style=\"BORDER-BOTTOM: #336600 1px solid; BORDER-LEFT: #336600 1px solid; BORDER-RIGHT: #336600 1px solid; BORDER-TOP: #336600 1px solid; FONT-SIZE: 9pt \">");
document.write("          <input type=\"submit\" value=\"搜索\" align=middle  style=\"BACKGROUND-COLOR: #666699; COLOR: white; HEIGHT: 19px; WIDTH: 40px ;FONT-SIZE: 9pt\">");
document.write("          <input type=\"radio\" name=\"myselect\" checked value=0 onclick=\"javascript:this.form.myselectvalue.value=0;\">");
document.write("          <font color=\"#0000CC\" style=\"font-size: 12px\">百度</font> ");
document.write("        ");
document.write("          <input type=\"radio\" name=\"myselect\" value=3 onClick=\"javascript:this.form.myselectvalue.value=3;\">");
document.write("          <font color=\"#0000CC\" style=\"font-size: 12px\">Google</font>");
document.write("          ");
document.write("          <input type=\"radio\" name=\"myselect\" value=4 onclick=\"javascript:this.form.myselectvalue.value=4;\">");
document.write("          <font color=\"#0000CC\" style=\"font-size: 12px\">雅虎</font>");
document.write("          <input type=\"radio\" name=\"myselect\" value=5 onclick=\"javascript:this.form.myselectvalue.value=5;\">");
document.write("          <font color=\"#0000CC\" style=\"font-size: 12px\">新浪</font>");
document.write("          <input type=\"radio\" name=\"myselect\" value=6 onclick=\"javascript:this.form.myselectvalue.value=6;\">");
document.write("          <font color=\"#0000CC\" style=\"font-size: 12px\">搜狐</font>");
document.write("          <input type=\"radio\" name=\"myselect\" value=7 onclick=\"javascript:this.form.myselectvalue.value=7;\">");
document.write("        <font color=\"#0000CC\" style=\"font-size: 12px\">网易</font> ");
document.write("        <input type=\"radio\" name=\"myselect\" value=8 onclick=\"javascript:this.form.myselectvalue.value=8;\">");
document.write("          <font color=\"#0000CC\" style=\"font-size: 12px\">软件</font>");
document.write("          <input type=\"radio\" name=\"myselect\" value=1 onclick=\"javascript:this.form.myselectvalue.value=1;\">");
document.write("          <font color=\"#0000CC\" style=\"font-size: 12px\">mp3</font> ");
document.write("          <input type=\"radio\" name=\"myselect\" value=2 onclick=\"javascript:this.form.myselectvalue.value=2;\">");
document.write("          <font color=\"#0000CC\" style=\"font-size: 12px\">Flash</font> <font color=\"#000000\">&nbsp;</font>");
document.write("    </tr>");
document.write("    </form>");
document.write("  </table> ");
document.write("");
document.write("");
document.write("");
document.write(" ");
document.write("<table border=\"0\" width=\"758\" cellspacing=\"0\" cellpadding=\"0\" height=\"1\">");
document.write("  <tr> <td width=\"100%\"  height=\"1\" bgcolor=\"#0e75e7\"></td> </tr>");
document.write("</table>");
document.write("");
document.write("<table width=\"758\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#fde6de\" >");
document.write("    <tr height=\"20\" valign=\"bottom\"> ");
document.write("        <td align=\"left\" width=\"99%\" height=\"16\">&nbsp;<font color=\"cc0000\">热门网址：</font><font color=\"#0000CC\"></font>&nbsp;<a href=\"1.htm\"><font ");
document.write("color=#800080>音乐MP3</font></a>&nbsp;&nbsp;<a ");
document.write("href=\"77.htm\">FLASH</a>&nbsp;&nbsp;<a ");
document.write("href=\"2.htm\"><font color=\"#FF0000\">游戏</font></a>&nbsp;&nbsp;<a ");
document.write("href=\"5.htm\"><font color=\"#006600\">聊天</font></a>&nbsp;&nbsp;<a href=\"179.htm\"><font color=\"#990099\">数码</font></a>&nbsp;&nbsp;<a href=\"168.htm\"><font color=\"#0000CC\">QQ工具</font></a>&nbsp;&nbsp;<a ");
document.write("href=\"66.htm\"><font color=\"#000000\">传奇</font></a>&nbsp;&nbsp;<a ");
document.write("href=\"175.htm\"><font color=\"#990000\">足球</font></a>&nbsp;&nbsp;<a href=\"158.htm\">英语</a>&nbsp;&nbsp;<a ");
document.write("href=\"30.htm\"><font color=#ff0000>宽带电影</font></a>&nbsp;&nbsp;<a href=\"21.htm\"><font ");
document.write("color=#0000ff>娱乐</font></a>&nbsp;&nbsp<a href=\"12.htm\" target=_blank><font color=\"#006600\">手机</font></a>&nbsp;&nbsp ");
document.write("          <a href=\"165.htm\" target=_blank><font color=\"#CC3300\">虚拟主机</font></a>&nbsp;&nbsp ");
document.write("          <font color=#ff0000><a href=\"145.htm\">彩票</a><a href=\"8.htm\">股票</a></font>&nbsp;&nbsp;<a href=\"http://sms1.ctn.com.cn/smslist/index1.htm?user_id=25\"><font color=\"#990000\">手机铃声</font></a> ");
document.write("          &nbsp; </td>");
document.write(" </tr>");
document.write("</table>");
document.write("");

