if (navigator.cookieEnabled == 0) {
  alert("This site requires the use of cookies. Please turn on cookies and try again. Cookie settings can be found in your browsers preferences. Thank You");
window.location.href = "index.cfm";
}
