<!--   // Array ofmonth NamesToday = new Date;Jour = Today.getDate();Mois = (Today.getMonth())+1;Annee = Today.getFullYear();Heure = Today.getHours();Min = Today.getMinutes();if (Today.getDate()<10) Jour="0"+Jour;if (Today.getMonth()<10) Mois="0"+Mois;if (Today.getHours()<10) Heure="0"+Heure;if (Today.getMinutes()<10) Min="0"+Mindocument.write(Heure + ":" + Min + "<br />" + Jour + "/" + Mois +"/" + Annee);
// -->
