ADVERTISEMENT

Blessing of the children

Published Jan 17, 2021 12:43 am
REFLECTIONS TODAY MARK 10:13-16 People were bringing children to Jesus that he might touch them, but the disciples rebuked them. When Jesus saw this he became indignant and said to them, “Let the children come to me; do not prevent them, for the Kingdom of God belongs to such as these. Amen, I say to you, whoever does not accept the Kingdom of God like a child will not enter it.” Then he embraced them and blessed them, placing his hands on them. Becoming like a child The Feast of the Sto. Niño is at the center of the celebration of the 500 years of Christianization of the Philippines this year 2021. After all, the devotion in the Philippines is attached to the image that Magellan gave to the wife of Rajah Humabon. After five centuries, it is difficult to find a Filipino who does not possess a statue or image of the Holy Child. The devotion is often referred to as “folk religiosity” because it is the common people, not the priests or theologians, who decide how this devotion is manifested and practiced. Pope Francis, however, notes that popular piety is “a legitimate way of living the faith, a way of feeling part of the Church and a manner of being missionary” (Evangelii Gaudium, 124). There are people who say that Filipinos do not mature in their Christian life because they are so attached to the Sto. Niño. Quite often, the devotees pattern the icon of the Sto. Niño after their “image and likeness”; it becomes an alter ego of the owner of the image or statue. Firemen decorate their office with the Sto. Niño dressed in firemen uniform; the owner of a bus company, the drivers, and mechanics have their Sto. Niño dressed like a bus driver, etc. One cannot but smile at this “childish” way of expressing one’s devotion. But many more are the defenders of this “folk religiosity” where people easily express their sentiments, which otherwise do not have a place in official Church liturgy. This popular devotion certainly needs purification. But one does not throw the baby along with the water after one has bathed the child. Still, we are reminded by Jesus’ declaration in today’s Gospel: “The Kingdom of God belongs to such as these . Amen, I say to you, whoever does not accept the Kingdom of God like a child will not enter it.” To be “like a child” does not mean that we remain as children, and that we refuse to act like adults. In that case, we can easily fall victims to adult machinations. What Jesus means by the expression is for a person to remain humble—to refuse to run after money, power, and influence at any cost, especially if these are used to do harm to others. Those who humble themselves will be raised up by God. On this the spirituality of saints who are loved by the faithful depends. St. Francis of Assisi, in particular, has a special influence on the devotion to the Holy Child. The saint is known for his childlike ways. He would preach even to the birds and animals. In 1223, he made a crèche or tableau of the Nativity scene where he placed the Baby Jesus in the manger surrounded by Mary and Joseph, the shepherds, the Magi, and the angel. He even added animals and birds. He patterned his life after the poverty and meekness of Jesus. He is considered as “the sweetest Christ on earth.” SOURCE: “365 Days with the Lord 2021,” ST. PAULS, 7708 St. Paul Rd., SAV, Makati City (Phils.); Tel.: 632-895-9701; Fax 632-895-7328; E-mail: [email protected]; Website: http://www.stpauls.ph.

Related Tags

St.Pauls.ph Reflections today
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.