function GoNow(list)
{
var selection = list.options[list.selectedIndex].value
if (selection !="NONE")
location.href = selection
}

// Thanks to Paul McFedries (www.mcfedries.com) for this script

