function formHandler(form){
var URL = document.form_dropdown.auto_select.options[document.form_dropdown.auto_select.selectedIndex].value;
window.location.href = URL;
}


function formHandler2(form){
var URLusastate = document.dropdown_usastate.auto_select2.options[document.dropdown_usastate.auto_select2.selectedIndex].value;
window.location.href = URLusastate;
}