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.Stat = statAD;
}
function statAD() {
return true;
}
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);
PosID = this.PosID;
if( $('.poster').length ){
$('.poster').each( function(i){
if( $(this).attr('value') == PosID) {
$(this).html(str);
}
});
}else{
document.write(str);
}
//end
}
var cmsAD_38 = new PCMSAD('cmsAD_38');
cmsAD_38.PosID = 38;
cmsAD_38.ADID = 203;
cmsAD_38.ADType = "images";
cmsAD_38.ADName = "赴韩套餐服务";
cmsAD_38.ADContent = "{'Images':[{'imgADLinkUrl':'https%3A%2F%2Fh.51aimei.com%2Fchengdu%2F7941%2Fnews_12016.html','imgADAlt':'赴韩整形服务 套餐自助任你选','ImgPath':'https://www.51aimei.com/uploadfile/2012/1203/20121203091150157.jpg'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}";
cmsAD_38.URL = "https://www.51aimei.com/index.php?m=poster&c=index";
cmsAD_38.SiteID = 1;
cmsAD_38.Width = 700;
cmsAD_38.Height = 100;
cmsAD_38.UploadFilePath = '';
cmsAD_38.ShowAD();
var isIE=!!window.ActiveXObject;
if (isIE){
if (document.readyState=="complete"){
cmsAD_38.Stat();
} else {
document.onreadystatechange=function(){
if(document.readyState=="complete") cmsAD_38.Stat();
}
}
} else {
cmsAD_38.Stat();
}