<!-- begin
function mailpage()
{
  mail_str = "mailto:?subject= Tablelands Business Woman's Network website - " + document.title;
  mail_str +="&body= You may enjoy a look at this website: http://www.tbwn.com.au" 
  location.href = mail_str;
}
// end -->