function gothere()
{
var thisform = document.selectform
 if (thisform.selectsite.options[thisform.selectsite.options.selectedIndex].value != "nolink") location.href=thisform.selectsite.options[thisform.selectsite.options.selectedIndex].value
}
