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