
<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

// var searchdomain	= "allwebcodesign.com"		// DOMAIN TO SEARCH
var searchdomain	= "stamfordhistory.org"		// DOMAIN TO SEARCH

// SIMPLE GOOGLE SITE SEARCH
// COPYRIGHT 2007 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

document.write('<form method="get" action="http://www.google.com/search" class="formmargin" target="_top">');
document.write('<input type="hidden" name="ie" value="UTF-8">');
document.write('<input type="hidden" name="oe" value="UTF-8">');
document.write('<input type="hidden" name="domains" value="'+searchdomain+'">');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext">');
document.write('<tr>');

/************* Buttons code moved here from index.htm. RJT 2-28-2010.    *****************/
document.write('<td width="500" valign="middle" align="right" height="20">');

document.write('<a href="mailto:history@stamfordhistory.org">');
document.write('<img src="images/email_rjt.png" border="1" "title="email us" width="15" height="9"></a>');
document.write('&nbsp;&nbsp;');
/*
document.write('<a href="javascript:fsize(15,\'px\',\'resize\');"><span style="font-size:24px">A</span></a>&nbsp;');
document.write('<a href="javascript:fsize(13,\'px\',\'resize\');"><span style="font-size:18px">A</span></a>&nbsp;');
document.write('<a href="javascript:fsize(11,\'px\',\'resize\');"><span style="font-size:12px">A</span></a>&nbsp;');
*/
document.write('<a href="javascript:decreaseFontSize();"><span style="font-size:12px">A</span></a>');
document.write('&nbsp;&nbsp;');
document.write('<a href="javascript:increaseFontSize();"><span style="font-size:18px">A</span></a>');

document.write('&nbsp;&nbsp;');
document.write('</td>');

document.write('<td valign="top">');
document.write('<INPUT type="text" name="q" size="15" maxlength="255" value="" class="searchsiteform"><br>');
document.write('</td>');
/******************************* End of buttons code. ***********************************/

document.write('<td valign="top">');
document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search"><br>')
document.write('</td></tr>');

/* document.write('<tr><td colspan="2">'); */
document.write('<tr>');
document.write('<td align="right">');
/*
document.write('<script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#publisher=ce8e15d8-2824-48d8-9367-a3664da96f3a&amp;type=website&amp;buttonText=."></script>');
*/
document.write('</td>');
document.write('<td>');
/* document.write('<input type="radio" name="sitesearch" value="">Google <input type="radio" name="sitesearch" value="'+searchdomain+'" checked>Site <br>'); */
document.write('<input type="hidden" name="sitesearch" value=""><input type="radio" name="sitesearch" value="'+searchdomain+'" checked>Search site<br>'); 
document.write('</td><td></td></tr></TABLE>');
document.write('</form>');

//  End -->
