Index: /googleanalytics/package.xml
===================================================================
--- /googleanalytics/package.xml (revision 115)
+++ /googleanalytics/package.xml (revision 173)
@@ -6,5 +6,5 @@
 		<packagedescription>Webcounter from Google. The new Google Analytics graphing tool displays your analysis within the context of larger trends.</packagedescription>
 		<packagedescription languagecode="de">Webcounter von Google. Google Analytics zeight Ihnen beim Kauf jedes Keywords an, in welcher Beziehung Suchrang mit Conversions und Umsatz steht.</packagedescription>
-		<version>1.0.1</version>
+		<version>1.1.0</version>
 		<date>DATE</date>
 		<plugin>com.woltlab.wbb</plugin>
@@ -33,4 +33,8 @@
 	</instructions>
 	
+	<instructions type="update" fromversion="1.0.1">
+		<files>files.tar</files>
+	</instructions>
+	
 	<instructions type="update" fromversion="1.0.0">
 		<files>files.tar</files>
Index: /googleanalytics/templates/googleAnalytics.tpl
===================================================================
--- /googleanalytics/templates/googleAnalytics.tpl (revision 18)
+++ /googleanalytics/templates/googleAnalytics.tpl (revision 173)
@@ -1,7 +1,9 @@
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
 <script type="text/javascript">
-//<![CDATA[
-	_uacct="{GOOGLEANALYTICS_KEY}";
-	urchinTracker();
-//]]>
+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("{GOOGLEANALYTICS_KEY}");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
