<!-- Begin SEARCH OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS


var showsearch		= "yes"		// SHOW THE SEARCH FORM


var showtext		= "yes"			// SHOW TEXT ABOVE SEARCH
var searchtext		= "Google Search"	// TEXT ABOVE SEARCH FORM
var bottomspace		= "7"			// FORM BOTTOM SPACE



// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE




// SEARCH FORM
   if (showsearch == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td class="search-font">')
   if (showtext == "yes") {
document.write(''+searchtext+'<br>')
document.write('</td><td>')
document.write('&nbsp;<br>')
document.write('</td></tr><tr><td>')
}
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">')
document.write('</td><td align="left">')
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('</form>')
document.write('</td></tr></table>')
document.write('<IMG SRC="picts/spacer.gif" height="'+bottomspace+'" width="30" border="0"><br>');
}





<!-- SiteSearch Google -->
/* <form method="get" action="http://www.google.com/custom" target="_top">
<table border="0" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="www.crjefferson1985.net"></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>
<label for="sbb" style="display: none">Submit search form</label>
<input type="submit" name="sa" value="Search" id="sbb"></input>
</td></tr>
<tr>
<td>&nbsp;</td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.crjefferson1985.net" id="ss1"></input>
<label for="ss1" title="Search www.crjefferson1985.net"><font size="-1" color="#000000">www.crjefferson1985.net</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-1062890138567909"></input>
<input type="hidden" name="forid" value="1"></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:#0000FF;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>
</td></tr></table>
</form>
<!-- SiteSearch Google --> */

// -- END -->