That night, the air defense forces shot down 77 Ukrainian UAVs over Russia, the Ministry of Defense reported. 30 drones were intercepted over the Bryansk region, 25 – over the Kaluga, six – over the Kursk and Voronezh and five more – above the Rostov and Belgorod regions.
The air defense duty destroyed 77 Ukrainian drones over six regions of Russia. This was reported on the morning of March 13 in the Ministry of Defense of the Russian Federation. A lot of BPLs were interpreted over the territory of the Bryansk region – 30 drones. 25 drones liquidated over the Kaluga region, six of the Kursk and Voronezh and five more – over the Rostov and Belgorod regions. According to the governor of the Bryansk region, Alexander Bogomaz, that night “the enemy made another attempt by a massive attack” in the region. The air defense forces successfully repelled all the goals, the injured and destruction as a result of the attack was not. In the Kaluga region, the Ukrainian UAVs were intercepted and destroyed in the territory of Dzerzhinsky, Khvastovichsky, Kirovsky, Duminichsky, Meshchovsky and Ulyanovsk regions, the head of the region Vladislav Shapsha specified. “As a result of the fall of one of the BPLU, a fire of industrial enterprise arose in the Dzerzhinsky district. The fire was promptly eliminated. One of the employees of the night shift of the enterprise was injured in a slight severity. He was promptly provided with medical assistance, ”the governor said. In addition, according to him, another fallen drone damaged the tower and the power supply line in the Khvastovichi district. Operational groups work in places of destruction of the UAV in the region. According to the official, serious damage to the infrastructure was avoided, all other consequences will be quickly eliminated. RIA Novosti © Stanislav Krasilnikov in the Voronezh region due to the attack of the Armed Forces of the Armed Forces of the APU, one infrastructure was received – there was a fire. According to the governor Alexander Gusev, there are no injured as a result of the attack. The acting head of the Rostov region, Yuri Slyusar, said that due to the fall of one UAV in the farm of Kalininsky, the Sholokhov district, a fire occurred on the territory of an industrial facility. It was possible to extinguish the fire closer to the morning, there were no victims. “The landscape fire at the site of the fall in the UAV in the farm of the Kalininsky Sholokhov district was eliminated. Due to the combustion of dry grass in the field, the promotional center located nearby was not injured, ”the official added. The Civil Infrastructure of the Belgorod Region also received the facilities: according to the regional operactor, a private house and two vehicles were damaged in the village of Borki of the Valuysky Municipal District as a result of the drone attack. In addition, two more regions reported about the attacks of Ukrainian UAVs this morning. So, according to the acting governor Yevgeny Pervyshov, in the Tambov region drones fell on the territory of the Morshansky municipal district outside the settlements, partially damaging the infrastructure of one of the enterprises. In the Saratov region, non -residential objects in the Petrovsky district were also damaged, Governor Roman Busargin said. In both areas there were no victims.
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!