$().ready(function(){$("body").tubular("_VKW_M_uVjw","wrapper");$("#videoPause").click(function(){if($(this).hasClass("videoPaused")){ytplayer.playVideo();$(this).removeClass("videoPaused")}else{ytplayer.pauseVideo();$(this).addClass("videoPaused")}return false});$("#videoMute").click(function(){if($(this).hasClass("videoMute")){ytplayer.mute();$(this).removeClass("videoMute")}else{ytplayer.unMute();$(this).addClass("videoMute")}return false});$("#videoStop").click(function(){ytplayer.stopVideo();ytplayer.clearVideo();$("#yt-container").hide();return false})});
