var a, s, n;
function Crypt(s) {r='';for(i=0;i<s.length;i++){n=s.charCodeAt(i); if (n>=8364) {n = 128;} r += String.fromCharCode( n - 3 ); }return r;}
a ="pdlowr=";
m='&#64;';d=unescape(m);
var nom = "f.lacrampe";
var domaine = "archeosphere.com";
var aro = nom + d + domaine;
document.write('<a class="lien_liste" href='+Crypt(a) + aro + '>');
document.write('veuillez suivre ce lien</a>');
