Added Google Analytics code.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 31 May 2011 18:13:39 +0000 (14:13 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 31 May 2011 18:13:39 +0000 (14:13 -0400)
index.html

index cb5d739..1b7a9c2 100644 (file)
@@ -6,6 +6,18 @@
                <link rel="stylesheet" type="text/css" href="static/css/screen.css" media="screen" />
                <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
                <script src="static/js/init.js"></script>
+               <script type="text/javascript">
+                       var _gaq = _gaq || [];
+                       _gaq.push(['_setAccount', 'UA-17620212-2']);
+                       _gaq.push(['_setDomainName', 'none']);
+                       _gaq.push(['_setAllowLinker', true]);
+                       _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>
                <div id="fork">
                        
                </div>
        </body>
-</html>
\ No newline at end of file
+</html>