
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'>");
else
document.write('<table summary="" align="center"><tr valign="top"><td valign="top"><form method=get action="/.search"><input style="color:brown;" type="submit" name="name" value="CopyServe" /><input type="hidden" name="results_page" value="http://www.emultiserve.com/search.html"><input type="text" name="query" value="" size="31"><div style="text-align:right; font-size:12;"></div></form></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"><div style="text-align:right; font-size:12;"></div></a></form></td><td valign="top"><form method=get action="/.search"><input type="hidden" name="results_page" value="http://ganthier.emultiserve.com/ganthiersearch.html"><input type="text" name="query" value="" size="31"><input style="color:red;" type="submit" name="name" value="Ganthier" /><br /><div id="awmAnchor-cshead">&nbsp;</div></td></tr></table>');
