// JavaScript Document

copyright=new Date();
update=copyright.getFullYear();
document.write("<br>Copyright © 2001-"+ update + " Mine Safety Training, Inc. All rights reserved.");

