Hi, Anyone can shed light on how to combine two legacy Google Analytics script? I already research on how to do it in the new GA.js but havent seen any info for the legacy. Thanks Basoone Sample Legacy Analytics <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> try { _uacct = "UA-2474747-20"; urchinTracker(); } catch(err) {}</script> Code (markup):