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