// Calcul date update

if(LastRev.length==0) {

  Browser = navigator.appName

  if (Browser=="Microsoft Internet Explorer") {

    annee   = LastMod.substr(6,4);

    mois    = LastMod.substr(0,2);

    jour    = LastMod.substr(3,2);

    LastRev   = 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"

      LastRev   = jour + '/' + mois + '/' + annee

    } else { LastRev = LastMod }

  }

}



document.write("<tr><td colspan='3'>")

document.write("<hr width='100%' size='1' color='#0000CC'><p align='center' style='font-size: 8pt'>KBYV/FRBY -")

document.write(" Contact : <a href='mailto:info@belgiansailing.be'>info@belgiansailing.be</a><br>Technische problemen-Problèmes techniques : <a href='mailto:webmaster@belgiansailing.be'>webmaster@belgiansailing.be</a><br>") 






document.write("Last revision: "+LastRev)



document.write("</td></tr></table></div></body></html>")


