$(document).ready(
	function () {
	
		$('body').supersleight();
	    $(".leaguetable table tr:odd, .home_league table tr:odd").addClass("odd");
		
	}
);