function email(address) {
  window.location = 'mailto:' + address + '@faithbaptistcambridge.com';
}