function email() {
  mail_str = "mailto:?subject=" + document.title;
  mail_str += "&body=Hi! Here is some useful information from motherhood.com.au  for you " + location.href;
  location.href = mail_str;
}