function mailpage()
{
mail_str = "mailto:?subject=You've received an invite to visit Caboodle Style";
mail_str += "&body=I thought you might be interested in Caboodle Style - refreshingly practical style and shopping advice for real people. Check out their site ("; 
mail_str += " http%3A//www.caboodlestyle.com ) and let me know!";
location.href = mail_str;
}