ADVERTISEMENT

In Senegal: A sense of common purpose

By Mr. Fu
Published Jan 14, 2018 10:00 pm

By Jose C. De Venecia Jr. Former Philippine Speaker

At the recent launching of the International Association of Parliamentarians (IAPP) Senegal and IAPP Dakar, I said that more than ever, we must also join hands in actively opposing violent extremism and terrorism that have bedevilled a number of countries in our regions.

Our political parties, our parliaments, our governments, our civil society organizations must reject every type of extremist politics and radical movements.

We must isolate and defeat those who espouse intolerance and hatred – those who advocate terrorism, extremism, and bloodshed in the name of ideology and religion.

Inter-faith dialogue

We in the UPF and our colleagues in IAPP and ICAPP have campaigned in the UN General Assembly, in the UN Security Council, in the halls of the UN for an inter-faith, inter-cultural, and inter-civilizational dialogue with our proposal to create an Interfaith Council in the UN or at least a focal point in the Office of the UN Secretary General, at a time when discussion of religion was somewhat taboo within the UN system.

If creating a new council is overly difficult – as some legalists have warned – then, perhaps, we could write an interfaith mandate in the mission order of the Trusteeship Council of the UN which has anyway run out of trust territories to supervise.

We have half-succeeded. There is today our Interfaith Unit in the Office of the UN Secretary-General coordinating Inter-Faith or Inter-Religious Conferences in the UN system and in various parts of the world.

From these “Inter-Faith Dialogues,” we should expect no miracles — except those epiphanies that result from open hearts, the willingness to see the other side’s viewpoint, and a multitude of patience.

Sunni-Shi’ite dialogue

On the raging Sunni-Shiite issues, one cannot discount the magnitude of the barriers that intense doctrinal separation has raised between these two great schools of Islam.

In my earlier letters to Saudi Arabia’s late King Abdullah and Iran’s spiritual leader Ayatollah Ali Khamenei, we said, it would be of great relief to our region and the world, if the two leaders of Islam, representing the Sunnis and Shiites, respectively, of the Muslim world, could perhaps meet in Mecca and Medina and bring about the beginnings of reconciliation and the end of violence in the lands of Islam.

It is most difficult, perhaps almost impossible, but more than ever this urgent, absolute necessary meeting between the two leaders of Islam must be set and undertaken and we pray that to some extent if it ever happens, it will succeed for the peace of the region and the world.

Climate change

Then there is global warming, and the ongoing and longer-term threat of climate change.

Against this threat, our organization can become and must become a political force and a moral force for mobilizing peoples and nations—and getting them to act together.

Climate Change has become a clear and present danger to our fragile planet and to the longevity of the human race.

Summit on narcotics

In the Philippines, President Rodrigo Duterte has faced some criticism but he has decisively launched an increasingly successful nationwide battle against drug syndicates, including some 4-million drug users, out of a population of 104-million. A number of international leaders are now following his lead.

We urge as well our governments, parliaments, political parties, and civil society organizations to join efforts in an intensified campaign against the narcotics trade which has pillaged the Asian, African, European, North American, Latin American regions, and the global community.

We hope we in ASEAN and the African community can take the lead in launching an international coalition to crush the “Golden Triangle” opium network in Southeast Asia and West Asia and the large-scale opium growing by Afghan farmers led by the drug warlords of Afghanistan.

We in the IAPP, UPF, and ICAPP must also propose and urge the convening of a Global Summit Against Narcotics because their production and distribution are at an alarming rate worldwide including their large-scale penetration of markets in the United States and Europe.

We also urge the European Union and the UN to continue to work together in solving the raging tragedy of thousands of refugees fleeing from the wars in Syria, Iraq, Afghanistan and Africa; as well as the suffering and misery of our brother Muslim Rohingyas in Myanmar.

Global challenges

Poverty – inequality – extremism – terrorism – climate change – narcotics trade.

We may be certain our organizations will be called upon – collectively and singly – to decide on these threats that confront the global community in our time.

Indeed, there will be a great need for trans-national, trans-cultural groupings like ours – since the problems that face us more and more transcend national, regional and even hemispheric boundaries.

In our memorable conference in the Indonesian capital of Jakarta last year, we declared: “For half a millennium, Africans, Asians, and Latin Americans were peoples to whom things were done.

“Once we in Asia, Latin America and Africa were no more than spectators to the rise and fall of foreign empires.

“Now we have regained command of our own fortunes.

“Now we have laid a foundation for the new chapter of economic and political engagement.

“Now we can and must begin to write our own histories.”

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.