This Tuesday in the National Criminal and Correctional Court No. 31 signed the elevation to oral trial against the mayor of La Matanza, Fernando Espinoza, in the accusation for alleged “simple sexual abuse” against his former private secretary Melody Jacqueline Rakauskas. Judge Fernando Mario Caunedo rejected the request for the request of the defense of the former president of the Bone The self -elevation firm confirmed to Clarín. The prosecutor’s argument was that the case did not have “evidence that supports the imputation, beyond the sayings of the complainant.” Before, in August of last year Espinoza appealed to the National Cassation Chamber its processing for sexual abuse and disobedience to justice. While the model Rakauskas requested to raise the cause to oral and public trial, something that was confirmed on Tuesday. On July 2024, the Crime Chamber confirmed the processing of the communal chief for the crimes of “simple sexual abuse in real contest with disobedience to justice.” In addition to processing, justice arranged an embargo of $ 1,500,000. In its defense, Espinoza had stated that Rakauskas was an “inorganic intelligence agent” or that he had “some kind of psychological disorder.” On October, the communal chief had requested to travel to Barcelona to participate in an event of “smart cities”, but his request was rejected by justice. However, a short time later he was granted authorization, after the payment of a bond of 10 million pesos that the mayor made from his daughter’s bank account. Rakauskas served as a private secretary of Espinoza for two weeks in May 2021. At that time, he denounced that the communal chief insisted to go to dinner together. As Rakauskas’s sayings, she agreed to the invitations for feeling “pressed.” The young woman declared that on one of the occasions Espinoza lowered her pants, she went violently and groped her. He stressed that she resisted. And the mayor was angry at his house, where the encounter took place. Because of this fact, justice prosecuted him for sexual abuse and accused him of “impute touching.” He was also prosecuted for “disobedience”, since he disjointed the order to “not make contact or directly with the victim.”
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!