Commit 2bd295e8 authored by Leo Iannacone's avatar Leo Iannacone

Added google analytics

parent b578f679
......@@ -19,7 +19,18 @@
<script type="text/javascript" src="libs/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="libs/main.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8147493-4']);
_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>
<!--[if lte IE 6]>
<link rel="stylesheet" href="libs/common_ie.css" />
<![endif]-->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment