var warning = '<div class=\"component accessHidden\" id=\"browser-warning\"><a class=\"bookmark\" name=\"browserwarning\"><\/a><p><small><a href=\"#skipbrowserwarning\">skip browser notice<\/a> if you do not want to read about web standard browser requirements of this site.<\/small><\/p><hr \/><h2 id=\"warning-title\">Browser Notice<\/h2><p id=\"warning-text\">This sites design is only visible in a graphical browser that supports web standards, but its content is accessible to any browser or internet device<\/p><ul><li><a href=\"http:\/\/www.webstandards.org\/upgrade\/\">Read more about the Web Standards Projects BROWSER UPGRADE initiative.<\/a><\/li><li><a href=\"\/AboutUs\/Ourpolicies\/Accessibility\">Why we do this<\/a><\/li><\/ul><a class=\"bookmark\" name=\"skipbrowserwarning\"><\/a><\/div>';
var css_warning = '<div class=\"component accessHidden\" id=\"browser-warning\"><a class=\"bookmark\" name=\"browserwarning\"><\/a><p><small><a href=\"#skipbrowserwarning\">skip browser notice<\/a> if you do not want to read about web standard browser requirements of this site.<\/small><\/p><hr \/><h2 id=\"warning-title\">Browser Notice<\/h2><p id=\"warning-text\">This sites design is only visible in a graphical browser that supports web standards, but its content is accessible to any browser or internet device<\/p><ul><li><a href=\"http:\/\/www.webstandards.org\/upgrade\/\">Read more about the Web Standards Projects BROWSER UPGRADE initiative.<\/a><\/li><li><a href=\"\/AboutUs\/Ourpolicies\/Accessibility\">Why we do this<\/a><\/li><\/ul><a class=\"bookmark\" name=\"skipbrowserwarning\"><\/a><\/div>';

if(!getCookie('seen-warning')) {
  if (current_browser.version < 5) {
    document.write(warning);
  } 
  else {
    document.write(css_warning);
  }
  setCookie('seen-warning');
} 
