// JavaScript Document

user = "daniel"; 
domain = "educatenm.org"; 
document.write('<a href=\"mailto:' + user + '@' + domain + '\">'); 
document.write('<span style="background-color: #993300; color: #E9E6D3;">'); 
document.write('&nbsp;' + 'Daniel Ulibarri' + '&nbsp;' + '</a>'); 
document.write('</span>');
