The trick of Kasab’s handler Tahawwur Rana, the culprit of the Mumbai attack, played a trick in the US Supreme Court to escape from the clutches of India.

Highlights Tahawwur Rana has appealed to the US Supreme Court. Rana is fighting against India’s extradition request. He is accused of role in the 2008 Mumbai attacks. Washington: Mumbai attack convict and Kasab’s handler Tahawwur Rana from India’s clutches. Wants to escape. For this he has made a big move in the Supreme Court of America. In fact, Tahawwur Rana’s lawyer has urged the US Supreme Court to review the lower court’s decision to extradite him to India. He has told the court that he is in double danger of being punished twice for the same crime. India is demanding the extradition of Rana, a Canadian citizen of Pakistani origin. Because he is wanted in the 2008 Mumbai terrorist attacks case. After losing the legal battle in lower courts and several federal courts, including the US Court of Appeals for the Northern Circuit in San Francisco, Rana had filed a “petition for certiorari” before the US Supreme Court on November 13. Read- Donald Trump: Before the oath, Donald Trump faces a big crisis, the entire Republican Party is in shock, what will happen next? On December 16, US Solicitor General Elizabeth B. Preloger urged the Supreme Court to dismiss the petition. Rana’s lawyer Joshua L Dratel, in his reply on December 23, challenged the US government’s recommendation and requested the Supreme Court to accept his petition. In which jail is Rana lodged? Rana is currently lodged in Los Angeles jail. He is accused of role in Mumbai attacks. He is believed to be linked to Pakistani-American terrorist David Coleman Headley. Headley is the mastermind of 26/11 Mumbai attacks. India has been demanding his extradition for a long time. Now the way has been cleared to bring Rana under the India-US extradition treaty. What is Rana’s argument? Rana argued in court that he was tried and acquitted in a federal court in Illinois (Chicago) on charges related to the 2008 Mumbai terror attacks. Now India is also demanding extradition on the basis of the same allegations. However, the US Solicitor General had said that the government does not believe that this is the conduct for which India seeks extradition. Tags: 26/11 mumbai attack, Mumbai AttackFIRST PUBLISHED : January 4, 2025, 14:01 IST

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

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!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *