YELLOWSTONE
QUAKE
JUNIOR HOCKEY • CODY, WYOMING
HOME OPENER
Friday, October 9, 2026 • 7:30 PM MDT
DAYS
HOURS
MINUTES
SECONDS

UPCOMING GAMES
THE 2026–27 SEASON
01
SCHEDULE
View the Yellowstone Quake 2026–27 game schedule.
VIEW SCHEDULE →
02
SEASON PREVIEW
Get ready for the Yellowstone Quake’s 20th Anniversary season.
READ PREVIEW →
03
TICKETS
Join us at Riley Arena for Yellowstone Quake hockey.
GET TICKETS →
04
PLAY FOR THE QUAKE
Learn more about opportunities with the Yellowstone Quake.
LEARN MORE →
QUAKE HOCKEY IS BACK.
General Admission: $10 • Youth 12 & Under: $5
/* ========================================================= YELLOWSTONE QUAKE COUNTDOWN Home Opener: October 9, 2026 7:30 PM MDT ========================================================= */
(function () {
const gameTime = new Date("2026-10-09T19:30:00-06:00").getTime();
const daysElement = document.getElementById("quakeDays");
const hoursElement = document.getElementById("quakeHours");
const minutesElement = document.getElementById("quakeMinutes");
const secondsElement = document.getElementById("quakeSeconds");
const messageElement = document.getElementById("quakeCountdownMessage");
function updateQuakeCountdown() {
const now = new Date().getTime();
const distance = gameTime - now;
if (distance <= 0) { document.getElementById("quakeCountdown").style.display = "none"; messageElement.innerHTML = '
';
return;
}
const days = Math.floor(distance / (1000 * 60 * 60 * 24));
const hours = Math.floor( (distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60) );
const minutes = Math.floor( (distance % (1000 * 60 * 60)) / (1000 * 60) );
const seconds = Math.floor( (distance % (1000 * 60)) / 1000 );
daysElement.textContent = String(days).padStart(2, "0");
hoursElement.textContent = String(hours).padStart(2, "0");
minutesElement.textContent = String(minutes).padStart(2, "0");
secondsElement.textContent = String(seconds).padStart(2, "0");
}
updateQuakeCountdown();
setInterval(updateQuakeCountdown, 1000);
/* MOBILE NAVIGATION */
const menuButton = document.querySelector(".quake-mobile-toggle");
const menu = document.querySelector(".quake-nav-links");
if (menuButton && menu) {
menuButton.addEventListener("click", function () {
menu.classList.toggle("quake-nav-open");
const open = menu.classList.contains("quake-nav-open");
menuButton.setAttribute( "aria-expanded", open ? "true" : "false" );
menuButton.textContent = open ? "✕" : "☰";
});
}
})();



































