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