
function goToEvent(eventoSlug)
{
	window.location.href= url_site + esporte +'/eventos/' + eventoSlug;
}
