function Pole()
   {  
      this.length=Pole.arguments.length
      for (var i=0; i<this.length; i++)
      this[i+1]=Pole.arguments[i]
   }

today = new Date(); den = today.getDate(); mesiac = today.getMonth() + 1; rok = today.getYear();
if(rok < 2000){ rok+=1900; }
document.write("<span class=mtex>"+den+"."+mesiac+"."+rok+"</span>");
