Google Analytics

This commit is contained in:
Mitchell Hashimoto 2010-03-07 03:46:50 -08:00
parent 290f091a87
commit 197620648c
1 changed files with 9 additions and 0 deletions

View File

@ -6,5 +6,14 @@
</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-15091924-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>