summaryrefslogtreecommitdiff
path: root/assets/js/bsa.js
blob: 27b52c568c7880c20868b5b5f2e02f304325b346 (plain)
1
2
3
4
5
6
7
(function(){
  var bsa = document.createElement('script');
     bsa.type = 'text/javascript';
     bsa.async = true;
     bsa.src = 'http://s3.buysellads.com/ac/bsa.js';
  (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
})();