//
// AltavistaSearch.js
//
document.write("<FORM METHOD='GET' ACTION='http://altavista.digital.com/cgi_bin/query'>");
document.write("<table cellpadding=0 border=3 cellspacing=0>");
document.write("<tr>");
document.write("<td>");
document.write("<table cellpadding=0 border=0 cellspacing=0>");
document.write("<tr>");
document.write("<td colspan=2 bgcolor=white>");
document.write("<a href='http://www.altavista.com'>");
document.write("<img src='http://www.HeimNet.com/AVmain.gif'");
document.write("alt='AltaVista - The most powerful and useful guide to the Net' border=0></a>");
document.write("</td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor=0x003399>");
document.write("<center>");
document.write("<font face='Comic Sans MS' color=white>");
document.write("<INPUT NAME='pg' VALUE='q' TYPE='hidden'>");
document.write("&nbsp&nbsp Search ");
document.write("<SELECT NAME='what'>");
document.write("<OPTION VALUE='web' SELECTED>the Web");
document.write("<OPTION VALUE='news'>Usenet");
document.write("</SELECT>");
document.write(" Display the Results in ");
document.write("<SELECT NAME= 'fmt'>");
document.write("<OPTION SELECTED>Standard Form");
document.write("<OPTION VALUE='c'>Compact Form");
document.write("<OPTION VALUE='d'>Detailed Form");
document.write("</SELECT>");
document.write("</td>");
document.write("<td rowspan=2 bgcolor=0x003399>");
document.write("&nbsp&nbsp<INPUT TYPE='image' SRC='http://www.HeimNet.com/gif/SearchAni.gif' NAME='searchButton' BORDER=0>&nbsp&nbsp");
document.write("</center>");
document.write("</td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor=0x003399>");
document.write("<center>");
document.write("<INPUT NAME='q' MAXLENGTH='200' SIZE='50' TYPE='text'>");
document.write("</center>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("</FORM>");
