function deobfuscate( dom, usr ) {
  return "mailto:"+usr+"@"+dom.replace(/%2a/g,'.');
}