function dosearch2() {
var sf2=document.searchform2;
var submitto2 = sf2.sengines.options[sf2.sengines.selectedIndex].value + escape(sf2.searchterms.value);
window.location.href = submitto2;
return false;
}
document.writeln(" <form name=\"searchform2\" onSubmit=\"return dosearch2();\" style=\"margin: 0px;\"> ");
document.writeln(" <input type=\"text\" value=\"Searching for...\" onclick=\"this.value=''\" name=\"searchterms\" style=\"border-width: 1px; font-family: tahoma,helvetica; font-size: 11px; height: 14px; width: 120px; color:#000; background-color: #fff\"> ");
document.writeln(" <select name=\"sengines\" style=\"border-width: 1px; font-family: tahoma,arial,helvetica; font-size: 11px; height: 18px; width: 150px; background-color: #fff; color: #000\"> ");
document.writeln(" <option value=\"http://www.worthyseek.com/index.php?sm=Search&Source=1&req=search&term=\" selected>in Worthy Seek (Web)</option> ");
document.writeln(" <option value=\"http://www.worthybible.com/search.php?q=\">in the Bible</option> ");
document.writeln(" <option value=\"http://www.worthylinks.com/index.php?q=\">in Worthy Links (Christian)</option> ");
document.writeln(" <option value=\"http://www.worthynews.com/?s=\">in Worthy News</option> ");
document.writeln(" <option value=\"http://www.worthychristianbookstore.com/content/search/product/index.php?new=1&source=homesearch&querytype=All&query=\">in Worthy Christian Bookstore</option> ");
document.writeln(" <option value=\"http://www.worthydevotions.com/?s=\">in Worthy Devotions</option> ");
document.writeln(" <option value=\"http://www.worthychristianlibrary.com/?s=\">in Worthy Christian Library</option> ");
document.writeln(" </select> ");
document.writeln(" <INPUT TYPE=\"submit\" id=\"submit\" value=\"Search\" ALT=\"Submit button\" ");
document.writeln(" </form> ");