<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var	showbrand	= "no"		// SHOW GOOGLE BRANDING (SWITCH TO YES IF YOU HAVE ANY PROBLEMS)
var	showsearch	= "yes"		// SHOW SEARCH BOX

var	yourdomain	= "mercury.emperex.com/"	// YOUR DOMAIN NAME OR PATH

// TRY MAKING THE YOURDOMAIN VARIABLE THE URL OF FREEFIND.COM  
// maybe its their box id that includes a search button

// GOOGLE SITE SEARCH

// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law


   if (showsearch == "yes") {

// mine

document.write('<form style="margin:0px; margin-top:4px;" action="http://search.freefind.com/find.html" method="get" accept-charset="utf-8" target="_blank">');
document.write('<input type="hidden" name="si" value="68396428">');
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="30">');
//document.write('<input type="submit" value="Neils">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext"><tr><td valign="center">');
document.write('Search </td><td valign="center">');
//document.write('<INPUT TYPE="image" SRC="/picts/search-off.gif" name="sa" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search" hspace="3"><br>')
  document.write('<INPUT TYPE="image" SRC="/picts/search-off.gif" name="sa" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search" hspace="3">')
document.write('</td></tr></TABLE>');
document.write('</form>');

// mine



//document.write('<form id="searchbox_003488088439636726711:dzunaemraqw" action="http://'+yourdomain+'/search_results.html" target="_top" class="formmargin">');
//document.write('<input type="hidden" name="cx" value="003488088439636726711:dzunaemraqw" />');
//document.write('<input type="hidden" name="cof" value="FORID:9" />');
//document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext"><tr><td valign="center">');
//document.write('<input name="q" type="text" size="15" class="searchsiteform">');
//document.write('</td><td valign="center">');
//document.write('<INPUT TYPE="image" SRC="/picts/search-off.gif" name="sa" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search" hspace="3"><br>')
//document.write('</td></tr></TABLE>');
//document.write('</form>');

}


//===========
//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="39975202">
//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="60">
//document.write('<input type="submit" value="search">
//document.write('</td><td valign="center">');
//document.write('<INPUT TYPE="image" SRC="/picts/search-off.gif" name="sa" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search" hspace="3"><br>')
//document.write('</td></tr></TABLE>');
//document.write('</form>');
//========


// GOOGLE BRANDING
   if (showbrand == "yes") {
document.write('<scr' + 'ipt type="text\/javascript" src="http:\/\/google.com\/coop\/cse\/brand?form=searchbox_003488088439636726711%3Adzunaemraqw"><\/script>');
}


//  End -->