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://www.ctiforum.com/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.ADText.length){ count = AD.ADText.length; } for(var i=0;i"+AD.ADText[i].textContent+""; } str += "
"; document.write(str); } var cmsAD_1072 = new PCMSAD('cmsAD_1072'); cmsAD_1072.PosID = 32; cmsAD_1072.ADID = 1072; cmsAD_1072.ADType = "text"; cmsAD_1072.ADName = "首页焦点资讯下文字广告位01"; cmsAD_1072.ADContent = "{'ADText':[ {'textID':'1072','textContent':'·2021中国呼叫中心及企业通信大会精彩回顾','textLinkUrl':'http%3A%2F%2Fwww.ctiforum.com%2Fhtml%2Fweekly%2Fccec202103%2Findex.html'} ]}"; cmsAD_1072.URL = "http://www.ctiforum.com/index.php?m=poster&c=index"; cmsAD_1072.SiteID = 1; cmsAD_1072.Width = 0; cmsAD_1072.Height = 0; cmsAD_1072.UploadFilePath = ""; cmsAD_1072.ShowAD();