Washington: On Saturday, President Joe Biden honored 19 people with the highest civilian award ‘The Medal of Freedom’ in America. Among all these 19 people, there was one name which was being discussed from America to India. This name was George Soros who is seen as an enemy of India. There was huge anger among the supporters of newly elected President Donald Trump regarding George Soros, on which Elon Musk, Donald Trump Jr. and newly elected Vice President JD Vance made aggressive comments. George Soros is a controversial name not only in America but also in India. The Indian Foreign Minister has called Soros ‘old, rich and dangerous’. George Soros has been targeting PM Modi. Apart from this, he has been giving statements against India through his organization Open Society Foundation. He is accused of supporting the idea of independent Kashmir. Soros is also accused of interfering in India’s internal affairs. Billionaire Elon Musk is also now agreeing to this. Soros has been the target of Elon Musk since receiving America’s highest honor. Elon Musk is attacking Soros in several tweets. Elon Musk is furious at George Soros. Mario Navafal, an X account with 1.8 million followers on Yes.’ Retweeting this tweet, Elon Musk wrote, ‘Magneto, a powerful mutant, who hates humanity.’ Magneto is the name of a villain character in Marvel Comics. Elon Musk had already termed giving this honor to Soros a travesty. Elon Musk shared a video of his old podcast. In this, Elon Musk says that he believes that Soros fundamentally hates humanity. Trump supporters angry at George Soros Other leaders of the Republican Party also criticized the honoring of George Soros. Nikki Haley wrote on There is 16 days time for the new government to come. What is he capable of doing next?’ Newly elected President JD Vance wrote in a post on X, ‘I am waiting for Biden to give the Presidential Medal of Freedom (posthumously) to Pol Pot and Count Dracula.’ Tags: International newsFIRST PUBLISHED : January 7, 2025, 16:36 IST
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!