var location=document.location;
window.onerror = function(){return false;}

AdvproShowUiUrl="http://www.Advpro.cn/js/showADs.asp"
//AdvproShowUiUrl="http://192.168.111.4:78/js/showADs.asp";
var Advpro_ad_url="",Advpro_pop;
var Lmt,dt,w_sh,w_sw,Advpro_ad_width,Advpro_ADWidth,Advpro_num;
/*
var f=new Date();
lmt=Date.parse(document.lastModified)/1000;
dt=f.getTime();
w_sh=window.screen.height;
w_sw=window.screen.width;
*/
arrFormat=Advpro_ad_Fomart.split("_");

Advpro_ADWidth=arrFormat[0];
Advpro_ADHeight=arrFormat[1];
Advpro_ad_width=arrFormat[2]-5;
//Advpro_num=arrFormat[3];

var HttpURL;
HttpURL=window.location.href;

//Pars="?ADNum="+Advpro_num;
if(Advpro_ad_type=="image"){
	ADType=2
	Advpro_ad_height=Math.round(Advpro_num/(Advpro_ADWidth/Advpro_ad_width))*93+14;
}else{
	ADType=1
	Advpro_ad_height=Math.round(Advpro_num/(Advpro_ADWidth/Advpro_ad_width))*66+14;
}

//Pars=Pars+"&ADID="+Advpro_ADID;
Pars="?Guid="+Advpro_UID;

Pars=Pars+"&ADType="+ADType;
Pars=Pars+"&color_border="+color_border;
Pars=Pars+"&Advpro_border="+Advpro_border;
Pars=Pars+"&color_bg="+color_bg;
Pars=Pars+"&color_link="+color_link;
Pars=Pars+"&color_text="+color_text;
Pars=Pars+"&format="+Advpro_ad_Fomart;

Pars=Pars+"&ADWidth="+Advpro_ADWidth;
Pars=Pars+"&ADHeight="+Advpro_ADHeight;
Pars=Pars+"&width="+Advpro_ad_width;
Pars=Pars+"&height="+Advpro_ad_height;
//Pars=Pars+"&AD_Channel="+Advpro_ad_channel;
Pars=Pars+"&HttpURL="+HttpURL;
/*
Pars=Pars+"&Kw="+Advpro_ad_kw;

Pars=Pars+"&lmt="+lmt;
Pars=Pars+"&dt="+dt;
Pars=Pars+"&w_sh="+w_sh;
Pars=Pars+"&w_sw="+w_sw;
*/

//document.write(AdvproShowUiUrl+""+Pars);
if (self.location!=top.location){
    document.write("<a href='http://www.advpro.cn/' target=_blank>免费发布广告</a>");
}else{
    document.write("<iframe name='iframe_Advpro_ad'  marginWidth=0 marginHeight=0 scrolling=no frameBorder=0 width='"+Advpro_ADWidth+"'  height='"+Advpro_ADHeight+"'  allowtransparency='1' src='"+AdvproShowUiUrl+Pars+"'></iframe>");
}
 
  

