Cecilia Herrero, councilor of Vox at the City Council of Valencia, has requested the voluntary decline of her militancy in the party, as she announced through a message in her X account. In her publication, Herrero has indicated that she will explain the reasons for this decision in a press conference convened for this Monday.
This news comes a few days after Juanma Badenas, also mayor of Vox and until this week spokesman for the group and second deputy mayor, was suspended in a precautionary way of his militancy due to alleged irregularities in an award of the Municipal Foundation he directed. It should be noted that Herrero is a sentimental couple of Badenas and has claimed that he requested the decline in Vox on March 6 at 1:09 p.m. He has summoned the media for Monday at 12 noon, where he will offer details about the reasons that led her to make this determination. Also read with these two casualties, the municipal Vox group, a government partner of the Popular Party, has gone from having four councilors to only two: José Gosálbez, who has assumed the functions of spokesman after a decision of the National Directorate of the Party, and Mónica Gil. The mayor of Valencia, María José Catalá, of the Popular Party, carried out last Tuesday a restructuring of the municipal executive to adapt to the departure of Badenas from the Government. Among the changes made, Catalá assigned Cecilia Herrero the powers of the entrepreneurship area, as well as the delegations of parks and gardens. Also read agencies The Plenary of the City Council of Valencia is composed of 33 councilors. Until last week, the 13 of the PP and the 4 of Vox added 17 votes, one more than the 16 of the opposition, formed by 9 of Compromís and 7 of the PSPV-PSOE. With the departure of Herrero de Vox, which occurs while the party continues to process the open disciplinary file against Badenas, the mayor of Valencia will be forced to make a new redistribution of powers in the local government a week after the previous restructuring.
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!