<!--
	function dosearch1()
	
	{
//		var loc = 'http://www.unitedcountry.com/lakehomeproperty/'
// Version 01/19/2009 
	 if (document.form1.count.value != "Properties found: None")
	   {
			var val7b = document.form1.Where.value
			var val7e = document.form1.TheFlankName.value
			if (val7b == "?????")
			{
				alert("State was not selected!")
			}else
				{
					var regExp = " "
					var text = document.form1.Where.options[document.form1.Where.selectedIndex].text.replace(regExp, "")
					var val7c = text
//			var loc = document.form1.TheState.value + val7c + '/' + val7c + '.htm?Vb='
			
//					var loc = document.form1.TheState.value + val7c + '/' + val7c + val7e + '.htm'
//					var loc = document.form1.TheState.value + val7c + '/' + val7e + '.htm'
					var loc = document.form1.TheState.value + val7c + '/' + 'results' + '.htm'

//					window.location.href(loc);     03/02/2009
//					document.location.href(loc);
					document.location.href = loc;

				}
		}
		else
		{
			alert("No Properties were found!")
		}	

	}
//-->

