








var jPar = jPar || {};
if (typeof jPar.Conf === 'undefined') {
	jPar.Conf = {
		props: {},
		add: function add(key, value) {
			this.props[key] = value;
		},
		get: function get(key) {
			return this.props[key];
		},
		exists: function exists(key) {
			return typeof this.props[key] !== 'undefined'
		}
	};
}
jPar.Conf.add('/Setting/UserTracking/RetargetingTrackingCodes', "");
