var LiveBroadcast=function(a){var b=this;$.getJSON("/base/LiveBroadcast/IsLiveBroadcastOn/?nid="+a+"&t="+(new Date).getTime(),null,function(a){b.IsLiveBroadcastOn=a.Content;a.Success&&a.Content&&$(".sliderContainer em.liveBroadcastIcon").show()})};
