function showContact() {
	document.write('<a href="mailto:matthew@kerwin.net.au">contact me</a>');
}

