<!--
document.write('<form name="metasearch"><img src="http://solution.wen.su/file/google.gif" alt=""/><br/><font color="red">Go</font><font color="blue">og</font><font color="yellow">le</font><font color="white"> Search</font><br/><input name="query" type="text" size="18" value="Tulis disini" maxlength="100" value=""><br/><select name="engine"><option value="gweb">Web</option><option value="gimg">Gambar</option><option value="gloc">Lokal</option><option value="gwap">Situs Wap</option></select><br/><input type="button" value="Cari" onClick="search();"><hr><a href="http://solution.wen.su/warning/proklamasi.html"><font color="red">Proklamasi</font></a><br/><small><b>Tips;</b></small><br/>Gunakan teknologi informasi dan komunikasi secara cepat, tepat, serta akurat.<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;}}
//-->