Former French swimmer Yannick Agnel, double gold medalist at the 2012 London Olympic Games, will appear before a criminal court in his country after being accused of sexual rape and aggression against a child under 13, daughter of one of his coaches: Lionel Horter. He housed in the victim’s house, who also trained with him, in the city of Mulhouse, near the borders with Switzerland and Germany.
The complaint was filed in December 2021, the year in which he was temporarily detained. The Frenchman, who was then 24 years old, admitted to having had relations with the young woman but assured that it was “spoiled and affectionate.” Despite the discharge, the prosecutor, Edwige Roux-Morizot, argued that “the events constitute a rape and sexual assault due to the age difference, since justice considers that there is a true moral coercion.” Roux-Morizot said that the events also occurred in Spain, Thailand and Brazil. In France, sexual consent is allowed from the age of 15. Under that age, it is considered a crime even if the child agrees. However, there are some exceptions in which the age of the other person involved is taken into account. Agnel, who is free waiting for the trial, received his name in honor of French tennis player Yannick Noah. He had an outstanding race, although brief, since he retired shortly after the 2016 Rio Olympic Games, after being annoyed for not having been included in the 200 -meter relay team.At throughout his career, he consecrated double gold medalist in the 200 free meters and 4×100 relay, in addition to obtaining a silver medal in the 4×200 relay in London 2012. sports commentator. For the accusation that weighs on him, the Public radio station Radio France dismissed him until the investigation ends.
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!