function emailPage() 
	{
		//mail_str ="mailto:?subject=Here's some information from Travelers";
		//mail_str +="&body=I thought you might be interested in this information from Travelers.  ";
 		//mail_str +="You can view it at: " + location.href;
 		//location.href=mail_str;
 		window.location = "mailto:"+"?subject=Information from Travelers " + "&body=I thought this information might interest you.  You can view it at: "+"  "+window.location+" ";
 
}