function copyright(){
myDate = new Date();
myYear = "Copyright &copy; "+myDate.getFullYear()+" Digital Information Technologies Corporation. All Rights Reserved.";
document.write(myYear);
}
