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