function load_state(){
	if(document.getElementById('states').value!='')
		document.location="http://www.governmentrepohomes.com/homes/"+document.getElementById('states').value+".html";
}

function load_top_city(){
	
	if(document.getElementById('top_cities').value!= '') {
		var dados = "";
		dados = document.getElementById("top_cities").value.split(',');
		document.location="http://www.governmentrepohomes.com/homes/"+dados[0]+"/"+dados[1]+"/"+dados[2]+".html";
	}
	
}