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.ADImgPath = "";
}
var thumbPath = "upload/download/28184/view/1";
var TruePath = thumbPath.substring(0,thumbPath.length-1);
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 += "";
document.write(str);
}
var cmsAD_1 = new PCMSAD('cmsAD_1');
cmsAD_1.ADImgPath = TruePath;
cmsAD_1.PosID = 1;
cmsAD_1.ADID = 1;
cmsAD_1.ADType = "images";
cmsAD_1.ADName = "以中国式现代化 全面推进中华民族伟大复兴";
cmsAD_1.ADContent = "{'Images':[{'imgADLinkUrl':'','imgADAlt':'','ImgPath':TruePath}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}";
cmsAD_1.URL = "";
cmsAD_1.SiteID = 33;
cmsAD_1.Width = 982;
cmsAD_1.Height = 120;
cmsAD_1.UploadFilePath = '';
cmsAD_1.ShowAD();