<!--jsver=1.0;ie=(navigator.appName=='Microsoft Internet Explorer');week = new Week();function Week(){  var i=0;  this[i]='日';i++; this[i]='月';i++; this[i]='火';i++; this[i]='水';i++;  this[i]='木';i++; this[i]='金';i++; this[i]='土';i++; this.length=i;}function getFullYear(d){  var y=d.getFullYear?d.getFullYear():d.getYear();  var oy=y;  if(y<100) y+=1900;  if(y<1980) y+=100;  if(oy!=y) d.setYear(y);  return y;}function updateDate(){  if(ie && jsver==1.0) return document.lastModified;  ImDate = new Date();  ImDate.setTime(Date.parse(document.lastModified));  return getFullYear(ImDate)+'年'+(ImDate.getMonth()+1)+'月'+ImDate.getDate()+'日('+week[ImDate.getDay()]+')';}// -->