<!-- File Customised by Dean Chipp-Smith for Insure & Go.com -->
<!-- Begin Right Bar Search Box -->
var post_link = 'http://affiliate.espotting.com/Search/Results.asp';
var post_link2 = 'http://www.espotting.com';
var list_your_site = 'http://www.espotting.com/Advertisers/list_yoursite.asp';
var serve_link = 'http://affiliate.espotting.com/Library/RecordImpressions.asp';

function MakeSearchBox(type, affiliate_Id, post_to){
	(type == 1)
		MakeBox1(affiliate_Id, post_to); // Default Box

}

function MakeBox1(affiliate_Id, post_to) {

	document.write('<table width="100" border="0" cellpadding="0" cellspacing="0">\n');
	if (post_to != '') {
		document.write('<form action="' + post_to + '" method="POST" style="margin-bottom:0;margin-top:0;margin-left:0;margin-right:0;">\n');
	} else {
		document.write('<form action="' + post_link + '" method="POST" style="margin-bottom:0;margin-top:0;margin-left:0;margin-right:0;">\n');
	}
	document.write('<input type="hidden" name="affiliateId" value="' + affiliate_Id + '">\n');
	document.write('<input type="hidden" name="bkfill" value="1">\n');
	document.write('<tr>\n');
	document.write('<td  align="center">\n');
	document.write('<input type="Text" class="RightSearchBar" size="10" id="keyword" maxlength="50" name="keyword"></td>\n');
	document.write('<td valign="top">\n');
	document.write('<input type="image" src="shared/images/Gobutton.gif" border="0"><img src="/gifs/spacer" width="5"></td>\n');
	document.write('</tr>\n');
	document.write('</form>\n');
	document.write('</table>\n');}
<!-- End Right Bar Search Box -->