Index: googleanalytics.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/google_analytics/googleanalytics.module,v
retrieving revision 1.68
diff -u -r1.68 googleanalytics.module
--- googleanalytics.module	29 Oct 2010 19:58:44 -0000	1.68
+++ googleanalytics.module	25 Dec 2010 20:30:05 -0000
@@ -76,7 +76,7 @@
 
     if (variable_get('googleanalytics_trackadsense', FALSE)) {
       // Custom tracking. Prepend before all other JavaScript.
-      drupal_add_js('window.google_analytics_uacct = ' . drupal_json_encode($id) . ';', array('type' => 'inline', 'weight' => JS_LIBRARY - 21));
+      drupal_add_js('window.google_analytics_uacct = ' . drupal_json_encode($id) . ';', array('type' => 'inline', 'group' => JS_LIBRARY-1));
     }
 
     // Add link tracking.
@@ -194,7 +194,7 @@
     $script .= 's.parentNode.insertBefore(ga, s);';
     $script .= '})();';
 
-    drupal_add_js($script, array('scope'=> $scope, 'type' => 'inline'));
+    drupal_add_js($script, array('scope' => $scope, 'type' => 'inline'));
   }
 }
 
