// JavaScript Document
function crypt(lestyle) {
nom= "tcatnoc";
var nouv='';
for (i=nom.length;i>=0;i--) {
nouv=nouv+nom.substring(i,i+1);
}
document.write('<a href=\"mailto:' + nouv + '@cyberte-creation.com'+'\"');
if (lestyle!='') {
	document.write(' class=\"'+lestyle+'\"');
}

document.write(' >');
}