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