function mail()
{
mail_str="mailto:?subject=I Recommend: " + document.title
mail_str= mail_str + "&body=Lutas Bed and Breakfast has a Web Page I thought you might be interested in -- " + document.title
mail_str=mail_str + ". You can view it at, " + location.href 
location.href=mail_str
}