function sendMail(navn,domain,land) {
document.write('<a href="mailto:' + navn + '@' + domain + '.' + land +'">');
}

