' + '' + ''; window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#252e39" }, "button": { "background": "#14a7d0" } }, "type": "opt-in", "content": { "message": "Questo sito web utilizza cookies e tecnologie analoghe per offrirti una migliore esperienza di navigazione. Se vuoi saperne di più consulta la nostra", "deny": "NON ACCETTO", "allow": "ACCETTO", "link": "Privacy Policy", "href": "http://www.climaservicegaeta.it/privacy-policy.html" }, "revokable": false, "onInitialise": function (status) { var type = this.options.type; var didConsent = this.hasConsented(); if (type == 'opt-in' && didConsent) { // enable cookies document.body.innerHTML += shinystat; } if (type == 'opt-out' && !didConsent) { // disable cookies location.reload(); } }, "onStatusChange": function(status, chosenBefore) { var type = this.options.type; var didConsent = this.hasConsented(); if (type == 'opt-in' && didConsent) { // enable cookies document.body.innerHTML += shinystat; location.reload(); } if (type == 'opt-out' && !didConsent) { // disable cookies } }, })});