
function goThere() {
var list = document.forms[0].urlList
location = list.options[list.selectedIndex].value
}