ADVERTISEMENT

The return of John Lennon

The English musician makes a 'comeback' in the Philippines through his greatest tribute act, Javier Parisi

Published Jul 13, 2023 10:21 am
GOING FOR ACCURACY Javier Parisi wearing a leather cap designed by Helen Anderson, an art school buddy of John Lennon
Has there been any other English rock band that could match the charisma and influence of the cultural phenomenon that is the Beatles? The Fab Four who shaped the landscape of ’60s music—and life—everywhere remains relevant today with their unique and powerful sound, which incorporates various traditions, religions, and cultures. These Liverpool icons live on not only through their chart-topping records but also in the many impersonators who copy them to reflect cultural change as well as to simply entertain and make the world sing along to relatable and remarkably distinct music. Would you pass up a chance to see one of the most recognizable names in music, the leader of The Beatles, John Lennon, perform in the flesh? Musician and actor Javier Parisi, renowned as the world’s greatest John Lennon tribute act, is staging a series of concerts in the Philippines this month beginning with “Imagine: The Beatles Legacy,” presented by DMC Entertainment Production Management. IMAGINE THAT Javier Parisi at the 'Imagine: The Beatles Legacy' press conference
On Saturday, July 15, at the Music Museum in San Juan City, Javier is slated to deliver his best impersonation of the rock legend with authentic musical performances featuring notable hits from the Beatles and Long John. It was due to the effort of Jesse Gonzales of DMC Philippines that Javier and his team are finally able to make it to the country for the first time. George Castro of interactive broadcast media DWWW 774 will serve as the front act of the concert. Accompanying Javier on stage, meanwhile, is the band The Daytrippers. Javier has been a huge fan of the Beatles since he was just an eight-year-old kid. At the age of 17, Javier formed a tribute band with some of his friends and played at Liverpool’s Cavern Club. He was also tapped by Julia Baird, John Lennon’s half-sister, to promote the Spanish version of the biography Imagine This. Through the years, Javier has been able to grow his fan base with his pitch-perfect mimicry of the sound and look of Fred Zimmerman, even ending up performing in musicals produced by the Lennon estate. Javier also stars in the Mexican film *Lennons*, a comedy about the English songwriter and impersonation. A FITTING TRIBUTE Javier Parisi in the film *Lennons*
“I love being here [the Philippines]. The last time I was here was in 1966,” opens Javier in full character during a press conference last Wednesday. His likeness to John Lennon is uncanny. He proceeds to joke about departing from and returning to the country in both Marcos’ presidencies. “I’m going to tell John’s family when I get back, ‘The Philippines is great. They gave me everything they weren’t able to give to John.’” Asked what the hardest part of his job was, the 43-year-old Argentine responds, “I’m a musician, an artist, a John Lennon impersonator. I don’t feel like this is a job. I love traveling, meeting people, and discovering different cultures. I’m blessed doing what I do. This is the best thing in my life.” He also emphasizes that apart from his personal love for John Lennon, it is the newer generations learning about the Beatles’ music that urges him to perform. Javier also shared some advice on making it big. “If you love it, do it. You have to be focused and you have to follow your dreams. Opportunities will come. You don’t know when it’s going to happen. Look at me, [success] didn’t happen instantly. It didn’t come when I was in my 20s. You’re going to get what you want in the end.” Those who would not be able to attend Javier’s Manila show this weekend could catch him at Bar XI Alabang, Casino Filipino Cagayan Valley, Glorious Fantasyland Complex in Dapitan, Hard Rock Café Manila, and Casino Filipino Angeles City, on July 19, 22, 25, 27, and 30, respectively.

*Tickets are available via Ticketworld and Ticketmax. Call Music Museum at 8721 0635 or 8721 6726.

*

Related Tags

Jules Vivas Philippine Panorama The Beatles John Lennon
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.