var to_fp = document.location;
to_fp = encodeURIComponent(to_fp);
var to_rf = document.referrer;
to_rf = encodeURIComponent(to_rf);
var frameurl = 'http://www.ticariofis.com/bannershow.php?sid=' + to_sid + '&cid=' + to_cid + '&pid=' + to_pid + '&nurl=' + to_url + '&width=' + to_width + '&height=' + to_height + '&bannertype=' + to_bannertype + '&fp=' + to_fp + '&rf=' + to_rf;
document.write('<iframe id="TicariOfis" name="TicariOfis" src="'+frameurl+'" style="border:0px; margin:0px;" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" width="'+to_width+'" height="'+to_height+'" allowtransparency="true"></iframe>');