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