Man faces murder charges in connection with assistant fire chief’s death on I-70 in Aurora
Courtesy of the Aurora Police Department
Prosecutors on Wednesday formally charged the man accused of fatally shooting a volunteer firefighter on Interstate 70 with first-degree murder.
They also charged 20-year-old Jeremy Rocha with four counts of attempted first-degree murder and a crime of violence, which is a sentence enhancer, according to the 17th Judicial District Attorney’s Office.
John Jaros
John Jaros, the assistant chief of the Glen Haven Area Volunteer Fire Department, was shot and killed June 18 on I-70 in Aurora.
Police said the shooting happened while cars were street racing, and four vehicles had stopped traffic flow along the interstate between Tower Road and E-470.
Jaros drove around the vehicles that were stopped when he was shot.
Rocha’s next court appearance is scheduled for July 27.
Volunteer firefighter killed in shooting on I-70 in Aurora
Man shot dead while driving on eastbound I-70 in Aurora
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;
}
}
Father and son gunmen kill at least 15 people in attack on Hanukkah event at Sydney’s Bondi Beach
Rod Mcguirk
rod.mcguirk@associatedpress.com
Updated 36 minutes ago
SYDNEY (AP) — Two gunmen opened fire during a Hanukkah celebration on Sydney’s Bondi beach, killing 15 people, including a child, officials said Monday, in what Prime Minister Anthony Albanese called an act of antisemitic terrorism that struck at the...
Rod Mcguirk
Reporter
Live updates: Broncos 27, Packers 26
Chris Schmaedeke
chris.schmaedeke@denvergazette.com
Updated 4 minutes ago
The Broncos (11-2) host the Green Bay Packers (9-3-1) on Sunday at Empower Field at Mile High. Kickoff is set for 2:25 p.m. and televised by CBS. Fourth quarter Green Bay drives down but the drive stalls and McManus cuts...
Chris Schmaedeke
Reporter
Rockets matchups give Peyton Watson, Denver Nuggets plenty to prove
Vinny Benedetto
vinny-benedetto@denvergazette.com
Updated 1 hour ago
Peyton Watson did his part in the Nuggets’ best win of the season. In the Nuggets’ 112-109 win in Houston on Nov. 21, Watson had the unenviable task of serving as Kevin Durant’s primary defender. Durant finished with 13 points,...
Vinny Benedetto
Reporter
Passenger dies a week after SUV hits wrestling team school bus in Lakewood
Noah Festenstein
noah-festenstein@denvergazette.com
Updated 35 minutes ago
A passenger in a vehicle that crashed into a wrestling team’s school bus in Lakewood died Sunday after being hospitalized for over a week, according to police. Julio Vasquez-Gonzalez, 18, a passenger in the suspect’s SUV, died from his injuries...
Noah Festenstein
Reporter
Temporary overnight closures scheduled on I-70 near Idaho Springs for bridge construction
piper.russell
piper.russell@outtherecolorado.com
Updated 2 hours ago
Drivers can anticipate two overnight westbound Interstate 70 closures this week at the bottom of Floyd Hill on Monday, Dec. 15 and Tuesday, Dec. 16. The closures will take place between the US 6 interchange (Exit 244) off and on...
piper.russell
Reporter
Gunmen kill at least 15 people in attack on Hanukkah celebration on Sydney’s Bondi Beach
Wire Services
wire-services@denvergazette.com
Updated 43 minutes ago
The Denver Gazette wire services SYDNEY — Two gunmen opened fire during a Hanukkah celebration on Sydney’s Bondi beach, killing 15 people, including a child, officials said Monday, in what Prime Minister Anthony Albanese called an act of antisemitic terrorism...
Wire Services
Reporter
‘Cars ruin cities’ signs in Denver were hacked, officials say
Daniel Boniface
dan.boniface@denvergazette.com
Updated 3 hours ago
Denver transportation officials said an anti-car message that was displayed on traffic signs in Denver on Friday was the result of a hack. One sign, photographed by The Denver Gazette on Friday evening at E. Colfax Avenue and Lincoln Street...
Daniel Boniface
Reporter
Report: Election board member violated conduct code by going to Trump rally
Wire Services
wire-services@denvergazette.com
Updated 2 hours ago
The Atlanta Journal-Constitution ATLANTA — State investigators have determined a member of the State Election Board violated the board’s code of conduct by attending a Donald Trump campaign rally last year at Georgia State University. The Georgia Office of Inspector...
Wire Services
Reporter
Broncos tackle Mike McGlinchey, Packers running backs Josh Jacobs, Emanuel Wilson active Sunday
Chris Tomasson
chris.tomasson@gazette.com
Updated 4 hours ago
Broncos tackle Mike McGlinchey was active for Sunday’s game against the Green Bay Packers after being listed as questionable with a shoulder injury. Active for the Packers for the game at Empower Field at Mile High were running backs Josh...
Chris Tomasson
Reporter
Trump lashes out at Indiana’s Rod Bray
Wire Services
wire-services@denvergazette.com
Updated 4 hours ago
David Zimmermann Washington Examiner President Donald Trump once again attacked the Indiana Senate Republican leader after the state body voted down a mid-decade redistricting bill. In a Truth Social message posted early Saturday, Trump vowed to primary Indiana Senate President Pro Tempore Rodric Bray and other Republicans who...
Wire Services
Reporter




