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_876 = new PCMSAD('cmsAD_876'); cmsAD_876.PosID = 28; cmsAD_876.ADID = 876; cmsAD_876.ADType = "text"; cmsAD_876.ADName = "华为CCE"; cmsAD_876.ADContent = "{'ADText':[ {'textID':'876','textContent':'华为云客服呼叫中心试用','textLinkUrl':'https%3A%2F%2Fdevcloud.huaweicloud.com%2Fexpertmobile%2Fqtn%3Fid%3Dac91e24e8bd34a4083b60ed86b3cb6d2%26utm_medium%3Dctiforum'} , {'textID':'840','textContent':'小i机器人AI+金融专属方案','textLinkUrl':'http%3A%2F%2Fwww.ctiforum.com%2Fnews%2Fguonei%2F579244.html'} , {'textID':'938','textContent':'亿联音视频融合通信UME','textLinkUrl':'http%3A%2F%2Fwww.ctiforum.com%2Fnews%2Fguonei%2F579145.html'} ]}"; cmsAD_876.URL = "http://www.ctiforum.com/index.php?m=poster&c=index"; cmsAD_876.SiteID = 1; cmsAD_876.Width = 0; cmsAD_876.Height = 0; cmsAD_876.UploadFilePath = ""; cmsAD_876.ShowAD();