function copyright(year) {
  document.write('<p class="copyright">&copy; ');
  document.write(year);
  document.write(' <a href="http://drzachsuchy.ch" target="_top">');
  document.write('Drzach &amp; Suchy</a>, ');
  document.write('<a href="mailto:&#105nfo&#64;');
  document.write('dr&#122;ach&#115;uch&#121;.&#99;h">');
  document.write('&#105;nfo&#64;dr&#122;ach&#115;uch&#121;.&#99;h</a></p>');
}

function contact(who, text) {
  document.write('<a href="ma&#105;lto:');
  document.write(who);
  document.write('&#64;dr&#122ach&#115;uch&#121.&#99;h">');
  document.write(text);
  document.write("</a>");
}

function info() {
  contact("i&#110;fo", "&#105;nfo&#64;dr&#122;ach&#115;uch&#121;.&#99;h");
}


