Skip to content

Commit c622e41

Browse files
author
marcj
committed
added ga
1 parent d30e548 commit c622e41

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,5 +330,16 @@ <h2>
330330
</footer>
331331
</div>
332332
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
333+
<script type="text/javascript">
334+
var _gaq = _gaq || [];
335+
_gaq.push(['_setAccount', 'UA-44935629-1']);
336+
_gaq.push(['_trackPageview']);
337+
338+
(function() {
339+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
340+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
341+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
342+
})();
343+
</script>
333344
</body>
334345
</html>

0 commit comments

Comments
 (0)