// Adds copyright information to a page.
var date = new Date();
document.write('<div id="copyright_info">&copy; ' + date.getFullYear() + ' 伊利诺斯州大学理事会</div>');