function emailPage(){
	location.href = "mailto:?Subject=Pfizer Health Report Website&Body=Thought this information might be of interest to you: " + document.location;
	return false;
}