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() {
var new_element = document.createElement("script");
new_element.type = "text/javascript";
new_element.src="http://www.d1net.com/index.php?m=poster&c=index&a=show&siteid="+this.SiteID+"&spaceid="+this.ADID+"&id="+this.PosID;
document.body.appendChild(new_element);
}
function showADContent() {
var content = this.ADContent;
var str = "";
var AD = eval('('+content+')');
if (this.ADType == "images") {
str += "";
str += "
";
str += "";
}else if(this.ADType == "flash"){
str += "";
}
str += "";
document.write(str);
}
var cmsAD_366 = new PCMSAD('cmsAD_366');
cmsAD_366.PosID = 366;
cmsAD_366.ADID = 1574;
cmsAD_366.ADType = "images";
cmsAD_366.ADName = "190927-CEIA大奖-首页-顶通栏2-1000*90";
cmsAD_366.ADContent = "{'Images':[{'imgADLinkUrl':'http%3A%2F%2Faward.d1net.com%2Findex.php%2FHome%2FAward%2Findex','imgADAlt':'','ImgPath':'http://www.d1net.com/statics/images/ad/202001/202001_CEIA_1000_90.gif'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}";
cmsAD_366.URL = "http://www.d1net.com/index.php?m=poster&c=index";
cmsAD_366.SiteID = 1;
cmsAD_366.Width = 985;
cmsAD_366.Height = 90;
cmsAD_366.UploadFilePath = '';
cmsAD_366.ShowAD();
var isIE=!!window.ActiveXObject;
if (isIE){
if (document.readyState=="complete"){
cmsAD_366.Stat();
} else {
document.onreadystatechange=function(){
if(document.readyState=="complete") cmsAD_366.Stat();
}
}
} else {
cmsAD_366.Stat();
}