 function mailpage()
{
mail_str = "mailto:?subject=Check out " + escape(document.title) + " Website" ;
mail_str += "&body=Dear Friend, %0D %0DI thought you might be interested in the following page from " + escape(document.title) + " website: " 
mail_str += location.href; 
location.href = mail_str;
}