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