function protectmail(name, address) {
  window.location.href='mailto:'+ name +'@'+ address;
}