function sendMail(navn,domain) {
  document.write('<a class="txtblue13" href="mailto:' + navn + '@' + domain +'">E-mail</a>');
}