$(document).ready(function(){$("div.newsContent").hide();$("div#content div strong").addClass("hoverPointer");$("div#content div strong").click(function(){$(this).parents("div.newsItem").find("div div.newsContent").slideToggle()});$("#leagueSlider").easySlider({prevText:"<< Previous Division",nextText:"Next Division >>",controlsFade:false});initStatsTicker()});function initStatsTicker(){$.getJSON("/Home/GetTickerStats",function(b){var a=$("#statsTicker");if(b.length==0){return}a.append("<ul></ul>");$.each(b,function(c,d){a.find("ul").append("<li><strong>"+d.Description+": </strong>"+d.Stats+"</li>")});$("#statsTickerWrapper").fadeIn("slow");$("#statsTicker").easySlider({prevText:"",nextText:"",auto:true,controlsShow:true,prevId:"tickerPrevBtn",nextId:"tickerNextBtn",continuous:true,pause:10000})})};
