function sendMail (userMail, domainMail, contentHRef, attributeHRef)
{
document.write('<a href="mailto:' + userMail + '@' + domainMail + '" ' + attributeHRef + '>' + contentHRef + '</a>');
}
