In early December 2024, Yun Sok Juke introduced martial law in the country, saying that it was necessary to protect the country “from the threat of North Korean Communist Forces.” The parliament abolished martial law a few hours later, and after that Yuna himself was accused of inciting to the rebellion. After that, the country’s parliament voted for the impeachment of the president. It should be approved by the Constitutional Court, but so far it has not made a decision. Prior to this, the president officially remains at the post. When Yun Sok, Yok, did not come to the interrogation in the case of the rebellion, the court issued the warrant for his detention. However, due to the resistance of the Presidential Security Service, investigators were unable to detain Yoon Juice with the first attempt. They managed to do this only on January 15th. On January 18, the court in Seoul sent the president under arrest. What is happening in South Korea? The president of the country has declared martial law, and the parliament has already canceled it (but this is inaccurately) trying to deal with Koreuda Fedor Tertitsky what is happening in South Korea? The president of the country has declared martial law, and the parliament has already canceled it (but this is inaccurately) are trying to deal with Koreuchean Fedor Tertitsky (Tagstotranslate) News
Credit-Read More
// 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);
Random Latest Posts Display // 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();