I need to get Google Analytics to work on a client's Yahoo store. I searched online and found two extra lines of code to add to the google code: <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1234567-1"; _udn="none"; _ulink=1; urchinTracker(); </script> Should this work? Or is there more I am missing?