<!-- Hide from old browsers

document.writeln('<form name="Search" method="GET" action="http://www.rom101.com/searchstory.jsp">');
document.writeln('<table cellpadding=2 cellspacing=2 border=0>');
document.writeln('<input type="hidden" name="searchtype" value="a">');
document.writeln('<input type="hidden" name="category" value="a">');
document.writeln('<tr>');
document.writeln('<td bgcolor="#7aa8e0"><center>');
document.writeln('<font face=arial size=3><b>Site Search');
document.writeln('</b></font></center></td>');
document.writeln('</tr>');
document.writeln('<td bgcolor="E6E6FF"><center>');
document.writeln('<INPUT TYPE=TEXT NAME=query SIZE=15 MAXLENGTH=200></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td bgcolor="#da6a61"><center>');
document.writeln('<INPUT TYPE=SUBMIT VALUE="Search!"></center></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</form>');

// Unhide -->