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.URL = ""; this.SiteID = 0; this.ShowAD = showADContent; this.Stat = statAD; } function statAD(id) { var sp = document.createElement("SCRIPT"); sp.type = "text/javascript"; sp.src = "http://shzs.cni.top/index.php?m=poster&c=index&a=show&siteid="+this.SiteID+"&id="+id+"&spaceid="+this.PosID; document.body.appendChild(sp); } function showADContent() { var content = this.ADContent; var isIE=!!window.ActiveXObject; var str = "
"; var AD = eval('('+content+')'); var count = 0; if(AD.ADImage.length){ count = AD.ADImage.length; } for(var i=0;i"+AD.ADImage[i].imgADAlt+"0){ sizeStr = " height='"+this.Height+"' "; }else if(this.Width>0&&this.Height==0){ sizeStr = " width='"+this.Width+"' "; }else{ sizeStr = (this.Width < this.Height) ? " width='"+this.Width+"' " : " height='"+this.Height+"' "; } str += sizeStr; str += " style='border:0px;'/>"; } str += "
"; document.write(str); } var cmsAD_12 = new PCMSAD('cmsAD_12'); cmsAD_12.PosID = 11; cmsAD_12.ADID = 12; cmsAD_12.ADType = "images"; cmsAD_12.ADName = "策牛堂投资与上市私董会"; cmsAD_12.ADContent = "{'ADImage':[ {'imgID':'12','imgADLinkUrl':'https%3A%2F%2Fwww.cni.top%2Fhtml%2F2023%2FBP_0630%2F92754.html','imgADAlt':'策牛堂投资与上市私董会','ImgPath':'https://www.cni.top/uploadfile/2023/0630/20230630091300198.jpg','imgADLinkTarget':'New','showAlt':'Y'} , {'imgID':'11','imgADLinkUrl':'http%3A%2F%2Fszzs.cni.top%2Fhtml%2F2021%2Fxzl_0610%2F90.html','imgADAlt':'深圳华联城市中心招商','ImgPath':'http://www.cni.top/statics/images/0002.jpg','imgADLinkTarget':'New','showAlt':'Y'} ]}"; cmsAD_12.URL = "http://shzs.cni.top/index.php?m=poster&c=index&a=poster_click"; cmsAD_12.SiteID = 1; cmsAD_12.Width = 365; cmsAD_12.Height = 165; cmsAD_12.UploadFilePath = ""; cmsAD_12.ShowAD();