function mailpage() {
	mail_str = "mailto:?subject=Check out: " + document.title;
	mail_str += "&body=I thought you might be interested in this: " + location.href + '?wh=email';
	location.href = mail_str;
}

