email1='david';
email2='technically-yours.net';
document.write(
'<a href="mailto:'
+email1
+'@'
+email2
+'">'
+email1
+'@'
+email2
+'</a>'
)
