<!-- Begin
function formHandler(form){
var URL = document.GOTOBOX.site.options[document.GOTOBOX.site.selectedIndex].value;
top.location.href = URL;
}
// End -->

