function go() {
	box = document.forms[0].url;
	destination = box.options[box.selectedIndex].value;
	if (destination) {
    location.href = destination;
  }
}