function safe_email(where, first, second, ending)
{
	$(where).html(first + "@" + second );//+"."+ ending);
}
