diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-20 18:34:40 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-20 18:34:40 -0400 |
commit | c5aebfa780647d4d8c59f474aa945b9076d66ee5 (patch) | |
tree | 4ac03bafae68d564062269c5850314d48ffeca5b /js | |
parent | c32d15f1e237a972fb18e6d8b00e9aa025698bec (diff) |
index: add sponsor
Diffstat (limited to 'js')
-rw-r--r-- | js/bsa.js | 7 |
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 |