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