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.bjmuma.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.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_24 = new PCMSAD('cmsAD_24'); cmsAD_24.PosID = 13; cmsAD_24.ADID = 24; cmsAD_24.ADType = "images"; cmsAD_24.ADName = "天猫上线"; cmsAD_24.ADContent = "{'ADImage':[ {'imgID':'24','imgADLinkUrl':'http%3A%2F%2Fbjmuma.taobao.com','imgADAlt':'木马智慧玩具旗舰店','ImgPath':'http://www.bjmuma.com/uploadfile/2019/0429/20190429042653949.jpg','imgADLinkTarget':'New','showAlt':'Y'} , {'imgID':'15','imgADLinkUrl':'http%3A%2F%2Fwww.bjmuma.com%2Findex.php%3Fm%3Dcontent%26c%3Dindex%26a%3Dlists%26catid%3D27','imgADAlt':'展示在图','ImgPath':'http://www.bjmuma.com/uploadfile/2012/0502/20120502032539585.jpg','imgADLinkTarget':'New','showAlt':'Y'} ]}"; cmsAD_24.URL = "http://www.bjmuma.com/index.php?m=poster&c=index&a=poster_click"; cmsAD_24.SiteID = 1; cmsAD_24.Width = 234; cmsAD_24.Height = 153; cmsAD_24.UploadFilePath = ""; cmsAD_24.ShowAD();