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.usaedu.net/index.php?m=poster&c=index&a=show&siteid="+this.SiteID+"&id="+this.ADID+"&spaceid="+this.PosID;
document.body.appendChild(new_element);
}
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_111 = new PCMSAD('cmsAD_111');
cmsAD_111.PosID = 111;
cmsAD_111.ADID = 175;
cmsAD_111.ADType = "images";
cmsAD_111.ADName = "出国留学,粮草先行";
cmsAD_111.ADContent = "{'Images':[{'imgADLinkUrl':'http%3A%2F%2Fwww.usaedu.net%2F16zt%2Fout%2F','imgADAlt':'出国留学,粮草先行','ImgPath':'http://www.usaedu.net/uploadfile/2016/0920/20160920104531195.png'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}";
cmsAD_111.URL = "http://www.usaedu.net/index.php?m=poster&c=index";
cmsAD_111.SiteID = 1;
cmsAD_111.Width = 210;
cmsAD_111.Height = 135;
cmsAD_111.UploadFilePath = '';
cmsAD_111.ShowAD();
var isIE=!!window.ActiveXObject;
if (isIE){
if (document.readyState=="complete"){
cmsAD_111.Stat();
} else {
document.onreadystatechange=function(){
if(document.readyState=="complete") cmsAD_111.Stat();
}
}
} else {
cmsAD_111.Stat();
}