<!--
  var H=new Date(),T=H.getDate(),M=H.getMonth()+1,J=H.getFullYear();
  document.write(T+"."+M+"."+J)
 //-->
