function antispam(rev_mailbox, rev_domain, rev_ext)
{
	document.write(rev_ext + '.' + rev_domain + '@' + rev_mailbox);
}


