$( function() {
	$( "table.leagues button" ).click( function() {
		document.location.href = $( this ).html();											   
	} );
} );