if (cookieNotification) { let notif = ""; notif += ''; document.write(notif); $("#notif-close").on("click", function () { setCookie("notification", "true", 365); }); }