// this file is used to produce the standard bottom part of the COS pages
// May 2001, K. Goehring

var bottom_style;
bottom_style = "<style>\n";
bottom_style += "#bottom  { color:blue; text-decoration:plain;}\n";
bottom_style += "</style>\n";
document.write(bottom_style);

var bottom_msg ="<center><br><span id=\"plain\">\n";
bottom_msg += "<a href=\"/prospective.htm\">Prospective Students</a> ~ ";
bottom_msg += "<a href=\"/current.htm\">Current Students</a> ~ ";
bottom_msg += "<a href=\"/facultyandstaff.htm\">Faculty and Staff</a> ~ ";
bottom_msg += "<a href=\"/alumni.htm\">Alumni and Community</a> ";
bottom_msg += "<br>";
document.write(bottom_msg);

bottom_msg = "<br>";
bottom_msg += "<a href=\"/index.html\">COS Home</a> ~ ";
bottom_msg += "<a href=\"/siteindex.htm\">Site Index</a> ~ ";
bottom_msg += "<a href=javascript:window.history.back();>Back</a>";
bottom_msg += "</center></span>\n";
document.write(bottom_msg);

var lastmod_style;
lastmod_style = "<style>\n";
lastmod_style += "#lastmod  { color:black; font-size:small;}\n";
lastmod_style += "</style>\n";
document.write(lastmod_style);

var lastmod_msg ="<center><span id=\"lastmod\"><br>\n";
lastmod_msg +="Date of last change: ";
document.write(lastmod_msg);
document.write(document.lastModified);
document.write("</center></span>\n");



