summaryrefslogtreecommitdiff
path: root/js/bsa.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/bsa.js')
-rw-r--r--js/bsa.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/bsa.js b/js/bsa.js
new file mode 100644
index 00000000..27b52c56
--- /dev/null
+++ b/js/bsa.js
@@ -0,0 +1,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);
+})(); \ No newline at end of file