	function _go() {
	    location.href=document.getElementById('address').options[document.getElementById('address').selectedIndex].value;
	}

