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; } 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_2 = new PCMSAD('cmsAD_2'); cmsAD_2.PosID = 2; cmsAD_2.ADID = 9; cmsAD_2.ADType = "images"; cmsAD_2.ADName = "“更好发挥人大代表作用”主题活动"; cmsAD_2.ADContent = "{'Images':[{'imgADLinkUrl':'https://www.mzrd.gov.cn/rddbzthd/index.htm','imgADAlt':'“更好发挥人大代表作用”主题活动','ImgPath':'/upload/download/7121'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}"; cmsAD_2.URL = "https://www.mzrd.gov.cn/rddbzthd/index.htm"; cmsAD_2.SiteID = 47; cmsAD_2.Width = 585; cmsAD_2.Height = 130; cmsAD_2.UploadFilePath = ''; cmsAD_2.ShowAD();