Good Morning Gorgeous, Or, Ms. Blige

Mary J. Blige - Good Morning Gorgeous.png

Mary J. Blige has released yet another classic hit with “Good Morning Gorgeous” off of her new album of the same name. IMO she was the Queen of the half time festivities at this year’s Super Bowl. It was great to see her not only hold her own, but surpass some of the GOATs of the Rap/Hip Hop genres.

Mary is also the only artist to have won Grammys in the R&B, hip hop, pop, and gospel fields. All of her albums have charted on the TOP 100. Her singles that have also charted are too numerous to mention. We give all the respect in the world to a woman who has set the mark for all other artists to follow.

Audio Player

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Copyright © 2025 Masters Radio
document.addEventListener('DOMContentLoaded', function () { var shuffleBtn = document.getElementById('shuffle-playlist'); if (!shuffleBtn) return; shuffleBtn.addEventListener('click', function () { // Find the playlist container var playlist = document.querySelector('.wp-playlist-tracks'); if (!playlist) { alert('Playlist not found. Please check the selector.'); return; } // Get all tracks as an array var tracks = Array.from(playlist.querySelectorAll('.wp-playlist-item')); // Fisher-Yates shuffle for (let i = tracks.length - 1; i > 0; i--) { const j = Math.floor(Math.random() * (i + 1)); [tracks[i], tracks[j]] = [tracks[j], tracks[i]]; } // Remove all tracks and re-append in shuffled order tracks.forEach(track => playlist.appendChild(track)); // Optionally, play the first song after shuffling: // Try simulating a click on the first song's link setTimeout(function () { var firstTrack = playlist.querySelector('.wp-playlist-item a.wp-playlist-caption'); if (firstTrack) firstTrack.click(); }, 300); }); });