Lone Philippine representative to the 2014 Winter Olympics Michael Christian Martinez drew raves for his very first performance on the ice skating rink, which was telecast live this morning (around 3:30 a.m. Philippine time) by TV network TV5 from Sochi, Russia.
Described as "a very charismatic performer" by the commentators, Michael landed third place in this round and qualifies for the next program.
In case you missed it, here's the full performance courtesy of the TV5 website interaksyon.com:
Sources: • February 14, 2014. "Sochi 2014 | Michael Christian Martinez Performance " interaksyon.com
• February 14, 2014. "PHL figure skater Michael Martinez advances to next round in Olympics " gmanetwork.com
Image grabbed from interaksyon.com
`) :
(`
`);
var titleHtml = `
${(article && article.metadata && article.metadata.title) ? article.metadata.title : ''}
`;
var blurbHtml = `
${(article && article.metadata && article.metadata.blurb) ? article.metadata.blurb : ''}
`;
var contentHtml = imgHtml + `
${titleHtml}
${blurbHtml}
`;
$container.html(contentHtml);
$container.find('a').off('click').on('click', () => {
const id = (article && article.itemId) ? article.itemId : '';
pushGTMEvent('nexus_clicks', 'In-Article', id, recipe || null);
});
}
const observeImpressions = () => {
if ('IntersectionObserver' in window) {
const observer = new IntersectionObserver((entries, obs) => {
entries.forEach(entry => {
if (!entry.isIntersecting) return;
const el = entry.target;
const $el = $(el);
const itemId = $el.attr('data-item-id') || $el.data('item-id') || '';
const recipeUsed = $el.attr('data-recipe-used') || $el.data('recipe-used') || '';
if (!itemId) {
obs.unobserve(el);
return;
}
if (gtmFiredOnce.has(itemId)) {
obs.unobserve(el);
return;
}
gtmFiredOnce.add(itemId);
pushGTMEvent('nexus_impressions', 'In-Article', itemId, recipeUsed);
console.log('push event for In-Article impressions: ', itemId);
obs.unobserve(el);
});
}, { threshold: 0.7 });
const recoEl = document.querySelector('.single-recoCardRefs');
if (recoEl) observer.observe(recoEl);
} else {
const $reco = $('.single-recoCardRefs');
if ($reco.length) {
const itemId = $reco.attr('data-item-id') || $reco.data('item-id') || '';
const recipeUsed = $reco.attr('data-recipe-used') || $reco.data('recipe-used') || '';
if (itemId && !gtmFiredOnce.has(itemId)) {
gtmFiredOnce.add(itemId);
pushGTMEvent('nexus_impressions', 'In-Article', itemId, recipeUsed);
}
}
}
};
$(document).ready(() => {
if ($('.article #nexus-reco-root').length) return;
let articleContentContainer = $("#longform_article_content").length ? $("#longform_article_content") : $(".article");
let articleContent = $(articleContentContainer).children();
let midContent = Math.round( $(articleContent).length / 4 );
// // Adjust midContent to avoid placing the widget right after a header
// if ($(articleContent).eq(midContent).is('h3,h4,.ad-label-before-ad')) midContent--;
// // Adjust further if the new midContent is also a header, to ensure the widget is not placed immediately after a header
// if ($(articleContent).eq(midContent).is('h2')) midContent--;
// if ($(articleContent).eq(midContent).is('.widget.reco')) midContent--;
// if ($(articleContent).eq(midContent).is('p') && !$.trim($(articleContent).eq(midContent).text())) midContent--;
// Move midContent up until we find a safe spot
while (midContent >= 0) {
let current = $(articleContent).eq(midContent);
let next = $(articleContent).eq(midContent + 1);
let currentUnsafe = current.is('h2,h3,h4,.ad-label-before-ad,.widget.reco') ||
(current.is('p') && !$.trim(current.text()));
let nextUnsafe = next.is('.widget.reco') ||
(next.is('p') && !$.trim(next.text()));
if (!currentUnsafe && !nextUnsafe) break; // safe spot found
midContent--; // move up
}
$(articleContent).eq(midContent).after(`
`);
$.ajax({
url: '/api2/recommends',
method: 'GET',
data: { num_results: 7, evergreen_percent: 30, item_id: 'https://www.' + window.location.host.replace(/^www\./, '') + window.location.pathname + window.location.search },
dataType: 'json'
}).done(resp => {
try {
if (resp && resp.success && $.isArray(resp.data) && resp.data.length) {
const getSlug = (url) => new URL(url).pathname.split('/').filter(Boolean).pop();
const currentSlug = getSlug(window.location.href);
const filtered = resp.data.filter((item) =>
getSlug(item.itemId) !== currentSlug
)
const article = filtered[0];
const recipe = (resp.recipe !== undefined && resp.recipe !== null) ? resp.recipe : null;
renderArticle(article, recipe);
console.log('Nexus Reco with image:', article);
observeImpressions();
} else {
console.error('Error Fetching Nexus Related Stories API: ', resp);
}
} catch (err) {
console.error('Error processing response', err);
}
}).fail(err => {
console.error('Error Fetching Article Reco API:', err);
});
});
})(jQuery);
{{ shares }}
Shares
{{#sponsored_indication}}
{{sponsored_indication.feed}}
{{/sponsored_indication}}
{{^sponsored_indication}}
{{#channel.url}}
{{{ channel.name }}}
{{/channel.url}}
{{^channel.url}}
{{{channel.name}}}
{{/channel.url}}
{{/sponsored_indication}}
{{{ blurb }}}
{{#sponsored_indication}}
{{sponsored_indication.feed}}
{{/sponsored_indication}}
{{^sponsored_indication}}
{{#channel.url}}
{{{ channel.name }}}
{{/channel.url}}
{{^channel.url}}
{{{channel.name}}}
{{/channel.url}}
{{/sponsored_indication}}
{{{ blurb }}}
{{#sponsored_indication}}
{{sponsored_indication.feed}}
{{/sponsored_indication}}
{{^sponsored_indication}}
{{#channel.url}}
{{{ channel.name }}}
{{/channel.url}}
{{^channel.url}}
{{{channel.name}}}
{{/channel.url}}
{{/sponsored_indication}}
{{{ blurb }}}
{{{ title }}}
© 2026 Smart Parenting Philippines . All Rights Reserved
We use cookies to ensure you get the best experience on SmartParenting.com.ph. By continued use, you agree to our privacy policy and accept our use of such cookies. Find out more here .
I Agree
I Disagree