מדוע לא כדאי למשוך את כספי הפנסיה לפני פרישה

ורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית גולר מונפרר סוברט לורם שבצק יהול, לכנוץ בעריר גק ליץ, ושבעגט ליבם סולגק.

כל המאמרים

אין יותר פוסטים להצגה
document.addEventListener('click', function (e) { const btn = e.target.closest('#blog-load-more'); if (!btn) return; const loop = document.querySelector('[data-id="db1168e"]'); if (!loop) return; const internalBtn = loop.querySelector('.e-loop__load-more .elementor-button, .e-loop__load-more .elementor-button-link'); if (!internalBtn) { btn.disabled = true; btn.style.display = 'none'; return; } if (btn.dataset.loading === '1') return; btn.dataset.loading = '1'; const original = btn.innerHTML; btn.setAttribute('aria-busy', 'true'); btn.innerHTML = 'טוען...'; const finish = () => { btn.dataset.loading = '0'; btn.removeAttribute('aria-busy'); btn.innerHTML = original; const anchor = loop.querySelector('.e-load-more-anchor'); const message = loop.querySelector('.e-load-more-message'); const page = anchor ? parseInt(anchor.getAttribute('data-page'), 10) : NaN; const max = anchor ? parseInt(anchor.getAttribute('data-max-page'), 10) : NaN; const noMore = (message && getComputedStyle(message).display !== 'none') || (!isNaN(page) && !isNaN(max) && page >= max); if (noMore) { btn.disabled = true; btn.style.display = 'none'; } }; const observeRoot = loop.querySelector('.elementor-loop-container') || loop; const observer = new MutationObserver((mut) => { const added = mut.some(x => x.addedNodes && x.addedNodes.length); if (added) { finish(); observer.disconnect(); } }); observer.observe(observeRoot, { childList: true, subtree: true }); internalBtn.click(); setTimeout(() => { finish(); observer.disconnect(); }, 5000); });