changeset 1468:1c44f8b1ad40

Backed out f2ce927b56cb.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 04 May 2014 21:57:44 +0300
parents 41434d3de9dc
children 3142cbc3c072
files www/urchin.inc.php
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/urchin.inc.php	Sun May 04 21:57:44 2014 +0300
@@ -0,0 +1,13 @@
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-1985738-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>