function jump(obj) {
var choice = obj.options[obj.selectedIndex].value;
 location.href="club_news.php?story_id="+choice;
}