document.write("<table style=\"BORDER-RIGHT: #6595d6 1px solid; BORDER-TOP: #6595d6 0px solid; BORDER-LEFT: #6595d6 1px solid; WIDTH: 760; BORDER-BOTTOM: #6595d6 0px solid\" cellSpacing=\"0\" cellPadding=\"0\" align=\"center\">")
document.write("<tr>")
document.write("<td width=\"100%\" style=\"font-size: 12px; line-height: 15px; font-family: 宋体\">")
document.write("<table cellSpacing=\"0\" cellPadding=\"0\" width=\"100%\" align=\"center\" border=\"0\">")
document.write("<tr>")
document.write("<td class=\"TopDarkNav\" height=\"9\"></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td class=\"TopLighNav2\" height=\"70\">")
document.write("<table width=\"100%\" align=\"center\" border=\"0\">")
document.write("<tr>")
document.write("<td align=\"left\" width=\"25%\" style=\"font-size: 12px; line-height: 15px; font-family: 宋体\">")
document.write("<a href=\"http://www.gsbaby.com/\" style=\"color: #000000; text-decoration: none\">")
document.write("<img src=\"../images/head/logo.gif\" border=\"0\" width=\"180\" height=\"60\"></a></td>")
document.write("<td align=\"middle\" width=\"65%\" style=\"font-size: 12px; line-height: 15px; font-family: 宋体\">")
document.write("<a href=\"http://www.gsbaby.com\" target=_blank><img src=../upload/gsbanner.jpg border=0></a>")
document.write("</td>")
document.write("<td style=\"line-height: 15pt; font-size: 12px; font-family: 宋体\" align=\"right\" width=\"12%\">")
document.write("<a href=\"#\" style=\"color: #000000; text-decoration: none\"><span style=\"CURSOR: hand\" onclick=\"window.external.AddFavorite('http://www.gsbaby.com/', '金太阳在线')\">加入收藏</span></a><br>")
document.write("<a class=top href=\"../login.asp\" style=\"color: #000000; text-decoration: none\">免费注册</a><br>")
document.write("<a href=\"../help.asp\" style=\"color: #000000; text-decoration: none\">帮助中心</a>")
document.write("</td></tr>")
document.write("<tr>")
document.write("<td align=\"left\" width=\"25%\" style=\"font-size: 12px; line-height: 15px; font-family: 宋体\">")
document.write("<p align=\"center\"><font color=\"#ff0000\"><script language=JavaScript>\nvar day=\"\";\nvar month=\"\";\nvar ampm=\"\";\nvar ampmhour=\"\";\nvar myweekday=\"\";\nvar year=\"\";\nmydate=new Date();\nmyweekday=mydate.getDay();\nmymonth=mydate.getMonth()+1;\nmyday= mydate.getDate();\nmyyear= mydate.getYear();\nyear=(myyear > 200) ? myyear : 1900 + myyear;\nif(myweekday == 0)\nweekday=\" 星期日 \";\nelse if(myweekday == 1)\nweekday=\" 星期一 \";\nelse if(myweekday == 2)\nweekday=\" 星期二 \";\nelse if(myweekday == 3)\nweekday=\" 星期三 \";\nelse if(myweekday == 4)\nweekday=\" 星期四 \";\nelse if(myweekday == 5)\nweekday=\" 星期五 \";\nelse if(myweekday == 6)\nweekday=\" 星期六 \";\ndocument.write(\"<font color=#ff0000>今天 \"+year+\"年\"+mymonth+\"月\"+myday+\"日 \"+weekday+\"<\/font>\");\n<\/script> </font></td>")
document.write("<td align=\"middle\" width=\"75%\" style=\"font-size: 12px; line-height: 15px; font-family: 宋体\" colspan=\"2\">")
document.write("<div align=\"right\">")
document.write("<table style=\"BORDER-COLLAPSE: collapse\" borderColor=\"#ffffff\" height=\"21\" cellSpacing=\"0\" cellPadding=\"0\" border=\"0\">")
document.write("<tr>")
document.write("<td vAlign=\"center\" align=\"middle\" width=\"62\" background=\"../images/head/menubg.gif\" height=\"21\"><a href=\"../main.asp\" style=\"color: #ffffff; text-decoration: none\">金太阳首页</a></td>")
document.write("<td vAlign=\"center\" align=\"middle\" width=\"62\" background=\"../images/head/menubg.gif\" height=\"21\"><a href=\"../info/index.htm\" style=\"color: #ffffff; text-decoration: none\">资讯中心</a></td>")
document.write("<td vAlign=\"center\" align=\"middle\" width=\"62\" background=\"../images/head/menubg.gif\" height=\"21\"><a href=\"../shop.asp\" style=\"color: #ffffff; text-decoration: none\">宝宝超市</a></td>")
document.write("<td vAlign=\"center\" align=\"middle\" width=\"62\" background=\"../images/head/menubg.gif\" height=\"21\"><a href=\"../gallery.asp\" style=\"color: #ffffff; text-decoration: none\">宝宝图库</a></td>")
document.write("<td vAlign=\"center\" align=\"middle\" width=\"62\" background=\"../images/head/menubg.gif\" height=\"21\"><a href=\"../forum.asp\" style=\"color: #ffffff; text-decoration: none\">金太阳论坛</a></td>")
document.write("<td vAlign=\"center\" align=\"middle\" width=\"62\" background=\"../images/head/menubg.gif\" height=\"21\"><a href=\"../user_main.asp\" style=\"color: #ffffff; text-decoration: none\">用户中心</a></td>")
document.write("</tr></table></div>")
document.write("</td></tr></table>")
document.write("</td></tr>")
document.write("<tr><td class=\"TopLighNav\" height=\"9\"></td></tr>")
document.write("<tr><td vAlign=\"center\" height=\"22\">")
document.write("<table cellSpacing=\"0\" cellPadding=\"1\" width=\"760\" align=\"center\" border=\"0\">")
document.write("<tr>")
document.write("<script language=Javascript>\n<!--\nfunction urlencode(str) {\nvar ns = (navigator.appName==\"Netscape\") ? 1 : 0;\nif (ns) { return escape(str); }\nvar ms = \"%25#23 20+2B?3F<3C>3E{7B}7D[5B]5D|7C^5E~7E`60\";\nvar msi = 0;\nvar i,c,rs,ts ;\nwhile (msi < ms.length) {\nc = ms.charAt(msi);\nrs = ms.substring(++msi, msi +2);\nmsi += 2;\ni = 0;\nwhile (true){ \ni = str.indexOf(c, i);\nif (i == -1) break;\nts = str.substring(0, i);\nstr = ts + \"%\" + rs + str.substring(++i, str.length);\n}\n}\nreturn str;\n}\n\/\/-->\n<\/script>\n<form onsubmit=\"window.location=this.kt.options[this.kt.selectedIndex].value+urlencode(this.k.value); return false;\">")
document.write("<td>")
document.write("<img src=\"../images/head/search.gif\" width=\"13\" height=\"13\">")
document.write("&nbsp;<input onfocus=\"this.value=''\" value=\"请输入关键字\" name=\"keyword\" size=\"20\">")
document.write("&nbsp;<select style=\"WIDTH: 114px; HEIGHT: 114px\" name=\"sea_type\">")
document.write("<option value=\"../search.asp?sea_type=forum&keyword=\">论坛</option>")
document.write("<option value=\"../search.asp?sea_type=news&keyword=\">新闻</option>")
document.write("<option value=\"../search.asp?sea_type=info&keyword=\">文栏</option>")
document.write("<option value=\"../search.asp?sea_type=paste&keyword=\">图片</option>")
document.write("<option value=\"../search.asp?sea_type=flash&keyword=\">玩具</option>")
document.write("<option value=\"../search.asp?sea_type=website&keyword=\">网站</option>")
document.write("</select>")
document.write("&nbsp;<input type=\"submit\" value=\"手气不错\" name=\"Submit2\">")
document.write("</td>")
document.write("</form>")
document.write("<td align=\"middle\" bgColor=\"#EFEFEF\">")
document.write("&nbsp;<a href=\"../info_sort/index.htm\">文章分类</a>&nbsp;")
document.write("<a href=\"../search.asp?sea_type=info&pl=date\">文章最近更新</a></td>")
document.write("</tr></table>")
document.write("</td></tr>")
document.write("<tr><td background=\"../images/bg_dian.gif\"></td></tr>")




document.write("<tr><td background='../images/bg_dian.gif' height=1></td></tr>")