function email(name) {
  var domain = 'praesterno.pl';
  document.write('<a href="mailto:'+name+'@'+domain+'">'+name+' (at) '+domain+'<\/a>');
}

