ADVERTISEMENT

Rosary (2)

Published Jul 26, 2019 12:11 am
VOICE FROM THE SOUTH By FR. EMETERIO BARCELON, SJ Fr. Emeterio Barcelon, SJ Fr. Emeterio Barcelon, SJ The mysteries of the hidden life of Jesus were treated in a previous article. They are hidden because we know little about this life of Jesus. We now come to treating the public life of Jesus with his Crucifixion, Death, and Resurrection.  As we said, the rosary is like a time machine that brings us back to the time of Jesus. The mysteries of the Passion of Our Lord bring us back to the first mystery of His Passion in which He sweated blood just thinking of the sufferings that He would undergo and the unfaithfulness of man.  But as He prayed: “Not my Will but Thine be done.”  In the garden of Gethsemane, three of his disciples were tired and sleeping. He urged them to pray.   By the third time that He approached them, He told them to go ahead and sleep.  His time had come and the betrayer was at hand to kiss Him as the sign for the mob to apprehend Jesus. At the question of who the mob  were looking for and when He answered that He was Jesus of Nazareth, they all fell down and He asked them again and when He answered that it was He whom they were looking for.  They all fell down again. Then He asked them to let His companions go. They took Him to the house of the high priest where Peter denied Him three times before the cock crowed. Unlike Judas, Peter regretted this transgression on his love for Jesus. The second mystery is the scourging at the pillar.  The Roman soldiers vied with each other on how hard and expertly they hit every inch of the skin of the victim. They used long thongs imbedded with stones and shells. They also had short thongs but we do not know which one they used on Jesus. After the scourging they sat Him on a  throne, and put purple robes on Him, and blindfolded Him and then struck him with the stick that they pretended as a scepter of power and the mocked Him and asked Him to guess as to who struck Him .  They then humiliated Him by spitting on Him and cursing Him. The third mystery is what we celebrate in the Way of the Cross. He was so weakened that He fell down three times carrying His cross. The Roman soldiers then conscripted a bystander to carry the cross.  On the way to Calvary. He met His mother and the women of Jerusalem who were crying for Him but could not do anything for Him. Finally on the fifth mystery we hear the hammer hitting the nails as He was nailed to the Cross. Here we have the seven last words of Jesus.  The first was the petition of Jesus to His Father: “Father forgive them for they do not know what they are doing.” Then He told John His beloved disciple to take care of His mother and for His mother Mary to take care of John. He then  promised the thief on His right that that day he would be with Him in Paradise. Then He cried to His Father: “My God my God, why have you forsaken me?” Then finally He expired with the words: “It is finished.” The glorious mysteries start with His rising from the dead on the third day. One of the first witnesses of the empty tomb were the women, in particular Mary Magdalena.  She figured it was the gardener who took the body of Jesus, so she begged him to show her where he threw the body and promised that she would take it away. Then she recognized Him when He called her by her name. Then they ran to the disciples that they had seen the Risen Savior.  But who could believe that someone had risen from the dead? The disciples ran to tomb and found it empty. Then there were the two disciples who were despondent that Jesus did not come in glory as the Messiah to save them from the Romans. They recognized Him at the breaking of the bread.  They then turned back to Jerusalem to tell the disciples of their encounter with the Risen Jesus. That weekend, Jesus appeared to the disciples cowering in fear.  The next weekend, He appeared when He asked Thomas to put his finger in the wounds of His hands and to put his fist into His side and believe.  But Thomas just adored Him with the prayer: “My Lord and my God.” Jesus praised Thomas for his faith but added that blessed are they who have not seen His Risen Body but have believed. The third mystery of the resary is the Ascension into heaven.  He asked that they go to Galilee and when there were over five hundred of them watching, they saw Him ascend to the heavens and out of their sight.  It was a happy parting for He had promised them that He would send the Holy Spirit to guide them. The Holy Spirit descended on the Apostles and Mary in the form of tongues of fire. Then the fourth glorious mystery is the Assumption of Our Lady bodily into heaven. This we believe because it was from her body that God took the form of human nature.  It was only right that that body should not see corruption but would be raised to heaven as incorrupt. The last mystery is the celebration in heaven of the queenship of Mary. This we imagine as due to her for all the suffering she endured for her Son on earth. Then we end the rosary with the prayer “Hail Holy Queen.”  
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.