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/28525/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_2 = new PCMSAD('cmsAD_2');
cmsAD_2.ADImgPath = TruePath;
cmsAD_2.PosID = 2;
cmsAD_2.ADID = 2;
cmsAD_2.ADType = "images";
cmsAD_2.ADName = "以学铸魂";
cmsAD_2.ADContent = "{'Images':[{'imgADLinkUrl':'','imgADAlt':'','ImgPath':TruePath}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}";
cmsAD_2.URL = "";
cmsAD_2.SiteID = 33;
cmsAD_2.Width = 982;
cmsAD_2.Height = 100;
cmsAD_2.UploadFilePath = '';
cmsAD_2.ShowAD();