{
  StrCode = "ANKVJ46N2@LJ26NM.N8"
  StrCodage = "aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ1234567890"
  IntLong=StrCode.length
  link=""
  for (pithois=0; pithois<StrCode.length; pithois++)
  {
    if (StrCodage.indexOf(StrCode.charAt(pithois))==-1)
    {
      StrLettre=StrCode.charAt(pithois)
      link+=(StrLettre)
    }
    else
    {
      StrLettre = (StrCodage.indexOf(StrCode.charAt(pithois))-IntLong+StrCodage.length) % StrCodage.length
      link+=(StrCodage.charAt(StrLettre))
    }
  }
  document.write("<a class='Styleindex' href='mailto:"+link+"'>e.mail</a>")
}

