[Pixelle-commit] SF.net SVN: pixelle: [140] trunk/pixelle/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-07-05 05:22:39
|
Revision: 140
http://pixelle.svn.sourceforge.net/pixelle/?rev=140&view=rev
Author: dbrosius
Date: 2008-07-04 22:22:38 -0700 (Fri, 04 Jul 2008)
Log Message:
-----------
add google analytics
Modified Paths:
--------------
trunk/pixelle/htdocs/index.html
Modified: trunk/pixelle/htdocs/index.html
===================================================================
--- trunk/pixelle/htdocs/index.html 2008-07-05 04:25:41 UTC (rev 139)
+++ trunk/pixelle/htdocs/index.html 2008-07-05 05:22:38 UTC (rev 140)
@@ -121,5 +121,16 @@
input sources, more options handling, a bunch of bugs, and a bunch of stuff I have
yet to think about.</p>
</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-xxxxxx-x");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
+
</body>
</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|