Four men charged with attempted murder in July Commerce City shooting
The 17th Judicial District Attorney’s Office charged four men with felonies in connection with a shooting that injured four people at a convenience store in July.
The men have each been charged with several crimes, including attempted murder, in relation to a shooting that took place at a store near East 69th Avenue and Kearney Street in Commerce City on July 23, according to a news release.
The suspects and their respective charges are as follows:
- Jesus Ledezma-Delacruz: three counts of first-degree attempted murder, three counts of first-degree assault, six counts of crime of violence.
- Deandre Winston: three counts of first-degree attempted murder, three counts of first-degree assault, six counts of crime of violence.
- Shawn Trujillo: one count of second-degree attempted murder, one count of first-degree assault, two counts of crime of violence.
- Gage Young: one count of second-degree attempted murder, one count of crime of violence.
The four cases were filed in Adams County District Court.
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;
}
}
Weekend Things To Do Around Denver and Beyond: Mile High Holiday Mart and more
Linda Navarro
linda-navarro@denvergazette.com
Updated 7 hours ago
FRIDAY-SUNDAY The holiday comes alive in a very special way for year 46 of the Junior League of Denver’s iconic Mile High Holiday Mart in Gates Field House on the University of Denver campus, 2201 E. Asbury St. League members chose holiday-gift...
Linda Navarro
Reporter
Cheyenne Mountain falls in 4A soccer semifinal heartbreaker to No. 1 Mullen
Brent Briggeman
brent-briggeman@denvergazette.com
Updated 3 hours ago
LAKEWOOD – Goliath utilized the slingshot. Top-seeded Mullen knocked out No. 12 Cheyenne Mountain in the 4A boys’ soccer semifinals Wednesday night when Andrew Sedita flung a rocket of an inbounds throw that found the net and held up as...
Brent Briggeman
Reporter
fbcnotes
Jim O'Connell
jim.oconnell@gazette.com
Updated 3 hours ago
‘Not fair at all.’ In the super-sized conference era, a school’s fate could hinge on tiebreakers The Associated Press PITTSBURGH — Just the thought of it makes Pat Narduzzi cringe. There the Pitt football coach is, standing in front of...
Jim O'Connell
Reporter
Why QB Bo Nix deletes social media during NFL season | Broncos notebook
Kyle Fredrickson
kyle-fredrickson@denvergazette.com
Updated 2 hours ago
ENGLEWOOD — Good luck finding Bo Nix on Facebook, Instagram or X during the NFL season. The Broncos quarterback on Wednesday explained part of his method to block out external criticism playing a high-pressure position. “For me, it’s quite simple....
Kyle Fredrickson
Reporter
Ten Pine Creek student-athletes sign financial aid agreements, six of those to Division I programs
Marissa Kraus
marissa.kraus@gazette.com
Updated 2 hours ago
Pine Creek seniors Isla Eaton, Olivia Jackson and Brenna Hallam all played on the varsity soccer team as freshmen, and four years later, signed to play Division I soccer. As part of the school’s National Signing Day ceremony Wednesday, Eaton...
Marissa Kraus
Reporter
Mark Kiszla: For real? Or frauds? Broncos aren’t legit unless they beat Chiefs
Mark Kiszla
mark-kiszla@denvergazette.com
Updated 4 hours ago
With Thanksgiving just around the corner, it’s time to talk turkey, because we still don’t know: Are the Broncos for real or frauds? This fight against Kansas City will tell us everything. “We’ll play bigger games,” Denver coach Sean Payton...
Mark Kiszla
Reporter
Trump signs deal ending government shutdown
Rachel Schilke
rachel-schilke@denvergazette.com
Updated 2 hours ago
The longest federal government shutdown ended Wednesday night after the U.S. House voted for a new spending measure and President Donald Trump shortly after signed the deal reached by Democrats and Republicans. In a 222 to 209 vote, the House passed a...
Rachel Schilke
Reporter
Catching up with Johnny Curiel, Denver’s hottest chef
Seth Boster
seth-boster@denvergazette.com
Updated 4 hours ago
Across Colorado, no chef is riding a wave quite like Johnny Curiel. In 2024, the world-renowned Michelin Guide awarded a coveted star to Alma Fonda Fina, Curiel’s solo debut restaurant that was not yet a year old. Along with the...
Seth Boster
Reporter
cyyoung
Jim O'Connell
jim.oconnell@gazette.com
Updated 4 hours ago
Pirates ace Paul Skenes earns first Cy Young after pitching for Air Force The Associated Press Paul Skenes’ meteoric rise to the top is complete. The young Pittsburgh Pirates ace was a unanimous choice for the National League Cy Young...
Jim O'Connell
Reporter
District 38 college signees have an RMAC feel
Doug Fitzgerald
doug-fitzgerald@denvergazette.com
Updated 5 hours ago
The Tri-Lakes area has long been well represented in the Rocky Mountain Athletic Conference. After national letter of intent signing day Wednesday, it’s clear that representation will continue. Nine School District 38 student-athletes signed to play at the next level....
Doug Fitzgerald
Reporter




