Man in custody after fatal shooting in Englewood
A 37-year-old man was in custody on Tuesday in connection with a shooting that left one person dead in Englewood on Monday night.
Cordia Blash was being held at the Arapahoe County jail on suspicion of first-degree murder, according to the Englewood Police Department.
Media Release
Homicide Investigation pic.twitter.com/Y0lcHF3vo6— Englewood Police Department (@PoliceEnglewood) July 5, 2022
Authorities said Blash shot 21-year-old Kane Nathaniel Andres Acosta Woods around 10:20 p.m. Monday in the 3600 block of South Sherman Street.
Medics took the victim to a hospital, where he was pronounced dead.
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;
}
}
Denver area events for Feb. 19
Carlotta Olson
carlotta-olson@denvergazette.com
Updated 13 hours ago
If you have an event taking place in the Denver area, email information to carlotta.olson@gazette.com at least two weeks in advance. All events are listed in the calendar on space availability. Thursday Matthew Fuller Quintet — 6:30-7:45 p.m. and 8:30-9:45 p.m., Nocturne...
Carlotta Olson
Reporter
Colorado bill seeks to limit surveillance tech to ‘lawful’ public safety purposes
Marissa Ventrelli
marissa-ventrelli@denvergazette.com
Updated 7 hours ago
A Republican legislator is pushing legislation on surveillance technology that, she said, is designed to achieve a balance between aiding law enforcement and protecting people’s private rights. Her proposal is drawing support from both sides of the ideological aisle, though...
Marissa Ventrelli
Reporter
Arts community mourns three
John Moore
john.moore@denvergazette.com
Updated 8 hours ago
Ken Walker, Debra Faber and Janelle Orsborn remembered fondly To Dazzle Denver, bassist Ken Walker was family. For more than two decades — we’re talking 250 consecutive months of final Fridays — Walker and his sextet commanded the Dazzle stage....
John Moore
Reporter
Miners Alley punches up the comedy scene in Golden
John Moore
john.moore@denvergazette.com
Updated 8 hours ago
Arts news of the week includes Josh Blue; a new musical written by a Coloradan and an Indigo Girl; and: Why Nirvanna is spelled just right. The Miners Alley Performing Arts Center is expanding its scope and commitment to community...
John Moore
Reporter
Weekend things to do around Denver: Cripple Creek Ice Festival and more
Emily Bejarano
emily-bejarano@gazette.com
Updated 9 hours ago
No plans for the upcoming weekend? There’s still plenty of action happening around Denver and beyond to get folks off the couch. Each Thursday, explore Denver’s essential weekend events curated by The Denver Gazette. Dive into cultural experiences and entertainment...
Emily Bejarano
Reporter
Denver Botanic Gardens reveals 2026 concert lineup
Alexander Kirk
alexander-kirk@denvergazette.com
Updated 7 hours ago
The music is returning to the gardens this summer. Denver Botanic Gardens announced the 2026 schedule for its annual Summer Concert Series. This year’s lineup expands to 14 dates, with Grace Potter, Allen Stone, Soccer Mommy, Chris Botti, Judy Collins with...
Alexander Kirk
Reporter
John Madden’s office-top penthouse is modest in scale to its DTC surroundings
Mark Samuelson
mark-samuelson@denvergazette.com
Updated 8 hours ago
At a moment when homes around Denver are wowing with their high-altitude prices, anybody who knew who John W. Madden was might marvel at how low this one is priced. The owner of the penthouse built atop a 3-story office...
Mark Samuelson
Reporter
Potential clues? Palantir shares several risks of doing business in Colorado
Bernadette Berdychowski
bernadette.berdychowski@denvergazette.com
Updated 8 hours ago
When Palantir announced it moved its headquarters from Denver to Miami, it gave little reason for its decision. All it sent out was a short post on X. It came as a shock that the major company known for its...
Bernadette Berdychowski
Reporter
Democrats want to decouple Colorado from federal tax breaks
Marissa Ventrelli
marissa-ventrelli@denvergazette.com
Updated 9 hours ago
Democratic members of Colorado’s House and Senate on Tuesday announced the introduction of a slew of bills that would reduce corporate tax deductions and sever Colorado’s tax regime from recent federal changes to the tax code. The federal tax changes...
Marissa Ventrelli
Reporter
Widespread avalanche warnings active in Colorado’s backcountry
Spencer McKee
spencer@outtherecolorado.com
Updated 9 hours ago
With big snow already having hit Colorado and more big snow on the way, much of the state’s backcountry is under an avalanche warning. Avalanche risk is rated as ‘high’ (a four of five) in five of nine zones and...
Spencer McKee
Reporter




