	function ActionDeterminator2(){
	    if (document.searchForm2.vendor[0].checked == true) {
	        document.searchForm2.name.value = document.searchForm2.qu.value;
	        document.searchForm2.action = 'http://nbc-2.eztousebluebook.com/search/florida/indexconcise.asp';
	        document.searchForm2.method = 'get';
	        document.searchForm2.Submit.value = 'Searching...';
	        //document.searchForm1.S.value = 'FL';
	    }
	    if (document.searchForm2.vendor[1].checked == true) {
	        document.searchForm2.action = 'http://www.nbc-2.com/Global/searchresults.asp?ez=checked';
	        document.searchForm2.method = 'get';
	        document.searchForm2.Submit.value = 'Searching...';
	    }
	    if (document.searchForm2.vendor[2].checked == true) {
	        document.searchForm2.action = 'http://www.nbc-2.com/Global/searchresults.asp?google_cs=checked'
	        document.searchForm2.method = 'get';
	        document.searchForm2.Submit.value = 'Searching...';
	    }
	    return true;
	}
	
	var bbSearchBottom = "<div id='bluebookBottom' align='right' style='background-color:#000000; margin-top:0px; padding:0px 5px 5px 0px; height:40px;'><form method='get' name='searchForm2' onsubmit='return ActionDeterminator2();return wnValidateSearchTerm(this, 1);' target='_top'><INPUT TYPE='hidden' NAME='name' style='font:10px Arial; color:#ffffff;'><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' style='font:10px Arial; color:#ffffff;'><a href='http://nbc-2.eztousebluebook.com/search/florida/index.asp' target='_blank'><img src='http://ftpcontent.worldnow.com/wbbh/custom/bluebook/EZToUseBlueBook.jpg' alt='EZToUseBlueBook' class='wnSearchBoxLabelImg-google' border=0></a></label>";
	bbSearchBottom = bbSearchBottom + "<input type='radio' name='vendor' value='ez' id='WNSearchBox-headertop-ez' class='wnVendorChoice' checked><label for='WNSearchBox-headertop-ez' style='font:10px Arial; color:#ffffff;'>SITE SEARCH</label><input type='radio' name='vendor' value='google_cs' id='WNSearchBox-headertop-google_cs' class='wnVendorChoice'><label for='WNSearchBox-headertop-google_cs' style='font:10px Arial; color:#ffffff;'>WEB SEARCH <img src='http://ftpcontent.worldnow.com/wbbh/custom/bluebook/google-logo_dark.gif' alt='Google' class='wnSearchBoxLabelImg-google' border=0></label><input type='text' class='wnQueryText' name='qu' size='20' value=''><input type='submit' class='wnSubmit' value='Search'></form></div>";
	// Start Google Analytics Code
	//bbSearchBottom = bbSearchBottom + "<scr"+"ipt src=\"http://www.google-analytics.com/urchin.js\" type=\"text\/javascript\"><\/scr"+"ipt>";
	//bbSearchBottom = bbSearchBottom + "<scr"+"ipt type=\"text\/javascript\">_uacct = \"UA-1355374-1\";urchinTracker();<\/scr"+"ipt><!-- End Google Analytics Code -->";
	// Start Quantcast tag
	//bbSearchBottom = bbSearchBottom + "<scr"+"ipt type=\"text\/javascript\">_qoptions={qacct:\"p-c8aOVgLAXtLww\"};<\/script>";
	//bbSearchBottom = bbSearchBottom + "<scr"+"ipt type=\"text\/javascript\" src=\"http://edge.quantserve.com/quant.js\"></scr"+"ipt><!-- End Quantcast tag -->";
	
	$(document).ready(function(){
		//alert(bbSearchBottom);
		//$("#120x600ad").append(120x600adCode);
		//$("#WNCols234-5").css("overflow", "hidden")
		//$("#WNCol5").height( (parseInt($("#WNCols234-5").height()) + 30) );
		//$(".wnQueryText").attr("value", (parseInt($("#WNCols234-5").height()) + 30) )
		//alert(bbSearchBottom);
		$("#WNFooter").height((parseInt($("#WNFooter").height())+40)).prepend(bbSearchBottom);
		$(".wnQueryText").attr("value", "");
	});