The National Police has reported this Saturday for the liberation of women and the 19 -year -old who had been kidnapped on Thursday in the residential town of El Salobre, in the south of Gran Canaria. The armed body has specified that this release has been the result of “the police pressure”, although it has refused to offer more details of the operation because the investigation remains open. The woman and the young man are wife and son of José AC, a well -known local drug trafficker known as José the ship. Both were forced on Thursday to leave their home in the exclusive area of chalets in the municipality of San Bartolomé de Tirajana and, since then, they were in an unknown whereabouts. The police deployment did not focus only on the south of the island, but expanded to other parts of the north and the capital, Las Palmas de Gran Canaria. Sources close to the operation explained that the signs point to a very organized operation with the use of violence since the kidnapping responds to an adjustment of accounts linked to drug trafficking. The local press abounds, in this sense, that the hypothesis that behind the kidnapping is the theft of more than half a ton of cocaine, valued at 25 million euros is considered. The criminal organization responsible for the cargo in origin, which would have entered containers and ship coves through the port of Las Palmas, accused the band of the narco José the ship of being responsible for the subtraction of part of the stash. The total amount of cocaine that they put on the island could be greater than the two tons. JOSE of the ship happens to be one of the largest cocaine drug traffickers in the Canary Islands, especially after the arrest of the Capuzano capo at the end of February in Madrid. It comes from the Schamann neighborhood, one of the most humble in the capital, although its radius of action focuses rather in the southern part of the island. (Tagstotranslate) Spain
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!