var JourSemaine = new Array('dimanche','lundi','mardi','mercredi','jeudi','vendredi','samedi');
var Mois = new Array('janvier','février','mars','avril','mai','juin','juillet','août','septembre','octobre','novembre','décembre');
var cookname="cookie_date"

var theDate = new Date(document.lastModified);
document.write('<NOBR>MAJ le ' + theDate.getDate() + ' ' + Mois[theDate.getMonth()] + ' ' + (theDate.getYear() < 2000 ? theDate.getYear() + 1900 : theDate.getYear()) + '</NOBR>');
document.write("");

var years= theDate.getYear(); if (years < 2000) { years= 1900 + years;}; 
document.write("<BR>© 2002 - "+years+" BandB");
document.write("<BR><BR>&nbsp;&nbsp;");

document.write("<a href='./intro.htm' title='Home'><img SRC='./images/home.gif' ALT='Home'></a>&nbsp;&nbsp;");
document.write("<a href='search.htm' title='Recherche'><img SRC='./images/search.gif' ALT='Recherche'></a>&nbsp;&nbsp;");
document.write("<a href='guestbook.htm' title='Livre d or'><img SRC='./images/text.gif' ALT='Livre d or'></a>&nbsp;&nbsp;");
document.write("<a  href='javascript:history.back()' title='Back'><img SRC='./images/arrow_back.gif' ALT='Back'></a>&nbsp;&nbsp;");
document.write("<BR><BR>");
document.write("<a href='./intro.htm' title='Home'><img style='background-color: White; border: thin solid Black;' SRC='./images/bandb.gif' width='130' height='40' ALT='BandB'></a><BR>");
