Skip to content
Popup Example

Earn From News Kiosk

There was panic as soon as Donald Trump arrived, then why did America go after Taliban? Know the connection with Osama Bin Laden

January 26, 2025
There was panic as soon as Donald Trump arrived, then why did America go after Taliban? Know the connection with Osama Bin Laden

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

Secret That Everyone Is Talking About

News kiosk Latest Posts

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 26, 2025, 07:18 ISTUS-Taliban Conflict News: Tension seems to be increasing between America and Taliban. After the arrival of President Trump, US Secretary Marco Rubio has threatened the Taliban. There is pressure on Taliban leaders for the release of American hostages. Read more Tension again between America and Taliban regarding hostagesHighlightsAmerica gave direct threat to Taliban. A huge reward will be announced on Taliban leaders. Steps will be taken for the release of American hostages. New Delhi : Donald Trump has sat on the President’s chair. As soon as he arrives, there is once again a tussle between America and Taliban. There are clouds of tension again between America and Taliban regarding the hostages. America’s newly appointed Secretary Marco Rubio has given a direct threat to the Taliban. America will now offer a bigger reward on top Taliban leaders than Osama Bin Laden. This amount will be more than two billion in Indian issue. In fact, recently a deal was made between America and the Afghan Taliban regarding American hostages. In that deal, Taliban released two American citizens. In return, America also had to release two people including a close aide of Osama Bin Laden. After this, the American intelligence agency has received news that the Taliban is still holding many American citizens hostage. Interesting that after Taliban comes to power in Afghanistan, they arrest these American citizens on some charges or the other and put them in jail. These American citizens are not even presented in any court. They are kept at an unknown place. The purpose of being caught in this way is to directly blackmail America. America’s intelligence agency has made the Trump administration aware of this. This is the reason why America has now issued a direct threat to the Taliban. America is now ready to take every step for the release of its citizens. What is the threat to Taliban? America’s newly appointed Secretary Marco Rubio gave a direct threat to Taliban and said that if it is found true that Taliban has taken more American citizens hostage then America will announce a huge reward on the top leaders of Taliban. . This reward amount will be more than that of Osama Bin Laden. If America places reward money on the top leaders of a terrorist group, then it clearly means that America is making a new strategy to capture or eliminate them. The most famous example of this was Osama bin Laden. How much was the reward on Osama Bin Laden? America had placed a reward of 25 million dollars on Osama Bin Laden. That means a reward of more than two billion rupees in Indian money. This statement of the US Secretary shows that tension between America and Afghan Taliban will increase in the coming days. In such a situation, troubles may increase for the Afghan Taliban. President Trump has already asked the Afghan Taliban to return the weapons left by America to America. The Taliban has not yet given any official reply to America regarding this but has given indications that it will not return the weapons. Location :Delhi,Delhi,DelhiFirst Published :January 26, 2025, 07:18 ISThomeworld There was panic as soon as Trump arrived, why was US behind Taliban, know the Laden connection

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