function mailpage()

{

  mail_str = "mailto:?subject= Check it Out: " + document.title;

  mail_str += "&body= I came across this web site: " + 

              document.title + ".\n";

  mail_str += "I thought you'd be interested in the services that they offer, you may wish to check it out at, " + location.href; 

  location.href = mail_str;

}


