function mailpage() 
{ 
mail_str = "mailto:?subject=You have been sent a link to a Fleet Alliance news article";
mail_str += "&body=" + "Click this link to view a Fleet Alliance news article I thought you may be interested in: " + location.href; 
location.href = mail_str; 
} 
 