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

