<!--

var yy=date.getYear() % 100;
if(yy<10)yy="0"+yy;
document.write("20"+yy);

//-->
  
