﻿g_bWarnBeforeLeave = false;

function emailPage() {
	var email = "mailto:?subject=Sending You a Link From AFEI:  " + document.title;
	email += "&body=I thought you might be interested in this article on the AFEI website: " + document.title;
	email += ". You can view it here:  " + location.href; 
	location.href = email;
}