function mailpage()
{
mail_str = "mailto:?subject=Interesting reading -  " + document.title;
mail_str += "&body=I thought you might be interested in this " + document.title; 
mail_str += ".%0d" + "You can view it at:%0d" + location.href + "%0d %0d"; 
location.href = mail_str; 
}