function writeEmail() {	domain='thefengshuidetective.com'	address=('catherine' + '@' + domain)	document.write('<a href="mailto:' + address + '">' + address + '</a>')}