The Geezer Gang is a group of seniors who are fighting the effects of aging. Men and women who engage in stretching exercises and enjoy the company of friends with camaraderie while navigating through the journey of life’s perils.
Welcome to Combat-Do & the Geezer Gang
Try these stretching and balance exercises to live a healthier life
document.addEventListener("DOMContentLoaded", function() {
var searchDiv = document.createElement('div');
searchDiv.id = 'asl-header-injector';
searchDiv.style.textAlign = 'center';
searchDiv.style.margin = '10px 0';
searchDiv.style.width = '100%';
searchDiv.style.position = 'relative';
searchDiv.style.zIndex = '9999';
searchDiv.innerHTML = '[wpdreams_ajaxsearchlite]';
// Target common theme header classes and IDs
var header = document.querySelector('#masthead, .site-header, header, .elementor-location-header');
if (header) {
header.appendChild(searchDiv);
console.log('Angie: Search bar appended to header.');
} else {
// Fallback: prepend to body if header not found
document.body.prepend(searchDiv);
console.log('Angie: Header not found, prepending search bar to body.');
}
});
const injectSearchBar = () => {
const header = document.querySelector('#masthead') || document.querySelector('.site-header') || document.querySelector('header');
if (header) {
console.log('Header found:', header);
const searchDiv = document.createElement('div');
searchDiv.style.position = 'absolute';
searchDiv.style.zIndex = '9999';
searchDiv.style.left = '50%';
searchDiv.style.transform = 'translateX(-50%)';
searchDiv.style.display = 'flex';
searchDiv.style.justifyContent = 'center';
searchDiv.style.width = '100%';
searchDiv.innerHTML = '[wpdreams_ajaxsearchlite]';
header.appendChild(searchDiv);
console.log('Search bar injected into header');
} else {
console.log('Header not found');
}
};
document.addEventListener('DOMContentLoaded', injectSearchBar);
const searchQuery = "user input here"; // Replace with actual user input
if (searchQuery.toLowerCase().includes('food as medicine') && searchQuery.toLowerCase().includes('geezer')) {
window.location.href = 'https://combat-do.com/food-as-medicine-2/';
}