HOLIDAY NOTICE: All THD locations will be closed Thurs-Fri, Nov 27-28 in observance of Thanksgiving. We will reopen at 8:00 a.m. on Mon, Dec 1st.

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

Category: News

Skip to content