All Tulsa Health Department locations are closed Fri, April 3 in observance of Good Friday. We will reopen on Mon, April 6 at 8:00 a.m.

let closeNotificationButton = document.getElementById("btn-close-notification"); let notificationBar = document.getElementById("notification-bar"); closeNotificationButton.addEventListener("click", hideNotificationBar); function hideNotificationBar() { notificationBar.style.display = "none"; };

Author: admin