function deobfuscate(handle,domain){
 var sb_recipient = handle + "@" + domain
 var sb_url = "mailto:" + sb_recipient
 document.write(sb_recipient.link(sb_url));
}