Senior Day at the Detroit Zoo
document.addEventListener(“DOMContentLoaded”, function() { setTimeout(function() { const today = new Date(); const cutoffDate = new Date(today.getFullYear(), 4, 29); // May 29 (0-indexed month) if (today > cutoffDate) { const elements = […]