<!--
function mailpage()
{
mail_str = "mailto:?subject=Send to Friend from DMIBlog.com"
mail_str += "&body=I thought you might enjoy this post: " + document.title;
mail_str += ". You can view it here: " + location.href; 
location.href = mail_str;
}
//-->

