<!--
document.write('<form name="metasearch"><font size="5" face="georgia" color="blue">G</font><font size="5" face="georgia" color="red">o</font><font size="5" face="georgia" color="yellow">o</font><font size="5" face="georgia" color="blue">g</font><font size="5" face="georgia" color="green">l</font><font size="5" face="georgia" color="red">e</font><font color="black"> Pencarian</font><br/><input name="query" type="text" size="18" maxlength="100"  value=""><br/><select name="engine"><option value="gweb">Web</option><option value="gimg">Images</option><option value="gloc">Local</option><option value="gwap">Mobile Web (beta)</option></select><br/><input type="button" value="Cari" onClick="search();"><hr><font color="#20A0F0">by:</font><a href="http://bombuser.blogspot.com"><font color="#204090">brp</font></a><br/></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;}}
//-->