template/index.html
changeset 22 549668922357
parent 21 cc021f43454e
child 23 6441f3da4b2e
--- a/template/index.html	Thu Sep 03 09:54:32 2009 -0400
+++ b/template/index.html	Thu Sep 03 19:32:37 2009 +0530
@@ -67,6 +67,15 @@
 <!-- end page -->
 <div id="footer">	
 	<p class="credit">Powered by the <a href="http://fossee.in/">FOSSEE</a> group, IITB</p>
-</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-10406287-1");
+pageTracker._trackPageview();
+} catch(err) {}</script>
 </body>
 </html>