var auj = new Date(); document.write('Le '+auj .getDate()+'/'+parseInt(auj .getMonth()+1)+'/'+auj .getFullYear());
