// hopefully this will stop some spam bots, though they're getting smarter too...
function spamTrick(name, domain) {
	document.write('<A HREF=\"mailto:' + name + '@' + domain + '\">');
	document.write(name + '@' + domain + '</A>');
}