/* Requires utils.js to be loaded prior to this file */

function callGoogleAnalytics() {
	try {
		var pageTracker = _gat._getTracker("UA-2433153-1");
		pageTracker._trackPageview();
	} catch(err) {}
}

/* Add callGoogleAnalytics to the list of functions called when the page loads  */
addLoadListener(callGoogleAnalytics);