How It Works
FAQ
Locations
(800) 697-2500
How It Works
FAQ
Locations
(800) 697-2500
> `; } const footerPlaceholder = document.getElementById('footer-placeholder'); if (footerPlaceholder) { footerPlaceholder.innerHTML = ` `; document.getElementById('current-year').textContent = new Date().getFullYear(); document.getElementById('founding-year').textContent = new Date().getFullYear() - 5; // Example founding year document.getElementById('current-date').textContent = new Date().toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' }); } });