function dosearch() {
var sf=document.searchform;
var submitto = sf.sengines.options[sf.sengines.selectedIndex].value + escape(sf.searchterms.value);
window.location.href = submitto;
return false;
}
document.writeln(" <form name=\"searchform\" onSubmit=\"return dosearch();\" style=\"margin: 0px; height:12px;\"> ");
document.writeln(" <font class=\"ys\">Search:  </font>");
document.writeln(" <select name=\"sengines\" style=\"border-width: 1px; font-family: arial,helvetica; font-size: 11px; height: 18px; width: 94px; background-color: #E6E6E6; color: #701BAE\" > ");
document.writeln(" <option value=\"http://www.worthyseek.com/cgi-bin/metasearch/metasearch.cgi?results&keywords=\" selected>The Web</option> ");
document.writeln(" <option value=\"http://www.worthylinks.com/cgi-bin/search.pl?action=search&terms=\">Christian Sites</option> ");
document.writeln(" <option value=\"http://www.worthynews.com/isearch/index.php?s=\">Worthy News</option> ");
document.writeln(" </select> ");
document.writeln(" <font class=\"ys\">For:  </font>");
document.writeln(" <input type=\"text\" name=\"searchterms\" style=\"border-width: 1px; font-family: arial,helvetica; font-size: 12px; height: 18px; width: 80px;\"> ");
document.writeln(" <input type=\"submit\" name=\"SearchSubmit\" value=\"GO!\"  style=\"border-width: 1px; font-family: verdana,arial,helvetica; font-weight:bold; font-size: 10px; height: 18px; width: 28px; text-align: top; background-color: rgb(112,27,174); color: rgb(255,159,80)\"> ");
document.writeln(" </form> ");