document.writeln('<center><hr><p><font size="-2">');

var lastmod = new Date(document.lastModified);

var footer = '';
footer = footer + '<b>© 2001-' + lastmod.getFullYear() + ' ';
footer = footer + 'Chitu Okoli</b>.';

// footer = footer + 'Chitu Okoli</b>. Please read the ';
// footer = footer + '<a href="http://chitu.okoli.org/disclaimer.html" target="disclaim" onClick="open(disclaimer.html, disclaim, innerWidth=200, innerHeight=200)">official disclaimer</a>.'

footer = footer + '<br>If you have any comments or questions about this site,'
footer = footer + '<br>please contact <img src="http://chitu.okoli.org/images/webservantemail.gif">. ';
footer = footer + 'Your feedback is welcome.';
footer = footer + '<br>Last updated on';

document.write(footer);

months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];

document.writeln(' '  + months[ lastmod.getMonth() ]
               + ' '  + lastmod.getDate()
               + ', ' + lastmod.getFullYear() + '.');

document.writeln('</font></center>');

