today = new Date();
den=today.getDate();
mesic=(today.getMonth()+1);
rok=today.getFullYear();
document.write(den+"."+mesic+"."+rok);

