var expiration = new Date();
expiration.setMinutes(0);
document.cookie = "brandCookie=true;expires=" + expiration.toUTCString() + ";path=/";
