

function emailThisPage()
{
mail_str = "mailto:?subject=" + document.title;
mail_str += "&body=Thought you might be interested in this information from Logistics Planning Services";
mail_str += ". You can view it at, " + location.href;
location.href = mail_str;
}

