A record jackpot of 243 million euros in play this Friday

After six consecutive prints, no player managed to find the winning combination during the last Euromillions draw on Tuesday, March 25. The kitty continuing to climb, now no less than 243 million euros are promised to the one who will find the five good numbers and the two stars during the next draw. Back up saving Receive the Euromillions alerts The Mega-Jackpot brought into play by the French Games (FDJ) and its European counterparts did not find a taker after the draw on Tuesday, March 25. While nearly 217 million euros were promised to the one who would discover the five good numbers and the two good stars after six consecutive prints without winning, no one managed to discover the winning combination. In France, a person having discovered the five good winning numbers saw their game ticket bring him the sum of 36,024.60 euros. The prize pool continuing to climb, it is now 243 million euros that are brought into play by the French games for the next draw which will take place on Friday March 28. With such an amount, there is no doubt that many players will try their luck to win the bet, reports the Huffington Post. According to the site drawing site specializing in games of chance, no less than 50 million grids should be played. Read also: You will be able to win up to 50,000 euros with this new FDJ game 240 million euros earned in 2023 in the case where the next draw was unable to find takers this Friday, March 28, the prize pool should reach the astronomical sum of 250 million, namely the maximum amount capped for Euromillions. Created in 2004, the biggest gain in the history of the game was won by a resident who had validated his ticket in Austria in 2023. The lucky winner had then pocketed the flirtatious sum of 240 million. The second largest gain, 230 million euros, was won on the other side of the Channel in 2022. In France, a resident of Tahiti who played for the first time had won the sum of 220 million euros in 2021 after playing a flash grid. Although the largest sum has never been won in France, France remains today one of the countries with the largest number of Euromillions winners with 113 winners, just behind the United Kingdom which has 114, and in front of Spain which has 112. Receive our latest news each week, the flagship items to accompany your personal finances. (tagstotranslate) Euromillions

Credit-Read More

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!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *