// Java Document

function mailpage()
{
mail_str = "mailto:?subject=WWW.MIFC.COM :: " + document.title;
mail_str += "&body=You might be interested in this " + document.title + " section";
mail_str += ". You can view it at, " + location.href; 
mail_str += ". \r\n Thank you"; 
location.href = mail_str;
}
