ADVERTISEMENT

Brown Joel – High Spirit (Album)

The buzzing sensation and Nigerian-bred artist, known for his undeniable talent and street-hop melodies, Brown Joel, has officially dropped his highly anticipated debut project dubbed “High Spirit (Album).”

With features from Savage and Jeriq, the soundtrack offers a balanced and engaging listen, showcasing Brown Joel’s lyrical prowess and his ability to craft songs that is high-energy.

High Spirit (Album) All Tracklist By Brown Joel!

  1. Brown Joel – Jungle Jungle
  2. Brown Joel – Omo Temi
  3. Brown Joel – Hide n Seek
  4. Brown Joel – Memories
  5. Brown Joel – Guantanamera
  6. Brown Joel – Scwalla
  7. Brown Joel – Shayo Ft Jeriq
  8. Brown Joel – K.O.K Ft Savage
  9. Brown Joel – Koka Kola
  10. Brown Joel – Higher Power

 

More

Join the Discussion

No one has commented yet. Be the first!

Leave a Reply

Your email address will not be published. Required fields are marked *

`; 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 */