Last hour of Borrasca Martinho and time in Spain, live | The government recommends teleworking and avoiding displacements due to heavy rains | Spain

Cádiz | The flood of the Guadalete causes some voluntary evictions in Jerezel City Council of Jerez de la Frontera (Cádiz) has activated at six o’clock this Friday the orange notice due to overflow of the Guadalete River and the emergency phase in operational situation 1, a circumstance that has resulted in the first volunteer evictions among the closest population to its banks. Last morning, seven people, four adults and three children have been evicted, from the rural neighborhood of Las Pachecas, an evacuation that was requested by the neighbors themselves. In this way, two of them have passed the night with relatives, while the rest have stayed in the hostel of Cáritas enabled by the City Council in the portal. The river, which is currently going down with a flow of 5.20 meters. Thus, it is estimated that until the river does not reach the level of 5.40 meters, this decision would not be made, so it is pending how the day is evolving, in which rains are not expected. A week ago, 200 people had to be evicted due to the high flow with which the Guadalete went down. Thursday fell 45 liters per square meter in Jerez, according to data collected at the airport station by the State Meteorology Agency. The effects of Borrasca Martinho persist this Friday in Andalusia, despite the truce of the rains. However, there are yellow warnings due to waves in Cádiz and winds between 50 and 61 kilometers by Hora. (EP) (Tagstotranslate) Spain

Credit-Read More

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!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *