document.write('<div id="searchbar">');
document.write('<form method="get" action="http://www.google.com/search">');
document.write('<div>');
document.write('<input type="text" id="q" name="q" />');
document.write('<span>');
document.write('<input type="image" src="images/gobutton.jpg" id="button" name="button" alt="Go" />');
document.write('<input type="hidden" name="sitesearch" value="sd282.org" />');
document.write('</span>');
document.write('</div>');
document.write('</form>');
document.write('</div>');
