
function mailpage()
{
mail_str = "mailto:?subject=Your friend has sent you a link from investorcare.ca" /*+ document.title;*/
mail_str += "&body=I thought you might be interested in this website called Investorcare" /*+ document.title;*/
mail_str += ". Follow this link: " + location.href;
location.href = mail_str;
}