// this file is used to produce the standard bottom part of the COS pages
// May 2001, K. Goehring

var lastmod_style;
lastmod_style = "<style>\n";
lastmod_style += "#lastmod  { color:black; font-size:x-small;}\n";
lastmod_style += "</style>\n";
document.write(lastmod_style);



var lastmod_msg ="<span id=\"lastmod\"><br>\n";
lastmod_msg +="Date of last change: ";
document.write(lastmod_msg);

document.write(document.lastModified);
document.write("</span>\n");
