function mailpage()
{
mail_str = "mailto:?subject=Check out the WelcomeBC website";
mail_str += "&body=Welcome BC is a new one-stop portal for information on immigrating to (and settling in) British Columbia. I thought you might be interested in this page on " + document.title;
mail_str += ". You can view it at " + location.href; 
location.href = mail_str;
}
