Skip to content
Popup Example

Earn From News Kiosk

The White House, among the reasons for the closure of the Voice of America, called the editorial ban to call Hamas terrorists. The media corporation refused the idea of ​​such a ban in 2023

March 21, 2025
The White House, among the reasons for the closure of the Voice of America, called the editorial ban to call Hamas terrorists. The media corporation refused the idea of ​​such a ban in 2023

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

News kiosk Latest Posts

Short link on June 2, 2025, 16:00 since the beginning of 2025, Read more

The post More than 1.5 ml rested in Crimea … appeared first on News Kiosk.

Read more

Holiday traffic: When can there be a lot of traffic jams at Read more

The post When around Pentecost with special … appeared first on News Kiosk.

Read more

Medusa from February 24, 2022 lives on the Russian-Ukrainian war on the Read more

The post War of a thousand hundred and ninety -fifs … appeared first on News Kiosk.

Read more

There is not only tension in the government dome. Despite the differences Read more

The post Karina Milei and Santiago Caputo … appeared first on News Kiosk.

Read more

Short link June 2, 2025, 17:03 Ukrainian Foreign Minister Rustem Umarov said Read more

The post Kyiv and Moscow agreed to … appeared first on News Kiosk.

Read more

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!

The official website of the White House, among the reasons for the termination of financing of the Voice of America, called the allegedly available in the editorial office to call the Hamas and its participants terrorists. However, as the factor project “Verified. Media” found out, there was no such ban (although in 2023 the leadership of the Voice of America really planned to introduce it). A press release dedicated to the decree of President Donald Trump to terminate the financing of the Voice of America, appeared on the White House website on March 15. It said that this decree “guarantees that taxpayers will no longer pay for radical propaganda.” Further in the press release there were several examples of the “radicality” of the Voice of America. The first point read: “The leadership of the Voice of America forbade its employees to call Hamas and its members terrorists,” except in cases of citation. ” The press release contains a link to the article of the conservative publication of National Review, published in October 2023, shortly after the attack of Hamas on Israel. This article says that the employees received the appropriate directive from the management, but it is specified that it “caused disagreements” among journalists and editors. According to “verified. Media”, which gained access to the internal correspondence of the Voice of America, such a directive really was, but it caused “not just disagreements, but a pronounced protest of a number of journalists,” after which an active discussion began on this issue. A few weeks later, against the backdrop of internal discussions, as well as critics in the conservative press of the United States, the directive was canceled. “The seizure of hostages and the deliberate murder of civilian, as happened during the Hamas attack on Israel on October 7, are acts of terrorism, and the people who performed these actions are by definition are terrorists,” the leadership of the employees announced. The same message emphasized that in publications it is necessary to mention that the US government officially considers Hamas a terrorist organization. On March 14, Donald Trump ordered a large -scale reduction in employees in seven federal agencies. These included the global media agency (USAGM), which oversees the Voice of America and the Radio Free Europe/Radio Liberty Corporation. The Voice of America has already announced the suspension of work, and its employees began to receive dismissal notifications. We say the history of Radio Liberty. First, the CIA project, and then – an important source of independent information in the non -free countries of the KGB could not cope with it. Now it is closed by the Trump -Scrape of the History of Radio Liberty. First, the CIA project, and then – an important source of independent information in the non -free countries of the KGB could not cope with it. Now Trump closes it (Tagstotranslate) News

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();