var suffix = ".com"
function email(attorney,domain)
{
document.getElementById(attorney).href="mailto:" + attorney + "@" + domain + suffix
}