﻿<!--
document.write('<form name="metasearch"><font color="red">Мультипоиск:</font><br/><input name="query" type="text" size="14" maxlength="100"  value=""><br/><select name="engine"><option value="gwap">Google (Wap)</option><option value="gweb">Google (Web)</option><option value="gim">Google (Картинки)</option><option value="yahoo">Yahoo</option><option value="bing">Bing</option><option value="mail">Mail</option><option value="yandex">Яndex</option><option value="wiki">Википедия</option></select><br/><input type="button" value="Найти" onClick="search();"></form>')
function search() {t = document.metasearch.query.value;
s = document.metasearch.engine[document.metasearch.engine.selectedIndex].value;
if (s == "gwap") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=mobile&q="+ t;}
if (s == "gweb") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=search&q="+ t;}
if (s == "gim") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=images&q="+ t;}
if (s == "rambler") {location.href = "http://m.myrambler.ru/search.php?pagelen=10&query=" + t;}
if (s == "bing") {location.href = "http://m.bing.com/CommonPage.aspx?Q="+ t;}
if (s == "yandex") {location.href = "http://yandex.ru/msearch?s=all&text="+ t;}
if (s == "mail") {location.href = "http://wap.go.mail.ru/search?q="+ t;}
if (s == "yahoo") {location.href = "http://m.yahoo.com/w/onesearch/oneSearch%3B_ylt=A0SO8iV5B49KUGcA1gjl5dw4?submit=oneSearch&.intl=DE&.lang=de&.tsrc=yahoo&.sep=fp&lat=52.516074&lon=13.376987&city=Berlin&street=&state=&zip=&country=DE&p=%D1%83+%D0%BF%D0%B5%D1%82%D1%80%D0%BE%D0%B2%D0%B8%D1%87%D0%B0&x=40&y=14" + t;}
if (s == "wiki") {location.href = "http://wapedia.mobi/ru/Special:Search?search=" + t;}}
//-->