function otliam(liam, e) {
    var mail = liam.replace(/#/, "@").split("").reverse().join("")
    e.setAttribute("href", "mailto:" + mail)
}