function redirect(){
var loc = document.gourl.newurl.selectedIndex;
var url = document.gourl.newurl.options[loc].value;
window.location.href = url;
}