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 += "";
document.write(str);
}
var cmsAD_4 = new PCMSAD('cmsAD_4');
cmsAD_4.PosID = 4;
cmsAD_4.ADID = 4;
cmsAD_4.ADType = "images";
cmsAD_4.ADName = "社会主义核心价值观";
cmsAD_4.ADContent = "{'Images':[{'imgADLinkUrl':'','imgADAlt':'','ImgPath':'/upload/download/5851'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}";
cmsAD_4.URL = "";
cmsAD_4.SiteID = 47;
cmsAD_4.Width = 1200;
cmsAD_4.Height = 130;
cmsAD_4.UploadFilePath = '';
cmsAD_4.ShowAD();