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_253 = new PCMSAD('cmsAD_253');
cmsAD_253.PosID = 253;
cmsAD_253.ADID = 1616;
cmsAD_253.ADType = "images";
cmsAD_253.ADName = "200110-部委央企-首页右侧半通栏-480*90";
cmsAD_253.ADContent = "{'Images':[{'imgADLinkUrl':'http%3A%2F%2Fevent.d1net.com%2Fbjcio2020%2F','imgADAlt':'','ImgPath':'http://www.d1net.com/statics/images/ad/202001/200110_beijingcio_480_90.jpg'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}";
cmsAD_253.URL = "http://www.d1net.com/index.php?m=poster&c=index";
cmsAD_253.SiteID = 1;
cmsAD_253.Width = 480;
cmsAD_253.Height = 90;
cmsAD_253.UploadFilePath = '';
cmsAD_253.ShowAD();
var isIE=!!window.ActiveXObject;
if (isIE){
if (document.readyState=="complete"){
cmsAD_253.Stat();
} else {
document.onreadystatechange=function(){
if(document.readyState=="complete") cmsAD_253.Stat();
}
}
} else {
cmsAD_253.Stat();
}