function emailpage2()
{
mail_str = "mailto:?subject=" + escape(document.title);
mail_str += "&body=I thought you might be interested in this page at FlagDesk.com.  You can view it at, " + escape(location.href);
location.href = mail_str;
}
