function mdy(anyDate) {
   return anyDate.getYear()
}
Date1=new Date()

document.write ("Moments To Treasure Books - Copyright © 2001 - "+ mdy(Date1) +" All rights reserved.")