// copyright.js
document.write('<div id="copyright">');
document.write('Copyright &copy; 1996-2010 ISIT. All rights reserved.');
document.write('</div>');
