/* small function to display an email address when called */
function revealEmailAddress() {
	document.getElementById('emailInstructions').innerHTML = "Our email address is <a href=\"mailto:info@ionet.ie\">info@ionet.ie</a>.";
}
