Wanna see F-16s flying overhead on July 4th?
The Colorado Air National Guard is performing fighter jet flyovers over a large part of the state Thursday to celebrate Independence Day.
The 140th Wing of the Colorado Air National Guard will conduct flyovers above Lake City, Silverton, Rico, Telluride, Redstone, Granby, Greeley and Firestone.
“Our nation’s independence is again celebrated by the triumphant ‘sound of freedom’ from the mighty F-16 Viper,” 140th Wing Commander U.S. Air Force Col. Jeremiah “Weed” Tucker said. “These flyovers are symbolic of the ever-vigilant defense provided by the Colorado Air National Guard. We’re reminded of this as our aircraft thunder through the skies of Colorado as watchful guardians and defenders of state and nation.”
Catch up with a rundown of the 7 most important and interesting stories delivered to your inbox every Thursday.
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;
}
}
The F-16C Vipers will takeoff at Buckley Space Force Base in Aurora Thursday morning and fly between 10 a.m. and noon.
The aircraft will perform flyovers in the following locations:
- 10:45 a.m. – Lake City
- 10:50 a.m. – Silverton
- 10:53 a.m. – Rico
- 11 a.m. – Telluride
- 11:12 a.m. – Redstone
- 11:24 a.m. – Granby
- 11:35 a.m. – Greeley
- 11:38 a.m. – Firestone
Flyover times are estimates and could also be cancelled due to weather. The aircraft may also be seen between these locations as they transition between Independence Day celebrations.
(Contact Denver Gazette digital producer Jonathan Ingraham at jonathan.ingraham@denvergazette.com or on X at @Skingraham.)