function no_spam(name, first, second) {
  location.href = 'mailto: '+name+' <'+first+'@'+second+'>';
}
