ADVERTISEMENT

More than two million Muslims mark Eid al-Adha in Saudi

Published Aug 21, 2018 03:34 am
By Agence France-Presse More than two million Muslims took part in the symbolic stoning of the devil Tuesday in Saudi Arabia, the last major ritual of the hajj pilgrimage that heralds the start of the Eid al-Adha feast. Muslims on the annual hajj pilgrimage, one of the five pillars of Islam, made their way across the Mina valley of the western Saudi Arabian Mecca province, many carrying pebbles in plastic bottles.   Pilgrims clad in white threw seven stones each at a pillar symbolizing Satan, shouting "Allahu akbar" ("God is greatest") under the watchful eyes of security forces. Large fans sprayed water over the crowd as temperatures climbed to 44 degrees Celsius (111 Fahrenheit). "Thank God it hasn't been too crowded this year. There hasn't been a big rush," said Mohammed Osman, 27, who regularly attends hajj. Mina was the site of a 2015 stampede which saw more than 2,300 pilgrims crushed or suffocated to death. Authorities have since reinforced safety and security measures. "We are under God's protection," said May Khalifa, a 37-year-old Egyptian Muslim living in Riyadh. "Despite the exhaustion, I'm enjoying my first hajj," she said, lifting her small bag of stones. The hajj is one of the world's largest Muslim gatherings and drew this year nearly 2.4 million pilgrims to Saudi holy sites. 'Great honor' Roads from Muzdalifah -- another holy site where pilgrims spent Monday night -- to Mina were littered with plastic water bottles as sanitation workers scrambled to remove them. Bangladeshi Moueeneddine Ahmed, 35, complained of the scorching heat but said he was "very excited" to take part in the stoning of the devil ritual. In keeping with customs, he said he would then "shave his head" and trade the white seamless robe he wore for the hajj for his "normal clothes". Ahmed also praised the Saudi government for keeping the peace throughout the hajj. "There's a lot of security. Very disciplined," he said. Tens of thousands of security forces, including police and civil defense, have been deployed for hajj, according to Saudi authorities. Saudi Arabia's King Salman made the trip to Mina on Tuesday and was seen on state-run television observing worshippers from the window of a high-rise. The king, who took to Twitter to say it was a "great honor" to welcome the pilgrims to Saudi Arabia, later paid homage to Saudi soldiers in a televised speech. "On this day, we must remember our martyrs and heroes, who gave their lives to protect their faith and country," the king said, in an apparent reference to the war in Yemen. Saudi Arabia leads a regional military alliance battling Shiite Huthi rebels in Yemen, where more than three years of war have killed thousands and triggered what the UN calls the world's worst humanitarian crisis. Public health measures The hajj retraces the steps of the Prophet Mohammed on his last pilgrimage to Mecca. It is one of the five pillars of Islam which every Muslim is required to complete at least once in their lifetime if they are healthy enough and have the means to do so. Muslim tradition holds that pilgrims must throw seven stones each at a pillar representing Satan on the first day of Eid al-Adha, which comes after two days of prayer and meditation. The stoning ritual is not without risk, as millions of pilgrims converge on a tight space. Since 2004, authorities have expanded the site and replaced the pillar by walls to accommodate the growing number of pilgrims, who can now reach Mina via multiple bridges. Muslims traditionally slaughter sheep for the three-day Eid al-Adha, a tribute to the prophet Abraham's sacrifice of a lamb after God spared Ishmael, his son. They will consume some of the meat and give the rest to poor people unable to buy food. Pilgrims can purchase coupons from the Saudi government, which organizes the slaughter and freezing of the meat to avoid public health problems. Revenues from the coupons are considered "zakat", or a charity donation, another pillar of Islam.
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.