<!-- // Begin

// NOTE: If you use a ' add a slash before it like this \'




var showsearch		= "yes"			 // DISPLAY SEARCH
var searchtext		= "Search Google:"	// TEXT FOR SEARCH FORM






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




   if (showsearch == "yes") {
document.write('<form action="http://www.google.com/search" name="f" class="formmargin" target="_top">');

document.write('<input type="hidden" name="any selected">');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="searchbox printhide"><tr><td valign="top" colspan="2">');

document.write('&nbsp;'+searchtext+'<br>')

document.write('</td></tr><tr><td align="left" valign="top">')

document.write('<input type="text" name="q" size="15" maxlength="255" class="searchsiteform">');

document.write('</td><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\'" class="searchsitebutton"><br>');

document.write('</td></tr></table>');

document.write('</form>');

document.write('<br>');

}


//  End -->
