ADVERTISEMENT

The Armageddon earthquake is Biblical

Published Jun 23, 2019 01:12 pm
Nelly Favis Villafuerte Nelly Favis Villafuerte       By Nelly Favis Villafuerte From beginning (creation) to end of the Bible story (end times), we see earthquakes highlighting the happening of important events. In the end times, there will be great earthquakes that will herald the return of Jesus Christ to Jerusalem. Revelation 6:12 and 16-18 says the great earthquake (referred to as the Armageddon earthquake) that will occur during the end times. * * * The word Armageddon appears only once in a single verse (Revelation 16:16) in the Holy Bible. In the Living Bible version: “And they gathered all the armies of the world near a place called, in Hebrew, Armageddon — the Mountain of Megiddo.” The other versions of the Holy Bible like the New International Version, the Good News Bible, the King James Version, and the Everyday Bible Version also mention the word Armageddon. In the Prophecy Book by David Jeremiah, the Hebrew word “harmageddon” means “the mount of Megiddo.” Har means “mount” and maggido means “slaughter,” so Armageddon is the “Mount of Slaughter.” * * * To Bible-believing Christians, the word Armageddon is fraught with frightful speculations of the end-epoch of our present age before the second coming of Christ. It is in Armageddon where the bloodiest war will take place, the Holy Bible prophesies. The Battle of Armageddon is one of the prophecies in the Bible that is NOT yet fulfilled. * * * It will be the battle of all battles because it will be antichrist who will lead the evil forces against God. The fighting nations will come from all directions. This battle will make the past wars look like minor skirmishes. From the Books of Zachariah, Revelation, and Isaiah, we can glean that the battlefield will stretch approximately 200 miles (1600 furlongs). At the center of the fighting area will be Jerusalem. Millions of men, some speculate that about 200 million will gather in the battlefield. Compare this figure with the total number of the soldiers in World War II on both sides of the conflict which did not exceed 50 million. * * * The site of Armageddon is also the site where a number of Biblical battles took place. This is where David defeated Goliath, as narrated in the Book of 1 Samuel of the Old Testament. It is also where Gideon defeated the Midianites, as told in the Book of Judges and, it is in the same place where the Philistines killed Saul, as told in the Book of 1 Samuel. * * * People are talking about Israel’s role in the Battle of Armageddon. While people’s assessment of the political, economic, and military situation on Israel vary, one thing is certain. Israel has repeatedly been threatened as a nation in the past. In the future too. Small as it may be, Israel is the nation to watch. From the perspective of a Bible-believing Christian, it is as if the world stage is being set in Israel for the fulfillment of the terrifying prophecies on the Battle of Armageddon. The nations playing major roles in the Battle of Armageddon are now also taking their places as predicted in the Bible – as if an unseen world stage director is directing the events taking place. * * * In the meantime, many of us are unmindful of the awesome world events now happening. Instead, many of us keep on complaining on what’s happening in our lives, in our families, and in our country. This should not be so. Life is like a breath. Our times are in God’s hands, whether we are rich or poor. The Battle of Armageddon is a reminder to all of us that we should live the day as if it were our last day. And continue to thank our Lord God for our blessings, especially the gift of life. * * * This column continues to give out copies of the Holy Bible for free to those who cannot afford to buy their own copies. If interested, please send your letter-request to Ms. Nelly Favis Villafuerte, 5233 Fahrenheit St., Palanan, Makati City. Kindly mention if it is the Tagalog, English, Cebuano, or Ilocano Bible that is preferred. Be joyful and forgiving! (Comments may be sent to Ms. Villafuerte’s email: [email protected].)
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.