user = "brent";
domain = "bexleyphysicaltherapy.com";
document.write('<a href=\"mailto:' + user + '@' + domain + '\">');
document.write('<font color="#800000">');
document.write('<b>'+ 'eMail us'+ '</b>'+ '</a>');
document.write('</font>');

