Lessons from the Land: The Gospels
document.addEventListener('DOMContentLoaded', function() {
document.querySelectorAll('text[fill="#fbd38d"]').forEach(link => {
link.addEventListener('click', () => {
const reference = link.textContent.trim();
window.location.href = `https://www.biblegateway.com/passage/?search=${reference}&version=NASB`;
});
});
});