player_proxy_firstplay=true;player_proxy_firststop=true;function player_proxy(A,C){if(typeof thefilter_enabled!="undefined"&&thefilter_enabled){if(C=="play"&&player_proxy_firstplay){player_proxy_firstplay=false;setTimeout(function(){if(thefilter_debug_enabled){dbg("DMFilterCapture_OnItemPlayStarted("+thefilter_videoId+", "+thefilter_userId+', "'+thefilter_userLocale+'", "'+thefilter_recommandation_enabled+'");')}DMFilterCapture_OnItemPlayStarted(thefilter_videoId,thefilter_userId,thefilter_userLocale,thefilter_recommandation_enabled)},1000)}if(C=="stop"&&player_proxy_firststop){player_proxy_firststop=false;if(thefilter_debug_enabled){dbg("DMFilterCapture_OnItemPlayEnded("+thefilter_videoId+", "+thefilter_userId+', "'+thefilter_userLocale+'", "'+thefilter_recommandation_enabled+'");')}DMFilterCapture_OnItemPlayEnded(thefilter_videoId,thefilter_userId,thefilter_userLocale,thefilter_recommandation_enabled)}}if(A=="advertising"||A=="instream"){return DM_Widget_PageItem_Masscast.playerCallback(A,C)}else{if(A=="progress"&&C=="complete"){window.location.reload(true)}else{if(A=="tools"&&C=="share"){if($$("a.name_share")[0]){DM_Widget_VideoTools.loadWidget("Share",$$("a.name_share")[0]);$("tools_container").scrollTo()}}else{if(A=="fullscreen"){if(C=="on"){zoomPlayer()}else{unzoomPlayer()}}else{if(A=="debug"){dbg(C)}else{if(A=="position"){if(typeof (DM_Widget_Page_SubtitleEditor)=="object"){DM_Widget_Page_SubtitleEditor.catchPlayerTime(C)}else{if(typeof (DM_Widget_Page_SubtitleTranslator)=="object"){DM_Widget_Page_SubtitleTranslator.catchPlayerTime(C)}}}else{if(A=="thefilter_getrecs"){if(typeof (DM_Widget_PageItem_Video_Related)=="object"){DMFilterRecommendation_GetJSONRecommendation(thefilter_videoId,thefilter_recsCount,thefilter_userId,thefilter_userLocale,thefilter_channel,thefilter_publisherId,thefilter_familyFilter,DM_Widget_PageItem_Video_Related.getTheFilterResults);return DM_Widget_PageItem_Video_Related.theFilterVids}else{DMFilterRecommendation_GetJSONRecommendation(thefilter_videoId,thefilter_recsCount,thefilter_userId,thefilter_userLocale,thefilter_channel,thefilter_publisherId,thefilter_familyFilter,DM_Widget_VideoContext.getTheFilterResults);return DM_Widget_VideoContext.theFilterVids}}else{if(A=="thefilter_clickflashrec"){var B=C;DMFilterCapture_OnPlayerRecClicked(B,thefilter_userId,thefilter_userLocale,thefilter_videoId,thefilter_recommandation_enabled)}else{if(A=="redirection"){setTimeout(function(){window.location.href=C},50)}}}}}}}}}return""}function setPageTitle(A){document.title=A}