// _whoami of http://www.die-stimme-der-freien-welt.de/

function _whoami(string) {
  document.write('<a title="Kontakt" href="');
  document.write('m&#97;&#105;&#108;&#116;o&#58;');
  document.write('m&#97;&#105;&#108;@&#102;&#114;&#105;&#101;&#100;&#114;&#105;&#99;&#104;&#45;&#119;&#105;&#116;&#116;.&#100;&#101;');
  document.write('">');
  if (string) { document.write(string); } else { document.write('m&#97;&#105;&#108;@&#102;&#114;&#105;&#101;&#100;&#114;&#105;&#99;&#104;&#45;&#119;&#105;&#116;&#116;.&#100;&#101;'); }
  document.write('<\/a>');
}

