var html1 = '';
html1 += '           <font face="Verdana" size="2"><strong>';
html2 = '  </strong></font>';


d = new Date();

cday = d.getDate()
cmonth = 1 + d.getMonth()
cyear = d.getFullYear()

document.write(html1 + cday + "." + cmonth + "." + cyear + html2);
