Deep Dive episodes:
Thursdays, Live at 3pm eastern on X
(@KeithMalinak) then posted here!
Friday Live Stream:
Fridays, Live at 3pm ea…
Choose your favorite podcast player
document.addEventListener("DOMContentLoaded", function () {
const container = document.createElement("div");
container.className = "redcircle-player-container";
container.innerHTML = `
`;
// Insert at the top of the main content area
const mainContent = document.querySelector(".main-content");
if (mainContent) {
mainContent.insertBefore(container, mainContent.firstChild);
}
});