
function doclick()
{
    var club = document.getElementById('club')        
    top.location.href = club.options[club.selectedIndex].value
    return false
}