<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Sandeep Gangadharan -->

<!-- Begin

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

}

//  End -->
