document.write('<style type="text/css"> td { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: normal; color: #FFFFFF; font-size: 10px; } a { text-decoration:none; color: #FFFFFF; }</style>');

function fClock()
{
MyClock = new Date;
hours = MyClock.getHours();
minutes = MyClock.getMinutes();
seconds = MyClock.getSeconds();
day = MyClock.getDate();
dDate = MyClock.getDay();
month = MyClock.getMonth();
year = MyClock.getFullYear();
tabDate=new Array("Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi");
tabMonth=new Array("Janvier","Fevrier","Mars","Avril","Mai","Juin","Juillet","Aout","Septembre","Octobre","Novembre","Décembre");
AffMonth = tabMonth[month];
VarDate = tabDate[dDate]+" "+day +" " + AffMonth + " " + year + "<br>";
VarDate += hours + " h " + minutes + " min " + seconds + " s ";
if (document.getElementById){
document.getElementById("oClock").innerHTML=VarDate;
}
setTimeout("fClock()", 500)
}
window.onload = fClock;

document.write('<table width="275" border="0" cellspacing="1" cellpadding="0" bgcolor="#FF9900" height="204">');
document.write('<tr><td height="14" align="center" valign="middle" id="oClock">');
document.write('</td></tr><tr><td width="275" align="center" bgcolor="#FFFFFF">');
document.write('<a href="http://www.formation-astrologie.com" target="_blank"><img src="http://www.formation-astrologie.com/carte05042007.jpg" width="275" height="190" border="0" alt="Eph&eacute;m&eacute;rides astrologiques du jour &agrave; 00h GMT" title="Eph&eacute;m&eacute;rides et carte du ciel du jour - 00h GMT - Institut d&#39;Etudes Astrologiques"></a></td></tr><tr><td align="center"><a href="http://www.formation-astrologie.com" target="_blank" title="Institut Etudes Astrologiques, cours astrologie du debutant au professionnel">Institut d&#39;Etudes Astrologiques</a></td></tr></table>');


