function obfuscateEmail(text) {
	var email = 'cath' + 'er' + 'ine' + '@' + 'cath' + 'erine' + 'mccall.c' + 'om';
	if (!text) text = email;
	document.write('<a href="mailto:' + email + '">' + text + '</a>');
}