Last Updated:January 13, 2025, 08:58 ISTCalifornia Los Angeles Forest Fire: So far, 24 people have died due to the fire spreading in the forests of California and Los Angeles. Lakhs of people have had to leave their homes and go to safe places. The scope of the fire is so big…read moreHighlightsThere is a huge fire in the forests of California and Los Angeles. Due to this fire, lakhs of people have had to leave their homes. The fire department has come up with a special offer for the prisoners. California Los Angeles Forest Fire: The fire spreading in the forests of California and Los Angeles is becoming more severe with time. So far 24 people have died due to the fire. Despite millions of efforts, the Joe Biden administration is failing to extinguish this fire. The main reason for this is the strong winds blowing due to the snow storm that has hit America at this time. On the other hand, to speed up the work of extinguishing the fire, the prison departments of California and Los Angeles have come up with a bumper offer. A plan has been made to reduce the punishment of prisoners who help the fire department in extinguishing the fire. A deal has been offered to reduce the punishment by two days in exchange for helping in extinguishing the fire every day. Also, salary will be given separately. According to CNN report, jail inmates were seen digging a containment line in Los Angeles along with the fire department. On the other hand, the California Department of Corrections and Rehabilitation says that at present a total of 931 prisoners are working 24 hours to extinguish the forest fire. They are cutting fire lines and removing fuel from behind structures to slow the spread of California’s devastating wildfires. What is the plan for the prisoners? Depending on the ability of the prisoners, they are being paid $ 5.80 to $ 10.24 per day to extinguish forest fires in California and Los Angeles. Inmates can also earn an additional $1 per hour if assigned to emergency services. Most prisoners are being given 2-for-1 credit for helping put out fires. This means that prisoners can get two extra days off their sentence for every day they work in the emergency services to put out fires. Apart from this, support staff will get 1 for 1 credit. Where only one day of punishment will be waived off for working one day. ‘We are committed to extinguishing the fires’ California Department of Corrections and Rehabilitation Secretary Jeff Macomber told CNN, “Wildfires are a major challenge for California. The fire department is completely dedicated to extinguishing the fire.” The work of our incarcerated firefighters and staff is a part of this effort. Their services are being taken to protect life and property during emergencies.
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!