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.hoefeld.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;i0){ 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;'/>"; } document.write(str); } var cmsAD_2 = new PCMSAD('cmsAD_2'); cmsAD_2.PosID = 2; cmsAD_2.ADID = 2; cmsAD_2.ADType = "images"; cmsAD_2.ADName = "内页大图58"; cmsAD_2.ADContent = "{'ADImage':[ {'imgID':'2','imgADLinkUrl':'','imgADAlt':'','ImgPath':'http://hoefeld.dns29.01ww.org/uploadfile/2015/0815/20150815114800240.jpg','imgADLinkTarget':'New','showAlt':'Y'} , {'imgID':'5','imgADLinkUrl':'','imgADAlt':'','ImgPath':'http://www.hoefeld.com/uploadfile/2015/0817/20150817054942873.jpg','imgADLinkTarget':'New','showAlt':'Y'} , {'imgID':'6','imgADLinkUrl':'','imgADAlt':'','ImgPath':'http://www.hoefeld.com/uploadfile/2015/0817/20150817055145245.jpg','imgADLinkTarget':'New','showAlt':'Y'} ]}"; cmsAD_2.URL = "http://www.hoefeld.com/index.php?m=poster&c=index&a=poster_click"; cmsAD_2.SiteID = 1; cmsAD_2.Width = 1; cmsAD_2.Height = 1; cmsAD_2.UploadFilePath = ""; cmsAD_2.ShowAD();