Skip to content
Popup Example

Earn From News Kiosk

Why did Donald Trump bow down to Taliban, leave Osama Bin Laden’s close aide, what did he get in return?

January 21, 2025
Why did Donald Trump bow down to Taliban, leave Osama Bin Laden’s close aide, what did he get in return?

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

Secret That Everyone Is Talking About

News kiosk Latest Posts

A short link on May 19, 2025, 06:00 Anastasia Rumyantseva from May Read more

The post Alimony debtors warning … appeared first on News Kiosk.

Read more

The right -wing populists continue their ascent in Portugal. In the early Read more

The post Election in Portugal: right -wing populi … appeared first on News Kiosk.

Read more

“Let’s take Milei’s model to the city,” said the giant screen early Read more

The post Explicit support for armed D … appeared first on News Kiosk.

Read more

Short link May 19, 2025, 05:00 Ekaterina Kuvshinova Analysts of the Avito Read more

The post The Russians called 12 regions, … appeared first on News Kiosk.

Read more

These days it has been inevitable to remember the long talks with Read more

The post Pornography or mystery, for … 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!

Last Updated:January 21, 2025, 23:33 IST As soon as Trump arrived, America has released Osama bin Laden’s close aide Khan Mohammad from jail. For this, Taliban had set a condition, before which America bowed down. Trump released a close aide of Osama Bin Laden. After President Trump took charge in America, Khan Mohammad, who was said to be a close aide of terrorist leader Osama Bin Laden, was released from Guantanamo jail. Was released. In response, the Afghan Taliban also freed two American citizens from their prison. The US administration has not yet taken any decision on Pakistani citizen Dr. Aafia. The Afghan Taliban was holding three American citizens captive for alleged crimes. The Taliban’s demand was that in exchange for these American citizens, Afghan terrorist and a Pakistani terrorist Aafia present in the American jail should be released. There were long talks between America and Taliban regarding this matter. The former President of America had rejected these talks in the initial phase. The former US President believed that no compromise would be made with the Taliban. What condition had the Taliban set? The Taliban’s Afghan government had asked America to release an Afghan prisoner Khan Mohammad from Guantanamo prison in return. Khan Mohammad is considered to be a close aide of terrorist leader Osama Bin Laden. The Afghan Taliban had made it clear that they would not release any prisoner until Khan Mohammad was released. Khan Mohammed, an Afghan prisoner, has been released from Guantanamo prison, the Foreign Ministry of the Afghan interim government said in a statement today. The ministry said their release was the result of broader negotiations with the United States for a prisoner exchange. The ministry said Khan Mohammed was arrested in Nangarhar province nearly two decades ago. He was sentenced to spend his entire life in a California prison. Trump reversed Biden’s decision. After the release of Khan Mohammad, the Afghan Taliban released two American citizens Ryan Corbett and William McKenty in exchange for Khan Mohammad. It is believed that US President Trump was in favor of releasing American citizens under any circumstances. Whereas Biden was not ready to release the terrorist at any cost. However, the US administration did not take any decision regarding Pakistani citizen and terrorist Aafia. In this regard, the Taliban alleges that some senior officers and leaders in the Pakistan Army do not want Aafia’s release. First Published :January 21, 2025, 23:33 ISThomeworld Why did Donald Trump bow down to Taliban, left Osama bin Laden’s aide

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