if(typeof _PL_hdki == 'undefined'){
var _PL_hdki = new Image() ;
if( window.screen ){
PL_sv=12;
PL_dim=window.screen.width+'*'+window.screen.height;
}
if(PL_bn=='MSIE'){
        if(PL_bv>=4) PL_sv=12;
        if( PL_bv >= 5) PL_sv = 13;
}
if(PL_bn.indexOf('Netscape') > -1 ||PL_bn=='Mozilla'||PL_bn=='Opera'){
if(PL_bv>=3) PL_sv = 11 ;
if(PL_bv>=4){
        PL_sv = 12 ;
}
if(PL_bv>=4.06) PL_sv=13 ;
if(PL_dim=='undefined') PL_dim='UNKNOWN';
}

if( document.URL.substring(0,8) == 'https://' ){
PL_arg = U_rl + '?uid=' + PL_CODE ;
}
else{
PL_arg = U_rl + ':' + U_pt+'/?uid=' + PL_CODE ;
}
PL_arg += '&cpu='+PL_cpu+'&bz='+PL_bz+'&bv='+PL_version+'&os='+PL_os;
PL_arg += '&dim='+PL_dim+'&cd='+PL_cd+'&je='+PL_je+'&ck='+PL_ck+'&ref='+escape(PL_ref)+'&url='+escape(PL_url);
PL_arg += '&jv='+PL_sv+'&tz='+PL_tz+'&ul='+PL_ul+'&ad_key='+escape(PL_ad_key)+'&' ;

if( PL_bn.indexOf('Netscape') > -1 ||PL_bn=='Mozilla'){
    setTimeout('_PL_hdki.src = PL_arg;',1);
}
else{
	_PL_hdki.src = PL_arg;
}
document.cookie='ACE_CK='+document.URL+';';
}
