// This is the Google Analytics reporting code.
// Include this in each webpage you want tracked by the GA system
// 
// Paste the code segment in the bottom of each page you plan to track, immediately before the </body> tag 
// If you use a common include or template, you can enter it there.
// NOTE: This is the "latest version" (ga.js) of the code supporting new features (not the older urchin.js)

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"));

var pageTracker = _gat._getTracker("UA-4132580-1");
pageTracker._initData();
pageTracker._trackPageview();
