function go() { box = document.getElementById('sitelist'); destination = box.options[box.selectedIndex].value; if (destination) location.href = destination; }