
var months=new Array(13);
months[1]="Janvier";
months[2]="Février";
months[3]="Mars";
months[4]="Avril";
months[5]="Mai";
months[6]="Juin";
months[7]="Juillet";
months[8]="Août";
months[9]="Septembre";
months[10]="Octobre";
months[11]="Novembre";
months[12]="Décembre";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)
year = year + 1900;
if (date==19 && lmonth=="Avril" )
document.write("<font style='color:orange;font-weight:bolder;font-size:11pt;'>HAPPY BIRTHDAY TO YOU,</font> <span style='font-size:11pt;font-weight:bolder;'>Brunel LAPOINTE</span>" + "<EMBED SRC='../sound/happybday.mid' AUTOSTART='True' HIDDEN='True' loop='True'>");
if (date==1 && lmonth=="Septembre" )
document.write("<font style='color:orange;font-weight:bolder;font-size:11pt;'>HAPPY BIRTHDAY TO YOU,</font> <span style='font-size:11pt;font-weight:bolder;'>Karl-Henry PASCAL</span>" + "<EMBED SRC='../sound/happybday.mid' AUTOSTART='True' HIDDEN='True' loop='True'>");
else
document.write('<table summary="" align=""><tr valign="baseline"><td></td><td valign="top"><form method=get action="/.search"><input style="color:red;" type="submit" name="name" value="Recherche sur GANTHIER"><input type="hidden" name="results_page" value="http://ganthier.emultiserve.com/ganthiersearch.html"><input type="text" name="query" value="" size="60"></td><td><a href="http://edit.yahoo.com/config/send_webmesg?.target=brunellapointe&.src=pg"><img border=0 src="http://opi.yahoo.com/online?u=brunellapointe&m=g&t=2"></a></td></tr></table>');
