The former Bundesliga professional Jean-Philippe Mateta has not assumed that Millwall’s goalkeeper Liam Roberts does not assume bad intentions against him after his brutal foul. “I don’t think he woke up and thought that I want to separate JP,” Mateta told the broadcaster Sky Sports News. “There is a lot of pressure. He wanted to do it well, too many emotions make you crazy things. It was just a mistake. You learn from it,” said Mateta (27), who used to play in the Bundesliga for the FSV Mainz 05. Roberts (30) reported to him in the hospital and apologized. Mateta wanted to go back to the Platder Millwall goalkeeper at the beginning of March in the FA Cup round of 16 (3-1 for Palace) with a stretched foot at head height and seriously injured the striker on the left ear. Mateta had to be sewn with 25 stitches. Roberts was closed to six games after the brutal foul and had to deal with violent hostility on social media. Mateta said that he had not even realized the severity of the injury. “I discussed with the doctor for 30 seconds, I wanted to keep playing,” said the attacker. He saw the blood but didn’t feel any pain. “The team doctor saw the wound, I didn’t. I thought it was just a little cut, but my ear dangled.” Mateta hopes to be able to play again after the international break, but then with a special mask. For Palace, on March 29, the FA Cup against FC Fulham will continue in the next London duel.
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);
// 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!