var name = "sraynsford-smith@hotmail.com";
var domain = "hotmail.com";
document.write('<a href=\"mailto:' + 'sraynsford-smith' + '@' + domain + '\">');
document.write(name + '</a>');


