$(document).ready(function(){$("#standingsTournamentSelect").bind("change",function(){var a=this.options[this.selectedIndex];window.location.href=a.value;});});