Voice-Activated Search
🎤
Skip to content
Call Us For Inquiry
:
+7736980748
Mail Us Today
:
masterbobschirmer@gmail.com
Combat-Do & the Geezer Gang
Home
Martial Arts Products
Uniforms & Apparel
Belts and Equipment
Pages
Teens and Adults Belt Rankings
Belt Ranking
Positions
Techniques
Submissions
Submissions
Tactics
Boxing
Kickboxing
Kickboxing,Boxing Muay Thai
Takedowns & Throws
Techniques
Exercise
The Geezer Gang
Food as Medicine
lets spice it up!
Fighting Age Related Health Issues
Exercises
Geezer Gang Stories
Blog
x
Close Menu
Home
/
Geezer Gang Stories
Geezer Gang Stories
Seniors telling their lifes stories and giving their best advice for the young
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/'; }