var googleAnalyticsMgr = {
	init: function(){
		if (!this.fId) return;
		if (this.fId.search("^UA-[0-9]{7}-[0-9]$") == 0 && !this.xIsScenari()){
			var vGaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
			document.write(unescape("%3Cscript src='" + vGaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
			scOnLoads[scOnLoads.length] = this;
		}
	},
	onLoad : function() {
		if (typeof _gat != "undefined") _gat._getTracker(googleAnalyticsMgr.fId)._trackPageview();
	},
	xIsScenari: function(){
		return document.location.pathname.search("/s/(test|chain)/u/pub/") != -1;
	},
	loadSortKey : "ZZZ"
}


