function LatamRedir(UrlPart)
{
	arrLocation = location.href.split('/');
	top.location.href = '/' + arrLocation[3] + UrlPart;
}
