[Patchanim-commit] SF.net SVN: patchanim: [167] trunk/patchanim/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-02-11 04:16:51
|
Revision: 167
http://patchanim.svn.sourceforge.net/patchanim/?rev=167&view=rev
Author: dbrosius
Date: 2008-02-10 20:16:56 -0800 (Sun, 10 Feb 2008)
Log Message:
-----------
update to the new analytics scripts
Modified Paths:
--------------
trunk/patchanim/htdocs/index.html
Modified: trunk/patchanim/htdocs/index.html
===================================================================
--- trunk/patchanim/htdocs/index.html 2008-02-11 03:26:36 UTC (rev 166)
+++ trunk/patchanim/htdocs/index.html 2008-02-11 04:16:56 UTC (rev 167)
@@ -65,11 +65,14 @@
<img src="sample.jpg"/>
<p><table cellpadding="10"><tr><td><img src="nameediting.jpg"/></td><td><img src="patchediting.jpg"/></td></tr></table></p>
</div>
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+ <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">
- _uacct = "UA-249537-2";
- urchinTracker();
+ var pageTracker = _gat._getTracker("UA-249537-2");
+ 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.
|