//	Javascript to tag file downloads and external links in Google Analytics
//	To use, place reference to this file should be placed at the bottom of all pages, 
//	just above the Google Analytics tracking code.
//	All outbound links and links to non-html files should now be automatically tracked.
//

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-2876137-3");
//pageTracker._initData();
//pageTracker._trackPageview();

 var pageTracker;
setTimeout('startGA();', 500);
function startGA()
{
    pageTracker = _gat._getTracker("UA-2876137-5");
    pageTracker._initData();
    pageTracker._trackPageview();
} 
