function mlink(user) {
  document.write(
    '<a href="mailto:' + user + String.fromCharCode(64) +
    'htmlarsenal.de">' + user + String.fromCharCode(64) +
    'htmlarsenal.de</a>'
  );
}
