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