// JavaScript Document
if (navigator.cookieEnabled == 0) {
  document.write('<font color="#003366" size="3" face="Geneva, Arial, Helvetica, sans-serif"><strong>Please enable cookies in your browser to log into our site. For information on how to enable these, please click on the link below.</strong></font></b>');
}
else document.write('<font color="#CC3300" size="3" face="Geneva, Arial, Helvetica, sans-serif"><strong>Cookies are already enabled in your browser.</strong></font></b>')