Ivonne Reyes has lost ten million euros. He has no bank account, he has had to request money and can barely cover his expenses.
His economic situation is critical, and that has had a devastating impact on his mood. So much so that he was about to lose his life. Sitting on Friday’s set! He broke his silence after years of television absence to tell how he has come here. “When I worked on TV I had very good income, quite high and lived very well. Now I have nothing, I am going through an economic bump, ”he confessed with pain. There was a time when his name was synonymous with success on the small screen, but the contracts stopped arriving, the savings vanished and the debts began to accumulate. The situation is so delicate that, he said, he has needed financial help from his own son: “It has hurt me a lot.” The actress did not hide her despair and acknowledged that she has tried to keep this problem secret for a long time. He assured that the money he had achieved invested in his son’s education and in properties, some of which he has had to sell or yield to deal with debts. “The money I have lost, I have no idea. But about ten million, ”he admitted, aware that recovering that amount is practically impossible. At the edge of death, the septicemia that almost ends with his life but Ivonne’s problems are not only economic. Some time ago he was on the verge of death due to septicemia. The infection was so serious that his family prepared for the worst. “My sister prepared my burial because they thought I was not going to survive,” he said. He even had to say goodbye to his son at a time he thought he would be the last. Finally, she managed to get ahead, although the emotional sequelae of that experience plunged her into a deep depression. Now, while trying to find an exit to this crisis, he wonders if there is anything else behind his absence on television. He left in the air the possibility that there is a black hand blocking his return to the sets. However, what is clear is that you need to continue working. “I do not come as a martyr or poor me,” he said with determination. In spite of everything, he continues to fight.
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!