//footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "mise &#224; jour";
if (addCopyright)
	document.write("Derni&#232;re " + footerName + " : 01/2009 ");