now = new Date()
var mois=now.getMonth()+1;
var jour=now.getDate();
if (now.getYear() > "2000")
var annee=now.getYear();
else if (now.getYear() < "2000")
var annee=(1900 + now.getYear());
var age=annee-1974;
var domaineperso=annee-2009;
if (age<2)
plurielage="";
else
plurielage="s";
if (domaineperso<2)
plurieldomaineperso="";
else
plurieldomaineperso="s";
if ((jour==25)&&(mois==12))
document.write('<DIV ALIGN="center">&nbsp;<BR><IMG SRC="formulaire/gui.gif" BORDER="0" WIDTH="50" HEIGHT="48" ALT="" ALIGN="bottom"> <FONT SIZE="4" COLOR="#FF0000"><B>Joyeux Noël</B></FONT> <IMG SRC="formulaire/gui.gif" BORDER="0" WIDTH="50" HEIGHT="48" ALT="" ALIGN="bottom"></DIV><P><HR COLOR="#008080">')
else if ((jour<10)&&(mois==1))
document.write('<DIV ALIGN="center">&nbsp;<BR><IMG SRC="formulaire/gui.gif" BORDER="0" WIDTH="50" HEIGHT="48" ALT="" ALIGN="bottom"> <FONT SIZE="4" COLOR="#006600"><B>Bonne Année '+annee+'</B></FONT> <IMG SRC="formulaire/gui.gif" BORDER="0" WIDTH="50" HEIGHT="48" ALT="" ALIGN="bottom"></DIV><P><HR COLOR="#008080">')
else if ((jour==14)&&(mois==2))
document.write('<DIV ALIGN="center">&nbsp;<BR><IMG SRC="formulaire/stvalentin_g.jpg" BORDER="0" WIDTH="57" HEIGHT="50" ALT=""> <FONT SIZE="4" COLOR="#FF3399"><B>Joyeuse St-Valentin</B></FONT> <IMG SRC="formulaire/stvalentin_d.gif" BORDER="0" WIDTH="50" HEIGHT="50" ALT=""></DIV><P><HR COLOR="#008080">')
else if ((jour==23)&&(mois==5))
document.write('<DIV ALIGN="center">&nbsp;<BR><IMG SRC="formulaire/fete.gif" BORDER="0" WIDTH="60" HEIGHT="62" ALT=""> <FONT SIZE="4" COLOR="#008080"><B>Mon domaine Internet fête ses '+domaineperso+' an'+plurieldomaineperso+' d\'existance ;)</B></FONT> <IMG SRC="formulaire/fete.gif" BORDER="0" WIDTH="60" HEIGHT="62" ALT=""><BR><FONT SIZE="4" COLOR="#008080"><B>aujourd\'hui même en cette année '+annee+' !!!</B></FONT></DIV><P><HR COLOR="#008080">')
else if ((jour==24)&&(mois==6))
document.write('<DIV ALIGN="center">&nbsp;<BR><IMG SRC="formulaire/quebec.gif" BORDER="0" WIDTH="57" HEIGHT="60" ALT=""> <FONT SIZE="4" COLOR="#0033CC"><B>Bonne St-Jean-Baptiste, la <A HREF="http://www.fetenationale.qc.ca/" TARGET="_blank">fête nationale</A> des Québécois(es)</B></FONT> <IMG SRC="formulaire/quebec.gif" BORDER="0" WIDTH="57" HEIGHT="60" ALT=""></DIV><P><HR COLOR="#008080">')
else if ((jour==1)&&(mois==7))
document.write('<DIV ALIGN="center">&nbsp;<BR><IMG SRC="formulaire/canada.gif" BORDER="0" WIDTH="48" HEIGHT="24" ALT=""> <FONT SIZE="4" COLOR="#FF0000"><B>Bonne fête nationale des canadien(ne)s</B></FONT> <IMG SRC="formulaire/canada.gif" BORDER="0" WIDTH="48" HEIGHT="24" ALT=""></DIV><P><HR COLOR="#008080">')
else if ((jour==26)&&(mois==9))
document.write('<DIV ALIGN="center">&nbsp;<BR><IMG SRC="formulaire/fete.gif" BORDER="0" WIDTH="60" HEIGHT="62" ALT=""> <FONT SIZE="4" COLOR="#008080"><B>Je fête mes '+age+' an'+plurielage+' ;) aujourd\'hui même</B></FONT> <IMG SRC="formulaire/fete.gif" BORDER="0" WIDTH="60" HEIGHT="62" ALT=""><BR><FONT SIZE="4" COLOR="#008080"><B>en cette année '+annee+' !!!</B></FONT></DIV><P><HR COLOR="#008080">')
// 21 mars - Printemps //
else if ((jour==21)&&(mois==3))
document.write('<DIV ALIGN="center">&nbsp;<BR><TABLE WIDTH="550" HEIGHT="145" BORDER="0" CELLPADDING="5" SUMMARY=""><TR><TD><FONT SIZE="5" COLOR="#CC6633"><B>Je vous souhaite un bon<BR>début de printemps en ce<BR>21 mars '+annee+'</B></FONT></TD><TD><IMG SRC="formulaire/printemps.jpg" BORDER="0" WIDTH="218" HEIGHT="145" ALT=""></TD></TR></TABLE></DIV><P><HR COLOR="#008080">')
// 21 juin - Été //
else if ((jour==21)&&(mois==6))
document.write('<DIV ALIGN="center">&nbsp;<BR><TABLE WIDTH="550" HEIGHT="145" BORDER="0" CELLPADDING="5" SUMMARY=""><TR><TD><FONT SIZE="5" COLOR="#CC6633"><B>Je vous souhaite un bon<BR>début d\'été en ce<BR>21 juin '+annee+'</B></FONT></TD><TD><IMG SRC="formulaire/ete.jpg" BORDER="0" WIDTH="218" HEIGHT="145" ALT=""></TD></TR></TABLE></DIV><P><HR COLOR="#008080">')
// 22 septembre - Automne //
else if ((jour==22)&&(mois==9))
document.write('<DIV ALIGN="center">&nbsp;<BR><TABLE WIDTH="550" HEIGHT="145" BORDER="0" CELLPADDING="5" SUMMARY=""><TR><TD><FONT SIZE="5" COLOR="#CC6633"><B>Je vous souhaite un bon<BR>début d\'automne en ce<BR>22 septembre '+annee+'</B></FONT></TD><TD><IMG SRC="formulaire/automne.jpg" BORDER="0" WIDTH="218" HEIGHT="145" ALT=""></TD></TR></TABLE></DIV><P><HR COLOR="#008080">')
// 21 décembre - Hiver //
else if ((jour==21)&&(mois==12))
document.write('<DIV ALIGN="center">&nbsp;<BR><TABLE WIDTH="550" HEIGHT="145" BORDER="0" CELLPADDING="5" SUMMARY=""><TR><TD><FONT SIZE="5" COLOR="#CC6633"><B>Je vous souhaite un bon<BR>début d\'hiver en ce<BR>21 décembre '+annee+'</B></FONT></TD><TD><IMG SRC="formulaire/hiver.jpg" BORDER="0" WIDTH="218" HEIGHT="145" ALT=""></TD></TR></TABLE></DIV><P><HR COLOR="#008080">')
else
document.write("")
