// JavaScript Document
function PrintEmail(addr) {
  document.write('<a href="mailto:'+addr+'@r3d.cz">'+addr+'@r3d.cz</a>');
}
