﻿/*
功能：分页页眉信息
作者：杨挺
修改日期：2010-03-29
公司：北京糖果网络技术有限公司
*/
document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln(".topsize {");
document.writeln("	font-size: 12px;");
document.writeln("}");
document.writeln(".topgg {");
document.writeln("	padding: 3px 0px;");
document.writeln("}");
document.writeln(".tops {");
document.writeln("	padding: 2px;");
document.writeln("}");
document.writeln(".topsize {");
document.writeln("	font-size: 12px;");
document.writeln("	line-height: 120%;");
document.writeln("}");
document.writeln("body {");
document.writeln("	margin-top: 0px;");
document.writeln("}");
document.writeln("-->");
document.writeln("</style>");


document.writeln("<table width=\"940\" height=\"60\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<tr>");

document.writeln("    <td width=\"160\" align=\"right\">");
document.writeln("        <a href=\"/\" target=_self><img src=\"/images/logo.gif\" border=\"0\" alt=\"返回糖果网址导航首页\"></a>");
document.writeln("    </td>");


document.writeln("    <td width=\"671\" align=\"center\" valign=\"top\">");
document.writeln("        <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("          <tr>");
document.writeln("                <td height=\"10\">&nbsp;</td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("                <td align=\"center\">");
document.writeln("                <form name=\"gform\" method=\"get\" action=\"http://www.baidu.com/s?\" target=\"_blank\">");
document.writeln("                      <a href=\"http://www.baidu.com/index.php\" target=\"_blank\"><img src=/images/baidu_logo.gif border=0 width=\"75\" height=\"23\" align=\"absmiddle\"></a>　");
document.writeln("                      <input name=\"word\" class=\"topgg\" type=\"text\" size=\"35\" onmouseover=\"this.focus()\" onfocus=\"this.select()\">");
document.writeln("                      <input type=\"hidden\" name=\"bs\" value=\"%3F&f=8\">");
document.writeln("                      <input type=\"hidden\" name=\"ch\" value=\"2\">     ");
document.writeln("                      <input type=\"submit\"  class=\"tops\" value=\"搜  索\">");
document.writeln("                </form>");
document.writeln("                </td>");
document.writeln("          </tr>");
document.writeln("        </table>");
document.writeln("    </td>");
document.writeln("    <td width=\"95\" align=\"center\"><a href=\"#\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.tg1234.com')\"><img src=\"/images/home.gif\" width=\"15\" height=\"15\" border=\"0\"> <span class=\"topsize\">设为主页</span></a><br /><a href=\"http://bbs.tg1234.com/showforum-42.html\" target=\"_blank\"><img src=\"/images/notebook.gif\" width=\"15\" height=\"15\" border=\"0\"><span class=\"topsize\"> 我要报错</span></a></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("<table width=\"940\" height=\"10\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("    <tr><td height=\"10\" class=\"tbl_top1\"></td></tr>");
document.writeln("</table>");


