var podcasts = [
    {
        "short": "example001",
        "number": 1,
        "date": "2026-04-09",
        "guest": "Sergio Sciortino",
        "image": "./images/Sergio.Head.shot.jpg",
        "tags": ["realestate", "entrepreneur"],
        "desc": "We have a great conversation about real estate, being an entrepenur, Corvettes and getting paid in 7-Up and meatballs.",
        "links": {
            "spotify": "https://open.spotify.com/episode/7atRnnVgWee9lCDgc8LIaH?si=hndjMi6KQjONNuGYTavTXQ",
            "apple": "https://podcasts.apple.com/us/podcast/1-sergio-sciortino-real-estate-being-an-entrepreneur/id1892176638?i=1000760543703",
            "youtube": "https://youtu.be/pV5iANpPKG8?si=NxUC7aYMZGMEcBBV"
        }
    },
    {
        "short": "example002",
        "number": 2,
        "date": "2026-04-15",
        "guest": "Jared Geist",
        "image": "./images/podcast.logo.jpeg",
        "tags": ["supremecourt", "lawyer", "judge", "legal", "politics"],
        "desc": "Jared and I talk about being a lawyer, judge, town councilman, scouting and living at the retirement home.",
        "links": {
            "spotify": "https://open.spotify.com/episode/0GGSP5KoBWqusowIJ88wvY?si=9dFZJeWQSUOWHAbZUTOdTQ",
            "apple": "https://podcasts.apple.com/us/podcast/alex-elliott-podcast/id1892176638?i=1000761551545",
            "youtube": "https://youtu.be/oHuH8Z26pxk?si=PiSzB2aiwiIBQsWU"
        }
    }
];
