function writeFooterStaffPage() {

document.write('<hr width="100%">');
document.write('<div align="right">');
document.write('<a href="/condmat/"><img src="/condmat/images/condmathome.gif" border="0" valign="bottom" alt="Condensed Matter Home"></a>');
document.write('</div>');
document.write('<font size="-1" color="31366A"> Last Updated: ');
document.write (document.lastModified);
document.write('</font>');
}

