A man was thrown into a blind well, sprinkled with gasoline and on fire

A man was beaten and thrown into a blind well, who was sprayed naphtha and set him fire. Despite the magnitude of the attack, the victim is still alive. Due to the burns he suffered, she is admitted to intensive therapy, with a reserved prognosis. The violent made, which took public status in the last hours, occurred last Thursday afternoon in Plottier, Neuquén province. According to Lucrecia alone, the prosecutor in charge of the case, the main aggressor, identified by the acronym Jetc and accused of an attempt of aggravated homicide, acted in the company of his minor son, whose procedural situation was under the responsibility of the Fiscal Unit of Youth Crimes. The investigators indicated that the incident began when the victim appeared at the home of the accused. There, both men filed a strong discussion for reasons that are still unknown, and then the level of violence climbed to the point that the aggressor and his son hit the person in the head with a gas pipe. Act followed, according to the version of the Río Negro Portal and Diario Neuquino, the attackers dragged the victim to the courtyard of the house, where he was thrown into a blind well that was sprayed with naphthath. In that frame, the man managed to escape and ask for help. Minutes later, police officers approached the place and, due to their delicate state of health, they ordered their urgency transfer to the Castro Rendón de Neuquén hospital. “The patient, who was surgically intervened and struggles to stay alive, has 25% of the body surface affected by burns of different degrees, including serious injuries in the face and in the upper and lower limbs, according to the medical part presented by the medical party presented by the medical part. Alone, after the request of the Prosecutor’s Office so that the aggressor remains detained for six months, arguing a possible risk of escape or the hindering of the investigation, the judge of guarantees lupic framework Christ agreed to the request. The magistrate ordered that the aggressor remain detained for four months and that, in that period, new evidence and testimonies are added to the file.

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 *