function writeFooter(){
document.writeln("<center><hr /><font size='1'>");
document.writeln("This page was last modified  "+document.lastModified);
document.write("<br />To report problems with this page contact the ");
document.write("<a href='mailto:joannk@sis.pitt.edu?subject=Problem with page ");
document.write(document.URL+"'>");
document.writeln("Webmaster</a>");
document.writeln("<br/><br/><b>Laboratory for Education and Research on Security Assured Information Systems</b>");
document.writeln("<br/>School of Information Sciences, University of Pittsburgh");
document.writeln("<br/>135 North Bellefield Avenue, Pittsburgh, PA 15260");
document.writeln("</font></center>");
}