	function ActionDeterminator1() {
	                if(document.searchForm1.vendor[0].checked == true) {
	                                document.searchForm1.name.value = document.searchForm1.qu.value;
	                                document.searchForm1.action = 'http://abc-7.eztousebluebook.com/search/florida/indexconcise.asp';
	                                document.searchForm1.method = 'get';
	                                document.searchForm1.Submit.value = 'Searching...';
	        //document.searchForm1.S.value = 'FL';
	                }
	                if(document.searchForm1.vendor[1].checked == true) {
	                                document.searchForm1.action = 'http://www.abc-7.com/Global/searchresults.asp?ez=checked';
	                                document.searchForm1.method = 'get';
	                                document.searchForm1.Submit.value = 'Searching...';
	                }
	                if(document.searchForm1.vendor[2].checked == true) {
	                                document.searchForm1.action = 'http://www.abc-7.com/Global/searchresults.asp?google_cs=checked'
	                                document.searchForm1.method = 'get';
	                                document.searchForm1.Submit.value = 'Searching...';
	                }
	return true;
	}
	
	var bbSearchTop = "<form method='get' name='searchForm1' onsubmit='return ActionDeterminator1(); return wnValidateSearchTerm(this, 1);' target='_top'><INPUT TYPE='hidden' NAME='name'><INPUT TYPE='hidden' NAME='city' VALUE='swfl'><input type='radio' name='vendor' value='ezsearch' id='WNSearchBox-headertop-ez' class='wnVendorChoice'><label for='WNSearchBox-headertop-ez'><a href='http://abc-7.eztousebluebook.com/search/florida/index.asp' border=0 target='_blank'><img src='http://ftpcontent.worldnow.com/wbbh/custom/bluebook/EZToUseBlueBook.jpg' alt='EZToUseBlueBook' class='wnSearchBoxLabelImg-google' border=0></a></label><input type='radio' name='vendor' value='ez' id='WNSearchBox-headertop-ez' class='wnVendorChoice' checked><label for='WNSearchBox-headertop-ez'>SITE SEARCH</label><input type='radio' name='vendor' value='google_cs' id='WNSearchBox-headertop-google_cs' class='wnVendorChoice'><label for='WNSearchBox-headertop-google_cs'>WEB SEARCH BY <img src='http://ftpcontent.worldnow.com/wbbh/custom/bluebook/google-logo_dark.gif' alt='Google' class='wnSearchBoxLabelImg-google'></label>";
	bbSearchTop = bbSearchTop + "<input type=text' class='wnQueryText' name='qu' size='20' value=''><input type='submit' class='wnSubmit' value='Search'></form>";
	$(document).ready(function(){
		//alert("top: " + bbSearchTop);
		$("#WNSearchBox-headertop").html(bbSearchTop);
	});