email_start = 'mike.austin72';
email_end= 'yahoo.com';
document.write(
'<a href="mailto:'+email_start+'@'+email_end+'"> Mike Austin</a>'
)