1 injured in Lakewood stabbing
A business closed down for the day following a stabbing on West Colfax Thursday morning.
The Lakewood Police Department reported to a stabbing outside of the L.A. Insurance building near the intersection of West Colfax Avenue and Teller Street around 11 a.m., according to the department.
One victim was taken to a nearby hospital with an unknown injuries. One suspect was arrested, but the department has not released the suspect’s name pending preliminary investigations.
Posters on Facebook claimed the stabbing appeared to be following a road-rage incident where the victim was entering the L.A. Insurance business, but police could not confirm the claims at this point in its investigation.
L.A. Insurance closed down for the day while the department investigated the incident, according to a representative from the business.
Sign Up For Free:
let pathVariable;
let pathVariable2;
function handleUrlPathSegment() {
const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}
console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);
applyNewsletterName(pathVariable2);
return { pathVariable, pathVariable2 };
}
function applyNewsletterName(newsletterName) {
if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {
updateNewsletterElement(newsletterName);
}
}
function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);
if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}
function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();
const timestamp = now.getTime();
console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);
return timestamp;
}
const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}
handleUrlPathSegment();
setupFormSubmitListener();
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[].,;:s@”]+(.[^()[].,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}
PIKES PICK: A ‘K-Pop Demon Hunters’ day awaits
Linda Navarro
linda-navarro@denvergazette.com
Updated 5 days ago
It’s the music that makes you move and Black Sheep plans a dance party to the soundtrack of “K-Pop Demon Hunters” coming up April 18, 11 a.m. Costumes expected and it’s for all ages. $21.12-$24.21 at blacksheeprocks.com — Linda Navarro
Linda Navarro
Reporter
Israel launches attack on Iran’s capital with US help as tensions high over nuclear talks
The Associated
the-associated@gazette.com
Updated 4 hours ago
Israel launched a daylight attack Saturday on Iran’s capital, with a cloud of smoke rising from the city’s downtown. The first apparent strike happened near the offices of Supreme Leader Ayatollah Ali Khamenei. The United States is participating, though it was...
The Associated
Reporter
Tempers flare during another tightly contested matchup between Denver Nuggets, Oklahoma City Thunder
Vinny Benedetto
vinny-benedetto@denvergazette.com
Updated 3 hours ago
OKLAHOMA CITY – The temperature of one of the NBA’s most heated rivalries got turned up a couple of notches Friday at Paycom Center. Things reached a boiling point with eight minutes left in regulation after Jared McCain gave the...
Vinny Benedetto
Reporter
Kaidan Mbereko, upperclassmen show up for Colorado College as Tigers beat No. 9 Bulldogs
Hugh Johnson
hugh-johnson@denvergazette.com
Updated 5 hours ago
Friday night, Colorado College hockey walked the walk. The Tigers earned a 4-1 win over No. 9 Minnesota Duluth at the Bulldogs’ Amsoil Arena. After five straight weeks of close calls, CC earned the win on the opening night of...
Hugh Johnson
Reporter
Air Force earns pivotal win at Bentley to boost AHA playoff outlook
Brent Briggeman
brent-briggeman@denvergazette.com
Updated 7 hours ago
Air Force hockey may have played itself out of a play-in situation. With a wire-to-wire 3-2 victory at Bentley – the Atlantic Hockey America’s top team – Air Force leapt out of seventh place in the conference on Friday night...
Brent Briggeman
Reporter
‘The rule wasn’t made for them’ | What Nuggets, Thunder coaches said about NBA’s 65-game threshold
Vinny Benedetto
vinny-benedetto@denvergazette.com
Updated 8 hours ago
OKLAHOMA CITY – The NBA got a step closer to another contentious Most Valuable Player debate Friday at Paycom Center. Thunder star Shai Gilgeous-Alexander made his return against Nikola Jokic and the Nuggets after missing the previous nine games with...
Vinny Benedetto
Reporter
Report says Denver’s restaurant industry in need of intervention
Bernadette Berdychowski
bernadette.berdychowski@denvergazette.com
Updated 9 hours ago
Denver’s restaurant industry is struggling and facing “sustained structural pressure,” according to a report by local industry leaders. Last year, the city’s economic development department and Visit Denver created a six-month liaison program to research issues affecting the restaurant sector...
Bernadette Berdychowski
Reporter
With Broncos eyeing running backs in draft, versatile Jadarian Price says, ‘I think they like me’
Chris Tomasson
chris.tomasson@gazette.com
Updated 7 hours ago
INDIANAPOLIS – Never mind that the last running back the Broncos selected from Notre Dame didn’t work out. They might grab another one early in the 2026 draft. The Broncos have plenty of interest in Fighting Irish stalwart Jadarian Price,...
Chris Tomasson
Reporter
Denver City Council to vote on police identity bill and quarterly reporting
Deborah Grigsby
deborah.smith@denvergazette.com
Updated 12 hours ago
Two bills are up for final consideration by the Denver City Council on Monday. The first is Council Bill 26-0125, which proposes an ordinance to prohibit law enforcement officers, including federal immigration agents, from concealing their identities while interrogating, detaining,...
Deborah Grigsby
Reporter
The new-look Pac-12 is coming. Can it crash the high-major hoops party? | College Basketball Insider
Tyler King tyler.king@gazette.com
tyler.king@gazette.com
Updated 7 hours ago
Football will pay the bills, but the new-look Pac-12’s identity should be defined on the hardwood. After a two-year hiatus, the West Coast’s premier conference will return next fall, and while its ceiling on the football field is mostly limited...
Tyler King tyler.king@gazette.com
Reporter






