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