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

