email_start = 'speek';
email_end= 'earthlink.net';
document.write(
'<a href="mailto:'+email_start+'@'+email_end+'"> Scott Peek</a>'
)
