function printSimonEmail()
{
	document.write('<'+
		'a hre'+
		'f="mai'+
		'lto:psi'+
		'mon'+
		'@ra'+
		'ndom'+
		'house.com"'+
		'>psim'+
		'on@r'+
		'ando'+
		'mhous'+
		'e.com<'+
		'/a>'
	);
}

function printMiriamEmail()
{
	document.write('<'+
		'a hre'+
		'f="mai'+
		'lto:mir'+
		'iam'+
		'@lyceuma'+
		'gen'+
		'cy.com"'+
		'>mir'+
		'iam@lyce'+
		'umagen'+
		'cy'+
		'.com<'+
		'/a>'
	);
}

function printGentileEmail()
{
	document.write('<'+
		'a hre'+
		'f="mai'+
		'lto:mgen'+
		'tile'+
		'@rand'+
		'omhou'+
		'se.com"'+
		'>mgent'+
		'ile@ra'+
		'ndomh'+
		'ou'+
		'se.com<'+
		'/a>'
	);
}

function printLipskarEmail()
{
	document.write('<'+
		'a hre'+
		'f="mai'+
		'lto:slip'+
		'skar'+
		'@writ'+
		'ershou'+
		'se.com"'+
		'>sli'+
		'pskar@w'+
		'rit'+
		'ershou'+
		'se.com<'+
		'/a>'
	);
}
function printRebeccaEmail()
{
	document.write('<'+
		'a hre'+
		'f="mai'+
		'lto:reb'+
		'ecca'+
		'@rebec'+
		'caskl'+
		'oot.com"'+
		'>rebec'+
		'ca@rebecc'+
		'asklo'+
		'ot'+
		'.com<'+
		'/a>'
	);
}



function printFoundationEmail()
{
	document.write('<'+
		'a hre'+
		'f="mai'+
		'lto:inf'+
		'o@henr'+
		'ietta'+
		'lac'+
		'ksfoundation.org"'+
		'>inf'+
		'o@he'+
		'nriet'+
		'tal'+
		'acksfoundation.org<'+
		'/a>'
	);
}


