function noSpam( linkText) 
{
	theDomain = 'carolan' + 'dray.pl' + 'us.com';
	theAddress =  ('ray' + '&#x0040;' + theDomain);
	document.write( '<a href="mailto:' + theAddress + '">' + linkText + '</a>');
}