

<!-- Je cache pour les vieux browsers



function display_fete() {

   date = new Date();
   var day_of_week_number = date.getDay();
   var day_of_month_number = date.getDate();
   var month_number = date.getMonth();
   var year = date.getYear();
   var day_of_week = '';
   var month = ''

   
   if((day_of_month_number == 1) && (month_number == 0)){day_of_year = 'f&ecirc;te du Jour de l&acute;An';}
   if((day_of_month_number == 2) && (month_number == 0)){day_of_year = 'St Basile';}
   if((day_of_month_number == 3) && (month_number == 0)){day_of_year = 'Ste Genevi&egrave;ve';}
   if((day_of_month_number == 4) && (month_number == 0)){day_of_year = 'St Odilon';}
   if((day_of_month_number == 5) && (month_number == 0)){day_of_year = 'St Edouard';}
   if((day_of_month_number == 6) && (month_number == 0)){day_of_year = 'St M&eacute;laine';}
   if((day_of_month_number == 7) && (month_number == 0)){day_of_year = 'St Raymond';}
   if((day_of_month_number == 8) && (month_number == 0)){day_of_year = 'St Lucien';}
   if((day_of_month_number == 9) && (month_number == 0)){day_of_year = 'Ste Alix';}
   if((day_of_month_number == 10) && (month_number == 0)){day_of_year = 'St Guillaume';}
   if((day_of_month_number == 11) && (month_number == 0)){day_of_year = 'St Paulin';}
   if((day_of_month_number == 12) && (month_number == 0)){day_of_year = 'Ste Tatiana';}
   if((day_of_month_number == 13) && (month_number == 0)){day_of_year = 'Ste Yvette';}
   if((day_of_month_number == 14) && (month_number == 0)){day_of_year = 'Ste Nina';}
   if((day_of_month_number == 15) && (month_number == 0)){day_of_year = 'St R&eacute;mi';}
   if((day_of_month_number == 16) && (month_number == 0)){day_of_year = 'St Marcel';}
   if((day_of_month_number == 17) && (month_number == 0)){day_of_year = 'Ste Roseline';}
   if((day_of_month_number == 18) && (month_number == 0)){day_of_year = 'Ste Prisca';}
   if((day_of_month_number == 19) && (month_number == 0)){day_of_year = 'St Marius';}
   if((day_of_month_number == 20) && (month_number == 0)){day_of_year = 'St S&eacute;bastien';}
   if((day_of_month_number == 21) && (month_number == 0)){day_of_year = 'Ste Agn&egrave;s';}
   if((day_of_month_number == 22) && (month_number == 0)){day_of_year = 'St Vincent';}
   if((day_of_month_number == 23) && (month_number == 0)){day_of_year = 'St Barnard';}
   if((day_of_month_number == 24) && (month_number == 0)){day_of_year = 'St Fran&ccedil;ois de Salles';}
   if((day_of_month_number == 25) && (month_number == 0)){day_of_year = 'Conv. St Paul';}
   if((day_of_month_number == 26) && (month_number == 0)){day_of_year = 'Ste Paule';}
   if((day_of_month_number == 27) && (month_number == 0)){day_of_year = 'Ste Ang&egrave;le';}
   if((day_of_month_number == 28) && (month_number == 0)){day_of_year = 'St Thomas d&acute;Aquin';}
   if((day_of_month_number == 29) && (month_number == 0)){day_of_year = 'St Gildas';}
   if((day_of_month_number == 30) && (month_number == 0)){day_of_year = 'Ste Martine';}
   if((day_of_month_number == 31) && (month_number == 0)){day_of_year = 'Ste Marcelle';}
   
   if((day_of_month_number == 1) && (month_number == 1)){day_of_year = 'Ste Ella';}
   if((day_of_month_number == 2) && (month_number == 1)){day_of_year = 'Pr&eacute;sentation du Seigneur';}
   if((day_of_month_number == 3) && (month_number == 1)){day_of_year = 'St Blaise';}
   if((day_of_month_number == 4) && (month_number == 1)){day_of_year = 'Ste V&eacute;ronique';}
   if((day_of_month_number == 5) && (month_number == 1)){day_of_year = 'Ste Agathe';}
   if((day_of_month_number == 6) && (month_number == 1)){day_of_year = 'St Gaston';}
   if((day_of_month_number == 7) && (month_number == 1)){day_of_year = 'Ste Eug&eacute;nie';}
   if((day_of_month_number == 8) && (month_number == 1)){day_of_year = 'Ste Jacqueline';}
   if((day_of_month_number == 9) && (month_number == 1)){day_of_year = 'Ste Apolline';}
   if((day_of_month_number == 10) && (month_number == 1)){day_of_year = 'St Arnaud';}
   if((day_of_month_number == 11) && (month_number == 1)){day_of_year = 'N.-D. de Lourdes';}
   if((day_of_month_number == 12) && (month_number == 1)){day_of_year = 'St F&eacute;lix';}
   if((day_of_month_number == 13) && (month_number == 1)){day_of_year = 'Ste B&eacute;atrice';}
   if((day_of_month_number == 14) && (month_number == 1)){day_of_year = 'St Valentin';}
   if((day_of_month_number == 15) && (month_number == 1)){day_of_year = 'St Claude';}
   if((day_of_month_number == 16) && (month_number == 1)){day_of_year = 'Ste Julienne';}
   if((day_of_month_number == 17) && (month_number == 1)){day_of_year = 'St Alexis';}
   if((day_of_month_number == 18) && (month_number == 1)){day_of_year = 'Ste Bernadette';}
   if((day_of_month_number == 19) && (month_number == 1)){day_of_year = 'St Gabin';}
   if((day_of_month_number == 20) && (month_number == 1)){day_of_year = 'Ste Aim&eacute;e';}
   if((day_of_month_number == 21) && (month_number == 1)){day_of_year = 'St P. Damien';}
   if((day_of_month_number == 22) && (month_number == 1)){day_of_year = 'Ste Isabelle';}
   if((day_of_month_number == 23) && (month_number == 1)){day_of_year = 'St Lazare';}
   if((day_of_month_number == 24) && (month_number == 1)){day_of_year = 'St Modeste';}
   if((day_of_month_number == 25) && (month_number == 1)){day_of_year = 'St Rom&eacute;o';}
   if((day_of_month_number == 26) && (month_number == 1)){day_of_year = 'St Nestor';}
   if((day_of_month_number == 27) && (month_number == 1)){day_of_year = 'Ste Honorine';}
   if((day_of_month_number == 28) && (month_number == 1)){day_of_year = 'St Romain';}
   if((day_of_month_number == 29) && (month_number == 1)){day_of_year = 'St Auguste';}

   if((day_of_month_number == 1) && (month_number == 2)){day_of_year = 'St Aubin';}
   if((day_of_month_number == 2) && (month_number == 2)){day_of_year = 'St Charles le Bon';}
   if((day_of_month_number == 3) && (month_number == 2)){day_of_year = 'St Gu&eacute;nol&eacute;';}
   if((day_of_month_number == 4) && (month_number == 2)){day_of_year = 'St Casimir';}
   if((day_of_month_number == 5) && (month_number == 2)){day_of_year = 'Ste Olive';}
   if((day_of_month_number == 6) && (month_number == 2)){day_of_year = 'Ste Colette';}
   if((day_of_month_number == 7) && (month_number == 2)){day_of_year = 'Ste F&eacute;licit&eacute;';}
   if((day_of_month_number == 8) && (month_number == 2)){day_of_year = 'St Jean de D.';}
   if((day_of_month_number == 9) && (month_number == 2)){day_of_year = 'Ste Fran&ccedil;oise';}
   if((day_of_month_number == 10) && (month_number == 2)){day_of_year = 'St Vivien';}
   if((day_of_month_number == 11) && (month_number == 2)){day_of_year = 'Ste Rosine';}
   if((day_of_month_number == 12) && (month_number == 2)){day_of_year = 'Ste Justine';}
   if((day_of_month_number == 13) && (month_number == 2)){day_of_year = 'St Rodrigue';}
   if((day_of_month_number == 14) && (month_number == 2)){day_of_year = 'Ste Mathilde';}
   if((day_of_month_number == 15) && (month_number == 2)){day_of_year = 'Ste Louise';}
   if((day_of_month_number == 16) && (month_number == 2)){day_of_year = 'Ste B&eacute;n&eacute;dicte';}
   if((day_of_month_number == 17) && (month_number == 2)){day_of_year = 'St Patrice';}
   if((day_of_month_number == 18) && (month_number == 2)){day_of_year = 'St Cyrille';}
   if((day_of_month_number == 19) && (month_number == 2)){day_of_year = 'St Josephe';}
   if((day_of_month_number == 20) && (month_number == 2)){day_of_year = 'St Herbert';}
   if((day_of_month_number == 21) && (month_number == 2)){day_of_year = 'Ste Cl&eacute;mence';}
   if((day_of_month_number == 22) && (month_number == 2)){day_of_year = 'Ste L&eacute;a';}
   if((day_of_month_number == 23) && (month_number == 2)){day_of_year = 'St Victorien';}
   if((day_of_month_number == 24) && (month_number == 2)){day_of_year = 'Ste C. de Su&egrave;de';}
   if((day_of_month_number == 25) && (month_number == 2)){day_of_year = 'Annonciation';}
   if((day_of_month_number == 26) && (month_number == 2)){day_of_year = 'Ste Larissa';}
   if((day_of_month_number == 27) && (month_number == 2)){day_of_year = 'St Habib';}
   if((day_of_month_number == 28) && (month_number == 2)){day_of_year = 'St Gontran';}
   if((day_of_month_number == 29) && (month_number == 2)){day_of_year = 'Ste Gwladys';}
   if((day_of_month_number == 30) && (month_number == 2)){day_of_year = 'St Am&eacute;d&eacute;e';}
   if((day_of_month_number == 31) && (month_number == 2)){day_of_year = 'St Benjamin';}

   if((day_of_month_number == 1) && (month_number == 3)){day_of_year = 'St Hugues';}
   if((day_of_month_number == 2) && (month_number == 3)){day_of_year = 'Ste Sandrine';}
   if((day_of_month_number == 3) && (month_number == 3)){day_of_year = 'St Richard';}
   if((day_of_month_number == 4) && (month_number == 3)){day_of_year = 'St Isidore';}
   if((day_of_month_number == 5) && (month_number == 3)){day_of_year = 'Ste Ir&egrave;ne';}
   if((day_of_month_number == 6) && (month_number == 3)){day_of_year = 'St Marcellin';}
   if((day_of_month_number == 7) && (month_number == 3)){day_of_year = 'St Jean Bapt. de la Salle';}
   if((day_of_month_number == 8) && (month_number == 3)){day_of_year = 'Ste Julie';}
   if((day_of_month_number == 9) && (month_number == 3)){day_of_year = 'St Gautier';}
   if((day_of_month_number == 10) && (month_number == 3)){day_of_year = 'St Fulbert';}
   if((day_of_month_number == 11) && (month_number == 3)){day_of_year = 'St Stanislas';}
   if((day_of_month_number == 12) && (month_number == 3)){day_of_year = 'St Jules';}
   if((day_of_month_number == 13) && (month_number == 3)){day_of_year = 'Ste Ida';}
   if((day_of_month_number == 14) && (month_number == 3)){day_of_year = 'St Maxime';}
   if((day_of_month_number == 15) && (month_number == 3)){day_of_year = 'St Paterne';}
   if((day_of_month_number == 16) && (month_number == 3)){day_of_year = 'St Beno&icirc;t J.';}
   if((day_of_month_number == 17) && (month_number == 3)){day_of_year = 'St Anicet';}
   if((day_of_month_number == 18) && (month_number == 3)){day_of_year = 'St Parfait';}
   if((day_of_month_number == 19) && (month_number == 3)){day_of_year = 'Ste Emma';}
   if((day_of_month_number == 20) && (month_number == 3)){day_of_year = 'Ste Odette';}
   if((day_of_month_number == 21) && (month_number == 3)){day_of_year = 'St Anselme';}
   if((day_of_month_number == 22) && (month_number == 3)){day_of_year = 'St Alexandre';}
   if((day_of_month_number == 23) && (month_number == 3)){day_of_year = 'St Georges';}
   if((day_of_month_number == 24) && (month_number == 3)){day_of_year = 'St Fid&egrave;le';}
   if((day_of_month_number == 25) && (month_number == 3)){day_of_year = 'St Marc';}
   if((day_of_month_number == 26) && (month_number == 3)){day_of_year = 'Ste Alida';}
   if((day_of_month_number == 27) && (month_number == 3)){day_of_year = 'Ste Zita';}
   if((day_of_month_number == 28) && (month_number == 3)){day_of_year = 'Ste Val&eacute;rie';}
   if((day_of_month_number == 29) && (month_number == 3)){day_of_year = 'Ste Cath. de Sienne';}
   if((day_of_month_number == 30) && (month_number == 3)){day_of_year = 'St Robert';}
   
   if((day_of_month_number == 1) && (month_number == 4)){day_of_year = 'F&ecirc;te du Travail';}
   if((day_of_month_number == 2) && (month_number == 4)){day_of_year = 'St Boris';}
   if((day_of_month_number == 3) && (month_number == 4)){day_of_year = 'Sts Philippe, Jacques';}
   if((day_of_month_number == 4) && (month_number == 4)){day_of_year = 'St Silvain';}
   if((day_of_month_number == 5) && (month_number == 4)){day_of_year = 'Ste Judith';}
   if((day_of_month_number == 6) && (month_number == 4)){day_of_year = 'Ste Prudence';}
   if((day_of_month_number == 7) && (month_number == 4)){day_of_year = 'Ste Gis&egrave;le';}
   if((day_of_month_number == 8) && (month_number == 4)){day_of_year = 'Victoire 1945';}
   if((day_of_month_number == 9) && (month_number == 4)){day_of_year = 'St Pac&ocirc;me';}
   if((day_of_month_number == 10) && (month_number == 4)){day_of_year = 'Ste Solange';}
   if((day_of_month_number == 11) && (month_number == 4)){day_of_year = 'Ste Estelle';}
   if((day_of_month_number == 12) && (month_number == 4)){day_of_year = 'St Achille';}
   if((day_of_month_number == 13) && (month_number == 4)){day_of_year = 'Ste Rolande';}
   if((day_of_month_number == 14) && (month_number == 4)){day_of_year = 'St Matthias';}
   if((day_of_month_number == 15) && (month_number == 4)){day_of_year = 'Ste Denise';}
   if((day_of_month_number == 16) && (month_number == 4)){day_of_year = 'Ste Honor&eacute;';}
   if((day_of_month_number == 17) && (month_number == 4)){day_of_year = 'St Pascal';}
   if((day_of_month_number == 18) && (month_number == 4)){day_of_year = 'St Eric';}
   if((day_of_month_number == 19) && (month_number == 4)){day_of_year = 'St Yves';}
   if((day_of_month_number == 20) && (month_number == 4)){day_of_year = 'St Bernardin';}
   if((day_of_month_number == 21) && (month_number == 4)){day_of_year = 'St Constantin';}
   if((day_of_month_number == 22) && (month_number == 4)){day_of_year = 'St Emile';}
   if((day_of_month_number == 23) && (month_number == 4)){day_of_year = 'St Didier';}
   if((day_of_month_number == 24) && (month_number == 4)){day_of_year = 'St Donatien';}
   if((day_of_month_number == 25) && (month_number == 4)){day_of_year = 'Ste Sophie';}
   if((day_of_month_number == 26) && (month_number == 4)){day_of_year = 'St B&eacute;renger';}
   if((day_of_month_number == 27) && (month_number == 4)){day_of_year = 'St Augustin';}
   if((day_of_month_number == 28) && (month_number == 4)){day_of_year = 'St Germain';}
   if((day_of_month_number == 29) && (month_number == 4)){day_of_year = 'St Aymard';}
   if((day_of_month_number == 30) && (month_number == 4)){day_of_year = 'St Ferdinand';}
   if((day_of_month_number == 31) && (month_number == 4)){day_of_year = 'Visitation';}   

   if((day_of_month_number == 1) && (month_number == 5)){day_of_year = 'St Justin';}
   if((day_of_month_number == 2) && (month_number == 5)){day_of_year = 'Ste Blandine';}
   if((day_of_month_number == 3) && (month_number == 5)){day_of_year = 'St K&eacute;vin';}
   if((day_of_month_number == 4) && (month_number == 5)){day_of_year = 'Ste Clotilde';}
   if((day_of_month_number == 5) && (month_number == 5)){day_of_year = 'St Igor';}
   if((day_of_month_number == 6) && (month_number == 5)){day_of_year = 'St Norbert';}
   if((day_of_month_number == 7) && (month_number == 5)){day_of_year = 'St Gilbert';}
   if((day_of_month_number == 8) && (month_number == 5)){day_of_year = 'St M&eacute;dard';}
   if((day_of_month_number == 9) && (month_number == 5)){day_of_year = 'Ste Diane';}
   if((day_of_month_number == 10) && (month_number == 5)){day_of_year = 'St Landry';}
   if((day_of_month_number == 11) && (month_number == 5)){day_of_year = 'St Barnab&eacute;';}
   if((day_of_month_number == 12) && (month_number == 5)){day_of_year = 'St Guy';}
   if((day_of_month_number == 13) && (month_number == 5)){day_of_year = 'St Antoine de P.';}
   if((day_of_month_number == 14) && (month_number == 5)){day_of_year = 'St Elis&eacute;e';}
   if((day_of_month_number == 15) && (month_number == 5)){day_of_year = 'Ste Germaine';}
   if((day_of_month_number == 16) && (month_number == 5)){day_of_year = 'St J.-F. R&eacute;gis';}
   if((day_of_month_number == 17) && (month_number == 5)){day_of_year = 'St Herv&eacute;';}
   if((day_of_month_number == 18) && (month_number == 5)){day_of_year = 'St L&eacute;once';}
   if((day_of_month_number == 19) && (month_number == 5)){day_of_year = 'St Romuald';}
   if((day_of_month_number == 20) && (month_number == 5)){day_of_year = 'St Silv&egrave;re';}
   if((day_of_month_number == 21) && (month_number == 5)){day_of_year = 'St Rodolphe';}
   if((day_of_month_number == 22) && (month_number == 5)){day_of_year = 'St Alban';}
   if((day_of_month_number == 23) && (month_number == 5)){day_of_year = 'Ste Audrey';}
   if((day_of_month_number == 24) && (month_number == 5)){day_of_year = 'St Jean Baptiste';}
   if((day_of_month_number == 25) && (month_number == 5)){day_of_year = 'St Prosper';}
   if((day_of_month_number == 26) && (month_number == 5)){day_of_year = 'St Anthelme';}
   if((day_of_month_number == 27) && (month_number == 5)){day_of_year = 'St Fernand';}
   if((day_of_month_number == 28) && (month_number == 5)){day_of_year = 'St Ir&eacute;n&eacute;e';}
   if((day_of_month_number == 29) && (month_number == 5)){day_of_year = 'Sts Pierre, Paul';}
   if((day_of_month_number == 30) && (month_number == 5)){day_of_year = 'St Martial';}
   
   if((day_of_month_number == 1) && (month_number == 6)){day_of_year = 'St Thierry';}
   if((day_of_month_number == 2) && (month_number == 6)){day_of_year = 'St Martinien';}
   if((day_of_month_number == 3) && (month_number == 6)){day_of_year = 'St Thomas';}
   if((day_of_month_number == 4) && (month_number == 6)){day_of_year = 'St Florent';}
   if((day_of_month_number == 5) && (month_number == 6)){day_of_year = 'St Antoine';}
   if((day_of_month_number == 6) && (month_number == 6)){day_of_year = 'Ste Mariette';}
   if((day_of_month_number == 7) && (month_number == 6)){day_of_year = 'St Raoul';}
   if((day_of_month_number == 8) && (month_number == 6)){day_of_year = 'St Thibaut';}
   if((day_of_month_number == 9) && (month_number == 6)){day_of_year = 'Ste Amandine';}
   if((day_of_month_number == 10) && (month_number == 6)){day_of_year = 'St Ulrich';}
   if((day_of_month_number == 11) && (month_number == 6)){day_of_year = 'St Beno&icirc;t';}
   if((day_of_month_number == 12) && (month_number == 6)){day_of_year = 'St Olivier';}
   if((day_of_month_number == 13) && (month_number == 6)){day_of_year = 'Sts Henri, Jo&euml;l';}
   if((day_of_month_number == 14) && (month_number == 6)){day_of_year = 'F&ecirc;te Nationale';}
   if((day_of_month_number == 15) && (month_number == 6)){day_of_year = 'St Donald';}
   if((day_of_month_number == 16) && (month_number == 6)){day_of_year = 'N.-D. Mt Carmel';}
   if((day_of_month_number == 17) && (month_number == 6)){day_of_year = 'Ste Charlotte';}
   if((day_of_month_number == 18) && (month_number == 6)){day_of_year = 'St Fr&eacute;d&eacute;ric';}
   if((day_of_month_number == 19) && (month_number == 6)){day_of_year = 'St Ars&egrave;ne';}
   if((day_of_month_number == 20) && (month_number == 6)){day_of_year = 'Ste Marina';}
   if((day_of_month_number == 21) && (month_number == 6)){day_of_year = 'St Victor';}
   if((day_of_month_number == 22) && (month_number == 6)){day_of_year = 'Ste Marie-Madeleine';}
   if((day_of_month_number == 23) && (month_number == 6)){day_of_year = 'Ste Brigitte';}
   if((day_of_month_number == 24) && (month_number == 6)){day_of_year = 'Ste Christine';}
   if((day_of_month_number == 25) && (month_number == 6)){day_of_year = 'St Jacques';}
   if((day_of_month_number == 26) && (month_number == 6)){day_of_year = 'Sts Anne, Joachim';}
   if((day_of_month_number == 27) && (month_number == 6)){day_of_year = 'Ste Nathalie';}
   if((day_of_month_number == 28) && (month_number == 6)){day_of_year = 'St Samson';}
   if((day_of_month_number == 29) && (month_number == 6)){day_of_year = 'Ste Marthe';}
   if((day_of_month_number == 30) && (month_number == 6)){day_of_year = 'Ste Juliette';}
   if((day_of_month_number == 31) && (month_number == 6)){day_of_year = 'St Ignace de Loyola';}

   if((day_of_month_number == 1) && (month_number == 7)){day_of_year = 'St Alphonce';}
   if((day_of_month_number == 2) && (month_number == 7)){day_of_year = 'St Julien-Eymard';}
   if((day_of_month_number == 3) && (month_number == 7)){day_of_year = 'Ste Lydie';}
   if((day_of_month_number == 4) && (month_number == 7)){day_of_year = 'St J.-M. Vianney';}
   if((day_of_month_number == 5) && (month_number == 7)){day_of_year = 'St Abel';}
   if((day_of_month_number == 6) && (month_number == 7)){day_of_year = 'Transfiguration';}
   if((day_of_month_number == 7) && (month_number == 7)){day_of_year = 'St Ga&eacute;tan';}
   if((day_of_month_number == 8) && (month_number == 7)){day_of_year = 'St Dominique';}
   if((day_of_month_number == 9) && (month_number == 7)){day_of_year = 'St Amour';}
   if((day_of_month_number == 10) && (month_number == 7)){day_of_year = 'St Laurent';}
   if((day_of_month_number == 11) && (month_number == 7)){day_of_year = 'Ste Claire';}
   if((day_of_month_number == 12) && (month_number == 7)){day_of_year = 'Ste Clarisse';}
   if((day_of_month_number == 13) && (month_number == 7)){day_of_year = 'St Hippolyte';}
   if((day_of_month_number == 14) && (month_number == 7)){day_of_year = 'St Evrard';}
   if((day_of_month_number == 15) && (month_number == 7)){day_of_year = 'Assomption';}
   if((day_of_month_number == 16) && (month_number == 7)){day_of_year = 'St Armel';}
   if((day_of_month_number == 17) && (month_number == 7)){day_of_year = 'St Hyacinthe';}
   if((day_of_month_number == 18) && (month_number == 7)){day_of_year = 'Ste H&eacute;l&egrave;ne';}
   if((day_of_month_number == 19) && (month_number == 7)){day_of_year = 'St Jean Eudes';}
   if((day_of_month_number == 20) && (month_number == 7)){day_of_year = 'St Bernard';}
   if((day_of_month_number == 21) && (month_number == 7)){day_of_year = 'St Christophe';}
   if((day_of_month_number == 22) && (month_number == 7)){day_of_year = 'St Fabrice';}
   if((day_of_month_number == 23) && (month_number == 7)){day_of_year = 'Ste Rose de Lima';}
   if((day_of_month_number == 24) && (month_number == 7)){day_of_year = 'St Barth&eacute;l&eacute;my';}
   if((day_of_month_number == 25) && (month_number == 7)){day_of_year = 'St Louis';}
   if((day_of_month_number == 26) && (month_number == 7)){day_of_year = 'Ste Natacha';}
   if((day_of_month_number == 27) && (month_number == 7)){day_of_year = 'Ste Monique';}
   if((day_of_month_number == 28) && (month_number == 7)){day_of_year = 'St Augustin';}
   if((day_of_month_number == 29) && (month_number == 7)){day_of_year = 'Ste Sabine';}
   if((day_of_month_number == 30) && (month_number == 7)){day_of_year = 'St Fiacre';}
   if((day_of_month_number == 31) && (month_number == 7)){day_of_year = 'St Aristide';}

   if((day_of_month_number == 1) && (month_number == 8)){day_of_year = 'St Giles';}
   if((day_of_month_number == 2) && (month_number == 8)){day_of_year = 'Ste Ingrid';}
   if((day_of_month_number == 3) && (month_number == 8)){day_of_year = 'St Gr&eacute;goire';}
   if((day_of_month_number == 4) && (month_number == 8)){day_of_year = 'Ste Rosalie';}
   if((day_of_month_number == 5) && (month_number == 8)){day_of_year = 'Ste Ra&iuml;ssa';}
   if((day_of_month_number == 6) && (month_number == 8)){day_of_year = 'St Bertrand';}
   if((day_of_month_number == 7) && (month_number == 8)){day_of_year = 'Ste Reine';}
   if((day_of_month_number == 8) && (month_number == 8)){day_of_year = 'Nativit&eacute; N.-D.';}
   if((day_of_month_number == 9) && (month_number == 8)){day_of_year = 'St Alain';}
   if((day_of_month_number == 10) && (month_number == 8)){day_of_year = 'Ste In&egrave;s';}
   if((day_of_month_number == 11) && (month_number == 8)){day_of_year = 'St Adelphe';}
   if((day_of_month_number == 12) && (month_number == 8)){day_of_year = 'St Apollinaire';}
   if((day_of_month_number == 13) && (month_number == 8)){day_of_year = 'St Aim&eacute;';}
   if((day_of_month_number == 14) && (month_number == 8)){day_of_year = 'Ste Croix';}
   if((day_of_month_number == 15) && (month_number == 8)){day_of_year = 'St Roland';}
   if((day_of_month_number == 16) && (month_number == 8)){day_of_year = 'Ste Edith';}
   if((day_of_month_number == 17) && (month_number == 8)){day_of_year = 'St Renaud';}
   if((day_of_month_number == 18) && (month_number == 8)){day_of_year = 'Ste Nad&egrave;ge';}
   if((day_of_month_number == 19) && (month_number == 8)){day_of_year = 'Ste Emilie';}
   if((day_of_month_number == 20) && (month_number == 8)){day_of_year = 'St Davy';}
   if((day_of_month_number == 21) && (month_number == 8)){day_of_year = 'St Matthieu';}
   if((day_of_month_number == 22) && (month_number == 8)){day_of_year = 'St Maurice';}
   if((day_of_month_number == 23) && (month_number == 8)){day_of_year = 'St Constant';}
   if((day_of_month_number == 24) && (month_number == 8)){day_of_year = 'Ste Th&egrave;cle';}
   if((day_of_month_number == 25) && (month_number == 8)){day_of_year = 'St Hermann';}
   if((day_of_month_number == 26) && (month_number == 8)){day_of_year = 'Sts C&ocirc;me, Damien';}
   if((day_of_month_number == 27) && (month_number == 8)){day_of_year = 'St Vincent de Paul';}
   if((day_of_month_number == 28) && (month_number == 8)){day_of_year = 'St Venceslas';}
   if((day_of_month_number == 29) && (month_number == 8)){day_of_year = 'St Michel';}
   if((day_of_month_number == 30) && (month_number == 8)){day_of_year = 'St J&eacute;r&ocirc;me';}

   if((day_of_month_number == 1) && (month_number == 9)){day_of_year = 'Ste Th&eacute;r&egrave;se de l\' E.-J.';}
   if((day_of_month_number == 2) && (month_number == 9)){day_of_year = 'St L&eacute;ger';}
   if((day_of_month_number == 3) && (month_number == 9)){day_of_year = 'St G&eacute;rard';}
   if((day_of_month_number == 4) && (month_number == 9)){day_of_year = 'St Fran&ccedil;ois d\' Assise';}
   if((day_of_month_number == 5) && (month_number == 9)){day_of_year = 'Ste Fleur';}
   if((day_of_month_number == 6) && (month_number == 9)){day_of_year = 'St Bruno';}
   if((day_of_month_number == 7) && (month_number == 9)){day_of_year = 'St Serge';}
   if((day_of_month_number == 8) && (month_number == 9)){day_of_year = 'Ste P&eacute;lagie';}
   if((day_of_month_number == 9) && (month_number == 9)){day_of_year = 'St Denis';}
   if((day_of_month_number == 10) && (month_number == 9)){day_of_year = 'St Ghislain';}
   if((day_of_month_number == 11) && (month_number == 9)){day_of_year = 'St Firmin';}
   if((day_of_month_number == 12) && (month_number == 9)){day_of_year = 'St Wilfried';}
   if((day_of_month_number == 13) && (month_number == 9)){day_of_year = 'St G&eacute;raud';}
   if((day_of_month_number == 14) && (month_number == 9)){day_of_year = 'St Juste';}
   if((day_of_month_number == 15) && (month_number == 9)){day_of_year = 'Ste Th&eacute;r&egrave;se d\'Avila';}
   if((day_of_month_number == 16) && (month_number == 9)){day_of_year = 'St Edwige';}
   if((day_of_month_number == 17) && (month_number == 9)){day_of_year = 'St Baudouin';}
   if((day_of_month_number == 18) && (month_number == 9)){day_of_year = 'St Luc';}
   if((day_of_month_number == 19) && (month_number == 9)){day_of_year = 'St Ren&eacute;';}
   if((day_of_month_number == 20) && (month_number == 9)){day_of_year = 'Ste Adeline';}
   if((day_of_month_number == 21) && (month_number == 9)){day_of_year = 'Ste C&eacute;line';}
   if((day_of_month_number == 22) && (month_number == 9)){day_of_year = 'Ste Elodie';}
   if((day_of_month_number == 23) && (month_number == 9)){day_of_year = 'St Jean de C.';}
   if((day_of_month_number == 24) && (month_number == 9)){day_of_year = 'St Florentin';}
   if((day_of_month_number == 25) && (month_number == 9)){day_of_year = 'St Cr&eacute;pin';}
   if((day_of_month_number == 26) && (month_number == 9)){day_of_year = 'St Dimitri';}
   if((day_of_month_number == 27) && (month_number == 9)){day_of_year = 'Ste Emeline';}
   if((day_of_month_number == 28) && (month_number == 9)){day_of_year = 'Sts Simon, Jude';}
   if((day_of_month_number == 29) && (month_number == 9)){day_of_year = 'St Narcisse';}
   if((day_of_month_number == 30) && (month_number == 9)){day_of_year = 'Ste Bienvenue';}
   if((day_of_month_number == 31) && (month_number == 9)){day_of_year = 'St Quentin';}

   if((day_of_month_number == 1) && (month_number == 10)){day_of_year = 'Toussaint';}
   if((day_of_month_number == 2) && (month_number == 10)){day_of_year = 'f&ecirc;te des D&eacute;funts';}
   if((day_of_month_number == 3) && (month_number == 10)){day_of_year = 'St Hubert';}
   if((day_of_month_number == 4) && (month_number == 10)){day_of_year = 'St Charles';}
   if((day_of_month_number == 5) && (month_number == 10)){day_of_year = 'Ste Sylvie';}
   if((day_of_month_number == 6) && (month_number == 10)){day_of_year = 'Ste Bertille';}
   if((day_of_month_number == 7) && (month_number == 10)){day_of_year = 'Ste Carine';}
   if((day_of_month_number == 8) && (month_number == 10)){day_of_year = 'St Geoffroy';}
   if((day_of_month_number == 9) && (month_number == 10)){day_of_year = 'St Th&eacute;odore';}
   if((day_of_month_number == 10) && (month_number == 10)){day_of_year = 'St L&eacute;on';}
   if((day_of_month_number == 11) && (month_number == 10)){day_of_year = 'Armistice 1918';}
   if((day_of_month_number == 12) && (month_number == 10)){day_of_year = 'St Christian';}
   if((day_of_month_number == 13) && (month_number == 10)){day_of_year = 'St Brice';}
   if((day_of_month_number == 14) && (month_number == 10)){day_of_year = 'St Sidoine';}
   if((day_of_month_number == 15) && (month_number == 10)){day_of_year = 'St Albert';}
   if((day_of_month_number == 16) && (month_number == 10)){day_of_year = 'Ste Marguerite';}
   if((day_of_month_number == 17) && (month_number == 10)){day_of_year = 'Ste Elisabeth';}
   if((day_of_month_number == 18) && (month_number == 10)){day_of_year = 'Ste Aude';}
   if((day_of_month_number == 19) && (month_number == 10)){day_of_year = 'St Tanguy';}
   if((day_of_month_number == 20) && (month_number == 10)){day_of_year = 'St Edmond';}
   if((day_of_month_number == 21) && (month_number == 10)){day_of_year = 'Pr&eacute;sentation';}
   if((day_of_month_number == 22) && (month_number == 10)){day_of_year = 'Ste C&eacute;cile';}
   if((day_of_month_number == 23) && (month_number == 10)){day_of_year = 'St Cl&eacute;ment';}
   if((day_of_month_number == 24) && (month_number == 10)){day_of_year = 'Ste Flora';}
   if((day_of_month_number == 25) && (month_number == 10)){day_of_year = 'Ste Catherine L.';}
   if((day_of_month_number == 26) && (month_number == 10)){day_of_year = 'Ste Delphine';}
   if((day_of_month_number == 27) && (month_number == 10)){day_of_year = 'St S&eacute;verin';}
   if((day_of_month_number == 28) && (month_number == 10)){day_of_year = 'St Jacques de la M.';}
   if((day_of_month_number == 29) && (month_number == 10)){day_of_year = 'St Saturnin';}
   if((day_of_month_number == 30) && (month_number == 10)){day_of_year = 'St Andr&eacute;';}

   if((day_of_month_number == 1) && (month_number == 11)){day_of_year = 'Ste Florence';}
   if((day_of_month_number == 2) && (month_number == 11)){day_of_year = 'Ste Viviane';}
   if((day_of_month_number == 3) && (month_number == 11)){day_of_year = 'St Xavier';}
   if((day_of_month_number == 4) && (month_number == 11)){day_of_year = 'Ste Barbara';}
   if((day_of_month_number == 5) && (month_number == 11)){day_of_year = 'St G&eacute;rald';}
   if((day_of_month_number == 6) && (month_number == 11)){day_of_year = 'St Nicolas';}
   if((day_of_month_number == 7) && (month_number == 11)){day_of_year = 'St Ambroise';}
   if((day_of_month_number == 8) && (month_number == 11)){day_of_year = 'Imm. Conception';}
   if((day_of_month_number == 9) && (month_number == 11)){day_of_year = 'St P. Fourier';}
   if((day_of_month_number == 10) && (month_number == 11)){day_of_year = 'St Romaric';}
   if((day_of_month_number == 11) && (month_number == 11)){day_of_year = 'St Daniel';}
   if((day_of_month_number == 12) && (month_number == 11)){day_of_year = 'Ste Jeanne F. C.';}
   if((day_of_month_number == 13) && (month_number == 11)){day_of_year = 'Ste Lucie';}
   if((day_of_month_number == 14) && (month_number == 11)){day_of_year = 'Ste Odile';}
   if((day_of_month_number == 15) && (month_number == 11)){day_of_year = 'Ste Ninon';}
   if((day_of_month_number == 16) && (month_number == 11)){day_of_year = 'Ste Alice';}
   if((day_of_month_number == 17) && (month_number == 11)){day_of_year = 'St Ga&euml;l';}
   if((day_of_month_number == 18) && (month_number == 11)){day_of_year = 'St Gatien';}
   if((day_of_month_number == 19) && (month_number == 11)){day_of_year = 'St Urbain';}
   if((day_of_month_number == 20) && (month_number == 11)){day_of_year = 'St Abraham';}
   if((day_of_month_number == 21) && (month_number == 11)){day_of_year = 'St Pierre C.';}
   if((day_of_month_number == 22) && (month_number == 11)){day_of_year = 'Ste Fran&ccedil;oise Xavier';}
   if((day_of_month_number == 23) && (month_number == 11)){day_of_year = 'St Armand';}
   if((day_of_month_number == 24) && (month_number == 11)){day_of_year = 'Ste Ad&egrave;le';}
   if((day_of_month_number == 25) && (month_number == 11)){day_of_year = 'f&ecirc;te de No&euml;l';}
   if((day_of_month_number == 26) && (month_number == 11)){day_of_year = 'St Etienne';}
   if((day_of_month_number == 27) && (month_number == 11)){day_of_year = 'St Jean';}
   if((day_of_month_number == 28) && (month_number == 11)){day_of_year = 'Sts Innocents';}
   if((day_of_month_number == 29) && (month_number == 11)){day_of_year = 'St David';}
   if((day_of_month_number == 30) && (month_number == 11)){day_of_year = 'St Roger';}
   if((day_of_month_number == 31) && (month_number == 11)){day_of_year = 'St Sylvestre';}

   var date_to_show = day_of_year;


document.write('<CENTER><H8><FONT COLOR ="#FFFFFF"> Nous f&ecirc;tons la ' + date_to_show.fontcolor("#FFFFFF") + '</H8></CENTER>');
} //end display fete		
// je ne cache plus -->
display_fete();


