According to the first reports on Sunday night, 59 people were killed in a fire in a night club in Northern Macedonia and about 155 others were injured, several of them seriously. The figures were confirmed by the Macedonian Ministry of the Interior, which fire broke out during the concert of the group “DNK” known in northern Macedonia nationwide in a discotheque in the small town of Kočani in the east of the country.
According to the Macedonian Minister of the Interior, the improper handling of fireworks in the club fully occupied with 1500 guests is the cause of the fire. Some club guests are said to have ignited fireworks during the concert through which the roof of the establishment caught fire. It was reported without further information about the arrest of a person. If fire protection regulations and dispositions for emergency exits were not met, it was initially unclear. The survivor describes the entrance area of the discotheque on Sunday as “very small”. Reports that the club had received a license only on the basis of political connections could initially be confirmed on Sunday. “Heavy and very sad day for Macedonia” Northern Macedonia’s conservative Prime Minister Hristijan Mickoski said a planned trip abroad. The head of government wrote on platform X of a “terrible tragedy” and a “difficult and very sad day for Macedonia: the loss of so many young life is irreplaceable, and the pain of families, relatives and friends is immeasurable.” His government is “fully mobilized” and will do everything necessary to “clarify the causes of this tragedy.” Mickoski announced that he would have the responsible institutions informed about the situation in order to come to the public with further information on the incident during the day. He called on his compatriots to “unity, cohesion, humanity and responsibility”. In the meantime, the city of Kočani reported in the morning after the accident that parents were still looking for their missing children or were in the unclear about their condition. Relatives gathered in front of the town hall and the city hospital to get more information. The head of the local hospital said that the death victims that had previously been identified were between 14 and 25 years old. It remained unclear whether it was persons who were still brought to the hospital alive and only succumbed to their injuries there. Macedonian media quoted the brother of a victim who described the local hospital as a place of horror: “I was on site in the hospital, it was terrible. The patients lie on the hospital corridors, you have to climb over corpses to see how your own relatives are doing. ” The family was able to see his sister briefly, but then it was told that the patient had to be moved to a hospital in the capital due to her serious injuries. External content activated other injuries were brought to the Macedonian capital Skopje, which was well a car hour of the western car at night, and to the East Macedonian regional center Štip. In ŠTIP, 38 patients with burns second degree and on the hands were recorded on their hands, the director of the clinic there said. The Macedonian Ministry of Health set up an emergency number for relatives. The State Macedonian news agency Mia reported more than 150 fire victims who are being treated in various hospitals. Of these, 18 were in critical condition. A member of the band is also to be treated in a hospital.
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!