ADVERTISEMENT

Iya Villania-Arellano and Jose Sarasola refuse to eat these foods

Published Jun 26, 2021 10:21 pm
Iya Villania-Arellano and Jose Sarasola

Even celebrities like television host Australian-Filipino Iya Villania-Arellano and Spanish-Filipino chef Jose Sarasola have foods they just can't stand — and some findings are a bit surprising!

They have been vocal about the foods they hate, as they promised never to touch these dishes - again.

During a Zoom conference for the second season of the cooking show "Eat Well. Live Well. Stay Well" on GMA-7 recently, Iya and Jose revealed the foods that would never end up on their plates.

"Hindi ko kayang kumain ng lengua (beef tongue). Feeling ko nakapasok yung dila sa bibig ko. Hindi ko talaga kaya. Just the thought of it, I cringe. (I really don't want to eat lengua. It's like there's a tongue in my mouth)," said Iya as she laughed.

"Kahit na sabihin mo pang masarap, pag pumasok na sa isip ko na dila siya, ayoko na. Gusto ko hindi ko na lang alam," she added. (Even if you say it's delicious, if I start thinking it's a tongue, I don't like it anymore. It's better you won't tell me what I'm eating).

Iya Villania-Arellano, husband Drew Arellano and kids

Jose said: "I was in Japan. Kumain kami ng chicken sashimi. This place is for chicken sashimi lang talaga. But eating raw chicken, that's salmonella (bacterial disease).

"But Maria (Ozawa) was saying 'no, our chickens here in Japan are different blah, blah, blah. You need to try it. Eventually I tried it. I survived naman."

Iya added: "Okay na yung ganyan. At least nasubukan mo. Pero hindi na talaga mauulit." (It's okay, at least you've tried it once. But I won't have it again).

Jose and Iya also revealed the foods that are always in their refrigerator.

"I am not picky naman, but I eat healthy. On cheat days, I enjoy cheeseburgers, fried chicken. Usually it's more of vegetables, fish, chicken here sa condo ko. I just add spices and flavors," said Jose.

Celebrity chef Jose Sarasola

Iya goes for chicken and vegetable potstickers. "My go-to recently has been a big bag of chicken and vegetable potstickers. Para siyang dumplings. You can buy this big pack from S&R. Ang sarap niya! Hindi mo kailangan ng dipping sauce. You let it cook in boiling water, and let the boiling water dry out. Kapag wala akong maisip, yun ang favorite ko ngayon."

"Eat Well. Live Well. Stay Well." is a 10-minute cooking show which aims to inspire the audience to cook through their stories and discover themselves through food.  

Follow Iya's character, a bubbly and modern mom, who strives to improve her cooking skills and adapt to the new normal while still putting her family as her top priority.

As a hands-on mommy and fitness enthusiast herself, Iya wishes to encourage her fellow parents to cook up nutritious and delightful meals for their families, “We all know how a good meal can bring the whole family together. A good meal always makes everyone happy! So, for the mamas and papas who are all at home juggling work and preparing meals for their families, here’s a show that can give them great tasting meal ideas that will make them feel great and confident in putting simple, yummy, and quick dishes using the versatility of AJI-NO-MOTO® Umami Seasoning and AJI-GINISA® Flavor Seasoning Mix.”

Chef Jose, in turn, hopes to inspire the viewers to live a healthier lifestyle. "Being picked by a well-known food company like Ajinomoto Philippines Corp. to be the show’s resident chef was really something. Since we are in a time when health must be our top priority, the recipes we have prepared for our viewers are perfect for those who wish to be fit and to start eating healthier."

Related Tags

ajinomoto iyavillaniaarellano eatwelllivewellstaywell GMA7 josesarasola
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.