<!--
function mailpage()
{
mail_str = "mailto:?subject=Military Art by Synergeez.com";
mail_str += "&body=Here is a link that I thought you might be interested in.";
mail_str += "   " + location.href; 
location.href = mail_str;
}
//-->