
function email(n, e) {
	document.write("<a href=\"mailto:" + e + "@ketadultlearning.org\">"+n+"<\/a>");
}
