// JavaScript Document

if (navigator.cookieEnabled == 0) {
  alert("You need to enable cookies for this site to load properly!");
}