Skip to content

Commit

Permalink
Added Google Analytics information
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDahv committed Apr 19, 2011
1 parent 49273ab commit 93958d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _layouts/default.html
Expand Up @@ -12,6 +12,19 @@
<script type="text/javascript" src="/js/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="/js/carbonate.js"></script>
<script type="text/javascript" src="/js/bandc.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22823508-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>
</head>
<body>
<header>
Expand Down

0 comments on commit 93958d9

Please sign in to comment.