<!-- Begin

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

var	showbrand	= "no"		// SHOW FREEFIND BRANDING (SWITCH TO YES IF YOU HAVE ANY PROBLEMS)
var	showsearch	= "yes"		// SHOW SEARCH BOX
var	yourdomain	= "pattersonpassion.com.au"	// YOUR DOMAIN NAME OR PATH

// FREEFIND SITE SEARCH

if (showsearch == "yes") {
	<!-- start of freefind search box html -->
	document.write('<table cellpadding=0 cellspacing=0 border=0>') ;
	document.write('<tr>') ;
	document.write('	<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;">') ;
	document.write('		<center><table width="90%" cellpadding=0 cellspacing=0 border=0  style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" >') ;
	document.write('		<tr>') ;
	document.write('			<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=left >') ;
	document.write('<a href="http://search.freefind.com/siteindex.html?si=10115649">index</a>') ;
	document.write('</td>') ;
	document.write('			<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=center>') ;
	document.write('<a href="http://search.freefind.com/find.html?si=10115649&amp;m=0&amp;p=0">sitemap</a>') ;
	document.write('</td>') ;
	document.write('			<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=right>') ;
	document.write('<a href="http://search.freefind.com/find.html?si=10115649&amp;pid=a">advanced</a>') ;
	document.write('</td>') ;
	document.write('		</tr>') ;
	document.write('		</table></center>') ;
//	document.write('<table><tr><td align="center">') ;
	document.write('		<form style="margin:0px; margin-top:4px;" action="http://search.freefind.com/find.html" method="get" accept-charset="utf-8" target="_self">') ;
	document.write('		<input type="hidden" name="si" value="10115649">') ;
	document.write('		<input type="hidden" name="pid" value="r">') ;
	document.write('		<input type="hidden" name="n" value="0">') ;
	document.write('		<input type="hidden" name="_charset_" value="">') ;
	document.write('		<input type="hidden" name="bcd" value="&#247;">') ;
	document.write('		<input type="text" name="query" size="20"><br><br>') ;
//	document.write('		<center><input type="submit" value="search"></center>') ;
//	document.write('</td></tr>') ;
//	document.write('<tr><td><br><img src="picts/spacer.gif height="2" /><br></td></tr>') ;
//	document.write('<tr><td align="center">') ;
	document.write('		<center><input type="image" src="picts/button_search.gif" name="submit" alt="Search Site" /></center>') ;
	document.write('		</form>') ;
//	document.write('</td></tr></table>') ;
//	document.write('	</td>') ;
	document.write('</tr>') ;
	document.write('<tr>') ;
	document.write('	<td style="text-align:center; font-family: Arial, Helvetica, sans-serif;	font-size: 7.5pt; padding-top:4px;">') ;
	document.write('		<a style="text-decoration:none; color:gray;" href="http://www.freefind.com"  ') ;
	document.write('		onmouseover="this.style.textDecoration=\'underline\'"') ;
	document.write('		onmouseout="this.style.textDecoration=\'none\'" >site search by') ;
	document.write('		<span style="color: #606060;">freefind</span>') ;
	document.write('</a>') ;
	document.write('	</td>') ;
	document.write('</tr>') ;
	document.write('</table>') ;
	<!-- end of freefind search box html -->
}

// FREEFIND BRANDING
if (showbrand == "yes") {
	document.write('<a style="text-decoration:none; color:gray;" href="http://www.freefind.com"  ') ;
	document.write('onmouseover="this.style.textDecoration=\'underline\'"') ; 
	document.write('onmouseout="this.style.textDecoration=\'none\'" >site search engine by freefind') ;
	document.write('</a>') ;
}

//  End -->
