


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




