var Action={appID:action.appId,contentTypeID:action.contentTypeId,contentID:action.contentId,supportActionID:action.supportActionId,againstActionID:action.againstActionId,collectActionID:action.collectActionId,videoAddToAlbum:function(){if(!UserLoginState()){MJActionShowLogin(2,"UserLoginCallJS()");return}Pop.page="http://you.joy.cn/boke/popwin/addtoalbum.aspx?videoid="+EntityCreateInfo.EntityID;Pop.width="200px";Pop.height="150px";Pop.title="加入专辑";var a=$("#addtoalbum").offset();Pop.top=a.top+$("#addtoalbum").height();Pop.left=a.left;Pop.PopFrame()},videoShare:function(){var a=$("#video_pop09");if(a[0].style.display=="none"){a[0].style.display=""}else{a[0].style.display="none"}},videoTrans:function(){var a=$(".condiv06");if(a[0].style.display=="none"){a[0].style.display=""}else{a[0].style.display="none"}},mjActionSupport:function(){MJActionSupport(this.appID,this.supportActionID,this.contentTypeID,this.contentID,"Support")},mjActionAgainst:function(){MJActionAgainst(this.appID,this.againstActionID,this.contentTypeID,this.contentID,"Against")},mjActionCollect:function(){if(!UserLoginState()){MJActionShowLogin(2,"UserLoginCallJS()");return}var b=VideoInfo.GetVideoInfo();var a;if(IsNews!="False"){a=3}else{if(isAlbum){a=2}else{a=1}}MJActionCollect(this.appID,this.collectActionID,this.contentTypeID,b.VideoID,b.Author,a,b.Des,b.Cover,b.PubDate,b.Title,b.PlayUrl)}};$(document).ready(function(){$("#addtoalbum").attr("href","javascript:Action.videoAddToAlbum();");$("#videoshare").attr("href","javascript:Action.videoShare();");$(".peak").attr("href","javascript:Action.mjActionSupport();");$("#videocol").attr("href","javascript:Action.mjActionCollect();");if(isAlbum){VideoShareInit("album")}else{VideoShareInit("video")}$("#sharesite a").each(function(){this.setAttribute("href","javascript:CopyShareUrl('"+this.id+"','video')")});$("#transsite a").each(function(){this.setAttribute("href","javascript:TransToSite('"+this.id+"')")})});function closeremark(){$("#pop_a")[0].style.display="none"}function showXinYu(a){if(!UserLoginState()){MJActionShowLogin(2,"UserLoginCallJS()");return}Pop.page="http://you.joy.cn/Boke/XinYu.aspx?vid="+EntityCreateInfo.EntityID+"&rand="+Math.random();Pop.width="580px";Pop.height="520px";Pop.title="激动心语";var b=$("#joyxinyu").offset();Pop.top=b.top-500;Pop.left=b.left-100;Pop.PopFrame("bj")}function UserLoginCallJS(){gjh.location.reload()}var transshow=false;function showAndHide(c,a){var d=$("#"+c)[0];var b=(typeof(a)=="undefined")?"":a;if(b==""){b=(transshow)?"none":"block"}else{b=(b!="hide")?"block":"none"}d.style.display=b;transshow=(b!="none")}function hideTrans(){$("#menuul")[0].style.display="none";transshow=false}document.onclick=hideTrans;