I have added analytics code in between <body> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct="UA-xxxx-x"; urchinTracker(); </script> xxxxxxxxxxxxxx x x x x x xxxxx x x </body> I put it after <body> tag....is it correct? or should i put like this? <body> x x x x x x x x xxxxxxxx <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct="UA-xxxx-x"; urchinTracker(); </script> </body>