ADVERTISEMENT

Pope Francis encourages Catholics to pray the Holy Rosary this May

Published Apr 26, 2020 12:00 am
  By Christina Hermoso The Holy Father Pope Francis wrote a letter on April 25, Saturday, encouraging Catholics to seek the intercession of the Blessed Virgin Mary against the corona virus disease (COVID-19) pandemic by praying the Holy Rosary throughout May. Pope Francis will livestream Easter Sunday mass from his private library (AFP Photo/REMO CASILLI) Pope Francis  (AFP Photo/REMO CASILLI/ FILE PHOTO) The Pontiff also shared two prayers to be recited at the end of the rosary which he would also pray “in spiritual union” with the faithful, a Catholic News Agency report said. The month of May is traditionally dedicated to the Virgin Mary. In the Philippines, many town fiestas in honor of the different titles of the Virgin Mary are celebrated around the country in May. The Santacruzan and the Flores de Mayo are processions held in honor of the Blessed Mother. Pope Francis said, Catholics can pray the rosary as a group or individually. “The key to doing this is always simplicity,” he said. The Pontiff assured everyone of his prayers, especially “those suffering most greatly,” and asked the faithful to pray for him as well. The following are the two new prayers shared by Pope Francis: First Prayer: “O Mary, you shine continuously on our journey as a sign of salvation and hope. We entrust ourselves to you, Health of the Sick, who, at the foot of the cross, were united with Jesus’ suffering, and persevered in your faith. “Protectress of the Roman people, you know our needs, and we know that you will provide, so that, as at Cana in Galilee, joy and celebration may return after this time of trial. “Help us, Mother of Divine Love, to conform ourselves to the will of the Father and to do what Jesus tells us. For He took upon Himself our suffering, and burdened Himself with our sorrows to bring us, through the cross, to the joy of the Resurrection. Amen. “We fly to your protection, O Holy Mother of God. Do not despise our petitions in our necessities, but deliver us always from every danger, O Glorious and Blessed Virgin.” Second Prayer: “We fly to your protection, O Holy Mother of God”. “In the present tragic situation, when the whole world is prey to suffering and anxiety, we fly to you, Mother of God and our Mother, and seek refuge under your protection. “Virgin Mary, turn your merciful eyes towards us amid this coronavirus pandemic. Comfort those who are distraught and mourn their loved ones who have died, and at times are buried in a way that grieves them deeply. Be close to those who are concerned for their loved ones who are sick and who, in order to prevent the spread of the disease, cannot be close to them. Fill with hope those who are troubled by the uncertainty of the future and the consequences for the economy and employment. “Mother of God and our Mother, pray for us to God, the Father of mercies, that this great suffering may end and that hope and peace may dawn anew. Plead with your divine Son, as you did at Cana, so that the families of the sick and the victims be comforted, and their hearts be opened to confidence and trust. “Protect those doctors, nurses, health workers, and volunteers who are on the frontline of this emergency and are risking their lives to save others. Support their heroic effort and grant them strength, generosity and continued health. “Be close to those who assist the sick night and day, and to priests who, in their pastoral concern and fidelity to the Gospel, are trying to help and support everyone. “Blessed Virgin, illumine the minds of men and women engaged in scientific research, that they may find effective solutions to overcome this virus. “Support national leaders, that with wisdom, solicitude and generosity they may come to the aid of those lacking the basic necessities of life and may devise social and economic solutions inspired by farsightedness and solidarity. “Mary Most Holy, stir our consciences, so that the enormous funds invested in developing and stockpiling arms will instead be spent on promoting effective research on how to prevent similar tragedies from occurring in the future. “Beloved Mother, help us realize that we are all members of one great family and to recognize the bond that unites us, so that, in a spirit of fraternity and solidarity, we can help to alleviate countless situations of poverty and need. Make us strong in faith, persevering in service, constant in prayer. “Mary, Consolation of the afflicted, embrace all your children in distress and pray that God will stretch out His all-powerful hand and free us from this terrible pandemic, so that life can serenely resume its normal course. “To you, who shine on our journey as a sign of salvation and hope, do we entrust ourselves, O Clement, O Loving, O Sweet Virgin Mary. Amen.”
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.