var ad_ads_url	= 'http://adtech.sabitreklam.com/ads.php?';
ad_ads_url	= ad_ads_url + 'adaid=' + ad_aid + '&';
ad_ads_url	= ad_ads_url + 'adrid=' + ad_rid + '&';
ad_ads_url	= ad_ads_url + 'adw=' + ad_w + '&';
ad_ads_url	= ad_ads_url + 'adh=' + ad_h + '&';
ad_ads_url	= ad_ads_url + 'adurl=' + ad_url;
if(ad_kay == '1') {
document.write('<div style="position: fixed; _position: absolute; _top : expression(eval(document.body.scrollTop)); top: 5px; right: 0px; background: url(http://adtech.sabitreklam.com/img/body.gif) fixed;">');
document.write('<iframe width="' + ad_w + '" height="' + ad_h + '" frameborder="0" scrolling="no"');
document.write('src="' + ad_ads_url + '">');
document.write('</iframe>');
document.write('</div>');
} else {
document.write('<iframe width="' + ad_w + '" height="' + ad_h + '" frameborder="0" scrolling="no"');
document.write('src="' + ad_ads_url + '">');
document.write('</iframe>');
}