On Monday, September 25, we will go to the Missouri Botanical Gardens to view the Chihuly exhibit. There are thousands of pieces of blown glass forms in 20 dramatic installations throughout the garden’s grounds. Because we are going during the day, admission is...
On Wednesday, September 6, we will head to Sikeston, MO for a stop at the Sikeston Depot lunch after Lambert’s Café. Get ready to catch a throwed roll! The bus will leave at 9 a.m. (Note that this time is earlier than usual). This is a permanent historical exhibit...
The Prime Timers will be heading to the Miniature Museum July 7th for a “little bit” of fun. After all our fun we will head to Hodak’s for lunch. Sign up in the Connection...
The Prime Timers are heading out of town for a trip to The Ark Encounters & Creation Museum in Petersburg, KY! This trip is an overnight trip happening May 24-26. Make sure that you sign up in the Connection Center ASAP to reserve your spot! For more information,...
Hey Prime Timers! Are you ready for our next outing? Well get ready, because on March 30, we are heading up north to the historic town of Hannibal! We will spend the day exploring all this gem as to offer, and we will get to take a tour of Hannibal Cave! Sign up in...
Our Prime Timers are taking their next trip on Wednesday, March 8 to the Neon Museum with lunch at Chavas! The bus will be leaving at 10 am and will be back at 2:30. Sign up in the Connection Center so Gloria knows you will be...
document.addEventListener('DOMContentLoaded', function () {
const menuItems = document.querySelectorAll('.et_mobile_menu .menu-item-has-children a');
menuItems.forEach(function (item) {
item.addEventListener('click', function (e) {
e.preventDefault(); // 阻止默认链接行为
const parent = this.parentElement;
// 切换 "open" 类,显示或隐藏子菜单
if (parent.classList.contains('open')) {
parent.classList.remove('open');
} else {
parent.classList.add('open');
}
});
});
});