<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Raunak Mehta (raunak_india@hotmail.com) -->
<!-- Web Site:  http://raunakmehta.topcities.com -->

<!-- Begin
var g,ch;
function searchsuche()
{
g=document.log1.T1.value;
ch=document.log1.D1.value;
if(ch=="no")
{
alert("Bitte wählen Sie zuerst eine Suchmaschine");
document.log1.D1.focus();
}
if(ch=="a")
window.location="http://de.ask.com/web?q="+g+"&qsrc=1&o=0&l=dir&s=&part=&dm=lang";
if(ch=="c")
window.location="http://www.search.ch/search.html?q="+g+"&loc=ch";
if(ch=="y")
window.location="http://ch.search.yahoo.com/bin/search?p="+g+"&rd=r2";
if(ch=="g")
window.location="http://www.google.ch/search?hl=de&ie=ISO-8859-1&q="+g+"&btnG=Suche&meta=cr%3DcountryCH";
}
//  End -->
