ADVERTISEMENT

Religious leaders, victims' relatives hold UK vigil over Israel-Hamas war

Published Dec 4, 2023 12:23 am

LONDON, United Kingdom - A UK interfaith coalition comprising religious, political and civic leaders, as well as grieving relatives of some of those killed in the Israel-Hamas war, held a vigil Sunday in London.

Hundreds gathered mid-afternoon in wet and frigid conditions opposite Prime Minister Rishi Sunak's Downing Street office and residence to "give a voice to the majority of the public who stand against hate", organisers said.

The grouping, Together for Humanity, aimed to highlight its nascent movement against rising anti-Semitism and anti-Muslim hate with the event, dubbed "Building Bridges".

It was spearheaded by Brendan Cox, the widower of murdered British lawmaker Jo Cox, and supported by Archbishop of Canterbury Justin Welby as well as a leading British rabbi, imam and peace activists.

346W84K-Preview_W.jpg
Archbishop of Canterbury Justin Welby delivers a speech next to Imam Monawar Hussain and Rabbi David Mason (R) during the "Building Bridges, Together for Humanity" vigil to "give a voice to the majority of the public who stand against hate" in central London on December 3, 2023. A UK interfaith coalition comprising religious, political and civic leaders, as well as grieving relatives of some of those killed in the Israeli-Palestinian conflict, took part in the vigil. (Photo by HENRY NICHOLLS / AFP)

Welby told the crowd it was time to "clean away anti-Semitism and Islamophobia", both of which have been on the rise in Britain since the war sparked by Hamas's unprecedented attack.

Hamas militants burst through Gaza's militarised border into Israel on October 7 and killed about 1,200 people, mostly civilians, while also taking around 240 hostages, according to Israeli authorities.

Israel's retaliatory military campaign has killed more than 15,500 people in the besieged Palestinian territory, mainly civilians and thousands of them children, according to the Hamas-run health ministry.

"We will not let anti-Semitism, Islamophobia have a role in our streets, our schools, our towns," Welby added.

Imam Monawar Hussain said "we stand united against all those who seek to sow hatred and division".

British-Israeli Magen Inon, whose parents were killed in Hamas's October 7 attack, was also among the speakers.

"Of course I'm angry," he said.

"What the terrorists really tried to kill is the possibility of people of different backgrounds and faiths to live in peace alongside one another," Inon added.

"The only possible revenge of my parents is to set aside fear and hate and to be hopeful that a better future is possible."

'Every year is worse'

Others at the vigil included Palestinian peace activist Hamze Awawde, who lives in Ramallah in the Palestinian Territories and has had relatives injured recently in the conflict.

He spoke of his grandfather, who 50 years ago "chose to fight and sacrifice himself, so his children and grandchildren would have a better future."

But "50 years on, every year is worse than the last."

With rain pouring down, those gathered observed a minute's silence in memory of the victims of the conflict, "whatever their origins".

Together for Humanity has emerged since Israel began bombing Gaza in response to the October 7 attack, which has prompted a spike in anti-Semitism in Britain.

At least 1,747 incidents were recorded between October 7 and November 29 by the Community Security Trust, whose role is to protect the UK's Jewish community.

Meanwhile, London and other UK cities have seen large-scale protests on recent weekends in support of Palestinians in Gaza, which have polarised public opinion and been blamed for stoking social divisions.

Ahead of the vigil, Cox, a father of two, said the "loudest and most extreme voices have drowned out the vast majority of the public" when it came to the conflict.

His wife was killed by a Nazi sympathiser days before Britain's contentious 2016 Brexit referendum, and he subsequently co-founded the Together Coalition charity.

Related Tags

world news
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.