function PCMSAD(PID) { this.ID = PID; this.PosID = 0; this.ADID = 0; this.ADType = ""; this.ADName = ""; this.ADContent = ""; this.PaddingLeft = 0; this.PaddingTop = 0; this.Width = 0; this.Height = 0; this.IsHitCount = "N"; this.UploadFilePath = ""; this.Step = 1; this.Delay= 20; this.WindowHeight = 0; this.WindowWidth = 0; this.Yon = 0; this.Xon = 0; this.Pause = true; this.Interval = null; this.URL = ""; this.SiteID = 0; this.ShowAD = showADContent; this.Start = doStart; this.Stat = statAD; } function statAD() { var new_element = document.createElement("script"); new_element.type = "text/javascript"; new_element.src="http://www.cnnbsa.com/index.php?m=poster&c=index&a=show&siteid="+this.SiteID+"&id="+this.ADID+"&spaceid="+this.PosID; document.body.appendChild(new_element); } function showADContent() { var content = this.ADContent; var str = "
"; var AD = eval('('+content+')'); if (this.ADType == "images") { if (AD.Images[0].imgADLinkUrl) str += ""; str += ""; if (AD.Images[0].imgADLinkUrl) str += ""; }else if(this.ADType == "flash"){ str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; } str += "
关闭
"; str += "
"; document.write(str); } function changePos(float) { float.WindowWidth = document.compatMode == "BackCompat" ? document.body.clientWidth : document.documentElement.clientWidth; float.WindowHeight = document.compatMode == "BackCompat" ? document.body.clientHeight : document.documentElement.clientHeight; document.getElementById("PCMSAD_"+float.PosID).style.left = (float.PaddingLeft + (Math.max(document.documentElement.scrollLeft, document.body.scrollLeft)))+"px"; document.getElementById("PCMSAD_"+float.PosID).style.top = (float.PaddingTop + (Math.max(document.documentElement.scrollTop, document.body.scrollTop)))+"px"; if (float.Yon){ float.PaddingTop = float.PaddingTop + float.Step; }else{ float.PaddingTop = float.PaddingTop - float.Step; } if (float.PaddingTop < 0){ float.Yon = 1; float.PaddingTop = 0; } if (float.PaddingTop >= (float.WindowHeight - float.Height)){ float.Yon = 0;float.PaddingTop = (float.WindowHeight - float.Height); } if (float.Xon){ float.PaddingLeft = float.PaddingLeft + float.Step; }else{ float.PaddingLeft = float.PaddingLeft - float.Step; } if (float.PaddingLeft < 0){ float.Xon = 1; float.PaddingLeft = 0; } if (float.PaddingLeft >= (float.WindowWidth - float.Width)){ float.Xon = 0; float.PaddingLeft = (float.WindowWidth - float.Width); } } function doStart(float){ return function(){ changePos(float); } } function cmsAD_11_pause_resume(){if(cmsAD_11.Pause){clearInterval(cmsAD_11.Interval);cmsAD_11.Pause = false;}else {cmsAD_11.Interval = setInterval(cmsAD_11.Start(cmsAD_11),cmsAD_11.Delay);cmsAD_11.Pause = true;}} var cmsAD_11 = new PCMSAD('cmsAD_11'); cmsAD_11.PosID = 11; cmsAD_11.ADID = 19; cmsAD_11.ADType = "images"; cmsAD_11.ADName = "元旦广告"; cmsAD_11.ADContent = "{'Images':[{'imgADLinkUrl':'https%3A%2F%2Fzlzx.zjamr.zj.gov.cn%2FIndSubPlatform%2Findex.html%3FplatCode%3D330200184','imgADAlt':'双节','ImgPath':'https://tuoaitang.oss-cn-hangzhou.aliyuncs.com/cnnbsa.com/2023/1110/20231110112055750.png'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}"; cmsAD_11.URL = "http://www.cnnbsa.com/index.php?m=poster&c=index"; cmsAD_11.SiteID = 1; cmsAD_11.PaddingLeft = 0; cmsAD_11.PaddingTop = 0; cmsAD_11.Width = 200; cmsAD_11.Height = 200; cmsAD_11.UploadFilePath = ""; cmsAD_11.ShowAD(); var isIE=!!window.ActiveXObject; if (isIE){ if (document.readyState=="complete"){ cmsAD_11.Stat(); } else { document.onreadystatechange=function(){ if(document.readyState=="complete") cmsAD_11.Stat(); } } } else { cmsAD_11.Stat(); } document.getElementById('PCMSAD_11').visibility = 'visible'; cmsAD_11.Interval = setInterval(cmsAD_11.Start(cmsAD_11),cmsAD_11.Delay);