In this final episode of 2023, Val explains how he and the team at American Benefits Exchange can help you get the assistance you deserve when it comes to your federal benefits. Start the new year on the right foot – contact us today for a complimentary consultation and take the next step towards a successful retirement.

If you have questions about your federal benefits, reach out to us today!

Visit Here to Request a Complimentary Benefits Consultation 

To Call Us: (833) 777-7ABX

`; }); // LOAD MORE document.addEventListener('click', function(e) { const btn = e.target.closest('.ytc-load-more'); if (!btn) return; const nextToken = btn.getAttribute('data-next'); if (!nextToken) return; btn.innerText = 'Loading...'; fetch(window.location.href + '?ytc_load_more=1&token=' + nextToken) .then(res => res.text()) .then(html => { const temp = document.createElement('div'); temp.innerHTML = html; const newVideos = temp.querySelectorAll('.ytc-grid .ytc-video'); newVideos.forEach(v => { document.querySelector('.ytc-grid').appendChild(v); }); const newBtn = temp.querySelector('.ytc-load-more'); if (newBtn) { btn.setAttribute('data-next', newBtn.getAttribute('data-next')); btn.innerText = 'Load More...'; } else { btn.remove(); } }); });