function antiSpam(user, domain){
	document.write('<a href="mailto:'+user+'@'+domain+'">'+user+'@'+domain+'</a>');
}