In the Belgorod region, a 49-year-old local resident suspected of preparing a terrorist attack in the city of Valuyki and the poisoning of the Russian military was detained. This was reported in the regional department of the FSB, reports RIA Novosti.
According to the special services, the detainee established contact with the terrorist organization banned in Russia. The FSB claims that, on the instructions of the curators, he collected and transmitted information about the deployment and movements of the Russian military in the border zone for striking on them. “He also planned to commit a terrorist attack in the city of Valuyki and sabotage by poisoning Russian troops,” the report said. Other details were not brought to the FSB. In relation to the detainee, a criminal case was opened under articles on the Stateizer (Article 275 of the Criminal Code), an attempt to participate in the activities of a terrorist organization (part 3 of Article 30, part 2 of Article 205.5 of the Criminal Code), preparation for sabotage (part 1 of Article 30, paragraph 3 of Article 281 of the Criminal Code), preparation for terrorist attack (part 1 of Article 30, part 1 of Article 205 of the Criminal Code), illegal acquisition and storage of weapons (part 1 of Article 1 of Article 1 222.1 of the Criminal Code). (Tagstotranslate) News
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);
News kiosk Latest Posts
// 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!