// Email JavaScript Document

function mailpage()
{
mail_str = "mailto:?subject=Interesting page on Euflexxa.com"
mail_str += "&body=I thought you might be interested in a page on Euflexxa.com.\n"
mail_str += "You can view it at: " + location.href; 
location.href = mail_str;
}