window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#0779bf", "text": "#ffffff" }, "button": { "background": "#ededed", "text": "#000000" } }, "content": { "message": "We use cookies to enhance visitors’ experience, to monitor how visitors use our site, and to secure, manage and perform traffic analytics of our site. By continuing to use our site, you accept our use of cookies. For more information, please read our", "dismiss": "OK, I agree", "link": "Privacy Policy.", "href": "/privacy-policy" } })});