function emailPage(docTitle)
	{
	location.href = 'mailto:?subject=Please Visit ' + docTitle + ', On the Irish Aid center Website&body=' + location.href;
	}
	
