Skip to content

Commit

Permalink
Added Google Analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjacksonx committed Mar 15, 2010
1 parent eda3f3b commit 4704b50
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Expand Up @@ -273,6 +273,15 @@ <h1>Modulo</h1>

</div>
</div>


<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10956035-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>

0 comments on commit 4704b50

Please sign in to comment.