// JavaScript Document

<!--
function mailpage()
{
mail_str = "mailto:?subject=Check out this Jeff Krock blog entry";
mail_str += "&body=I thought you might be interested in this blog";
mail_str += ". You can view it at http://www.jeffkrock.com/wordpress";
location.href=mail_str; 
}
//-->