function Ad(Country,Domain,Box) {
  document.write(Box+String.fromCharCode(64)+Domain+"."+Country)
}

if(lastmod.length==10) { lastr=lastmod ; annee=lastmod.substr(6,4) } else {
  if(lastmod==0) {
    lastr=" "+Lastupdate
    annee = lastr.substr(1,4)
    mois  = lastr.substr(5,2)
    jour  = lastr.substr(7,2)
    lastr = jour + '/' + mois + '/' + annee 
  } else {
    // Calcul date update
    Browser = navigator.appName
//    if (Browser=="Microsoft Internet Explorer") {
      annee = lastmod.substr(6,4);
      mois  = lastmod.substr(0,2);
      jour  = lastmod.substr(3,2);
      lastr = jour + '/' + mois + '/' + annee 
/*
    } else {
      if (Browser=="Netscape") {
        debut   = lastmod.indexOf(",",0)
        if (lastmod.substr(lastmod.length-3,3)=="GMT") lastmod = lastmod.substr(0,lastmod.length-4)
        lastmod = lastmod.substr(0,lastmod.length-9)
        annee   = lastmod.substr(lastmod.length-4,4)
        lastmod = ">"+lastmod.substr(debut+2,lastmod.length-debut-2)+"<"
        fin     = lastmod.indexOf(" ",0)
        if (fin<4) {
          jour  = lastmod.substr(1,fin-1)
          mois  = lastmod.substr(fin+1,3)
        } else {
          mois  = lastmod.substr(1,3)
          jour  = lastmod.substr(fin+1,2)
        }
        if (mois=="Jan") mois = "01"
        if (mois=="Feb") mois = "02"
        if (mois=="Mar") mois = "03"
        if (mois=="Apr") mois = "04"
        if (mois=="May") mois = "05"
        if (mois=="Jun") mois = "06"
        if (mois=="Jul") mois = "07"
        if (mois=="Aug") mois = "08"
        if (mois=="Sep") mois = "09"
        if (mois=="Oct") mois = "10"
        if (mois=="Nov") mois = "11"
        if (mois=="Dec") mois = "12"
        lastr   = jour + '/' + mois + '/' + annee
      } else { lastr = lastmod }
    }
*/
  }
}
// Affichage pied de page

document.write("<hr color='#0000DD' width=480 height=2 align='center'></b>");
document.write("<p style='font-size: 11px; color: #0000DD; text-align: center'>Dernière mise à jour : ")
document.write(lastr+"<br>&copy; copyright 1999 - "+annee+"&nbsp;- Fédération Francophone du Yachting Belge<br>");
document.write("Avenue du Parc d'Amée, 90 - 5100 JAMBES - Tél 081/30.49.79 - Fax 081/30.73.25 - ")
document.write("<a href='mailto:");Ad("be","ffyb","info");document.write("' style='font-size: 11px; font-weight: Normal'>")
Ad("be","ffyb","info");document.write("</a></p>")

