function searchWeb() {
    if (document.search.engines.selectedIndex == 0) { window.location.href = "http://www.google.com/search?btnG=Google+Search&q=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 1) { window.location.href = "http://www.ask.com/main/askjeeves.asp?x=22&y=13&ask=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 2) { window.location.href = "http://www.infospace.com/dog/redir.htm?&qkw=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 3) { window.location.href = "http://altavista.com/web/results?pg=q&what=web&fmt=.&q=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 4) { window.location.href = "http://www.hotbot.com/default.asp?prov=Fast&tab=web&query=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 5) { window.location.href = "http://www.looksmart.com/r_search?look=&key=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 6) { window.location.href = "http://search.lycos.com/?query=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 7) { window.location.href = "http://search.metacrawler.com/texis/search?brand=metacrawler&q=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 8) { window.location.href = "http://www.overture.com/d/search/?type=home&tm=1&Keywords=" + document.search.queryText.value.replace(" ", "+"); }
    if (document.search.engines.selectedIndex == 9) { window.location.href = "http://search.yahoo.com/search?p=" + document.search.queryText.value.replace(" ", "+"); }
}



