by Chris Stein Before the pandemic closed her middle school and US immigration agents deported her father to El Salvador, Kimberly Orellana did not fear going hungry. But with her mother now alone and cleaning houses for pay that isn’t enough to reliably feed Orellana and her two younger sisters, the 14-year-old is left to […]
Pandemic sends hunger rising in America, and children bear the brunt
Hot this week
Popular Categories
document.addEventListener("DOMContentLoaded", () => {
const trigger = document.getElementById("ads-trigger");
if ('IntersectionObserver' in window && trigger) {
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
lazyLoader(); // You should define lazyLoader() elsewhere or inline here
observer.unobserve(entry.target); // Run once
}
});
}, {
rootMargin: '800px',
threshold: 0.1
});
observer.observe(trigger);
} else {
// Fallback
setTimeout(lazyLoader, 3000);
}
});
