var datum = new Date();
document.write(''+datum.getDate()+'.'+(datum.getMonth()+1)+'.'+datum.getFullYear());
