// JavaScript Document
var currentdatetosetlastcopyrightyear = new Date();
document.write('<br /><div id="footer"><ul><li class="first"><a href="/index.html" title="National Board of Medical Examiners">NBME Home</a></li><li><a href="/about/copyright.html" title="&#169; 1996-'+currentdatetosetlastcopyrightyear.getFullYear()+' NBME">&#169; 1996-'+currentdatetosetlastcopyrightyear.getFullYear()+' NBME</a></li><li><a href="/contact/index.html" title="Contact NBME">Contact NBME</a></li><li><a href="/about/site-map.html" title="Site Map">Site Map</a></li><li><a href="/about/opportunities.asp" title="Career Opportunities">Career Opportunities</a></ul></div>')
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}