<!--
  document.write ("  <table border=0>");
  document.write ("  <form action='search.asp' method=get>");
  document.write ("  <tr>");
  document.write ("  <td><img src=images/small/search.gif title='站内搜索'></td>");
  document.write ("  <td>&nbsp;<input type=text name=keyword value='' size=20 maxlength=20></td>");
  document.write ("  <td>&nbsp;&nbsp;<select name=sea_type>");
  document.write ("<option value='forum'>论坛</option>");
  document.write ("<option value='news'>新闻</option>");
  document.write ("<option value='article'>文栏</option>");
  document.write ("<option value='down'>下载</option>");
  document.write ("<option value='paste'>图片</option>");
  document.write ("<option value='flash'>Flash</option>");
  document.write ("<option value='website'>网站</option>");
  document.write ("</select>&nbsp;&nbsp;</td>");
  document.write ("  <td><input type=checkbox name=celerity value='yes'></td>");
  document.write ("  <td>快速搜索&nbsp;&nbsp;</td>");
  document.write ("  <td valign=top><input type=image src='images/small/web_sea.gif' border=0></td>");
  document.write ("  <td>&nbsp;&nbsp;<a href='search.asp?action=help' title='多功能搜索'><b>帮助?</b></a></td>");
  document.write ("  </tr>");
  document.write ("  </form>");
  document.write ("  </table>");
-->