ADVERTISEMENT

GOSSIP GIRL: Singers Mitoy Yonting and Lance Raymundo share healing stories

Published Jan 31, 2023 08:39 am
Mitoy Yonting (left) and Lance Raymundo (right) with the author

Last Sunday, singers and actors Mitoy Yonting and Lance Raymundo were present during the healing concert my community had in the roofdeck events place at the Emar Suites in Mandaluyong City.

It was the year 2014 when Lance met a freak accident at the gym. An 80-pound barbell fell on his face sustaining multiple bone fractures and totally crushing his nose, destroying his eyes and the middle of his face. But with God’s healing grace, he gained back his eyesight and two major reconstructive surgeries was able to get back his handsome face. Ever since the healing miracles in his life, Lance has been serving God and communities apart from being an actor and singer.

Lance Raymundo

Singer Mitoy Yonting had a different experience during the healing concert. It was as if he was being healed instantaneously while he was talking. After singing “Bilog ang Mundo” his song written by Vehnee Saturno, the Voice Champion told the community: “Nagkwento sa inyo si Giselle bago niya ako tinawag na may nasabi ako sa kanya habang nasa lock-in taping kami sa probinisyano na i-sh-sha-share ko sa inyo, kaso po ang tagal na nun kaya pasensiya na po kayo, hindi ko na matandaan kung ano ang sinabi ko sa kanya.” (Giselle told all of you before calling me onstage that I shared something to her during our lock-in tapin in Ang Probinsyano, but it has been a long time so I do not recall anymore what I told her.)

I knew he was not ready which meant he was not totally healed. So I prayed to God, “Lord, send down your Holy Spirit and heal the heart of Mitoy.” Usually healing is a process, it is not instantaneous. But I guess God wanted to show up and show out on Mitoy that day because after a few sentences he said, “Cge na nga sasabihin ko na inyo. Sa totoo lang hindi ko pa sinabi ito kahit na saang interview at ang mga talagang nakakakilala lang sa akin ang may alam nito. Siguro nga healed na ako kaya nasasabi ko na sa inyo ito.” Mitoy suddenly opened up. My chinky eyes opened wide, an instantaneous miracle happened in just a few seconds. Mitoy suddenly revealed that he and his wife lost their only child and up to now he and his wife Merlita Runas are undergoing a healing process although it has been more than a decade.

Mitoy Yonting

In 2013, when he joined "The Voice," he never divulged that he had a child and when he won as The Voice champion, he still did not mention about his child in any interview. If you Google Mitoy Yonting – child, you will not see anything. In Wikipedia, you will only see Merlita Runas under family. A miracle took place and his healing was finally complete. And I thank God for showing up and showing out that day not only for Mitoy but for the rest of our community members and non-members who attended the healing concert that day.

As the head servant of the Oasis of Love community, I would like to like to thank Tatay Nonito “Dodong” Limchua, head of Oasis of Love Cebu, who conducted one-on-one healing sessions with our sick brothers and sisters invoking the healing gift of the Holy Spirit to fall on them. Our community holds healing sessions every Sunday before Holy Mass at 9:30 am. Check out our Facebook page Oasis of Love Manila for more information about our community.

Related Tags

mitoyyonting lanceraymundo
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.