document.writeln('<form method="POST" action="http://www.tomyang.net/cgi-bin/wwwlist.pl">\n');
   document.writeln('<table noborder>');
   document.writeln('<tr><th align=right nowrap> Keywords:</th><td nowrap><input type="textbox" value="" name="context"></td></tr>');
   document.writeln('<tr><th align=right nowrap> Month(s):</th><td nowrap><input type="textbox" value="" name="months" size=4> month(s) back.</td></tr>');
   document.writeln('<tr><th align=right nowrap>Sort by:</th><td nowrap><select name="sort">');
   document.writeln('<option value="entry">Post #</option>',
   '<option value="subject">Subject</option>',
   '<option value="author">Author</option>',
   '<option selected value="date">Date</option>');
   document.writeln('</select></td></tr>');
   document.writeln('<tr><td colspan=2 align=center nowrap><em>Use these fields to find messages.</em>');
   document.writeln('<input name="search" type="submit" value="Search"></td></tr></table>');
document.writeln('</form>')
