/* By EDRYC.WAPSITE.ME */ 
now=new Date();
if (now.getTimezoneOffset() == 0) (a=now.getTime() + (4*60*60*1000))
else (a=now.getTime());
now.setTime(a);
document.write(((now.getDate() < 10) ? "0" : "") + now.getDate() + "." + ((now.getMonth() < 9) ? "0" : "") + (now.getMonth() + 1) + "." + now.getFullYear())
// /* By EDRYC.WAPSITE.ME */