	if (typeof ord=='undefined') {ord=Math.random()*10000000000000000;}
	var bbSearchBottom = "<div id='Bottomad' align='center' style='width:970; height:90px; background-color:#000000; margin-top:0px; padding:0px 5px 5px 0px;'><iframe src=\"http://ad.doubleclick.net/adi/wn.loc.wzvn/bottom;sz=728x90;ord=" + ord + "?\" width=\"728\" height=\"90\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\" scrolling=\"no\">";
	if (navigator.userAgent.indexOf("Gecko")==-1) {
		bbSearchBottom = bbSearchBottom + "<div id='Bottomad' align='center' style='width:980; height:90px; background-color:#FFFFFF; margin-top:0px; padding:0px 5px 5px 0px;'><script language=\"JavaScript\" src=\"http://ad.doubleclick.net/adj/wn.loc.wzvn.ext/bottom;sz=728x90;abr=!ie;ord=" + ord + "?\" type=\"text/javascript\"><\/script></div>";
	}
	bbSearchBottom = bbSearchBottom + "</iframe></div>";
	
	function ActionDeterminator2(){
	    if (document.searchForm2.vendor[0].checked == true) {
	        document.searchForm2.name.value = document.searchForm2.qu.value;
	        document.searchForm2.action = 'http://abc-7.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.abc-7.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.abc-7.com/Global/searchresults.asp?google_cs=checked'
	        document.searchForm2.method = 'get';
	        document.searchForm2.Submit.value = 'Searching...';
	    }
	    return true;
	}
	
	
	bbSearchBottom = bbSearchBottom + "<div id='bluebookBottom' align='right' style='height:40px; background-color:#000000; margin-top:0px; padding:0px 5px 5px 0px;'><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://abc-7.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 BY <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>";
	
	$(document).ready(function(){
		//alert(bbSearchBottom);
		$("#WNFooter").height((parseInt($("#WNFooter").height())+130)).prepend(bbSearchBottom);
		//$("#WNCols234-5").css("overflow", "hidden")
		//$("#WNCol5").height( (parseInt($("#WNCols234-5").height()) + 30) );
		$(".wnQueryText").attr("value", "");
	});
