rf=document.referrer;
adSize = ad_width+"x"+ad_height;
browserName = navigator.appName;
browserVersion = navigator.appVersion.substring(0,4);
browserLanguage = (navigator.language)? navigator.language : navigator.browserLanguage;
u_his=history.length;
if(window.screen){u_h=window.screen.height;u_w=window.screen.width;u_ah=window.screen.availHeight;u_aw=window.screen.availWidth;u_cd=window.screen.colorDepth}
scr = ''+u_his+'|'+u_h+'|'+u_w+'|'+u_ah+'|'+u_aw+'|'+u_cd+'';
br = ''+browserName+'|'+browserVersion+'|'+browserLanguage+'';
host = ''+window.location.hostname+''+window.location.pathname+''+window.location.search+'';
distime=new Date().getTime();
if(!adcount)
{
var adcount = 1;	
}
else
{
var adcount = adcount + 1;	
}
var domain = 'http://' + window.location.toString().split('//')[1].split('/')[0] + '/';
d='<iframe name="st_ads_frame" width="'+ad_width+'" height="'+ad_height+'" frameborder=0 src="http://ads.adpozitif.com/scripts/ad.php?clientID='+ ad_client +'&zoneID='+ ad_zone +'&size='+ adSize +'&host='+host+'&browser='+br+'&scr='+scr+'&referer='+rf+'&adcount='+adcount+'&distime='+distime+'&cl='+Number(new Date())+'" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>';
document.write(d);

