<!--
  document.write ("  <table border=0>");
  document.write ("  <form action='search.asp' method=get>");
  document.write ("  <tr>");
  document.write ("  <td>" + img_small('new') + "站内搜索：</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='article'>实战</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='多功能搜索'>搜索帮助</a></td>");
  document.write ("  </tr>");
  document.write ("  </form>");
  document.write ("  </table>");
-->