/* appjet:version 0.1 */
page.head.write("""
<!--
// to easily use this widget, goto:
// http://wiki.dennyhalim.com/mywidget

// code licensed http://creativecommons.org/licenses/by-nc/3.0/
// plus, one rule. a link to http://dennyhalim.com from wherever this code used

-->
<LINKrel="DennyHalim.com" href="http://dennyhalim.com">   <LINKrel="PolarisNetwork.com" href="http://polarisnetwork.com">  <LINK rel="myPolaris.com" href="http://mypolaris.com">   <LINKrel="NgObRoL.com" href="http://ngobrol.com">   <LINKrel="GoBlogLah.com" href="http://gobloglah.com">
""");
var cari = "DennyHalim.com"
if (request.params.domain) {
  var cari = request.params.domain;
}


if (request.params.big) { print(raw("""
<table border=0 align=""><tr><td><table class=tb style=clear:left width=100%><tr><form name=gs method="get" action="http://www.google.com/custom" target="_top"><td class=tc valign=top></td><td style="padding:0 0 7px;padding-left:8px"  valign=top width=100%><table class=tb><tr><td class=tc colspan=2 height=14 valign=bottom><tr><td class=tc nowrap><input type=hidden name=hl value="en"><input type=hidden name=client value="pub-5924078514606875"><input type=hidden name=channel value="1925228420"><input type=hidden name=cof value="FORID:1;GL:1;LBGC:336699;LC:#0000ff;VLC:#663399;GFNT:#0000ff;GIMP:#0000ff;DIV:#336699;"><input type=hidden name=domains value="""+cari+"""><input type=hidden name=ie value="ISO-8859-1"><input type=hidden name=oe value="ISO-8859-1"><input type=text name=q size=41 maxlength=2048 value="" title="Search"> <input type=submit name="btnG" value="Search"></td><td class=tc nowrap width=100%><span id=ap></span></td><td>&nbsp;&nbsp;</td><td nowrap valign=middle align=right height="34"><div style="font-size:9px;font-weight:bolder;color:#000000">powered by</div><a href="http://www.google.com"><img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" border=0 align=right></a></td></tr><tr><td class=tc colspan=2><font size=-1> <input id=www type=radio name=sitesearch value=""><label for=www> Search the Web </label><input id=site1 type=radio name=sitesearch value="""+cari+""" checked><label for=site1> Search&nbsp;"""+cari+""" </label> </font></td></tr></table></td></tr></form></table></td></tr></table>
<small><a href="http://wiki.dennyhalim.com/mywidget" title="Install this Widget in your web/blog">Gimme Widget!</a></small>
"""
));
} 
else if (request.params.tiny) {
    print(raw("""
<small><form method="get" action="http://www.google.com/custom" target="_top" oncontextmenu="return false;">
<input type="hidden" name="domains" value="""+ cari +""" ></input>
<label for="sbi" style="display: none">Enter your search terms</label>
<input type="text" name="q" size="22" maxlength="255" id="sbi" value="Enter your Search"  onblur="if(this.value=='') this.value='Enter your Search';" onfocus="if(this.value=='Enter your Search') this.value='';"></input>
<input type="hidden" name="sitesearch" value="""+ cari +""" checked id="ss1"></input>
<label for="ss1" title="Search value="""+ cari +""" ></label>
<label for="sbb" style="display: none">Submit search form</label>
<input type="hidden" name="sa" value="Google Search" id="sbb"></input>
<input type="hidden" name="client" value="pub-5924078514606875"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="1479315762"></input>
<input type="hidden" name="ie" value="UTF-8"></input>
<input type="hidden" name="oe" value="UTF-8"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:59;LW:100;L:${config.yourLogo};S:http://${config.yourDomain};LP:1;FORID:1"></input>
<input type="hidden" name="hl" value="en"></input>
</form>
<p style='display:none;'><a href="http://wiki.dennyhalim.com/mywidget" title="Install this Widget in your web/blog">Gimme Widget!</a></p>
</small>
"""
));   
}
else { print(raw("""
<form method="get" action="http://www.google.com/custom" target="_top">
<input type="hidden" name="domains" value="""+ cari +""" ></input>
<label for="sbi" style="display: none">Enter your search terms</label><input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input><br/><input type="radio" name="sitesearch" value="" id="ss0"></input><label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font></label>
<input type="radio" name="sitesearch" value="""+ cari +""" checked id="ss1"></input>
<label for="ss1" title="Search This Web">
<font size="-1" color="#000000"> """+ cari +""" </font>
</label><br/><label for="sbb" style="display: none">Submit search form</label><input type="submit" name="sa" value="Google Search" id="sbb"></input><input type="hidden" name="client" value="pub-5924078514606875"></input><input type="hidden" name="forid" value="1"></input><input type="hidden" name="channel" value="1925228420"></input><input type="hidden" name="ie" value="ISO-8859-1"></input><input type="hidden" name="oe" value="ISO-8859-1"></input><input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input><input type="hidden" name="hl" value="en"></input></form>
<small><a href="http://wiki.dennyhalim.com/mywidget" title="Install this Widget in your web/blog">Gimme Widget!</a></small>
"""
));
}

/* appjet:css */
#appjetfooter{
  display: none !important;
}


© Copyright 2007-2008 AppJet Inc.