var username='joshua';
var domain='wellswebdesign.com';
document.write('<a href="mailto:'+username+'@'+domain+'">'+username+'@'+domain+'</a>');
