Boca wants to leave behind the blow that meant the elimination of the Copa Libertadores against Alianza Lima and already looks forward with a clear goal: the Club World Cup. It will be in June, in the United States, and the Ribera club will be again in the center of the world football scene.
The football council, the coaching staff and those in charge of the logistics of the club have already worked to work to diagram Boca’s steps in a tournament that will bring together the planet’s powers. This weekend, a club delegation, which will include Diego Cogliandro, Gago’s assistant, will travel to Miami to participate in a workshop organized by FIFA for the 32 classified teams. Only, Miami will be the Boca base in the first phase of the tournament. There he will play his first two games: on Monday, June 16 against Benfica and on Friday 20 against Bayern Munich. Then, he will travel to Nashville for the third meeting, in front of the Auckland City. That is why, after attending the meeting with the FIFA, the Argentine delegation will travel the facilities where the squad will stay and train. The accommodation is already defined: it will be in the Hyatt Centric the waves of Fort Lauderdale. On the other hand, the training site is yet to be confirmed, although the main candidate is the Barry University Campus.Barry University, founded in 1940, is one of Florida’s most prestigious universities and has first level sports facilities. Located north of the center of Miami, offers soccer and baseball courts in optimal conditions for a professional team. In fact, he trained the Panama National Team during the last Copa América. The Campus is huge: it has more than 40 buildings and houses some 7,000 students with 100 academic programs. In that complex, their soccer, baseball and basketball teams compete in the NCAA, the tournament that brings together the main universities of the United States. If Barry University is the main option, confirmation will come when the Boca delegation inspects the facilities and evaluate some alternative. The truth is that the Xeneize is already in the world mode of clubs: the great challenge of the year began to be played outside the court.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!