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.Wspaceidth = 0; this.Height = 0; this.IsHitCount = "N"; this.UploadFilePath = ""; this.URL = ""; this.SiteID = 0; this.ShowAD = showADContent; this.Stat = statAD; } function statAD() { var new_element = document.createElement("script"); new_element.type = "text/javascript"; new_element.src="http://www.shouxi.com/index.php?m=poster&c=index&a=show&siteid="+this.SiteID+"&spaceid="+this.ADID+"&id="+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 += ""; document.write(str); } var cmsAD_25 = new PCMSAD('cmsAD_25'); cmsAD_25.PosID = 25; cmsAD_25.ADID = 219; cmsAD_25.ADType = "images"; cmsAD_25.ADName = "NGC机制币评级优惠延至2024年12月31日"; cmsAD_25.ADContent = "{'Images':[{'imgADLinkUrl':'https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzA5ODE3ODk4MQ%3D%3D%26mid%3D2650638624%26idx%3D1%26sn%3D24b94f4c8e8e7d8cc8d752ee188d04cf%26chksm%3D89aabbe28af3dd44dcf852b79194f2e9c2b32a0109426e1f47204497e5a508358f271480af84%26scene%3D126%26sessionid%3D1703727229%23rd','imgADAlt':'NGC机制币评级优惠延至2024年12月31日','ImgPath':'http://www.shouxi.com/uploadfile/2024/0105/20240105014054978.jpg'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}"; cmsAD_25.URL = "http://www.shouxi.com/index.php?m=poster&c=index"; cmsAD_25.SiteID = 1; cmsAD_25.Width = 750; cmsAD_25.Height = 80; cmsAD_25.UploadFilePath = ''; cmsAD_25.ShowAD(); var isIE=!!window.ActiveXObject; if (isIE){ if (document.readyState=="complete"){ cmsAD_25.Stat(); } else { document.onreadystatechange=function(){ if(document.readyState=="complete") cmsAD_25.Stat(); } } } else { cmsAD_25.Stat(); }