// Adds copyright information to a page.
var date = new Date();
document.write('<div id="copyright_info">&copy; ' + date.getFullYear() + ' University of Illinois Board of Trustees</div>');