function getYear() {
   tdate = new Date();
   return tdate.getFullYear();
}