<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




var	showsearch	= "no"			// SHOW SEARCH BOX
var	yourdomain	= "http://sunnymeade.org.uk"	// YOUR DOMAIN NAME



// Burgdorf SITE SEARCH




// COPYRIGHT 2011 © Sunnymeade.org.uk
// Unauthorized use or sale of this script is strictly prohibited by law




   if (showsearch == "yes") {

document.write('<form method="POST" action="http://'+yourdomain+'/cgi-bin/websearch.pl"  class="formmargin">');

document.write('<INPUT TYPE="hidden" NAME="DateRange" VALUE="All">');
document.write('<INPUT TYPE="hidden" NAME="hits" value="25">');
document.write('<INPUT TYPE="hidden" NAME="any terms" value="any terms">');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="search-box"><tr><td colspan="2">');

document.write('Site Search<br>');

document.write('</td></tr><tr><td>');

document.write('<input type="text" name="terms" size="15" class="searchform">');

document.write('</td><td>');

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></TABLE>');

document.write('</form>');

}







//  End -->
