<!--
document.write('<form name="metasearch"><font color="red">G</font><font color=lime>O</font></font><font color="blue">O</font><font color=green>G</font><font color="yellow">L</font><font color=blue>E</font></font><br/><input name="query" type="text" size="18" maxlength="100" value="jakatingkir.wen.ru"><br/><select name="engine"><option value="gweb">Web</option><option value="gimg">gambar</option><option value="gloc">Local</option><option value="gwap">Web (beta)</option></select><br/><input type="button" value="telusuri" onClick="search();"></form>')
function search() {t = document.metasearch.query.value;
s = document.metasearch.engine[document.metasearch.engine.selectedIndex].value;
if (s == "gweb") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=search&q="+ t;}
if (s == "gimg") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=images&q="+ t;}
if (s == "gloc") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=local&q="+ t;}
if (s == "gwap") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=mobile&q="+ t;}}
//-->