ADVERTISEMENT

Economic growth hasn't trickled down

Published Feb 7, 2018 10:00 pm
By Fr. Bel R. San Luis, SVD By Fr. Bel R. San Luis, SVD   Recently, the multi-media reported that “the Philippines’ growth rate is the fastest in the region after China’s 6.9 percent and Vietnam 6.8 percent.” Praise the Lord! * * * The good news is exhilarating, indeed. However, it’s baffling because shortly after this was publicized, the prices of basic commodities, including price of oil products, soared! * * * Despite the much-ballyhooed economic growth, the people do not feel it. It has not trickled down. What people expect today are improvements in the delivery of basic commodities and lowering of prices of oil products. * * * The index of economic prosperity is not rosy press releases and statistics that cannot satisfy the stomach. What’s crucial is the improvement of the living condition of the people here and now. * * * SVD BROTHER SWINDLED. A few days ago SVD Brother Dennis (not his real name) was the victim of a scam which, though did not involve a big amount, was shrewdly carried out. A certain Dr. Lopez called up Bro. Dennis supposedly from the Ninoy Aquino International Airport, saying she had just arrived from the USA and had a package for him plus $400 sent from his relative. * * * “Who’s that relative?” Bro. Dennis asked. The lady said, “Pardon me, Brother, but I forgot the name. Don’t you have relatives in California, Maryland, or Texas?” “Yes, I do have a cousin residing in Maryland” and mentioned her name. Dr. Lopez briskly replied, “Yes that’s the one who sent this pasalubong.” * * * She went on, “I’d like to send over to your place the money and package through my son but I need a little amount to facilitate the release.” Brother acceded and waited for the son who came promptly at around 11 a.m. He introduced himself as the son of Dr. Lopez. * * * Bro. Dennis didn’t waste time handing the R3,000 as requested, blissful over the prospect of receiving the dollar pasalubong and parcel. Brother’s mind even soared fanciful in buying an iPad or laptop with $400. The son told Bro. Dennis to just wait a few hours for the delivery. * * * Bro. Dennis waited until midnight. There was no call or delivery. Poor Brother; he realized too late that everything was a scam! * * * MORAL? Nowadays there are all kinds of “creative” scams. So be wary. As the saying goes, “Look before you leap.” If a similar thing happens to you, ask for his or her valid ID or call the person who sent him for verification. Better to be sure than sorry. * * * SUPPORT SEMINARIANS. Seminarians are our future priests and bishops. We don’t have INSTANT priests and bishops. They all start as seminarians. We cannot have them if we don’t form, nurture, and support seminarians NOW. Hence, this appeal. * * * Readers who want to help may e-mail me at: [email protected]. * * * “What draws us closer and makes us care for one another is not what we have, but what we give. Keep on sharing and feel the reward of peace, joy, and love. God loves you.” — Anon. * * * St. Jude. Today join our novena to St. Jude, Saint of the Impossible, at the Divine Word Shrine, Christ the King Seminary, on E. Rodriguez Boulevard, Quezon City, after the 6 p.m. mass. A healing prayer and anointing of the sick will follow.
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.