function friend()
{
mail_str = "mailto:?subject=Take a look at: " + document.title;
mail_str += "&body=I thought you might be interested in the page I found: " + document.title;
mail_str += ". Click the hyperlink to view the page " + location.href; 
location.href = mail_str;
}