function mailpage()
{
  mail_str = "mailto:?subject= - " + document.title;
  mail_str += "&body=You may be interested in the following page on the NSW Department of Aboriginal Affairs website. " + location.href;
  mail_str += "  (Please click on the link if your email software allows otherwise copy and paste the whole link into your web browser to view the page)";
  location.href = mail_str;
}

// Execute function
  function Go(){return}






