//Prevent spambots from harvesting email addresses
	function TL_writeEmail(theUser,theDomain,theName) {
		document.write('<a href=\"mailto:'+theUser+'@'+theDomain+'\">'+theName+'</a>');
	}