﻿function obfuscate(beforedot, content, afterdot, beforea) {
var mai=new Array('lto:','hre','.',String.fromCharCode(64));
if (content=='') {
document.write('<'+'a '+mai[1]+'f="mai'+mai[0]+beforea+mai[3]+beforedot+mai[2]+afterdot+ '">'+beforea+mai[3]+beforedot+mai[2]+ afterdot+ '<' + '/' + 'a>');
}else {
document.write('<'+'a '+mai[1]+'f="mai'+mai[0]+beforea+mai[3]+beforedot+mai[2]+afterdot+'">'+content+ '<' + '/' + 'a>');
}
}
