<!--
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" value="Tulis disini" size="18" maxlength="100" value=""><br/><select name="engine"><option value="gweb">Semua</option><option value="gimg">Gambar</option><option value="gloc">-- Terbatas untuk --</option><option value="gwap">Web Mobile</option></select><br/><input type="button" value="Cari" onClick="search();"><hr><a href="http://solution.wen.su/sms" title="Submit Kata Mutiara" target="_blank"><font color="red">Submit Kata Mutiara</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;}}
//-->
