﻿function eMail() {
  var str
  str = "<a href='mailto:info@weidler.de'>info@weidler.de</a>";
  document.write(str);
}

