function showEmail(beforeAt, afterAt)
{
	return beforeAt + "@" + afterAt;
}
