if(typeof(DMP) === 'undefined') {
	window.DMP = {};
}
if(typeof(DMP.onetag) === 'undefined') {
	DMP.onetag = {};
}

if(typeof(DMP.onetag.system) === 'undefined') {
	DMP.onetag.system = {};

	DMP.onetag.system.pageName = function(){
		var pageName = (location.hostname + location.pathname).replace(/\//g, ':');
		var addPageName = (typeof(window.s_AddPageName) === 'undefined') ? '' : '_' + window.s_AddPageName;
		return pageName + addPageName;
	};

}

if(typeof(DMP.onetag.site) === 'undefined') {
	DMP.onetag.site = {};
}

DMP.onetag.error = [];
try {
window.ignoreAdobeTagManager = true;
} catch(e) {
DMP.onetag.error.push(262);
}
try {
(function(w){
	if (w.sc_p) return;
	w.sc_p = function(v) {
		var n = "ex-" + v;
		if (w.s_sc_cd && w.s_sc_cd.tl) {
			w.s_sc_cd.tl(this, "o", n, { linkTrackVars:"prop33", prop33:w.s_sc_cd.pageName });
		}
		if (w.DMP && w.DMP.getRequest) {
			w.DMP.getRequest("click", {
				additional_fields: {
					sub_type: "siteclickcount",
					field01: n,
					field02: (new Date).getTime()
				}
			}, { toUrl:(typeof this.getAttribute==="function"?this.getAttribute("href"):"") });
		}
	};
})(window);
} catch(e) {
DMP.onetag.error.push(1423);
}
