--- ./app/code/core/Mage/GoogleAnalytics/Block/Ga.php.org	2010-12-01 16:30:16.000000000 +0100
+++ ./app/code/core/Mage/GoogleAnalytics/Block/Ga.php	2010-12-01 16:33:05.000000000 +0100
@@ -177,6 +177,7 @@
         (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(ga);
     })();
 
+    var _gaq = _gaq || [];
     _gaq.push(["_setAccount", "' . $this->getAccount() . '"]);
     _gaq.push(["_trackPageview", "'.$this->getPageName().'"]);
 //]]>
