A total of 167 people have been evicted in the Chabolist town of Las Sabinas, located on the shore of the Guadarrama River, due to the flood of the flow by the rains. As indicated to EFE from the City Council of Móstoles, 60 infravoyance of the Chabolist town, which was a “sensitive” area for its proximity to the river and remained “preventive” in the way of the possibility of growing floods, have been evacuated. Rawing of the channels of Los Río Lozoya, Jarama, Guadarrama and Henares The Consistory has offered all housing alternative families, although only two of them have accepted municipal resources and the rest have been welcomed by relatives. In addition, a dog of one of the families has been housed in the municipal animal reception center. Also read the City Council of Móstoles keeps the Municipal Emergency Plan, Floodost, in Wednesday before the forecast of persistent rainfall in the region, and that have caused the flood of the channels of the Lozoya, Jarama, Guadarrama and Henares rivers, causing some overflows. Six roads in the Community of Madrid continue to be cut by the accumulation of water due to the heavy rains that have been registered in the region in recent hours, specifically, the M-538 in Santa María de la Alameda (station), the M-600 in San Lorenzo de El Escorial, the M-611 in Rascafría, the M-620 in Alpedrete, the M-622 Guadarrama and the M-637 Lozoya.
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);
// 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!