
Especially these days, no one can blame the most famous Gauls in the world of looking for a little sun. In his next adventure, Astérix in Lusitania, which as announced on Monday the editorial Hachette Livre will be published from October 25, 2025, Astérix and Obélix visit Lusitania, which is now the unmistakable and luminous Portugal. Conrad, who already signed the last adventure of Astérix and Obélix in 2023, the white lily, album number 40 of the series initiated in 1961 by the deceased Albert Uderzo and René Goscinny.The Portugal of the Roman era is the place chosen for the new deed of the two Gaul Southwest of the Roman Empire, in a country known for the richness of its monuments, its culinary specialties and, above all, the generosity of its inhabitants ”, they say Livre in a statement. According to Fabcaro, in addition, the choice of Lusitania is due to the fact that the characters had not previous will resemble a vacation. ” On the provisional cover of the comic, which has already disseminated the publisher, Obélix can be seen with his inseparable Idéfix puppy and his friend Astérix walking on a traditional Portuguese Calçada, a particular mosaic -shaped soil lining. 120 languages and dialects, will attend the premiere of the Netflix Astérix and Obélix animated series: the fighting of the bosses. They will only have to wait until April 30 to see the adaptation of the book of Uderzo and Goscinny. The announcement of the next Astérix in Lusitania coincides with the third day of the comic, which the Ministry of Culture promotes on Monday, March 17, the Ministry of Culture to confirm and reinforce the ambitions and confidence of the sector. It is summarized by the journalist of El País Tommaso Kosch in a list of graphic novels recommended by experts. (Tagstotranslate) Culture
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!