ADVERTISEMENT

American lover sticks with Filipina girlfriend despite 'kidnap-me' hoax, missing money

Published Aug 11, 2019 08:42 pm
By Aaron Recuenco  Love forgives. Love forgets. And it’s because for this 41-year old American, his love for his Filipino girlfriend lasts forever. Anti-Kidnapping Group of the Philippine National Police (PNP) (PNP Anti-Kidnapping Group Facebook Page / MANILA BULLETIN) Anti-Kidnapping Group of the Philippine National Police 
(PNP Anti-Kidnapping Group Facebook Page / MANILA BULLETIN) This is their story, as told by the Anti-Kidnapping Group of the Philippine National Police (PNP). When the AKG operatives were informed on Saturday that a woman was kidnapped in La Union, a small group of anti-kidnapping operatives and investigators were immediately deployed to safely rescue her. The demand is P5 million and there was a sense of urgency to rescue her as there exists a threat on her life if the money is not immediately delivered, according to AKG director Col. Jonnel Estomo. Estomo said they have all the reason to believe that it was a case of kidnap-for-ransom since the abducted Filipina’s live-in partner is an American citizen who had just arrived in the country, and the story that the victim was taken by two armed men from her hometown in Caba, La Union and was taken to Dagupan City is somewhat credible. But when the victim was rescued in a budget hotel in Dagupan City, the AKG operatives immediately sensed that there was something wrong. It was during the strategic interrogation that the supposed kidnap victim squealed that it was all a hoax. The names of the two lovers were withheld upon request of both their family. “It all started when her American boyfriend went to the Philippines in May this year and discovered that their savings in the bank was already emptied,” said Estomo. Based on the background investigation, Estomo said the American and the Filipina met in Kuwait in 2015 and immediately fell in love. When the Filipina went back home, the American started sending her money for their savings. Police found out that since 2015, the American was able to send the Filipina a total of $300,000, or approximately P15 million. And since the money includes daily expenses and the construction of their house, the American thought that they have at least P5 million savings in the bank. Estomo said that when the American asked the Filipina victim to show him the bankbook, the latter refused and went ballistics. It was then that the American found out that what was left in their savings is P300. But despite the incident, the American reportedly forgave his live-in partner and decided to forget everything by asking her to come with him to the United States. The Filipino girlfriend refused and instead burned their house in Caba town in La Union. On Saturday, she went missing. The AKG was informed of the abduction, according to Lt. Col. Elmer Cereno, AKG spokesman. He said that it was the victim’s daughter from his previous relationship who received a text message that her mother was taken by two armed men and was taken to Dagupan City. “They were also told to prepare P5 million in exchange for her release,” said Cereno. During the rescue operation, AKG operatives found several withdrawal slips indicating that the victim emptied their bank account with her American boyfriend. The American, despite the incident, would not press charges and was already reunited with his ‘abducted’ Filipino girlfriend. According to Estomo, this is not the first time that they dealt with kidnap-me cases and kidnapping hoaxes. “Aside from dealing with hardened criminals involved in kidnap-for-ransom, we are also dealing with bogus kidnapping claims,” said Estomo.
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.