// D'autres scripts et des tutoriaux sur http://www.toutjavascript.com
function CacheLien() {
	var dt=new Date();
	var heure=dt.getHours();
	var min=dt.getMinutes(); if (min<10) {min="0"+min;}
	var sec=dt.getSeconds(); if (sec<10) {sec="0"+sec;}
	window.status="Bienvenue chez Mephistolessiveur !" 
	setTimeout("CacheLien()",250);
}	 
/* Pour année dans FireFox !   */
function fourdigits(number)	{
	return (number < 1000) ? number + 1900 : number;	}

document.write('   <table class="tabcopy" border="0"   cellpadding="0" cellspacing="0" width="97%">  ');
document.write('      <tr> ');
document.write('      <td  align="center" width="15%"> <p class="copyright">© Copyright 2006-2010</p></td>');
document.write('      <td  align="left" width="15%"><p class="mephisto"> Mephisto Lessiveur </p></td>');
document.write('      <td align="left" width="30%"><p class="lastmod">');

        function initArray() { 
        this.length = initArray.arguments.length 
        for (var i = 0; i < this.length; i++) 
        this[i+1] = initArray.arguments[i] 
        } 
        var MOYArray = new initArray("janvier","février","mars","avril","mai","Juin","Juillet","août","septembre","octobre","novembre","décembre"); 
        var LastModDate = new Date(document.lastModified); 
        document.write("Dernière mise à jour : le "); 
        document.write(LastModDate.getDate()," ");
        document.write(MOYArray[(LastModDate.getMonth()+1)]," "); 
        bver=navigator.appVersion.split(";");        
/*  if(bver[1].match("5."))
  document.write(LastModDate.getYear())
  else
  document.write(LastModDate.getYear() + 0000);  */
   document.write(fourdigits(LastModDate.getYear()))                
/*   var modif = document.lastModified;  pas edition heure modif  
        var heure = '';
  if(bver[1].match("5."))  
          heure = modif.substring(11,19);
    else 
         heure = modif.substring(11,19);        
        document.write(' à ',heure)
         document.write(".");	   */
document.write('  </p> </td>');
document.write('     <td  align="right" width="30%"  >');
document.write('         <a class=webmaster href="mailto:corigan@freesbee.fr?subject=Mephisto Lessiveur"> Webmaster: Corigan</a> ');
document.write('    </td>');
document.write('    </tr>');
document.write('  </table></span>');
document.write(' <hr color=#404040>');
CacheLien();
