var config = { apiKey: '434d7be9c77503ab22b13039849478e716551041', product: 'PRO_MULTISITE', logConsent: false, notifyOnce: false, position: 'RIGHT', theme: 'DARK', initialState: "open", consentCookieExpiry: 90, subDomains: true, mode: 'gdpr', accessibility: { accessKey: 'C', highlightFocus: false }, text: { title: 'This site uses cookies to store information on your computer.', intro: 'Some of these cookies are essential, while others help us to improve your experience by providing insights into how the site is being used.', necessaryTitle: 'Necessary cookies', necessaryDescription: 'Necessary cookies enable core functionality as you browse our website such as session management and remembering your cookie preferences. The website cannot function properly without these cookies and can only be disabled by changing your browser preferences.', thirdPartyTitle: 'Some cookies require your attention', thirdPartyDescription: 'Consent for the following cookies could not be automatically revoked. Please follow the link(s) below to opt out manually.', on: 'On', off: 'Off', accept: 'I accept', acceptRecommended: 'Accept recommended cookies', acceptSettings: 'I accept', reject: 'I do not accept', rejectSettings: 'I do not accept', closeLabel: 'Close', cornerButton: 'Set cookie preferences.', landmark: 'Cookie preferences.', accessibilityAlert: 'This site uses cookies to store information. Press accesskey C to learn more about your options.' }, statement: { description: 'For more information view our', name: 'Cookie policy', url: '/cookie-policy/', updated: '26/05/2020' }, necessaryCookies: ['1P_JAR', '__RequestVerificationToken', 'ASP.NET_SessionId', 'ARRAffinity', 'CookieControl', 'XSRF-TOKEN', 'XSRF-V', 'APISID', 'GPS', 'HSID', 'IDE', 'Language', 'SAPISID', 'SID', 'SSID', '__Secure-3PAPISID', '__Secure-3PSID', '__Secure-APISID', '__Secure-HSID', '__Secure-SSID', 'NID', 'SIDCC', 'test_cookie', 'VISITOR_INFO1_LIVE', 'YSD', 'YSC', 'player', 'UMB-*', 'UMB_*', 'Recite.Persist', 'Recite_Session'], optionalCookies: [ { name: 'analytics', label: 'Analytical cookies', description: 'Analytical cookies help us to improve our website by collecting and reporting information on its usage.', cookies: ['_ga', '_gat', '_gid', '_gat_gtag_UA_142293013_1'], recommendedState: true, lawfulBasis: 'legitimate interest', onAccept: function() { var script = document.createElement("script"); script.id = "analyticalCookies"; script.src = "/static/js/analytics.js"; document.body.appendChild(script); var tagManagerScript = document.createElement("script"); tagManagerScript.id = "tagManagerScript"; tagManagerScript.src = "https://www.googletagmanager.com/gtag/js?id=UA-142293013-1"; document.body.prepend(tagManagerScript); var tagManagerNoScript = document.createElement("noscript"); tagManagerNoScript.id = "tagManagerNoScript" tagManagerNoScript.innerHTML = ''; document.body.prepend(tagManagerNoScript); }, onRevoke: function() { var element = document.getElementById('analyticalCookies'); if (element !== null && element !== undefined) {element.remove();} element = document.getElementById('gtmScript'); if (element !== null && element !== undefined) {element.remove();} element = document.getElementById('tagManagerScript'); if (element !== null && element !== undefined) {element.remove();} element = document.getElementById('tagManagerNoScript'); if (element !== null && element !== undefined) {element.remove();} window['ga-disable-UA-142293013-1'] = true; CookieControl.delete("_ga"); CookieControl.delete("_gat"); CookieControl.delete("_gid"); CookieControl.delete("_gat_gtag_UA_142293013_1"); } }, { name : 'socialsharing', label: 'Social sharing cookies', description: 'We use some social sharing plugins, to allow you to share certain pages of our website on social media', cookies: ['_stid', '_stidv', '__sharethis_cookie_test__', 'st_samesite', 'euconsent', 'euconsent-v2', 'pubconsent-v2', '__unam'], recommendedState: false, lawfulBasis: 'consent', onAccept : function(){ var shareThisScript = document.createElement("script"); shareThisScript.async = true; shareThisScript.id = 'shareThisScript'; shareThisScript.src = "https://ws.sharethis.com/button/buttons.js"; document.body.appendChild(shareThisScript); var shareThisApi = document.createElement("script"); shareThisApi.async = true; shareThisApi.id = 'shareThisApiScript'; shareThisApi.src = "https://platform-api.sharethis.com/js/sharethis.js#property=5982fdee862d5e0011085485&product=social-ab"; document.body.appendChild(shareThisApi); }, onRevoke: function(){ var element = document.getElementById('shareThisScript'); if (element !== null && element !== undefined) {element.remove();} element = document.getElementById('shareThisApiScript'); if (element !== null && element !== undefined) {element.remove();} CookieControl.delete("_stid"); CookieControl.delete("_stidv"); CookieControl.delete("__sharethis_cookie_test__"); CookieControl.delete("st_samesite"); CookieControl.delete("euconsent"); CookieControl.delete("euconsent-v2"); CookieControl.delete("pubconsent-v2"); CookieControl.delete("__unam"); }, thirdPartyCookies: [{"name": "ShareThis", "optOutLink": "https://sharethis.com/privacy/"}] } ], branding : { removeIcon: false, removeAbout: true }, sameSiteCookie: "https:" === document.location.protocol ? true : false, sameSiteValue: 'Lax' }; CookieControl.load(config);