<!-- Begin
function goThere() {
     var list = document.forms[1].urlList
     location = list.options[list.selectedIndex].value
}
// End -->
