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

