summaryrefslogtreecommitdiff
path: root/2/js/bsa.js
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-06 15:15:37 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-06 15:15:37 -0400
commit55f9c2cec0e48dc5190a1f81f297e469c2d5015b (patch)
treec6c9730b102c7d1239cf143c0ffd9d9de6a8d088 /2/js/bsa.js
parenta25e04ec97d3d08fb722a167f07150d9af9f1229 (diff)
moves v2.3.2 to /2/
Diffstat (limited to '2/js/bsa.js')
-rw-r--r--2/js/bsa.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/2/js/bsa.js b/2/js/bsa.js
new file mode 100644
index 00000000..27b52c56
--- /dev/null
+++ b/2/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