var curdate = new Date();
var year = curdate.getYear();
if(year < 2000) { year = year + 1900; }
document.write('<div style="font-size: 12.0pt; font-family: Times New Roman; color: #663300;text-align: center;">Copyright &copy; ' + year + ' - Friends of the Khalidi Library (FKL)</div>');

