function redirect(urlobj) {
 var urlint = urlobj.selectedIndex;
 location = urlobj.options[urlint].value;
}
