- Added Google Analytics.

This commit is contained in:
Paul Beckingham
2008-06-17 22:03:38 -04:00
parent 969ecd7b5d
commit 64fff6c2ff

View File

@@ -1243,6 +1243,17 @@ Many characters have special meaning to the shell, including:
</table>
</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">
var pageTracker = _gat._getTracker("UA-4737637-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>