I have a key page that google is not tracking and I need help. The page opens in a new window when the client clicks on hyperlinked image on any of the pages on the site. All the pages on the site have analytics code. On the new window page the code is: <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-XXXXXXX (my account number)"; urchinTracker(); </script> the link to the new page looks like this: <a href="http://page.com" target="Home Tutoring" onclick='var wind = window; var winop = wind.open; winop("http://page.com", "Home Tutoring", "resizable=no,width=380,height=360"); return false;'><img src="images/right-img.gif" border="0" alt="tutoring" /></a>