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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

20 lines
364 B

12 years ago
/**
* Google Analytics
*/
var _gaq = _gaq || [];
12 years ago
_gaq.push(['_setAccount', 'UA-216336-23']);
_gaq.push(['_trackPageview']);
12 years ago
(function() {
var ga = document.createElement('script');
12 years ago
ga.src = 'https://ssl.google-analytics.com/u/ga_debug.js';
ga.async = true;
12 years ago
var s = document.getElementsByTagName('script')[0];
12 years ago
s.parentNode.insertBefore(ga, s);
})();