function formHandler(form){
	var URL = document.form.city.options[document.form.city.selectedIndex].value;
	window.location.href = URL;
}