/* http://greentooth.xtgem.com */ now=new Date(); if (now.getTimezoneOffset() == 0) (a=now.getTime() + (3*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())