You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
449 B

  1. // Google Analytics boilerplate.
  2. var _gaq = _gaq || [];
  3. _gaq.push(['_setAccount', 'UA-25704949-1']);
  4. _gaq.push(['_trackPageview']);
  5. (function() {
  6. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async =
  7. true;
  8. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') +
  9. '.google-analytics.com/ga.js';
  10. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  11. })();