function escramble(firstPartMail,secondPartMail){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b=firstPartMail
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 f=''
 b+=secondPartMail
 g='<img src=\"'
 h=''
 i='\" alt="Envoyer un email" border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}


function escramble2(firstPartMail,secondPartMail)
{ 
 var a,b,c,d,e,f 
 a='<a href=\"mai' 
 b= firstPartMail
 c='\">' 
 a+='lto:' 
 b+='@' 
 e='</a>' 
 f='Email' 
 b+=secondPartMail
 b+='' 
 b+=''
 d=f 
 document.write(a+b+c+d+e) 
}  

function escramble3(firstPartMail,secondPartMail)
{ 
 var a,b,c,d,e,f 
 a='<a href=\"mai' 
 b= firstPartMail
 c='\">' 
 a+='lto:' 
 b+='@' 
 e='</a>' 
 f='contactez-nous' 
 b+=secondPartMail
 b+='' 
 b+=''
 d=f 
 document.write(a+b+c+d+e) 
}  



