// Age verification with cookie and redirect if under 21 // Place this in your site's header or just before function setCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days*24*60*60*1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } function getCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function checkAge() { var verified = getCookie('ageVerified'); if (!verified) { var birthYear = prompt("You must be 21 or older to enter this site. Please enter your birth year:"); if (birthYear === null) { window.location.href = "https://www.google.com"; return; } var currentYear = new Date().getFullYear(); var age = currentYear - parseInt(birthYear); if (age >= 21) { setCookie('ageVerified', 'true', 7); // remember for 7 days } else { window.location.href = "https://www.google.com"; } } } checkAge();

Login

Not a user? Click here to register.

FUEL YOUR
FOCUS, ENERGY,
AND WELLNESS

with Hydroxy Seven

SHOP ONLINE

Take your health and performance to the next level with Hydroxy Seven. Browse our collection of premium, plant-based 7-Hydroxy products and experience natural balance, enhanced clarity, and lasting energy.