function formHandlere(e){
var URL = document.e.sitee.options[document.e.sitee.selectedIndex].value;
window.location.href = URL;
}



