var google_search = '<form method="get" action="http://www.google.co.in/custom" target="_top">';

google_search += '<a href="http://www.google.com/">';
google_search += '<img src="http://www.google.com/logos/Logo_25wht.gif" class="google" border="0" alt="Google" align="left" />';
google_search += '</a>';
google_search += '<label for="sbi" style="display: none">Enter your search terms</label>';
google_search += '<li><input type="text" name="q" size="30" maxlength="255" value="" id="sbi" class="gsearch"></input></li>';
google_search += '<label for="sbb" style="display: none">Submit search form</label>';
google_search += '<li><input class="google_button" type="submit" name="sa" value="Search" id="sbb"></input></li>';
google_search += '<input type="hidden" name="client" value="pub-6095987902954111"></input>';
google_search += '<input type="hidden" name="forid" value="1"></input>';
google_search += '<input type="hidden" name="ie" value="ISO-8859-1"></input>';
google_search += '<input type="hidden" name="oe" value="ISO-8859-1"></input>';
google_search += '<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:FFFFFF;LC:FFFFFF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:216;LW:360;L:http://thakares.com/logo/logo1/logo11.png;S:http://;FORID:1"></input>';
google_search += '<input type="hidden" name="hl" value="en"></input>';
google_search += '</form>';

with (document) {
	write(google_search);
}

