if(!ch){
	var ch = {};
}
if(!ch.exm){
	ch.exm = {};
}
if(!ch.exm.utils){
	ch.exm.utils = {};
}
;(function(){
	var loc = window.location + "",
		hashes = ch.exm.utils.AnalyticsCfg.hashes,
		ap = ch.exm.utils.AnalyticsParametrizer = {
		startup: function(){
			for(var i = 0, l = hashes.length; i < l; i++){
				if(loc.match(new RegExp(hashes[i].key.replace(/\*/g, ".").replace(/\?/, "\\?")))){
					this.parameter = hashes[i].value;
				};
			}
			!this.parameter && (this.parameter = window.location.pathname);
		},
		parameter: ""
	};
	ap.startup();
})();