Skip to main content

2007

A storm drain channeling turbulent water under a bridge.

On May 14, a storm claimed the life of 2-year-old Jose Matthew Jauregui Jr., swept away from his mother by a fast rising Lakewood Gulch. Five years later the District and Denver finished removing the walled section of this reach. Learn More

document.addEventListener("DOMContentLoaded", function() { function limitTeaserItems() { const articles = document.querySelectorAll(".items article"); articles.forEach(article => { const header = article.querySelector("header h3 span"); if (header && header.textContent.trim() === "News") { //PUT THE NAME OF THE TEASER HERE const subteasers = article.querySelectorAll(".subteasers .subteaser"); if (subteasers.length > 6) { // IF SUBTEASERS EQUAL THIS NUMBER LONG for (let i = 6; i < subteasers.length; i++) { // LIMIT TO THIS NUMBER LONG subteasers[i].style.display = "none"; } } } }); } limitTeaserItems(); });