
//Copy the following code block into every webpage you want to track immediately before the </body> tag.
//If your site has dynamic content you can use a common include or a template.

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
  var pageTracker = _gat._getTracker("UA-9174715-1");
  pageTracker._trackPageview();
} 
catch(err) {}
