email_start = 'MCRDBR';
email_end= 'aol.com';
document.write(
'<a href="mailto:'+email_start+'@'+email_end+'"> Mary Ray</a>'
)