
function homeSearchLocation(){
	var zipcode = document.getElementById("find-field").value;
	window.location = "locations/locationZipcode.jsp?Zipcode=" + zipcode;
}