ADVERTISEMENT

Bible story began in Babylonia

Published Jun 10, 2018 12:05 am
Nelly Favis Villafuerte Nelly Favis Villafuerte   By Nelly Favis Villafuerte   (Part II)   Of all the kings that ruled the Babylonian, it is the name of Nebuchadnezzar that is remembered by many. For one, it was King Nebuchadnezzar who built the famous Hanging Garden of Babylon. Before King Nebuchadnezzar’s time, there was another famous Babylonian king. His name was Hammurabi, the sixth king of the First Babylonian Dynasty reigning from 1792 BC to 1750 BC. Hammurabi is best remembered for having authored the so-called Law of Hammurabi. While this document was not the first Code of its kind during the ancient Babylonian Empire, it was the first law code that placed greater emphasis on the physical punishment of the perpetrator of the crime rather than compensating the victim. Moreover, the Code of Hammurabi was among the first law codes to introduce the “presumption of innocence” doctrine.   *** It is not just the Code of Hammurabi and the legendary Hanging Garden built by King Nebuchadnezzar for his wife that the empire Babylonia should be remembered though. The Babylonians were the ones who divided the day into 24 hours; the hours into 60 minutes; each minute into 60 seconds. This system of computing time has survived for 4,000 years. The Babylonians also came out with the cuneiform symbols which is the earliest writing. Also, the Sumerians, the earliest people of Babylonia developed sophisticated irrigation systems and other complex agricultural techniques that have improved our agricultural production. No wonder Mesopotamia is known as the Cradle of the Human Race.   *** Today, the glory of Babylonia is a thing of the past. Only the archaeological excavations in modern Iraq, then known as ancient Mesopotamia, will confirm that thousands of years ago, the ancient peoples who settled in the fertile plain between the Tigris and Euphrates rivers (see Book of Genesis, Chapter 2, verses 10-14) – like the Sumerians, Akkadians, and later the Assyrians – had flourishing civilizations. Places like Babylon were built by the Akkadians around 2,225 B.C.. Babylonia, which was once the center of a dense population is now, for the most part, a desert of waste.   *** To Bible-believing Christians, it is not a coincidence that the ancient Mesopotamian capital of Babylon is 55 miles south of Baghdad, the city that began its story with a river in pre-Islamic times. Otherwise stated, Babylonia, one of the most important cities of the ancient world, was located in what is now southern Iraq. This fact does not seem important to many of us. Until Iraq came to the limelight. In the Old Testament of the Holy Bible, Babylonia was known as Shinar, Akkadia, and Sumer as well as the Land of the Chaldeans. Babylonia got its name from the city of Babylon.     *** Modern Iraq which is now at the epicenter of world attention was likewise the center of greatest powers in the ancient world. No wonder Iraq has hundreds of thousands of archeological sites. About 10,000 sites have been identified but only a few have been excavated. Meaning that many of Iraq’s ancient material past still remains buried. The war in Iraq some years ago caused the destruction of Babylon’s history. Simply because many of the treasured archeological sites and priceless artifacts that have been buried for thousands of years have been destroyed. As someone said: “War can destroy more than a people, an army, or a leader. Culture, tradition and history also lie in the firing line.” Stated in other words: These excavations which contain secrets of the life and civilization of the peoples will be gone.   *** By the way, we have already sent 100 copies of the book titled “Preparing for Eternity” by Mike Gendron that we had earlier promised to send to our readers. But there are still so many readers writing us from Mindanao requesting for a copy of the book. We shall be sending additional copies to them by next week. Preparing for Eternity is a book which challenges us to resolve the question: Should we trust God’s Word or religious traditions? Those interested in receiving a copy, kindly email your complete mailing address.   *** 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 LRV Building, 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.