var data; //fallback for Project - if it's not available Project.data namespace, use default value directly if (typeof Project === 'object' && typeof Project.get === 'function') { data = Project.get; } else { data = function(name, value) { return value; }; } var dnt = data('dnt','true'); var intTracking = dnt === 'true' ? true : 'false'; var optout = dnt === 'true' ? true : 'false'; var Module = Module || {}; Module.cookieManager = Module.cookieManager || {}; Module.cookieManager.settings = { config: { enabled: true, type: 'bar', force: false, initialTracking: intTracking, optout : optout, bar: { showAccept: true, showDecline: true, showMore: true, showPrefs: true }, popup: { showHeadline: true, showPolicyLink: true, showLegalLink: true } }, text: { text: 'In order to design our homepage in an optimum manner and to be able to continuously improve it, HELLA uses cookies. When using this homepage, you accept the use of our cookies.', close: "Close", saveAndClose: "Saving & Closing", privacy: "Data protection", privacyLink: "/hella-com/65.html?rdeLocale=en", imprint: "Legal notice", imprintLink: "/hella-com/67.html?rdeLocale=en", popup: { functionalCookies: "Functionality", functionalText: "Cookies of this category are stored on the device of the visitor so that the homepage can function as intended.", statisticCookies: "Statistics", statisticText: "Cookies of this category are used to collect statistics of persons visiting the homepage to improve the experience of the visit. Data collected is used internally and is not transferred to third parties." } } }