function antispam(user, domain) {
	document.location = 'mailto:'+user+'@'+domain;
	return false;
}
