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