document.write ("<table border='0' cellspacing='0' cellpadding='0'>");
document.write ("<form method='get' action='/search/search.asp' class='zoom_searchform' name='zoom_searchform'>");
document.write ("<tr>");
document.write ("<td class='reverse'>Search&nbsp;&nbsp;&nbsp;</td>");
document.write ("<td>");
document.write ("<input type='text' name='zoom_query' size='20' value='' />&nbsp;");
document.write ("<input type='submit' value='Submit' class='button' />");
document.write ("<input type='hidden' name='zoom_per_page' value='10' />");
document.write ("<input type='hidden' name='zoom_and' value='0' />");
document.write ("<input type='hidden' name='zoom_sort' value='0' />");
document.write ("</td>");
document.write ("</tr>");
document.write ("</form>");
document.write ("</table>");