ADVERTISEMENT

In defense forum, Romualdez highlights gov't's 'unwavering commitment' to protect PH territory 

Published Nov 10, 2023 03:46 pm

At A Glance

  • House Speaker Martin Romualdez underscored on late Friday afternoon, Nov. 10 the government's "unwavering commitment" to safeguarding Philippine territorial integrity.

IMG-2fedfe95354c7c813d5192a7791ce7c4-V.jpgHouse Speaker Martin Romualdez (leftmost, seated) fields questions during The Defense Forum on Nov. 10, 2023. (Speaker’s office)

 

 

 

 



House Speaker Martin Romualdez underscored on late Friday afternoon, Nov. 10 the government's "unwavering commitment" to safeguarding Philippine territorial integrity.

He did so in front of attendees from the National Defense College of the Philippines Alumni Association at Camp Aguinaldo in Quezon City. 

The association organized on Friday an event dubbed The Defense Forum: Strengthening Legislative Measures in Support of National Security, where Romualdez was the guest speaker and resource person. 

"Our commitment to safeguarding our territorial integrity and ensuring the safety of our citizens remains unwavering. As a nation, we must take proactive measures to enhance our defense capabilities and ensure that we have the necessary resources to effectively protect our sovereign rights,” the House leader said in his speech. 

Romualdez gave this remarks in the backdrop of continued aggressive moves by China in the West Philippine Sea (WPS). In fact, there was one such incident that same morning. 

“Our nation stands at a pivotal juncture, where the ripples of global tensions are felt even within the serene waters of the [WPS]. It is here that our brave men and women in uniform stand as sentinels of sovereignty, safeguarding our nation’s territory against the ceaseless tides of adversity,” the Speaker said. 

“The House of Representatives, fully aware of the weight of this responsibility, has been unyielding in its commitment to fortify the operational capabilities of our Armed Forces. We have embarked on a strategic journey, not only to modernize our military assets but also to ensure that our personnel are equipped with the fortitude of skill and the assurance of a nation’s unwavering support,” he noted. 

The 300-plus strong House of Representatives passed on third and final reading the proposed P5.768-trillion national budget for 2024 last Sept. 27. The chamber allocated P282.7 billion to the defense sector--a significant  21.percent increase from the current 2023 budget. 

READ THiS:

https://mb.com.ph/2023/11/10/romualdez-calls-out-chinese-coast-guard-anew-says-its-actions-cannot-be-tolerated

 


Specifically, Romualdez said the defense budget has been allocated funds to support critical initiatives such as the "land, air, and naval forces defense programs", to the tune of P188.5 billion. 

He said the amount does not include P1.23 billion in realigned confidential and intelligence funds (CIFs). The House strategically realigned these funds to frontline agencies tasked with ensuring national security and safeguarding the country's territorial rights in the WPS. 

This strategic reallocation includes P300 million to the National Intelligence Coordinating Agency, P100 million to the National Security Council (NSC), P200 million to the Philippine Coast Guard (PCG) for intelligence activities and ammunition, and P381.3 million to the Department of Transportation (DOTr) for the development or expansion of Pag-Asa Island Airport. 

“This allocation demonstrates our dedication to maintaining a strong and credible defense posture, one that sends a clear message that we will not compromise when it comes to safeguarding our national interests,”  Speaker Romualdez said. 

“We must remember that a strong defense is not merely a tool for confrontation, but a means to uphold peace, stability, and the rule of law," he said. 

At the same time, Romualdez restated the House’s support for President Marcos' position on asserting Philippine sovereignty in the WPS. 

“As we move forward, let us remember that each vessel we commission, each new weapon we procure, and each policy we enact in support of our military is a testament to our resolve as a nation. A resolve to protect our land, our people, and the freedoms we hold sacred," he said. 

“In conclusion, let the message go forth from this gathering that the Philippine military is strong, our resolve is steadfast, and our commitment to the welfare of our soldiers is unshakeable. Together, we will continue to stand as valiant guardians of peace, for today, for tomorrow, and for all the days to come," the Speaker concluded.
 

Related Tags

Martin Romualdez West Philippine Sea
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.