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