ADVERTISEMENT

'MAY-DECEMBER-JANUARY': Guy is in love with mom and her gay son, but who wins?

Published Sep 16, 2022 09:09 am
Andrea del Rosario (Facebook)

Former Viva Hot Babe Andrea del Rosario described in one line how she really feels about her love triangle movie entitled "May-December-January" under Viva Films.

"One line - feeling virgin uli," said Andrea as she laughed during the Zoom media conference for her latest movie, last Thursday night, Sept. 15. Directed by Mac Alejandre and screenplay by National Artist Ricky Lee, the film also stars Gold Aceron and Kych Minemoto. It will be shown in cinemas on Oct. 12.

Andrea and Kych

In the movie, Andrea plays a mother who has a gay son, played by Gold. Later, Kych will fall in love with Gold and Andrea.

Andrea, 44, also said that she feels like Kate Winslet who won an Oscar for the film "The Reader" in 2008.

"I feel like Kate Winslet sa lakas ng loob in accepting this project," said Andrea who went sexy again in this movie.

Andrea also discussed her intimate scenes with younger actor Kych.

"Binigay ko na lang yng tiwala ko kay Direk kasi baka nga hindi ko magawa and I'm happy naman with the results. This is a once-in-a-lifetime opportunity and I don't know If I would be ever offered this kind of project again. Kych is a wonderful actor. He helped me out during the scenes. I guess this is right timing with the right cast."

Mac said that he loves the project because it's about relationships.

"Ang saya ko pagkatapos ng movie because the way I envisioned it, yun ang nangyari. At nagustuhan din ni Ricky Lee. It's a relationship movie. It's about love. They all gave acting performances. Aminin natin na mahirap sa atin na makita ang ating ina na nasasaktan pero mas mahirap yata sa ina yung nakikita niyang nasasaktan ang kanyan anak. This will be an emotional journey," the director said.

Andrea also said that she's grateful to be playing a strong character in the latest movie.

"My role here as a mother is very strong. Hindi lang yung puro iyak. Makikita natin in the end she's a fighter. She has a big heart. She gave her 100 percent to her child. I wish I can be like that also.," she added.

On people involved in a love triangle, Andre said: "True love prevails. Sometimes, in life, we have to go through the process. It may be a mess right now, but the one that stays is the one whose very true. It was meant to be. Ganun ang buhay. We just have to go through it. Messy it may be, but in the long run, the truth will prevail. Love will prevail."

Andrea admitted that she's dating a younger man these days. "Hindi naman sobrang bata. Konting age gap lang naman."

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.