// Copyright
document.write('<font class="tinywhite">&copy; Copyright ');
now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write(theYear)
document.write(' - Georgia Chapter HFMA Certifications</font>');
