function storageAvailable(n){try{var i=window[n],t="__storage_test__";return i.setItem(t,t),i.removeItem(t),!0}catch(r){return!1}}function seenTime(n){var t=Math.floor(n);t%segmentDuration==0&&t!==lastSeen&&(sendReflectionEvent(Events.SegmentSeen,t),lastSeen=t)}function sendReflectionEvent(n,t){var f=window.location.search||"",i,r,u;f.indexOf("notrack")>-1||(i=reflectEventsEndpoint,sessionID!==null&&viewerID!==null&&(i=i+"?session="+sessionID+"&viewer="+viewerID),t=t||0,r={videoType:videoType,siteId:window.TRMS.siteId,position:t,eventType:n},reflectVideoID?r.videoId=reflectVideoID:r.videoData=videoData,u=JSON.stringify(r),$.ajax({type:"POST",url:i,contentType:"application/json",data:u}).then(function(n){n.videoId&&(reflectVideoID=n.videoId);n.sessionId&&(sessionID=n.sessionId);n.viewerId&&(viewerID=n.viewerId);storageAvailable("localStorage")&&(localStorage.setItem("reflect-session-id",sessionID),localStorage.setItem("reflect-viewer-id",viewerID))}))}function reflectSetupMetrics(n){sendReflectionEvent(Events.Load);n.on("timeupdate",function(){videoType===VideoTypes.Live?seenTime((Date.now()-start)/1e3):seenTime(this.currentTime())});n.on("play",function(){sendReflectionEvent(Events.Play)});n.on("pause",function(){sendReflectionEvent(Events.Pause)})}var reflectEventsEndpoint=window.TRMS.reflectBase+"/api/events",lastSeen=0,segmentDuration=15,start=Date.now(),viewerID=null,sessionID=null,reflectVideoID=null;storageAvailable("localStorage")&&(sessionID=localStorage.getItem("reflect-session-id"),viewerID=localStorage.getItem("reflect-viewer-id"));var Events={Unknown:0,Load:1,Play:2,Pause:3,Stop:4,SegmentSeen:5},VideoTypes={VOD:0,Live:1},videoType=VideoTypes.VOD,videoData={id:"unknown",title:"unknown"};window.TRMS.channelId?(videoType=window.VideoTypes.Live,videoData={id:window.TRMS.channelId,title:window.TRMS.channelTitle}):videoData={id:window.TRMS.show.id,title:window.TRMS.show.title,cablecastShowData:window.TRMS.show}