// JavaScript Document
document.write("<form action= method=post name=searchtitle id=searchtitle >")
           document.write (" <table width=100% border=0 cellpadding=3 cellspacing=0>")
                   document.write(  " <tr> ")
                    document.write (" <td height=20 background=../../cnadimages/ringht_back10.gif><span class=unnamed1><font color=#000000><strong>&nbsp;新闻搜索</strong></font></span></td>")
                   document.write("   </tr>")
                    document.write("  <tr> ")
                     document.write("   <td><span class=unnamed1>" )
                      document.write("    <select class=input name=sss size=1>")
                       document.write("     <option value=title selected>按新闻标题</option>")
                        document.write("    <option value=content>按新闻内容</option>")
                         document.write(" </select>")
                          document.write("</span> </td>")
                      document.write("</tr>")
                      document.write("<tr> ")
                      document.write("  <td><input type=text name=ttt class=input size=18> ")
                      document.write("  </td>")
                     document.write(" </tr>")
                     document.write(" <tr> ")
                      document.write("  <td><a href=javascript:login();><img src=http://www.cnad.com/cnadimages/net_ss.gif width=45 height=19 border=0></a> ")
                      document.write("  </td>")
                    document.write("  </tr>")
                   document.write(" </table>")
                document.write("  </form>")
