function write_email(login) {
  email = login+'@interact.lu';
  document.write('<A href="mailto:' + email + '">' + email + '</a>');
}
