On the night of March 22, the Kyiv regime with the help of drones attacked civil objects in Russia. According to the Ministry of Defense of the Russian Federation, in total, the air defense means intercepted and destroyed 47 drones over eight regions and water seas.
At the same time, in Rostov-on-Don, due to the attack of the UAV, an explosion occurred in an apartment building, two people were injured. Also in Chapaevsk, the Samara region, one of the industrial enterprises tried to attack the Ukrainian drone – it was liquidated. In Gorlovka, when the drone attacks on the fire tank, four employees of the Russian Ministry of Emergencies were injured. On the night of March 22, the troops of the Kyiv regime using unmanned aerial vehicles made attempts at attacks to the regions of Russia, the Ministry of Defense of the Russian Federation reported. “Over the past night, the air defense systems were destroyed and intercepted by 47 Ukrainian unmanned aerial vehicles,” the report said. Drones were knocked down by eight regions of Russia: 12 – over the territory of the Voronezh region, 11 – over the Belgorod region, six – above the territory of the Rostov region, four over the territory of the Volgograd region, three – above the territory of the Astrakhan region, one at a time above the Bryansk, Kursk and Samara regions. In addition, the seven BPLs were destroyed over the water seas. One above the Azov Sea. The Governor of the Voronezh Region Alexander Gusev confirmed that the air defense forces were discovered and destroyed in the south of the region more than 10 BPLs. According to preliminary data, the victims and destruction is not on turn, the acting governor of the Rostov region, Yuri Slyusar, noted that the BPLA attack in Rostov-on-Don, Salsk, Millerovsky, Chertkovsky and Sholokhovsky districts was reflected in the region, and an explosion in an apartment building occurred in the administrative center of the region on the street on the street The City Council, as a result, suffered two people. “Fortunately, there are no dead. Two wounded were hospitalized, several residents were provided on the spot. There were no evacuation of people, ”he wrote in Telegram. The facade of the building and six apartments were applied, in which the glasses and frames were knocked out. In addition, in Salsk, due to the fall of the drone, the glass in the store, the art museum and the apartment building on Lenin Street were divided. Locals were not injured. “Today, municipal commissions will assess the damage received. All the victims will be assisted, ”added Slyusar. In Gorlovka (DPR), the Ukrainian UAV attacked a fire tank carrier, as a result of which four employees of the Russian Ministry of Emergencies were injured. The department noted that the victims were the medical assistance of the Samara region, the Ukrainian BPP tried to attack one of the industrial enterprises of Chapaevsk.“ There were no injuries and injuries. Eliminated one UAV. Keep vigilance and calm, ”said the governor of the region Valery Fedorishchev.
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!