// Script for inserting Google Search Box
<!-- 
	document.writeln('<div class="search">');
	document.writeln('<form method="get" action="http://www.google.com/custom" target="google_window" id="google_search">');
	document.writeln('<table border="0">');
	document.writeln('<tr>');
	document.writeln('<td nowrap="nowrap" valign="top" align="center" height="26">');
	document.writeln('<input type="hidden" name="domains" value="sababuland" \/>');
	document.writeln('<input type="text" name="q" size="15" maxlength="255" value="" title="Type key words here" id="key_words" \/><br \/>');
	document.writeln('<input type="image" src="images/search_button.gif" name="sa" value="Search" title="Click to commence search" class="button" \/>');
	document.writeln('<!-- <input type="reset" name="clear" value="Clear" title="Click to clear search terms" class="button" \/> -->');
	document.writeln('<input type="hidden" name="client" value="pub-2483118194642758" \/>');
	document.writeln('<input type="hidden" name="forid" value="1" \/>');
	document.writeln('<input type="hidden" name="ie" value="ISO-8859-1" \/>');
	document.writeln('<input type="hidden" name="oe" value="ISO-8859-1" \/>');
	document.writeln('<input type="hidden" name="safe" value="active" \/>');
	document.writeln('<input type="hidden" name="cof" value="GALT:#009900;GL:1;DIV:#009900;VLC:cc3333;AH:center;BGC:ffffff;LBGC:ffffff;ALC:003366;LC:003366;T:000000;GFNT:000099;GIMP:000099;LH:40;LW:68;L:http://www.sababuland.com/the_simple_science_factory/images/logo.gif;S:http://www.sababuland.com/the_simple_science_factory/images/logo.gif;FORID:1;" \/>');
	document.writeln('<input type="hidden" name="hl" value="en" \/>');
	document.writeln('</td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('</form>');
	document.writeln('</div>');
// -->