function checkform(){
	var form_value =$('#ML_Or_Address').val();
	if (form_value != '' && form_value != "Street Address or MLS Number"){ 
		document.MlOrAddress.submit()
	}
	else{
		window.location.href=('/default.cfm/page=/forsale/searchby=/list.htm');
	}
}
