Hyce – Call My Name
A Nigerian multi-talented singer and songwriter, Hyce visited the scene with an intriguing and melodious jingle titled ”Call My Name”…
A Nigerian multi-talented singer and songwriter, Hyce visited the scene with an intriguing and melodious jingle titled ”Call My Name”…
Afrobeats musician Hyce has announced that he will be working with fellow musician YKB on a new song called “Best…
Hyce, a prestigious and astoundingly gifted Nigerian indigenous music maker, has come through with a distinctive and magnificent melodious tune…
A breath of fresh sound in a noisy world and a woman whose voice hugs your heart, Cici, has set…
Dawie is a terrific Nigerian singer-songwriter who makes his musical debut with the outstanding song “Wait.” Along with the seasoned…
Known by his stage name Cubana, Chief Priest—a brilliantly innovative singer, megastar, and investor—delivered a new fascinating tune titled “More…
The thrilling Nigerian vocalist and recording artist Brown Joel recruiting the amazing BoyPee & Hyce releases this attention-grabbing song named…
The Nigerian vocalist and recording artist Brown Joel recruiting the uprising BoyPee & Hyce drops this explosive banger named “Que…
The thrilling Nigerian musician and vocalist Brown Joel recruiting the talented BoyPee & Hyce pushes through with this jaw-dropping banger…
The amazing Nigerian musician and recording artist Hyce aided by the relentless BoyPee & Brown Joel pushes through with this…
“Must” is the latest captivating track from the tremendously gifted Nigerian rapper-songwriter BoyPee, who has repeatedly won over his devoted…
The tremendously gifted Nigerian rapper-songwriter Hyce has once again enchanted his dedicated fan base with an enthralling new, delightful tune dubbed…
With a new, captivating song called “Adanna,” To Your Ears Entertainment signee, and rising Nigerian music phenomenon, Taves has drawn…
“Fine” is the name of the latest single by the phenomenally talented indigenous Nigerian rapper, songwriter, and performer Zyno TopBoy,…
As an artist, Brown Joel’s afrobeat music has propelled him to prominence in Nigeria. Remixing his massively popular song “Ogechi,”…
The talented Nigerian record producer, sound engineer, and stage performer Brown Joel has recently released a mouth-watering single named “Ogechi.”…
`; adContainer.appendChild(script); // Display the ad container (if it was hidden) adContainer.style.display = 'block'; // Store the current time localStorage.setItem(LAST_AD_DISPLAY_KEY, Date.now()); } } function canShowAd() { const lastDisplayTime = localStorage.getItem(LAST_AD_DISPLAY_KEY); if (!lastDisplayTime) { // No previous display time, so we can show the ad return true; } const currentTime = Date.now(); const timeElapsed = currentTime - parseInt(lastDisplayTime, 10); return timeElapsed >= AD_DISPLAY_INTERVAL; } // Check on page load and delay ad appearance document.addEventListener('DOMContentLoaded', () => { if (canShowAd()) { setTimeout(() => { showVignetteAd(); }, DELAY_TIME); } else { // Optionally, if you want to hide the ad container initially if not eligible document.getElementById(AD_ZONE_ID).style.display = 'none'; } }); // You could also set up a recurring check if the user stays on the page for a long time // However, vignette ads are typically shown on page load or navigation. // If you need a persistent check *while on the same page*, uncomment the following: /* setInterval(() => { if (canShowAd()) { showVignetteAd(); } }, 60 * 1000); // Check every minute if an ad can be shown */