﻿
//comments:
//1. include the analytics.js file in project and replace the UA-XXXXX-XX code for the specific site
//2. link the js file from master page using following syntax:
//<script type="text/javascript" language="javascript" src="../common/js/analytics.js"></script>
//

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-1290829-2");
pageTracker._trackPageview();


