function mailpage() {
	mail_str = "mailto:?subject= Mackay Wilderness River Trips, Idaho River Rafting Adventures";
	mail_str += "&body= A friend thought you might be interested in this page about Idaho rafting trips and family vacations. ";
	mail_str += "Please click this link for more information, " + location.href; 
	location.href = mail_str;
}
