Our constant research looks for cures to “so called incurable diseases” 

Your Care Starts Here

document.querySelectorAll('.c-bx').forEach(function(box) { const link = box.querySelector('p a'); if (link) { const href = link.getAttribute('href'); box.style.cursor = 'pointer'; box.addEventListener('click', function(e) { // Prevent double navigation when clicking the existing links if (e.target.closest('a')) return; window.location.href = href; }); } });