301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: whyn.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style>:root{--color-white:#fff;--color-black:#000;--color-red:red;--color-brand-red:#c6002b;--color-brand-grey:#939697;--palette-red-600:#c6002b;--palette-red-500:#cd212e;--palette-red-400:#e22c3a;--palette-red-300:#f4747c;--palette-red-200:#f79096;--palette-red-100:#f4adb1;--palette-orange-600:#fb6825;--palette-orange-500:#fc833e;--palette-orange-400:#fc9e65;--palette-orange-300:#fdb990;--palette-orange-200:#fdd5bb;--palette-orange-100:#fef1e8;--palette-yellow-600:#fcba38;--palette-yellow-500:#fdc64c;--palette-yellow-400:#fdd36f;--palette-yellow-300:#fddf96;--palette-yellow-200:#feecbf;--palette-yellow-100:#fff8e9;--palette-green-600:#46815a;--palette-green-500:#62aa7b;--palette-green-400:#78d297;--palette-green-300:#8bdea7;--palette-green-200:#9ce2b4;--palette-green-100:#ace7c0;--palette-blue-600:#0055b7;--palette-blue-500:#509da7;--palette-blue-400:#60bac6;--palette-blue-300:#68c8d5;--palette-blue-200:#84dae5;--palette-blue-100:#a3e2eb;--palette-purple-600:#793cb7;--palette-purple-500:#8d5bcd;--palette-purple-400:#a071dc;--palette-purple-300:#a586e5;--palette-purple-200:#b895f2;--palette-purple-100:#c7a3f5;--palette-grey-600:#27292d;--palette-grey-600-rgb:39,41,45;--palette-grey-500:#3f4447;--palette-grey-500-rgb:63,68,71;--palette-grey-400:#717277;--palette-grey-400-rgb:113,114,119;--palette-grey-300:#a9afb2;--palette-grey-300-rgb:169,175,178;--palette-grey-250:#dadfe3;--palette-grey-250-rgb:218,223,227;--palette-grey-200:#e6eaed;--palette-grey-200-rgb:230,234,237;--palette-grey-150:#edf1f3;--palette-grey-150-rgb:237,241,243;--palette-grey-100:#f6f8f9;--palette-grey-100-rgb:246,248,249;--accent-color:var(--palette-grey-600);--station-accent-background:var(--palette-grey-600);--station-accent-background-overlay:var(--accent-color);--station-accent-foreground:var(--color-white);--station-font-family:"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--body-bgcolor:var(--palette-grey-100);--body-font-family:var(--station-font-family);--body-font-size:1.6rem;--body-font-size-2:1.4rem;--body-text-color:var(--palette-grey-600);--secondary-text-color:var(--palette-grey-500);--caption-text-color:var(--palette-grey-400);--default-link-color:var(--palette-grey-600);--default-link-hover-color:var(--palette-grey-500);--station-link-color:var(--accent-color);--station-link-hover-color:var(--default-link-hover-color);--content-min-width:90rem;--content-max-width:128rem;--grid-vertical-spacing:3.2rem;--base-grid-gap:1.6rem;--region-row-gap:var(--grid-vertical-spacing);--grid-gutter-width:1.6rem;--front-matter-grid-column:2;--two-column-grid-template-columns:var(--grid-gutter-width) minmax(28.8rem,1fr) var(--grid-gutter-width);--full-width-grid-template-columns:1fr;--full-width-grid-block-template-columns:var(--grid-gutter-width) minmax(28.8rem,1fr) var(--grid-gutter-width);--site-theme-overlay-opacity:0.25;--site-theme-foreground-color:var(--palette-grey-500);--site-theme-foreground-hover-color:var(--palette-grey-400);--site-theme-background-color:var(--color-white);--text-highlight-background:var(--color-black);--text-highlight-foreground:var(--color-white);--alert-background-color:var(--palette-blue-600);--alert-foreground-color:var(--color-white);--browser-checker-bg-color:var(--palette-grey-400);--browser-checker-text-color:var(--color-black);--eyebrow-text-color:var(--palette-grey-600);--byline-text-color:var(--palette-grey-600);--button-background:var(--palette-grey-600);--button-foreground:var(--color-white);--button-border:none;--button-padding:1.5rem 2.4rem;--button-radius:99.9rem;--button-font-size:1.5rem;--button-font-weight:600;--button-line-height:2rem;--button-shadow:0 0.1rem 0.3rem rgba(0,0,0,.15);--button-hover-background:var(--palette-grey-500);--button-hover-foreground:var(--color-white);--button-hover-shadow:0 0.3rem 0.5rem rgba(0,0,0,.15);--button-hover-border:var(--button-border);--button-active-background:var(--button-background);--button-active-foreground:var(--button-foreground);--button-active-shadow:var(--button-shadow);--button-active-border:var(--button-border);--button-disabled-background:var(--palette-grey-250);--button-disabled-foreground:var(--palette-grey-300);--button-disabled-shadow:none;--button-disabled-border:var(--button-border);--button-secondary-background:transparent;--button-secondary-foreground:var(--palette-grey-600);--button-secondary-border:0.1rem solid var(--palette-grey-600);--button-secondary-hover-background:var(--palette-grey-150);--button-secondary-hover-foreground:var(--button-secondary-foreground);--button-secondary-hover-border:var(--button-secondary-border);--button-secondary-active-background:var(--palette-grey-600);--button-secondary-active-foreground:var(--color-white);--button-secondary-active-border:var(--button-secondary-border);--button-customized-foreground:var(--body-text-color);--button-customized-background:transparent;--button-customized-hover-foreground:var(--body-text-color);--button-customized-hover-background:transparent;--block-theme-foreground-color:var(--body-text-color);--block-theme-background-color:var(--palette-grey-200);--block-theme-background-overlay:transparent;--heading-vertical-margin:2.4rem;--card-heading-color:var(--palette-grey-600);--card-bg-color:var(--color-white);--card-text-primary-color:var(--palette-grey-600);--card-text-secondary-color:var(--palette-grey-500);--tabs-text-default-color:var(--palette-grey-500);--tabs-text-active-color:var(--palette-grey-600);--fader-bg-color:var(--palette-grey-200);--fader-width:3.2rem;--fader-gradient:linear-gradient(to right,rgba(var(--palette-grey-200-rgb),0) 0%,var(--palette-grey-200) 90%);--viewmore-text-color:var(--palette-grey-600);--heading-text-color:var(--body-text-color);--container-max-width:128rem;--container-horizontal-margin:1.6rem;--container-block-vertical-margin:1.6rem;--container-width:calc(100vw - var(--container-horizontal-margin)*2);--container-block-width:var(--container-width);--navigation-zindex:999;--playerbar-zindex:9;--legalnotice-zindex:10;--modal-zindex:1000;--heading-font-weight:900;--heading-margin-default:0;--heading-1-font-size:3.2rem;--heading-1-line-height:3.6rem;--heading-2-font-size:2.4rem;--heading-2-line-height:2.8rem;--heading-3-font-size:2.4rem;--heading-3-line-height:2.8rem;--heading-4-font-size:1.8rem;--heading-4-line-height:2.2rem;--heading-5-font-size:1.6rem;--heading-5-line-height:2rem;--heading-6-font-size:1.4rem;--heading-6-line-height:1.6rem;--elevation-1:0 0.1rem 0.3rem rgba(0,0,0,.15);--elevation-4:0 0.3rem 0.5rem rgba(0,0,0,.15);--elevation-6:0 0.5rem 0.8rem rgba(0,0,0,.15);--elevation-8:0 0.8rem 2.4rem rgba(0,0,0,.15);--elevation-up:0 -0.1rem 0.3rem -0.3rem #000;--elevation-down:0 0.1rem 0.3rem -0.3rem #000;--weather-icon-color:var(--color-white);--arrow-icon-color:var(--color-white);--icon-default-width:2.4rem;--icon-default-height:2.4rem;--icon-primary-color:var(--palette-grey-500);--icon-secondary-color:var(--color-white);--icon-primary-hover-color:var(--palette-grey-400);--icon-secondary-hover-color:var(--color-white);--search-input-foreground:var(--palette-grey-600);--search-input-background:transparent;--search-container-background:var(--color-white);--search-input-placeholder:var(--palette-grey-400);--template-grid-height:100%}@media screen and (min-width:768px){:root{--max-gutter:calc((100% - var(--container-max-width))/2);--grid-gutter-width:minmax(2rem,var(--max-gutter));--base-grid-gap:3.2rem;--two-column-grid-template-columns:var(--grid-gutter-width) minmax(32rem,60rem) minmax(32rem,38rem) var(--grid-gutter-width)}}@media screen and (min-width:1060px){:root{--grid-gutter-width:minmax(8rem,var(--max-gutter));--two-column-grid-template-columns:var(--grid-gutter-width) minmax(52rem,90rem) 38rem var(--grid-gutter-width);--full-width-grid-block-template-columns:var(--grid-gutter-width) minmax(90rem,1fr) var(--grid-gutter-width);--container-horizontal-margin:8rem;--container-block-vertical-margin:3.2rem;--heading-1-font-size:4rem;--heading-1-line-height:4.8rem;--heading-2-font-size:3.2rem;--heading-2-line-height:3.6rem}}body.theme-night{--site-theme-foreground-color:var(--palette-grey-100);--site-theme-foreground-hover-color:var(--palette-grey-300);--site-theme-background-color:var(--color-black);--alert-background-color:var(--color-white);--alert-foreground-color:var(--color-black);--search-input-foreground:var(--site-theme-foreground-color);--search-container-background:var(--site-theme-background-color);--search-input-placeholder:var(--site-theme-foreground-hover-color);--station-accent-background:var(--color-white);--station-accent-background-overlay:var(--accent-color);--station-accent-foreground:var(--color-black);--block-theme-background-color:var(--palette-grey-600);--block-theme-background-overlay:var(--accent-color);--block-theme-foreground-color:var(--color-white)}body.theme-night .themed-block{--tabs-text-default-color:var(--palette-grey-100);--tabs-text-active-color:var(--palette-grey-200);--card-text-primary-color:var(--block-theme-foreground-color);--card-text-secondary-color:var(--block-theme-foreground-color);--viewmore-text-color:var(--block-theme-foreground-color);--icon-primary-color:var(--block-theme-foreground-color);--heading-text-color:var(--block-theme-foreground-color);--default-link-color:var(--block-theme-foreground-color);--body-text-color:var(--block-theme-foreground-color);--fader-gradient:none;--eyebrow-text-color:var(--block-theme-foreground-color);--button-background:var(--color-white);--button-foreground:var(--palette-grey-600);--button-border:none;--button-hover-background:var(--palette-grey-100);--button-hover-foreground:var(--palette-grey-600);--button-active-background:var(--button-hover-background);--button-active-foreground:var(--button-hover-foreground);--button-disabled-background:var(--palette-grey-400);--button-disabled-foreground:var(--palette-grey-300);--button-secondary-background:transparent;--button-secondary-foreground:var(--color-white);--button-secondary-border:0.1rem solid var(--palette-grey-100);--button-secondary-hover-background:var(--palette-grey-100);--button-secondary-hover-foreground:var(--palette-grey-600);--button-secondary-hover-border:var(--button-secondary-border);--button-secondary-active-background:var(--color-white);--button-secondary-active-foreground:var(--palette-grey-600);--button-secondary-active-border:var(--button-secondary-border)}body.template-coast{--accent-color:var(--palette-grey-100);--body-bgcolor:var(--color-black);--body-text-color:var(--color-white);--card-heading-color:var(--color-white);--card-bg-color:transparent;--card-text-primary-color:var(--color-white);--card-text-secondary-color:var(--palette-grey-100);--heading-text-color:var(--body-text-color);--tabs-text-default-color:var(--color-white);--tabs-text-active-color:var(--palette-grey-100);--button-customized-foreground:var(--default-link-color);--button-customized-hover-foreground:var(--default-link-hover-color)}.card-title{font-size:var(--heading-4-font-size);font-weight:var(--heading-font-weight);line-height:var(--heading-4-line-height)}.alerts:not(:empty),.themed-block{background-color:var(--block-theme-background-color);max-width:none;position:relative}.theme-night .alerts:not(:empty)>*,.theme-night .themed-block>*{position:relative;z-index:1}.theme-night .alerts:not(:empty):before,.theme-night .themed-block:before{background-color:var(--block-theme-background-overlay);content:"";display:inline-flex;height:100%;left:0;opacity:var(--site-theme-overlay-opacity);position:absolute;top:0;width:100%;z-index:0}.subheading{color:var(--secondary-text-color)}.caption{color:var(--caption-text-color)}.scroll-blocker{background-color:rgba(0,0,0,.7);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:visibility 0s ease-in-out,opacity .3s;visibility:hidden;width:100%;z-index:10}.no-content{display:none}.hidden{display:none!important}.search-button{background-color:transparent;border:none;cursor:pointer;line-height:0;margin:0;padding:0}.search-button svg .primary-path{fill:var(--icon-primary-color)}.search-button:active svg .primary-path,.search-button:hover svg .primary-path{fill:var(--icon-primary-hover-color)}.text-default{color:var(--palette-grey-500)}.text-headline{color:var(--palette-grey-600)}.text-caption{color:var(--palette-grey-400)}.text-on-dark{color:#fff}.text-on-light{color:var(--palette-grey-500)}.text-inactive{color:var(--palette-grey-300)}.text-link{color:var(--palette-red-400)}.bg-default{background-color:var(--palette-grey-100)}.bg-light{background-color:#fff}.bg-dark{background-color:var(--palette-grey-600)}.bg-inactive{background-color:var(--palette-grey-300)}.bg-selected{background-color:var(--palette-red-400)}.border-default{border-color:var(--palette-grey-300)}.border-neutral-light{border-color:var(--palette-grey-200)}.border-neutral-dark{border-color:var(--palette-grey-400)}.border-dark{border-color:var(--palette-grey-500)}.card{box-shadow:var(--elevation-1)}.card:hover{box-shadow:var(--elevation-4)}.menu{box-shadow:var(--elevation-6)}.dialog{box-shadow:var(--elevation-8)}.elevation-01,.navigation-bar{box-shadow:var(--elevation-1)}.elevation-01,.elevation-04{border-radius:.6rem}.elevation-04{box-shadow:var(--elevation-4)}.elevation-06{border-radius:.6rem;box-shadow:var(--elevation-6)}.elevation-08{border-radius:.6rem;box-shadow:var(--elevation-8)}.elevation-up{border-radius:.6rem;box-shadow:var(--elevation-up)}.img-responsive{height:auto;max-width:100%}.warning-text{background:var(--palette-yellow-300);border-radius:.6rem;box-shadow:0 .4rem .4rem rgba(0,0,0,.1);color:var(--palette-grey-600);display:flex;font-size:1.6rem;font-weight:400;gap:.8rem;padding:1.6rem;width:100%}.warning-text:before{content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='brown'><path d='M11.777.465a.882.882 0 00-1.554 0L.122 18.605C-.224 19.225.208 20 .899 20H21.1c.691 0 1.123-.775.777-1.395L11.777.465zM11 12.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm0 4a1 1 0 110-2 1 1 0 010 2z' /></svg>");display:block;height:2rem;width:2.2rem}.fader{position:relative}.fader:after{background:var(--fader-gradient);content:"";display:inline-block;height:100%;position:absolute;right:-.1rem;top:-.1rem;width:var(--fader-width)}.fader .fade{display:none}.alerts:not(:empty){margin-bottom:-.1rem;padding:2.4rem 0}hr.divider{background-color:var(--palette-grey-300);border:none;height:.1rem;margin:0}hr.dark{background:var(--palette-grey-400)}html{font-size:10px;margin:0;max-width:100vw;padding:0;width:100%}html *{box-sizing:border-box}@-moz-document url-prefix(){body{font-weight:lighter}}body{background-color:var(--body-bgcolor);color:var(--body-text-color);font-family:var(--body-font-family);font-size:var(--body-font-size);margin:0;overflow:hidden;overflow-anchor:none;padding:0;position:relative;width:100%}body.no-scroll{height:100vh;overflow:hidden}body.no-scroll .scroll-blocker{opacity:1;visibility:visible}a{color:var(--default-link-color)}a.next-page{height:.1rem;visibility:hidden}h1,h2,h3,h4,h5,h6{color:var(--heading-text-color);font-weight:var(--heading-font-weight);margin:var(--heading-margin-default)}h1,h2,h3,h4{letter-spacing:-.02rem}h1{font-size:var(--heading-1-font-size);line-height:var(--heading-1-line-height)}h2{font-size:var(--heading-2-font-size);line-height:var(--heading-2-line-height)}h3{font-size:var(--heading-3-font-size);line-height:var(--heading-3-line-height)}h4{font-size:var(--heading-4-font-size);line-height:var(--heading-4-line-height)}h5{font-size:var(--heading-5-font-size);line-height:var(--heading-5-line-height)}h6{font-size:var(--heading-6-font-size);line-height:var(--heading-6-line-height)}figure{margin:0 auto}[type=email],[type=number],[type=password],input[type=text]{background:#fff;border:.1rem solid #717277;border-radius:.6rem}.tabbed-item:focus{background-color:#ff0!important;outline:.2rem dashed red!important}button{font-family:var(--body-font-family)}svg .primary-path{fill:var(--icon-primary-color)}svg .secondary-path{fill:var(--icon-secondary-color)}::selection{background-color:var(--text-highlight-background);color:var(--text-highlight-foreground)}@media print{@page{size:A4 portrait;margin:1cm}::-webkit-scrollbar{display:none}body{background:#fff!important;color:#000;font:13pt Georgia,Times New Roman,Times,serif;line-height:1.3;margin:0}#app{display:block;height:100%;width:auto}h1{font-size:24pt}h2,h3,h4{font-size:14pt;margin-top:2.5rem}h1,h2,h3,h4,h5,h6{page-break-after:avoid}a,blockquote,h1,h2,h3,h4,h5,h6,img,p{page-break-inside:avoid}img{page-break-after:avoid}pre,table{page-break-inside:avoid}a,a:link,a:visited{background:transparent;color:#520;font-weight:700;text-align:left;text-decoration:underline}a[href^="#"]{font-weight:400;text-decoration:none}a:after>img,article a[href^="#"]:after{content:""}address,blockquote,dd,dt,li,p{font-size:100%}ol,ul{list-style:square;margin-bottom:20pt;margin-left:18pt}li{line-height:1.6em}.component-site-header{display:block;position:relative}.component-site-header .main-header-items{display:block;width:100%}iframe{height:0!important;line-height:0pt!important;overflow:hidden!important;white-space:nowrap;width:0!important}.component-ad-unit,.component-pushdown,.component-recommendation,.component-social-network-icons,.footer-national-links,.lower-footer-national-links,.nav-toggler,.search-user-container,.share-icons,iframe,nav{display:none}}.component-app{background-color:pink;display:flex;flex-direction:column}.template-grid{display:grid;grid-template-areas:"router-outlet" "player-bar";grid-template-columns:1fr;grid-template-rows:1fr auto;height:100vh;height:var(--template-grid-height);overflow:hidden}.template-grid>.component-routes{grid-area:router-outlet;overflow:auto}.template-grid>.ihr-player-bar{grid-area:player-bar} /*# sourceMappingURL=local-critical-style.5a54a2ee878d2c1e77ca.css.map*/</style> <link rel="preconnect" href="https://static.inferno.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://i.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://webapi.radioedit.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://us.api.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://https://cdn.cookielaw.org" data-reactroot=""/><link rel="preconnect" href="https://www.iheart.com" data-reactroot=""/><link rel="dns-prefetch" href="https://static.inferno.iheart.com" data-reactroot=""/><link rel="preload" href="https://www.iheart.com/sdk/sdk.js" as="script" data-reactroot=""/><link rel="preload" href="https://cdn.cookielaw.org/consent/7d044e9d-e966-4b73-b448-a29d06f71027/otSDKStub.js" as="script" data-reactroot=""/><link rel="preload" href="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" as="script" data-reactroot=""/> <link data-chunk="bundle" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/bundle.3b72355a31018725a3c6.css"> <link data-chunk="local" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/local.bc06f128f534d4a5d747.css"> <link data-chunk="core-components-tiles-OnairTileLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-components-tiles-OnairTileLoader-component.12f62d6d6ad5771d626e.css"> <link data-chunk="core-page-blocks-datasource-DatasourceLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-page-blocks-datasource-DatasourceLoader-component.ed118ca85e0cefc658b6.css"> <link data-chunk="Datasource-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Datasource-component.a1eb25fbdc158e499608.css"> <link data-chunk="Grid-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Grid-component.9e05f3f8fa0e6b993347.css"> <link data-chunk="components-tiles-ContentTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/components-tiles-ContentTile-component.a5e9ee6f3bc07a62d945.css"> <link data-chunk="core-components-tiles-TrafficTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/TrafficTile-component.79b6ef8f3442074e2437.css"> <link data-chunk="Heading-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Heading-component.d79a5c95e6ef67a97bca.css"> <link data-chunk="LoadMoreFromCursor-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/LoadMoreFromCursor-component.4a7a0f66bc2d890b3034.css"> <link data-chunk="Show-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Show-component.608ec1ff0656c8b676a1.css"> <link data-chunk="core-page-blocks-datasource-DatasourceTileLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-page-blocks-datasource-DatasourceTileLoader-component.a1eb25fbdc158e499608.css"> <link data-chunk="Podcasts-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Podcasts-component.570accd833088f4c4e7d.css"> <link data-chunk="FauxButton-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/FauxButton-component.1f25bb623660eb4f88c1.css"> <link data-chunk="ui-ImageTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/ImageTile-component.c2cbd469fbc0bd11cbdf.css"> <link data-chunk="Card-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Card-component.c66d212af09897afcdd6.css"> <link data-chunk="AptivadaKeywordContest-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/AptivadaKeywordContest-component.a21f13419d9d48bf409a.css"> <link data-chunk="WeatherTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/WeatherTile-component.ca557d80a0c5075ed0c1.css"> <style data-reactroot="">:root { --station-font-family: "Inter","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --gradient-start: hsl(240,100%,17%); --gradient-stop: hsl(240,100%,11%); --accent-color: #000099; --darkFooterColor: hsl(240,100%,15%); --premiere-footer-dark-color:var(--darkFooterColor); }</style> <title data-rh="true">NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station</title> <link data-rh="true" rel="shortcut icon" type="" title="" href="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(32,32),quality(65)"/><link data-rh="true" rel="apple-touch-icon" type="" title="" href="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=new(),flood(%22white%22),swap(),merge(%22over%22),gravity(%22center%22),contain(167,167),quality(80),format(%22png%22)"/><link data-rh="true" rel="image_src" type="" title="" href="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><link data-rh="true" rel="canonical" type="" title="" href="https://whyn.iheart.com/"/> <meta data-rh="true" property="og:locale" content="en_us"/><meta data-rh="true" name="msapplication-TileColor" content="#fff"/><meta data-rh="true" name="msvalidate.01" content="E98E323249F89ACF6294F958692E230B"/><meta data-rh="true" name="format-detection" content="telephone=no"/><meta data-rh="true" name="theme-color" content="#000099"/><meta data-rh="true" property="og:title" content="NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station"/><meta data-rh="true" property="twitter:title" content="NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station"/><meta data-rh="true" itemprop="name" content="NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station"/><meta data-rh="true" name="parsely-title" content="NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station"/><meta data-rh="true" name="description" content="NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station"/><meta data-rh="true" property="og:description" content="NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station"/><meta data-rh="true" property="twitter:description" content="NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station"/><meta data-rh="true" itemprop="description" content="NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station"/><meta data-rh="true" name="keywords" content="Springfield, news, rush, beck"/><meta data-rh="true" name="parsely-tags" content="Springfield, news, rush, beck"/><meta data-rh="true" property="og:url" content="https://whyn.iheart.com/"/><meta data-rh="true" property="twitter:url" content="https://whyn.iheart.com/"/><meta data-rh="true" itemprop="url" content="https://whyn.iheart.com/"/><meta data-rh="true" name="parsely-link" content="https://whyn.iheart.com/"/><meta data-rh="true" name="thumbnail" content="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:image" content="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:image:width" content="1200"/><meta data-rh="true" property="og:image:height" content="675"/><meta data-rh="true" property="twitter:image" content="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" name="parsely-image-url" content="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" itemprop="image" content="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" name="msapplication-TileImage" content="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:type" content="website"/><meta data-rh="true" name="parsely-type" content="sectionpage"/><meta data-rh="true" property="twitter:card" content="Summary"/><meta data-rh="true" property="twitter:site" content="@WHYN560"/><meta data-rh="true" property="twitter:creator" content="@WHYN560"/><meta data-rh="true" property="twitter:domain" content="whyn.iheart.com"/><meta data-rh="true" property="og:site_name" content="NewsRadio 560 WHYN"/><meta data-rh="true" name="application-name" content="NewsRadio 560 WHYN"/><meta data-rh="true" property="fb:app_id" content="483825674977491"/><meta data-rh="true" property="fb:pages" content="291059558363"/><meta data-rh="true" name="google-site-verification" content="p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso"/><meta data-rh="true" name="parsely-section" content="topic"/> <script> function initializeIHRSDK() { window.IHR?.initializeSync({ alwaysPrompt: true, container: 'ihr-auth-container', embed: true, ampHost: 'https://us.api.iheart.com/api/', host: 'https://www.iheart.com', iframeId: 'ihr-frame', }); window.IHR_READY = true; console.info("IHR Auth SDK Loaded & Initialized from HEAD"); } </script> <script async src='https://www.iheart.com/sdk/sdk.js' onload="initializeIHRSDK()"></script> </head> <body class="theme-light template-default"> <div id="app"><div class="component-template template-grid" data-reactroot=""><div class="component-routes"><div class="component-pushdown"><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3330" data-split="50" id="dfp-ad-3330-ad:top-leaderboard"></div></div><header class="component-site-header"><section class="main-header-items"><button aria-label="Open Site Navigation" class="nav-toggler" tabindex="0"><svg tabindex="-1" focusable="false" class="svg-icon icon-hamburger" width="32px" height="32px" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="15" fill="none" stroke="none" stroke-width="2"></circle><path fill-rule="evenodd" clip-rule="evenodd" tabindex="-1" class="primary-path" fill="none" d="M7 22h18v-2H7v2zm0-5h18v-2H7v2zm0-7v2h18v-2H7z"></path></svg></button><nav class="" tabindex="-1" aria-hidden="true" aria-label="Primary Site Navigation" id="component-site-nav"><header class="navbar-header"><figure class="component-station-logo"><a aria-label="Station Link" tabindex="0" href="/"><img src="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></a></figure><button class="CloseButton-module_close_4S+oa undefined" aria-label="Close Site Navigation" tabindex="0"><svg class="svg-icon icon-close" focusable="false" tabindex="-1" aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path aria-hidden="true" focusable="false" tabindex="-1" class="primary-path" d="M18.3 5.70997C17.91 5.31997 17.28 5.31997 16.89 5.70997L12 10.59L7.10997 5.69997C6.71997 5.30997 6.08997 5.30997 5.69997 5.69997C5.30997 6.08997 5.30997 6.71997 5.69997 7.10997L10.59 12L5.69997 16.89C5.30997 17.28 5.30997 17.91 5.69997 18.3C6.08997 18.69 6.71997 18.69 7.10997 18.3L12 13.41L16.89 18.3C17.28 18.69 17.91 18.69 18.3 18.3C18.69 17.91 18.69 17.28 18.3 16.89L13.41 12L18.3 7.10997C18.68 6.72997 18.68 6.08997 18.3 5.70997Z" fill="#3F4447"></path></svg></button></header><hr class="divider"/><section class="nav-inner-wrapper"><ul style="max-height:calc(100vh - 100px)" class="menu-container main-nav"><li class="menu-top-label"><button aria-label="Listen" class="button-text" tabindex="0"><span class="menu-label">Listen</span></button></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for On Air" class="button-text" tabindex="0"><span class="menu-label">On Air</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="WHYN DayBreak with John Baibak" tabindex="0" href="/featured/whyn-daybreak-with-john-baibak/">WHYN DayBreak with John Baibak</a></li><li><a aria-label="The Jim Polito Show" tabindex="0" href="/featured/the-jim-polito-show/">The Jim Polito Show</a></li><li><a aria-label="The Glenn Beck Program" tabindex="0" href="/featured/glenn-beck/">The Glenn Beck Program</a></li><li><a href="/featured/the-financial-exchange/" target="_self" aria-label="The Financial Exchange">The Financial Exchange</a></li><li><a aria-label="The Clay Travis and Buck Sexton Show" tabindex="0" href="/featured/the-clay-travis-and-buck-sexton-show/">The Clay Travis and Buck Sexton Show</a></li><li><a aria-label="The Howie Carr Show" tabindex="0" href="/featured/howie-carr/">The Howie Carr Show</a></li><li><a aria-label="The Jesse Kelly Show" tabindex="0" href="/featured/the-jesse-kelly-show/">The Jesse Kelly Show</a></li><li><a aria-label="Coast to Coast AM with George Noory" tabindex="0" href="/featured/coast-to-coast-am/">Coast to Coast AM with George Noory</a></li><li><a aria-label="Full Schedule" tabindex="0" href="/schedule/">Full Schedule</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for News" class="button-text" tabindex="0"><span class="menu-label">News</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="WHYN Local News" tabindex="0" href="/featured/whyn-local-news/">WHYN Local News</a></li><li><a aria-label="National News" tabindex="0" href="/topic/national-news/">National News</a></li><li><a aria-label="Politics" tabindex="0" href="/topic/politics/">Politics</a></li><li><a aria-label="Traffic" tabindex="0" href="/traffic/">Traffic</a></li><li><a aria-label="Weather" tabindex="0" href="/weather/">Weather</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Features" class="button-text" tabindex="0"><span class="menu-label">Features</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="Photos" tabindex="0" href="/topic/photos/">Photos</a></li><li><a aria-label="Podcasts" tabindex="0" href="/podcasts/">Podcasts</a></li><li><a aria-label="Calendar" tabindex="0" href="/calendar/">Calendar</a></li><li><a aria-label="Storm Closings" tabindex="0" href="/featured/storm-closings/">Storm Closings</a></li></ul></li><li class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Contests & Promotions" class="button-text" tabindex="0"><span class="menu-label">Contests & Promotions</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a href="https://www.iheartradiobroadway.com/featured/iheart-amda/" target="_blank" rel="noopener" aria-label="Win A Full Tuition Scholarship To AMDA And Perform Alongside Broadway’s Brightest Stars!">Win A Full Tuition Scholarship To AMDA And Perform Alongside Broadway’s Brightest Stars!</a></li><li><a aria-label="Listen to Win $1,000" tabindex="0" href="/promotions/listen-to-win-1000-1759934/">Listen to Win $1,000</a></li><li><a aria-label="All Contests & Promotions" tabindex="0" href="/promotions/">All Contests & Promotions</a></li><li><a aria-label="Contest Rules" tabindex="0" href="/rules/">Contest Rules</a></li></ul></li><li class="menu-top-label"><a tabindex="0" href="/contact/">Contact</a></li><li class="menu-top-label"><a tabindex="0" href="/newsletter/">Newsletter</a></li><li class="menu-top-label"><a tabindex="0" href="/advertise/">Advertise on NewsRadio 560 WHYN</a></li><li class="menu-top-label"><a href="tel:1-844-844-iHeart">1-844-844-iHeart</a></li><ul class="component-social-icons"><li class="icon-container"><a href="//www.facebook.com/WHYN560" aria-label="Visit us on facebook" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-facebook" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><path class="primary-path" tabindex="-1" d="M21 12C21 7.02891 16.9711 3 12 3C7.02891 3 3 7.02891 3 12C3 16.493 6.29062 20.216 10.5938 20.891V14.6016H8.30859V12H10.5938V10.0172C10.5938 7.76191 11.9367 6.51562 13.9934 6.51562C14.9777 6.51562 16.0078 6.69141 16.0078 6.69141V8.90625H14.8723C13.7543 8.90625 13.4062 9.60059 13.4062 10.3125V12H15.9023L15.5033 14.6016H13.4062V20.891C17.7094 20.216 21 16.493 21 12Z" fill="#27292D"></path><path class="secondary-path" tabindex="-1" d="M15.5033 14.6016L15.9023 12H13.4062V10.3125C13.4062 9.60059 13.7543 8.90625 14.8723 8.90625H16.0078V6.69141C16.0078 6.69141 14.9777 6.51562 13.9934 6.51562C11.9367 6.51562 10.5938 7.76191 10.5938 10.0172V12H8.30859V14.6016H10.5938V20.891C11.0525 20.9631 11.5219 21 12 21C12.4781 21 12.9475 20.9631 13.4062 20.891V14.6016H15.5033Z" fill="white"></path></svg></a></li><li class="icon-container"><a href="//www.x.com/WHYN560" aria-label="Visit us on X" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-twitter" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path class="primary-path" d="M13.7124 10.6218L20.4133 3H18.8254L13.0071 9.61788L8.35992 3H3L10.0274 13.0074L3 21H4.58799L10.7324 14.0113L15.6401 21H21L13.7124 10.6218ZM11.5375 13.0956L10.8255 12.0991L5.16017 4.16971H7.59922L12.1712 10.5689L12.8832 11.5655L18.8262 19.8835H16.3871L11.5375 13.0956Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.youtube.com/channel/UCw5IhHWbRviaiWEhs6cX8vQ" aria-label="Visit us on youtube" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-youtube" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" class="primary-path" fill-rule="evenodd" clip-rule="evenodd" d="M20.9991 4.48941C21.9843 4.75294 22.761 5.52471 23.0263 6.50353C23.5188 8.29176 23.4999 12.0188 23.4999 12.0188C23.4999 12.0188 23.4999 15.7271 23.0263 17.5153C22.761 18.4941 21.9843 19.2659 20.9991 19.5294C19.1993 20 12 20 12 20C12 20 4.81959 20 3.00081 19.5106C2.01564 19.2471 1.23888 18.4753 0.973639 17.4965C0.5 15.7271 0.5 12 0.5 12C0.5 12 0.5 8.29176 0.973639 6.50353C1.23888 5.52471 2.03459 4.73412 3.00081 4.47059C4.80064 4 12 4 12 4C12 4 19.1993 4 20.9991 4.48941ZM15.6944 12L9.70756 15.4259V8.57412L15.6944 12Z" fill="#27292D"></path></svg></a></li></ul></ul></section><footer class="navbar-footer"><form class="search-form" name="search-form" role="search"><section class="search-container"><input type="search" name="keyword" id="search-input-field-nav" aria-label="search text" placeholder="Search" value="" maxLength="250"/><button class="search-button search-submit" aria-label="Search" type="submit"><svg class="svg-icon icon-search" tabindex="-1" width="32px" height="32px" viewBox="0 0 32 32" focusable="false" fill="none" xmlns="http://www.w3.org/2000/svg"><circle class="outline" cx="16" cy="16" r="15" fill="none" stroke="none" stroke-width="2"></circle><path class="primary-path" fill-rule="evenodd" clip-rule="evenodd" d="M18.457 20.343a7.69 7.69 0 111.929-1.591l4.658 5.434a1.25 1.25 0 11-1.898 1.628l-4.69-5.471zm.829-6.652a4.69 4.69 0 11-9.381 0 4.69 4.69 0 019.38 0z" fill="none"></path></svg></button></section></form></footer></nav><figure class="component-station-logo"><a aria-label="Station Link" tabindex="0" href="/"><img src="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></a></figure><section class="listen-user-container"><div class="header-user"></div></section></section></header><main class="component-page layout-generic-full page-home whyn-am"><div class="alerts"></div><section class="col-top"><div class="component-region region-main-dynamic"><div class="OnairPlayTile-module_componentOnairPlayTile_Yxkqg themed-block" data-cy="componentOnairPlayTile"><section class="OnairPlayTile-module_streamStartWrapper_Or9qT" data-cy="streamStartWrapper"><div class="OnairPlayTile-module_streamStartThumb_hm6i6"><button class="OnairPlayTile-module_play-trigger_XLqj-" aria-label="Play NewsRadio 560 WHYN stream now"><span class="OnairPlayTile-module_hover-icon_Dx4i2"><svg tabindex="-1" focusable="false" class="svg-icon icon-play" fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle class="secondary-path" cx="12" cy="12" r="12" fill="none" stroke="none"></circle><path tabindex="-1" class="primary-path" d="M10 15.0611V8.93886C10 8.58027 10.4111 8.37036 10.6997 8.58902L14.7841 11.6502C15.0203 11.8251 15.0203 12.1749 14.7841 12.3498L10.6997 15.411C10.4111 15.6296 10 15.4197 10 15.0611Z" fill="none"></path></svg></span><img src="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Logo for NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></button></div><div class="OnairPlayTile-module_streamStartDetails_vOU86"><h1>NewsRadio 560 WHYN</h1><span class="OnairPlayTile-module_positioner_lTAsj">Springfield's News, Traffic & Weather Station</span><svg tabindex="-1" focusable="false" class="svg-icon icon-live" width="33" height="15" viewBox="0 0 33 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="33" height="15" rx="2" fill="#D2252A"></rect><path tabindex="-1" d="M10.291 9.78613H6.73535V3.24951H5.34961V11H10.291V9.78613Z" fill="white"></path><path tabindex="-1" d="M13.1699 11V3.24951H11.7842V11H13.1699Z" fill="white"></path><path tabindex="-1" d="M18.8096 11L21.4897 3.24951H20.0127L18.0791 9.3833H17.9878L16.0381 3.24951H14.5073L17.2144 11H18.8096Z" fill="white"></path><path tabindex="-1" d="M27.8438 9.80225H24.2129V7.63232H27.645V6.50439H24.2129V4.44727H27.8438V3.24951H22.8271V11H27.8438V9.80225Z" fill="white"></path></svg><a class="OnairPlayTile-module_showTitle_mzyM7" tabindex="0" href="/featured/purity-products/">Purity Products</a><button class="OnairPlayTile-module_toggleBtn_dBWEQ" aria-label="Play Stream Now"><svg tabindex="-1" focusable="false" class="svg-icon icon-play" fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle class="secondary-path" cx="12" cy="12" r="12" fill="none" stroke="none"></circle><path tabindex="-1" class="primary-path" d="M10 15.0611V8.93886C10 8.58027 10.4111 8.37036 10.6997 8.58902L14.7841 11.6502C15.0203 11.8251 15.0203 12.1749 14.7841 12.3498L10.6997 15.411C10.4111 15.6296 10 15.4197 10 15.0611Z" fill="none"></path></svg></button></div></section></div><input type="hidden" data-id="FppTo"/></div></section><section class="col-left"><div class="component-region region-main-dynamic"><div class="component-container component-feed feed-style-horizontal themed-block block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="e6Rs0"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 630px) 600px,(max-width: 720px) 690px,(max-width: 767px) 740px,(min-width: 768px) and (max-width: 800px) 420px,(max-width: 940px) 510px,(max-width: 1230px) 600px,(max-width: 1379px) 690px,(min-width: 1380px) 740px" alt="Training Like An Olympian: A Day With Team USA’s Ariana Ramsey" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/">Training Like An Olympian: A Day With Team USA’s Ariana Ramsey</a><time class="component-date-display" dateTime="1746222060000">May 02, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="e6Rs0"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="lP0Ih"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/681521676018f2973ad94dab?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681521676018f2973ad94dab?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681521676018f2973ad94dab?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681521676018f2973ad94dab?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681521676018f2973ad94dab?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Harvey Weinstein Accuser Curses Out Defense Lawyer, Storms Out Of Court" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court/">Harvey Weinstein Accuser Curses Out Defense Lawyer, Storms Out Of Court</a><time class="component-date-display" dateTime="1746215460000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/68151662d5dec3bc94ef0436?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/68151662d5dec3bc94ef0436?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/68151662d5dec3bc94ef0436?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/68151662d5dec3bc94ef0436?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/68151662d5dec3bc94ef0436?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Multiple People Killed In Crash Between Tour Van And Truck Near Yellowstone" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone/">Multiple People Killed In Crash Between Tour Van And Truck Near Yellowstone</a><time class="component-date-display" dateTime="1746212220000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/">Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win</a><time class="component-date-display" dateTime="1746210300000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/62bc742206a3034715868f22?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/62bc742206a3034715868f22?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/62bc742206a3034715868f22?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/62bc742206a3034715868f22?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/62bc742206a3034715868f22?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Army Solider Arrested On Federal Drug Charges After Underground Club Raid" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid/">Army Solider Arrested On Federal Drug Charges After Underground Club Raid</a><time class="component-date-display" dateTime="1746208620000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="President Trump Releases 40-Page Budget Proposal To Fund His Agenda" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/">President Trump Releases 40-Page Budget Proposal To Fund His Agenda</a><time class="component-date-display" dateTime="1746204420000">May 02, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="lP0Ih"/><div class="component-container component-feed feed-style-xsmall block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Promotions"><div class="feed-cards" data-block-id="WQJCS"><div class="component-grid col-4"><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/promotions/listen-to-win-1-000-1759062/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Listen For Your Chance To Win!" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/promotions/listen-to-win-1-000-1759062/">Listen For Your Chance To Win!</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.iheart.com/live/newsradio-560-whyn-4685/" target="_self"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//7a2b12a9-538c-42a2-832d-b7f886a51b1e?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//7a2b12a9-538c-42a2-832d-b7f886a51b1e?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//7a2b12a9-538c-42a2-832d-b7f886a51b1e?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//7a2b12a9-538c-42a2-832d-b7f886a51b1e?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//7a2b12a9-538c-42a2-832d-b7f886a51b1e?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Alexa, Play WHYN On iHeartRadio" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a href="https://www.iheart.com/live/newsradio-560-whyn-4685/" class="card-title" target="_self">Alexa, Play WHYN On iHeartRadio</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/advertise/?campid=advertise_promo"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Advertise with America's #1 Audio Company" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/advertise/?campid=advertise_promo">Advertise with America's #1 Audio Company</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?campid=promocard" target="_blank" rel="noopener"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//6813dd0c969582f364283a8a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//6813dd0c969582f364283a8a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//6813dd0c969582f364283a8a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//6813dd0c969582f364283a8a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//6813dd0c969582f364283a8a?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="The latest news in 4 minutes. Updated every hour, every day." class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a href="https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?campid=promocard" class="card-title" target="_blank" rel="noopener">The latest news in 4 minutes. Updated every hour, every day.</a></figcaption></figure></div></div></div><input type="hidden" data-id="WQJCS"/><div class="component-container component-weather-tile themed-block block"><div class="weather-traffic-tile"><section class="weather-tile"><nav class="tile-container"><a class="weather-market" tabindex="0" href="/weather/"><span class="location">Springfield, MA</span><span class="title">Weather</span></a><a aria-label="Arrow icon" class="conditions-icon" tabindex="0" href="/weather/"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-right" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></a></nav><a class="weather-forecast" tabindex="0" href="/weather/"><section class="seven-day-forecast"><div class="forecast-info"><figure><header>Sat</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->58<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->82<!-- -->°</span></p></figcaption></figure><figure><header>Sun</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->55<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->69<!-- -->°</span></p></figcaption></figure><figure><header>Mon</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->54<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->62<!-- -->°</span></p></figcaption></figure><figure><header>Tue</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->56<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->66<!-- -->°</span></p></figcaption></figure><figure><header>Wed</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->55<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->72<!-- -->°</span></p></figcaption></figure><figure><header>Thu</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->49<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->68<!-- -->°</span></p></figcaption></figure><figure><header>Fri</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->45<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->62<!-- -->°</span></p></figcaption></figure></div></section></a></section><div class="component-container component-traffic-tile themed-block"><section class="traffic-block"><div class="tile-container"><a tabindex="0" href="/traffic/"><span class="title">Live Traffic Map</span></a></div><a aria-label="Arrow icon" class="icon-arrow" tabindex="0" href="/traffic/"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-right" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></a><div class="local-traffic-map"><a tabindex="0" href="/traffic/"><img width="100" height="70" src="https://i.iheart.com/v3/re/new_assets/627ed0263f19c6325b37ec16" alt="Map of Traffic Conditions"/><svg width="16" focusable="false" height="24" viewBox="0 0 16 24" class="svg-icon location-pin-icon" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.802 0 0 3.403 0 7.602 0 11.8 3.469 16.812 8 24c4.531-7.188 8-12.2 8-16.398C16 3.403 12.199 0 8 0zM5 8a3 3 0 116 0 3 3 0 01-6 0z" fill="#D63930"></path></svg></a></div></section></div></div></div><input type="hidden" data-id="Ghum3"/><div class="component-container component-traffic-tile"><section class="traffic-block"><div class="tile-container"><a tabindex="0" href="/traffic/"><span class="title">Live Traffic Map</span></a></div><a aria-label="Arrow icon" class="icon-arrow" tabindex="0" href="/traffic/"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-right" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></a><div class="local-traffic-map"><a tabindex="0" href="/traffic/"><img width="100" height="70" src="https://i.iheart.com/v3/re/new_assets/627ed0263f19c6325b37ec16" alt="Map of Traffic Conditions"/><svg width="16" focusable="false" height="24" viewBox="0 0 16 24" class="svg-icon location-pin-icon" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.802 0 0 3.403 0 7.602 0 11.8 3.469 16.812 8 24c4.531-7.188 8-12.2 8-16.398C16 3.403 12.199 0 8 0zM5 8a3 3 0 116 0 3 3 0 01-6 0z" fill="#D63930"></path></svg></a></div></section></div><input type="hidden" data-id="Fx4YF"/><div class="component-container component-feed feed-style-horizontal-reverse block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><header class="component-heading"><h2 class="heading-title">More Stories</h2></header><div class="feed-cards" data-block-id="kIdtO"><div class="component-grid col-1"><figure class="component-content-tile thumb-right feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 630px) 600px,(max-width: 720px) 690px,(max-width: 767px) 740px,(min-width: 768px) and (max-width: 800px) 420px,(max-width: 940px) 510px,(max-width: 1230px) 600px,(max-width: 1379px) 690px,(min-width: 1380px) 740px" alt="Defunct Russian Space Probe From The 1970s To Crash Into The Earth" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth/">Defunct Russian Space Probe From The 1970s To Crash Into The Earth</a><time class="component-date-display" dateTime="1746201900000">May 02, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="kIdtO"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="LSixG"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Decision Made On Gregg Popovich's Future With Spurs" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/">Decision Made On Gregg Popovich's Future With Spurs</a><time class="component-date-display" dateTime="1746201300000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-actress-ruth-buzzi-dead-at-88/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/6814e316b9a08480dd3cc52f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6814e316b9a08480dd3cc52f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6814e316b9a08480dd3cc52f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6814e316b9a08480dd3cc52f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6814e316b9a08480dd3cc52f?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Actress Ruth Buzzi Dead At 88" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-actress-ruth-buzzi-dead-at-88/">Actress Ruth Buzzi Dead At 88</a><time class="component-date-display" dateTime="1746199200000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/62bb6dd1e8dfd4e2214c7d56?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/62bb6dd1e8dfd4e2214c7d56?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/62bb6dd1e8dfd4e2214c7d56?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/62bb6dd1e8dfd4e2214c7d56?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/62bb6dd1e8dfd4e2214c7d56?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Kids Saved From Home Where They Had Been Locked Up By COVID-Fearing Parents" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents/">Kids Saved From Home Where They Had Been Locked Up By COVID-Fearing Parents</a><time class="component-date-display" dateTime="1746198240000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/65f1f05e64c2e3a913748a1e?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/65f1f05e64c2e3a913748a1e?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/65f1f05e64c2e3a913748a1e?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/65f1f05e64c2e3a913748a1e?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/65f1f05e64c2e3a913748a1e?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Passenger Tries Storming Plane's Cockpit, Gets Knocked To The Floor" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor/">Passenger Tries Storming Plane's Cockpit, Gets Knocked To The Floor</a><time class="component-date-display" dateTime="1746196920000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/6814d2b753c0bb887120c9f3?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6814d2b753c0bb887120c9f3?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6814d2b753c0bb887120c9f3?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6814d2b753c0bb887120c9f3?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6814d2b753c0bb887120c9f3?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Police Find Preschool Hit And Run Suspect Hiding In Boat" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat/">Police Find Preschool Hit And Run Suspect Hiding In Boat</a><time class="component-date-display" dateTime="1746194880000">May 02, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="LSixG"/><input type="hidden" data-id="beE6F"/><div class="component-container component-podcasts block"><header class="component-heading"><h2 class="heading-title">NewsRadio 560 WHYN<!-- --> Podcasts</h2><a class="component-button button-faux secondary small see-all" tabindex="0" href="/podcasts/">See All</a></header><div class="component-grid col-4"><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/419-the-jim-polito-show-27542469/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/27542469?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/27542469?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/27542469?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/27542469?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/27542469?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/27542469?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/27542469?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Jim Polito Show Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">The Jim Polito Show</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1119-the-clay-travis-and-buck-57927691/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/57927691?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/57927691?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/57927691?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/57927691?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/57927691?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/57927691?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/57927691?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Clay Travis and Buck Sexton Show Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">The Clay Travis and Buck Sexton Show</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/743-whyn-daybreak-with-john-ba-28840241/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/28840241?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/28840241?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/28840241?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/28840241?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/28840241?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/28840241?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/28840241?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for WHYN DayBreak with John Baibak Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">WHYN DayBreak with John Baibak</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/175-the-glenn-beck-program-23014384/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/23014384?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/23014384?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/23014384?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/23014384?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/23014384?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/23014384?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/23014384?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Glenn Beck Program Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">The Glenn Beck Program</p></figcaption></a></figure></div></div><input type="hidden" data-id="Vj1NU"/><div class="component-container component-feed feed-style-horizontal block" data-test-type="feed" data-feed="ID:sports-news-feed"><header class="component-heading"><h2 class="heading-title">Sports</h2></header><div class="feed-cards" data-block-id="fvUic"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 630px) 600px,(max-width: 720px) 690px,(max-width: 767px) 740px,(min-width: 768px) and (max-width: 800px) 420px,(max-width: 940px) 510px,(max-width: 1230px) 600px,(max-width: 1379px) 690px,(min-width: 1380px) 740px" alt="Training Like An Olympian: A Day With Team USA’s Ariana Ramsey" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/">Training Like An Olympian: A Day With Team USA’s Ariana Ramsey</a><time class="component-date-display" dateTime="1746222060000">May 02, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="fvUic"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="ID:sports-news-feed"><div class="feed-cards" data-block-id="fO6Qt"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/">Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win</a><time class="component-date-display" dateTime="1746210300000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Decision Made On Gregg Popovich's Future With Spurs" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/">Decision Made On Gregg Popovich's Future With Spurs</a><time class="component-date-display" dateTime="1746201300000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/67bcc021ee88ab70cf3aa3b4?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/67bcc021ee88ab70cf3aa3b4?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/67bcc021ee88ab70cf3aa3b4?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/67bcc021ee88ab70cf3aa3b4?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/67bcc021ee88ab70cf3aa3b4?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="NFL Legend Steve Smith Sued Under 'Homewrecker Law'" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law/">NFL Legend Steve Smith Sued Under 'Homewrecker Law'</a><time class="component-date-display" dateTime="1746189840000">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/6813e3bef5410d33a0198342?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6813e3bef5410d33a0198342?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6813e3bef5410d33a0198342?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6813e3bef5410d33a0198342?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6813e3bef5410d33a0198342?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Decision Made On Tyrese Haliburton's Father After Incident" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident/">Decision Made On Tyrese Haliburton's Father After Incident</a><time class="component-date-display" dateTime="1746134280000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/6813bd9f7d01815224da3343?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6813bd9f7d01815224da3343?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6813bd9f7d01815224da3343?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6813bd9f7d01815224da3343?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6813bd9f7d01815224da3343?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="MLB Fan In 'Critical Condition' After Accident During Game" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game/">MLB Fan In 'Critical Condition' After Accident During Game</a><time class="component-date-display" dateTime="1746124260000">May 01, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="fO6Qt"/><div class="component-container component-feed feed-style-horizontal block" data-test-type="feed" data-feed="ID:politics-feed"><header class="component-heading"><h2 class="heading-title">Politics</h2></header><div class="feed-cards" data-block-id="VGRnW"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 630px) 600px,(max-width: 720px) 690px,(max-width: 767px) 740px,(min-width: 768px) and (max-width: 800px) 420px,(max-width: 940px) 510px,(max-width: 1230px) 600px,(max-width: 1379px) 690px,(min-width: 1380px) 740px" alt="President Trump Releases 40-Page Budget Proposal To Fund His Agenda" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/">President Trump Releases 40-Page Budget Proposal To Fund His Agenda</a><time class="component-date-display" dateTime="1746204420000">May 02, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="VGRnW"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="ID:politics-feed"><div class="feed-cards" data-block-id="aDyRz"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/6813c0fcaf89fc0c91b73902?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6813c0fcaf89fc0c91b73902?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6813c0fcaf89fc0c91b73902?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6813c0fcaf89fc0c91b73902?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6813c0fcaf89fc0c91b73902?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="President Donald Trump Unveils His Own News Website, The White House Wire" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire/">President Donald Trump Unveils His Own News Website, The White House Wire</a><time class="component-date-display" dateTime="1746124740000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/6813ae476018f2973ad949e1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6813ae476018f2973ad949e1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6813ae476018f2973ad949e1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6813ae476018f2973ad949e1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6813ae476018f2973ad949e1?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Elon Musk Reflects On His Work With DOGE During Trump's First 100 Days" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days/">Elon Musk Reflects On His Work With DOGE During Trump's First 100 Days</a><time class="component-date-display" dateTime="1746120360000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/6813aaef0650b7facb269100?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6813aaef0650b7facb269100?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6813aaef0650b7facb269100?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6813aaef0650b7facb269100?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6813aaef0650b7facb269100?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Another Judge Blocks Trump's Use Of Alien Enemies Act To Deport Venezuelans" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans/">Another Judge Blocks Trump's Use Of Alien Enemies Act To Deport Venezuelans</a><time class="component-date-display" dateTime="1746119220000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/68138f90133d4e8539ac0734?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/68138f90133d4e8539ac0734?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/68138f90133d4e8539ac0734?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/68138f90133d4e8539ac0734?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/68138f90133d4e8539ac0734?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="National Security Advisor Mike Waltz Ousted After Signal Chat Leak" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak/">National Security Advisor Mike Waltz Ousted After Signal Chat Leak</a><time class="component-date-display" dateTime="1746112140000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/68123d41be9718a6853855fe?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/68123d41be9718a6853855fe?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/68123d41be9718a6853855fe?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/68123d41be9718a6853855fe?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/68123d41be9718a6853855fe?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Judge Orders Columbia Student Mohsen Mahdawi To Be Released" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released/">Judge Orders Columbia Student Mohsen Mahdawi To Be Released</a><time class="component-date-display" dateTime="1746025560000">Apr 30, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="aDyRz"/><div class="component-container component-feed feed-style-horizontal block" data-test-type="feed" data-feed="ID:weird-news-feed"><header class="component-heading"><h2 class="heading-title">Lifestyle</h2></header><div class="feed-cards" data-block-id="swv8H"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 630px) 600px,(max-width: 720px) 690px,(max-width: 767px) 740px,(min-width: 768px) and (max-width: 800px) 420px,(max-width: 940px) 510px,(max-width: 1230px) 600px,(max-width: 1379px) 690px,(min-width: 1380px) 740px" alt="Urgent Recall Issued For Wireless Chargers After Reports Of Burn Injuries" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries/">Urgent Recall Issued For Wireless Chargers After Reports Of Burn Injuries</a><time class="component-date-display" dateTime="1745008620000">Apr 18, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="swv8H"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="ID:weird-news-feed"><div class="feed-cards" data-block-id="SkYlX"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/68001af08c429903861ba01f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/68001af08c429903861ba01f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/68001af08c429903861ba01f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/68001af08c429903861ba01f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/68001af08c429903861ba01f?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Apple Users Urged To Update Devices Immediately After Sophisticated Attack" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack/">Apple Users Urged To Update Devices Immediately After Sophisticated Attack</a><time class="component-date-display" dateTime="1744837200000">Apr 16, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/601db840ab5d3a9fc9424064?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/601db840ab5d3a9fc9424064?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/601db840ab5d3a9fc9424064?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/601db840ab5d3a9fc9424064?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/601db840ab5d3a9fc9424064?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Urgent Recall Issued For Baby Food That Could Cause Organ Damage" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage/">Urgent Recall Issued For Baby Food That Could Cause Organ Damage</a><time class="component-date-display" dateTime="1744728240000">Apr 15, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/67f7df83f3b65fd12ed9a76b?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/67f7df83f3b65fd12ed9a76b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/67f7df83f3b65fd12ed9a76b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/67f7df83f3b65fd12ed9a76b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/67f7df83f3b65fd12ed9a76b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Iconic Fashion House Agrees To Buy Rival Firm In $1.4 Billion Deal" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal/">Iconic Fashion House Agrees To Buy Rival Firm In $1.4 Billion Deal</a><time class="component-date-display" dateTime="1744297860000">Apr 10, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/62bbb90559148f6de694bf9c?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/62bbb90559148f6de694bf9c?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/62bbb90559148f6de694bf9c?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/62bbb90559148f6de694bf9c?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/62bbb90559148f6de694bf9c?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="After Seven Years, There's a New Top Casual Restaurant In America" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america/">After Seven Years, There's a New Top Casual Restaurant In America</a><time class="component-date-display" dateTime="1743877020000">Apr 05, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/60621b6d887f14d07e2c9232?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/60621b6d887f14d07e2c9232?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/60621b6d887f14d07e2c9232?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/60621b6d887f14d07e2c9232?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/60621b6d887f14d07e2c9232?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Screen Time In Bed Linked To Worse Sleep, Increased Risk Of Insomnia: Study" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study/">Screen Time In Bed Linked To Worse Sleep, Increased Risk Of Insomnia: Study</a><time class="component-date-display" dateTime="1743522600000">Apr 01, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="SkYlX"/><div class="component-container component-show-collection block"><header class="component-heading"><h2 class="heading-title">Shows</h2></header><section class="Carousel-module_carousel-wrapper_299lN"><ul class="Carousel-module_carousel-controls_ZS68S"><li><button class="component-button secondary small Carousel-module_slide-button_A51nd" aria-label="Slide Content Left" aria-hidden="false" type="button"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-left" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></button></li><li><button class="component-button secondary small Carousel-module_slide-button_A51nd" aria-label="Slide Content Right" aria-hidden="false" type="button"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-right" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></button></li></ul><ul class="Carousel-module_carousel_oF6uY" tabindex="0"><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/whyn-daybreak-with-john-baibak/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/667aa6401ac0e3cee2754804?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/new_assets/667aa6401ac0e3cee2754804?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/new_assets/667aa6401ac0e3cee2754804?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of WHYN DayBreak with John Baibak" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/whyn-daybreak-with-john-baibak/">WHYN DayBreak with John Baibak</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/the-jim-polito-show/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/6579fc89e54ca8cf1b04a350?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/6579fc89e54ca8cf1b04a350?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6579fc89e54ca8cf1b04a350?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Jim Polito Show" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-jim-polito-show/">The Jim Polito Show</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/glenn-beck/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/611577cd788036a20bd34cec?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/611577cd788036a20bd34cec?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/611577cd788036a20bd34cec?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Glenn Beck Program" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/glenn-beck/">The Glenn Beck Program</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/the-clay-travis-and-buck-sexton-show/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/669ad25e815b9e2bc5d7fa77?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/669ad25e815b9e2bc5d7fa77?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/669ad25e815b9e2bc5d7fa77?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Clay Travis and Buck Sexton Show" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-clay-travis-and-buck-sexton-show/">The Clay Travis and Buck Sexton Show</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/the-howie-carr-show/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/5a31acc4282810cee4258ea0?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5a31acc4282810cee4258ea0?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5a31acc4282810cee4258ea0?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Howie Carr Show" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-howie-carr-show/">The Howie Carr Show</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/the-jesse-kelly-show/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/60c8b1294420c5f2aa18a2ab?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/60c8b1294420c5f2aa18a2ab?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/60c8b1294420c5f2aa18a2ab?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Jesse Kelly Show" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-jesse-kelly-show/">The Jesse Kelly Show</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/coast-to-coast-am/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/5edf9bd3ad493adf85017725?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5edf9bd3ad493adf85017725?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5edf9bd3ad493adf85017725?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Coast to Coast AM with George Noory" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/coast-to-coast-am/">Coast to Coast AM with George Noory</a></figcaption></figure></li></ul></section></div><input type="hidden" data-id="zlJN0"/><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3331" data-split="0" id="dfp-ad-3331-MOi2y"></div><input type="hidden" data-id="MOi2y"/><input type="hidden" data-id="GUwtl"/><input type="hidden" data-id="XlM5U"/><input type="hidden" data-id="xAMG8"/></div></section><section class="col-bottom"><div class="component-region region-ad-bottom-leaderboard"><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3306" data-split="0" id="dfp-ad-3306-ad:bottom-leaderboard"></div><input type="hidden" data-id="ad:bottom-leaderboard"/></div></section></main><footer class="component-site-footer"><div class="component-container"><div class="footer-row footer-links"><ul class="footer-national-links"><li><a tabindex="0" href="/contact/">Contact</a></li><li><a tabindex="0" href="/advertise/">Advertise on NewsRadio 560 WHYN</a></li><li><a href="https://www.iheart.com/apps/" target="_blank" rel="noopener">Download The Free iHeartRadio App</a></li><li><a href="https://www.iheart.com/podcast/" target="_blank" rel="noopener">Find a Podcast</a></li></ul><div class="component-social-network-icons"><ul class="component-social-icons"><li class="icon-container"><a href="//www.facebook.com/WHYN560" aria-label="Visit us on facebook" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-facebook" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><path class="primary-path" tabindex="-1" d="M21 12C21 7.02891 16.9711 3 12 3C7.02891 3 3 7.02891 3 12C3 16.493 6.29062 20.216 10.5938 20.891V14.6016H8.30859V12H10.5938V10.0172C10.5938 7.76191 11.9367 6.51562 13.9934 6.51562C14.9777 6.51562 16.0078 6.69141 16.0078 6.69141V8.90625H14.8723C13.7543 8.90625 13.4062 9.60059 13.4062 10.3125V12H15.9023L15.5033 14.6016H13.4062V20.891C17.7094 20.216 21 16.493 21 12Z" fill="#27292D"></path><path class="secondary-path" tabindex="-1" d="M15.5033 14.6016L15.9023 12H13.4062V10.3125C13.4062 9.60059 13.7543 8.90625 14.8723 8.90625H16.0078V6.69141C16.0078 6.69141 14.9777 6.51562 13.9934 6.51562C11.9367 6.51562 10.5938 7.76191 10.5938 10.0172V12H8.30859V14.6016H10.5938V20.891C11.0525 20.9631 11.5219 21 12 21C12.4781 21 12.9475 20.9631 13.4062 20.891V14.6016H15.5033Z" fill="white"></path></svg></a></li><li class="icon-container"><a href="//www.x.com/WHYN560" aria-label="Visit us on X" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-twitter" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path class="primary-path" d="M13.7124 10.6218L20.4133 3H18.8254L13.0071 9.61788L8.35992 3H3L10.0274 13.0074L3 21H4.58799L10.7324 14.0113L15.6401 21H21L13.7124 10.6218ZM11.5375 13.0956L10.8255 12.0991L5.16017 4.16971H7.59922L12.1712 10.5689L12.8832 11.5655L18.8262 19.8835H16.3871L11.5375 13.0956Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.youtube.com/channel/UCw5IhHWbRviaiWEhs6cX8vQ" aria-label="Visit us on youtube" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-youtube" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" class="primary-path" fill-rule="evenodd" clip-rule="evenodd" d="M20.9991 4.48941C21.9843 4.75294 22.761 5.52471 23.0263 6.50353C23.5188 8.29176 23.4999 12.0188 23.4999 12.0188C23.4999 12.0188 23.4999 15.7271 23.0263 17.5153C22.761 18.4941 21.9843 19.2659 20.9991 19.5294C19.1993 20 12 20 12 20C12 20 4.81959 20 3.00081 19.5106C2.01564 19.2471 1.23888 18.4753 0.973639 17.4965C0.5 15.7271 0.5 12 0.5 12C0.5 12 0.5 8.29176 0.973639 6.50353C1.23888 5.52471 2.03459 4.73412 3.00081 4.47059C4.80064 4 12 4 12 4C12 4 19.1993 4 20.9991 4.48941ZM15.6944 12L9.70756 15.4259V8.57412L15.6944 12Z" fill="#27292D"></path></svg></a></li></ul></div><div class="description">NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station</div><hr/><ul class="lower-footer-national-links"><li><a tabindex="0" href="/sitemap/">Sitemap</a></li><li><a tabindex="0" href="/rules/">Contest Rules</a></li><li><a href="https://www.iheart.com/privacy/" target="_blank" rel="noopener">Privacy Policy</a></li><li><a href="https://privacy.iheart.com/" target="_blank" rel="noopener">Your Privacy Choices<img data-src="http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684" alt="Your privacy Logo" class="lazyload" width="13" height="14"/></a></li><li><a href="https://www.iheart.com/terms/" target="_blank" rel="noopener">Terms of Use</a></li><li><a href="https://www.iheart.com/adchoices/" target="_blank" rel="noopener">AdChoices<img data-src="https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca" alt="AdChoices Logo" class="lazyload" width="13" height="14"/></a></li><li class="public-inspection-file"><a href="https://publicfiles.fcc.gov/am-profile/WHYN/" target="_blank" rel="noopener">WHYN<!-- --> <!-- -->Public Inspection File</a></li><li><a href="https://politicalfiles.iheartmedia.com/files/location/WHYN/" target="_blank" rel="noopener">WHYN<!-- --> <!-- -->Political File</a></li><li><a href="https://i.iheart.com/v3/re/assets.eeo/674e150e4e797390a1672148?passthrough=1" target="_blank" rel="noopener">EEO Public File</a></li><li><a tabindex="0" href="/content/public-file-assistance/">Public File Assistance</a></li><li><a tabindex="0" href="/fcc-applications/">FCC Applications</a></li></ul><div class="site-ownership"><div>© <!-- -->2025<!-- --> <!-- -->iHeartMedia, Inc.</div></div></div></div></footer><div class="component-apptray"><div id="recaptcha-badge" class="g-recaptcha"></div></div></div></div></div> <div id="fb-root" /> <script>window.__PRELOADED_STATE__ = {"site":{"site":{"sites":{"find":{"_id":"%2F43479be58bc519fc7a1fe3258d6859ba","canonicalHostname":"whyn.iheart.com","hostnames":[],"facets":["genres/News & Talk","formats/NEWSTALK","brands/WHYN-AM (1169)","markets/SPRINGFIELD-MA","facets/New England","facets/All Sites - English","facets/WinB4Contest","facets/Q2CashContest"],"slug":"whyn-am","market":"markets/SPRINGFIELD-MA","ownBrand":"brands/WHYN-AM (1169)","timeZone":"America/New_York","keys":["hostname:whyn.iheart.com","hostname:www.whyn.com","hostname:whyn.com","hostname:whynam560.com","hostname:www.whynam560.com","hostname:whyn-am.radio.iheart.com","id:/43479be58bc519fc7a1fe3258d6859ba","brand:brands/WHYN-AM (1169)","slug:whyn-am","primaryParentOf:/087ffc9c1d9f1aebbf1eb37bcd315302","primaryParentOf:/0a57a96510bd1c4875b6491a34074e58","primaryParentOf:/2ce5fe6e8e703ddb63a72380c1f9c22e","primaryParentOf:/2ee336ee8108351934dcfe3027cd829f","primaryParentOf:/51a4f3eab36adf7a2ee467eec197992b","primaryParentOf:/595d1bbf6ceb2ad362d957c0","primaryParentOf:/5a612d9f0ca54764ca5ea9f0","primaryParentOf:/5c8c219092de32a5dd259463","primaryParentOf:/5dd82dce0fd7b67a7505ed29","primaryParentOf:/5dd830bfe9f54ffe002ca52e","primaryParentOf:/5e1e506cf2747c77e7fa018c","primaryParentOf:/652aa0e7f313b39725700d21f793be5e","primaryParentOf:/93d024fc9e24f5c8d2572323c2ed24dc","primaryParentOf:/c88b7a15dd7d6b5f957e261a5cc6ebdb","stream:4685","primaryParentOf:/5f5f89f42a6480842ceae818","primaryParentOf:/6059fbd5482a3e630d7b5ff0","broadcastFacility:55757","broadcastFacilityCallsign:whyn","primaryParentOf:/66c5eeb702520e88c297e709","primaryParentOf:/672146e50c71a83fd116098b"],"stream":{"id":4685,"primaryPronouncement":"news radio five sixty w. h. y. n.","recentlyPlayedEnabled":false,"isActive":"true"},"ownership":{"id":"providers/Clear Channel","taxo":{"source":{"display_name":"iHeartMedia, Inc."}}},"summary":{"name":"NewsRadio 560 WHYN","description":"NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station"},"status":{"hide":{"startDate":0,"endDate":0,"redirectTo":""},"isHidden":false,"isActive":true},"configByLookup":{"_id":"/43479be58bc519fc7a1fe3258d6859ba/inferno","adPositions":[{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]}],"_id":"/local-site/3308","positionId":"3308","template":"local-site","adSplit":10,"forceLoad":true},{"breakpoints":[{"breakpoint":320,"sizes":[{"w":300,"h":250}]},{"breakpoint":480,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]},{"breakpoint":760,"sizes":[{"w":300,"h":250}]},{"breakpoint":768,"sizes":[{"w":300,"h":250}]},{"breakpoint":800,"sizes":[{"w":300,"h":250}]},{"breakpoint":990,"sizes":[{"w":300,"h":250}]},{"breakpoint":1024,"sizes":[{"w":300,"h":250}]},{"breakpoint":1059,"sizes":[{"w":300,"h":250}]},{"breakpoint":1060,"sizes":[{"w":0,"h":0}]},{"breakpoint":1190,"sizes":[{"w":0,"h":0}]},{"breakpoint":0,"sizes":[{"w":0,"h":0}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb2","positionId":"3327","template":"local-inferno-site","adSplit":10,"forceLoad":false},{"breakpoints":[{"breakpoint":1060,"sizes":[{"w":300,"h":250},{"w":300,"h":600}]},{"breakpoint":1190,"sizes":[{"w":300,"h":250},{"w":300,"h":600}]},{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":320,"sizes":[{"w":0,"h":0}]},{"breakpoint":480,"sizes":[{"w":0,"h":0}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb1","positionId":"3307","template":"local-inferno-site","adSplit":10,"forceLoad":false},{"breakpoints":[{"breakpoint":320,"sizes":[{"w":320,"h":50}]},{"breakpoint":480,"sizes":[{"w":320,"h":50}]},{"breakpoint":700,"sizes":[{"w":320,"h":50}]},{"breakpoint":760,"sizes":[{"w":320,"h":50}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90}]}],"_id":"%2F5f15ebcbe9960c806959fb15","positionId":"3332","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":320,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":480,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":700,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":760,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]}],"_id":"%2F5e289b1ec184cee3fd7aaeae","positionId":"3330","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]}],"_id":"/local-site/3309","positionId":"3309","template":"local-site","adSplit":10,"forceLoad":true},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":320,"h":50}]},{"breakpoint":320,"sizes":[{"w":320,"h":50}]},{"breakpoint":480,"sizes":[{"w":320,"h":50}]},{"breakpoint":700,"sizes":[{"w":320,"h":50}]},{"breakpoint":760,"sizes":[{"w":320,"h":50}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb0","positionId":"3306","template":"local-inferno-site","adSplit":0,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":320,"sizes":[{"w":3,"h":3}]},{"breakpoint":480,"sizes":[{"w":3,"h":3}]},{"breakpoint":700,"sizes":[{"w":3,"h":3}]},{"breakpoint":760,"sizes":[{"w":10,"h":10}]},{"breakpoint":768,"sizes":[{"w":10,"h":10}]},{"breakpoint":800,"sizes":[{"w":10,"h":10}]}],"_id":"%2F5f230d591e48ed5023a49f05","positionId":"3331a","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":768,"sizes":[{"w":1,"h":1}]}],"_id":"%2F5f9823d6564708139f497ffb","positionId":"8888","template":"local-inferno-site","adSplit":100,"forceLoad":true},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":100}]}],"_id":"/local-site/5052","positionId":"5052","template":"local-site","adSplit":0,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":320,"sizes":[{"w":300,"h":250}]},{"breakpoint":480,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]},{"breakpoint":760,"sizes":[{"w":300,"h":250}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90}]}],"_id":"%2F5e289b1ec184cee3fd7aaeaf","positionId":"3331","template":"local-inferno-site","adSplit":50,"forceLoad":false}],"routes":[{"name":"home","path":"/"},{"name":"weather","path":"/weather"},{"name":"newsletter","path":"/newsletter/"},{"name":"home_preview","path":"/preview/"},{"name":"music_home","path":"/music/"},{"name":"ads","path":"/ads/"},{"name":"advertise","path":"/advertise/"},{"name":"amazongoogle","path":"/amazon-alexa-and-google-home/"},{"name":"calendar_content_all","path":"/calendar/"},{"name":"contact","path":"/contact/"},{"name":"content","path":"/content/"},{"name":"contests","path":"/contests/"},{"name":"fccappliciations","path":"/fcc-applications/"},{"name":"featured","path":"/from-our-shows/"},{"name":"iheartradio_app","path":"/apps/"},{"name":"onair_schedule","path":"/schedule/"},{"name":"podcasts","path":"/podcasts/"},{"name":"promotions","path":"/promotions/"},{"name":"robots","path":"/robots/"},{"name":"rules","path":"/rules/"},{"name":"traffic","path":"/traffic/"},{"name":"music_recently_played","path":"/music/recently-played/"},{"name":"music_top_songs","path":"/music/top-songs/"},{"name":"error_page","path":"/_error/404/"},{"name":"newsletter_unsubscribe","path":"/newsletter/unsubscribe/"},{"name":"topic_content","path":"/topic/content/"},{"name":"author","path":"/author/\u003cslug>"},{"name":"calendar_content","path":"/calendar/content/\u003cslug>"},{"name":"calendar_content_category","path":"/calendar/category/\u003ctopic>"},{"name":"chart","path":"/charts/\u003cchart_slug>/"},{"name":"contest","path":"/contests/\u003cslug>/"},{"name":"detail","path":"/content/\u003cslug>/"},{"name":"onair_schedule_day","path":"/schedule/\u003cday>/"},{"name":"plaintext","path":"/text/\u003cslug>/"},{"name":"promotion","path":"/promotions/\u003cslug>/"},{"name":"search","path":"/search/\u003ckeyword>/"},{"name":"topic","path":"/topic/\u003ctopic>/"},{"name":"chart_detail","path":"/charts/\u003cchart_slug>/\u003clist_slug>/"}],"redirects":[{"id":"sG5ku","priority":0,"source":"/terms","regex":false,"schedule":{"begin":1495213980000,"end":4115978604802},"destination":{"type":"URL","value":"/content/terms-of-use/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iVzdH","priority":0,"source":"/privacy","regex":false,"schedule":{"begin":1495214100000,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LoFCm","priority":0,"source":"/village","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1nTyx","priority":0,"source":"/spotlight","regex":false,"schedule":{"begin":1498503600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"689Gc","priority":0,"source":"/spotlights","regex":false,"schedule":{"begin":1498503600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WFN6j","priority":0,"source":"/politics","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pHMQ9","priority":0,"source":"/politicaljunkie","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oLs7Z","priority":0,"source":"/trump","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jaGYj","priority":0,"source":"/election","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"lAdqT","priority":0,"source":"/debate","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hRBn4","priority":0,"source":"/live","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NTW8H","priority":0,"source":"/theater","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"T7NRs","priority":0,"source":"/theaters","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"lnPpW","priority":0,"source":"/fiestalatina","regex":false,"schedule":{"begin":1532113200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"M89F6","priority":0,"source":"/fiesta","regex":false,"schedule":{"begin":1532113200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oIvoh","priority":0,"source":"/ontheverge","regex":false,"schedule":{"begin":1498672800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fvFSl","priority":0,"source":"/otv","regex":false,"schedule":{"begin":1498672800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0ojeA","priority":0,"source":"/events","regex":false,"schedule":{"begin":1498680000000,"end":4115978604802},"destination":{"type":"URL","value":"/content/iheartradio-events/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"t2qxn","priority":0,"source":"/risingstar","regex":false,"schedule":{"begin":1499313600000,"end":4115978604802},"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QCwSi","priority":0,"source":"/risingstars","regex":false,"schedule":{"begin":1499313600000,"end":4115978604802},"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FNCWN","priority":0,"source":"/edc","regex":false,"schedule":{"begin":1500656400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QIxAi","priority":0,"source":"/edcradio","regex":false,"schedule":{"begin":1500656400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"novvL","priority":0,"source":"/favicon.ico","regex":false,"schedule":{"begin":1500668040000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/assets/favicon.cf2eff6db48eda72637f3c01d6ce99ae.ico?rev=7.34.3"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cJ6Ax","priority":0,"source":"/script2/rss.php","regex":false,"schedule":{"begin":1500668040000,"end":4115978604802},"destination":{"type":"URL","value":"/timeline.rss"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dc0Ob","priority":0,"source":"/playlist/","regex":false,"schedule":{"begin":1501782060000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"otvhW","priority":0,"source":"/calendar/concerts-9/","regex":false,"schedule":{"begin":1503509820000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/events/concerts/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Y0ecD","priority":0,"source":"/index.php","regex":false,"schedule":{"begin":1503515460000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fP9Md","priority":0,"source":"/index.html","regex":false,"schedule":{"begin":1503515460000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IT6c8","priority":0,"source":"/calendar/station-events-1/","regex":false,"schedule":{"begin":1503515520000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"PfvMC","priority":0,"source":"/80sshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xXbXZ","priority":0,"source":"/80show","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"SzMPk","priority":0,"source":"/eightiesshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gBzKO","priority":0,"source":"/the80sshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0vWcK","priority":0,"source":"/daytimevillage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IoHEa","priority":0,"source":"/iheartnow","regex":false,"schedule":{"begin":1506690000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.facebook.com/iheartnow"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kGobR","priority":0,"source":"/holidays","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"vR6is","priority":0,"source":"/happyholidays","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tL3jx","priority":0,"source":"/christmas","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sOdwO","priority":0,"source":"/hanukkah","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6fl6B","priority":0,"source":"/fangirls","regex":false,"schedule":{"begin":1515776400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4pZRU","priority":0,"source":"/fangirl","regex":false,"schedule":{"begin":1515776400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Z0psI","priority":0,"source":"/blackhistory","regex":false,"schedule":{"begin":1517007600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mU8Gz","priority":0,"source":"/blackhistorymonth","regex":false,"schedule":{"begin":1517007600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"scHow","priority":0,"source":"/iheartcountry","regex":false,"schedule":{"begin":1518786000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheartcountry.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tgPDH","priority":0,"source":"/country","regex":false,"schedule":{"begin":1518786000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheartcountry.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P4kj3","priority":0,"source":"/cc-common/traffic/index.html","regex":false,"schedule":{"begin":1519282980000,"end":4115978604802},"destination":{"type":"URL","value":"/traffic/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zOavI","priority":0,"source":"/cc-common/radiobase/contests","regex":false,"schedule":{"begin":1519282980000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Kf469","priority":0,"source":"/cc-common/weather/","regex":false,"schedule":{"begin":1519283040000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pbxiP","priority":0,"source":"/go/radio_app","regex":false,"schedule":{"begin":1519283040000,"end":4115978604802},"destination":{"type":"URL","value":"/apps/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QxYrG","priority":0,"source":"/pages/streaming.html","regex":false,"schedule":{"begin":1519309560000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tnYcu","priority":0,"source":"/pages/streaming","regex":false,"schedule":{"begin":1519309620000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yBGWM","priority":0,"source":"/pages/war-of-the-roses","regex":false,"schedule":{"begin":1519426260000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/139-War-Of-The-Roses-25445146/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VfzOG","priority":0,"source":"/contest","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1Q9F6","priority":0,"source":"/cc-common/globalcontestfinder.html","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oS817","priority":0,"source":"/pages/listenlive.html","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"r3T2K","priority":0,"source":"/cc-common/news/sections/entertainmentarticle.html","regex":false,"schedule":{"begin":1519426680000,"end":4115978604802},"destination":{"type":"URL","value":"/topic/trending-pop/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ba6a4","priority":0,"source":"/home.aspx","regex":false,"schedule":{"begin":1519426740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JI9OM","priority":0,"source":"/cc-common/streaming_new/index.html","regex":false,"schedule":{"begin":1519426800000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GhyRh","priority":0,"source":"/cc-common/news/videos/player.html","regex":false,"schedule":{"begin":1519426800000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BSMwK","priority":0,"source":"/event_portal/view/calendar/calendar.html","regex":false,"schedule":{"begin":1519426860000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"szqQp","priority":0,"source":"/cc-common/contests/photo_contest.php","regex":false,"schedule":{"begin":1519426860000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"i54eh","priority":0,"source":"/asp2/codedetail.aspx","regex":false,"schedule":{"begin":1519426920000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"keGyL","priority":0,"source":"/go/register","regex":false,"schedule":{"begin":1519426920000,"end":4115978604802},"destination":{"type":"URL","value":"/newsletter/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xnBQB","priority":0,"source":"/cc-common/iheartradio-music-festival","regex":false,"schedule":{"begin":1519426980000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7BOqD","priority":0,"source":"/cc-common/contests/index.html","regex":false,"schedule":{"begin":1519427040000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dOvXM","priority":0,"source":"/main.html","regex":false,"schedule":{"begin":1519427100000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iEGCz","priority":0,"source":"/cc-common/weather","regex":false,"schedule":{"begin":1519427100000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"scTdK","priority":0,"source":"/music/recently-played/undefined/","regex":false,"schedule":{"begin":1521464520000,"end":4115978604802},"destination":{"type":"URL","value":"/music/recently-played/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Gje0w","priority":0,"source":"/music/undefined/","regex":false,"schedule":{"begin":1521465300000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sko3S","priority":0,"source":"/music/top-songs/undefined/","regex":false,"schedule":{"begin":1521548460000,"end":4115978604802},"destination":{"type":"URL","value":"/music/top-songs/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"d2Y8B","priority":0,"source":"/music/playlist/","regex":false,"schedule":{"begin":1521548760000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YMOfW","priority":0,"source":"/{{collectionUrl}}/","regex":false,"schedule":{"begin":1521724800000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UZWIc","priority":0,"source":"/stage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qY7Bi","priority":0,"source":"/daytimestage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"soGug","priority":0,"source":"/daystage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UMKHQ","priority":0,"source":"/musicfestival","regex":false,"schedule":{"begin":1528156800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"H7TrY","priority":0,"source":"/music-festival","regex":false,"schedule":{"begin":1528156800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4e6Mq","priority":0,"source":"/festival","regex":false,"schedule":{"begin":1596513600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QmKB3","priority":0,"source":"/cc.js?ns=_cc","regex":false,"schedule":{"begin":1528381680000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"95ImX","priority":0,"source":"/6663/ccr.newyork.ny/wwpr-fm","regex":false,"schedule":{"begin":1528381680000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e2TbP","priority":0,"source":"/6663/ccr.newyork.ny.n/wwpr-fm","regex":false,"schedule":{"begin":1528381740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rtsWp","priority":0,"source":"/6663/ccr","regex":false,"schedule":{"begin":1528381740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dDHKJ","priority":0,"source":"/pages/bobbybones.html?article=10164920","regex":false,"schedule":{"begin":1528382220000,"end":4115978604802},"destination":{"type":"URL","value":"https://bobbybones.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Vksoo","priority":0,"source":"/Durginstuff.html/","regex":false,"schedule":{"begin":1528382400000,"end":4115978604802},"destination":{"type":"URL","value":"https://whp580.iheart.com/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ydn7Y","priority":0,"source":"/pages/johnandkenshow/","regex":false,"schedule":{"begin":1528382460000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/john-and-ken/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JAfTn","priority":0,"source":"/cc-common/hdradio/player.php?staid=WLTW-FM","regex":false,"schedule":{"begin":1528382460000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/1067-lite-fm-1477/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"vmLvG","priority":0,"source":"/spit","regex":false,"schedule":{"begin":1534179720000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/spit-29676456/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3jk0L","priority":0,"source":"/content/2018-09-06-actor-bury-reynolds-dead-at-82/","regex":false,"schedule":{"begin":1536262980000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2018-09-06-actor-burt-reynolds-dead-at-821/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rRiTl","priority":0,"source":"/topic/24/7%20News%20-%20National%20(501855)/","regex":false,"schedule":{"begin":1537971900000,"end":4115978604802},"destination":{"type":"URL","value":"/24-7-news/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"l1YJA","priority":0,"source":"/alterego","regex":false,"schedule":{"begin":1538398200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5uKOW","priority":0,"source":"/podcastawards","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cVn5o","priority":0,"source":"/podcast-awards","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LcEcm","priority":0,"source":"/podcastaward","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FgU8x","priority":0,"source":"/podcast-award","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gfVqw","priority":0,"source":"/jingleball","regex":false,"schedule":{"begin":1498755600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LScSz","priority":0,"source":"/sonos","regex":false,"schedule":{"begin":1543208400000,"end":4115978604802},"destination":{"type":"URL","value":"https://sonos.pages.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"T6DSc","priority":0,"source":"/jingle-ball","regex":false,"schedule":{"begin":1544072400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DSnll","priority":0,"source":"/admin/ver2/login.php","regex":false,"schedule":{"begin":1544705880000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P6L0g","priority":0,"source":"Listen","regex":false,"schedule":{"begin":1544705880000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0Z9RM","priority":0,"source":"/common/top_songs/2009.html","regex":false,"schedule":{"begin":1544706000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/class-of-2009-312064750-TXZD2FPZxDpXUQH2kty9Zf/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Ttcig","priority":0,"source":"/pages/nathan-fast.html","regex":false,"schedule":{"begin":1544706300000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/nathan-fast/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IP3r2","priority":0,"source":"/pages/michaelberry.html","regex":false,"schedule":{"begin":1544706420000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/michael-berry/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VYRMr","priority":0,"source":"/pages/BOBBYOJAY.html","regex":false,"schedule":{"begin":1544706480000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/bobby-o-jay/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"AGrmM","priority":0,"source":"/Listen%20","regex":false,"schedule":{"begin":1544706780000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"l8Hno","priority":0,"source":"/pages/lancesBlog.html","regex":false,"schedule":{"begin":1544707200000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/lance-mcalister/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YSRPT","priority":0,"source":"/flashtalking/ftlocal.html","regex":false,"schedule":{"begin":1544707320000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XjHIU","priority":0,"source":"/news/terms-of-use-11584658","regex":false,"schedule":{"begin":1544707320000,"end":4115978604802},"destination":{"type":"URL","value":"/terms/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5qzE7","priority":0,"source":"/legal/terms","regex":false,"schedule":{"begin":1544707380000,"end":4115978604802},"destination":{"type":"URL","value":"/terms/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"v37DV","priority":0,"source":"/asp2/usepoints.aspx","regex":false,"schedule":{"begin":1544707380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jZJSE","priority":0,"source":"/common/quiz/one-direction/match.php","regex":false,"schedule":{"begin":1544707440000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/one-direction-687496/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tqQP1","priority":0,"source":"/tupacshakur","regex":false,"schedule":{"begin":1544707560000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/2pac-39257/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"As3w2","priority":0,"source":"/app2/Contest/8LFQYF","regex":false,"schedule":{"begin":1544707620000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3CQqZ","priority":0,"source":"/cc-common/contests","regex":false,"schedule":{"begin":1544707680000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5ODwU","priority":0,"source":"/app2/Contest/7LJDFU","regex":false,"schedule":{"begin":1544707680000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"37kZs","priority":0,"source":"/cc-common/seasonal/holiday","regex":false,"schedule":{"begin":1544707740000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/collections/genre-playlists/playlist-genres/christmas/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"84jHC","priority":0,"source":"/pages/bod/thong.html","regex":false,"schedule":{"begin":1544707800000,"end":4115978604802},"destination":{"type":"URL","value":"/topic/whats-hot/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DPQ86","priority":0,"source":"/event_portal/view/calendar/event.html","regex":false,"schedule":{"begin":1544708100000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dbIgm","priority":0,"source":"/content/2019-01-03-that-hot-backup-dancer-from-taylor-swifts-netflix-film-is-on-instagram/","regex":false,"schedule":{"begin":1546609260000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-01-03-the-hot-guy-from-taylor-swifts-netflix-film-has-a-name-and-an-instagram/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"q3tN4","priority":0,"source":"/iheartawards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"A0cPy","priority":0,"source":"/awards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7UZst","priority":0,"source":"/musicawards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"n8wQt","priority":0,"source":"/music-awards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"o5Bbj","priority":0,"source":"/vote","regex":false,"schedule":{"begin":1604505600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2gp2Q","priority":0,"source":"/award","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IFx3E","priority":0,"source":"/awards%20vote","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jNLvF","priority":0,"source":"/countryfestival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Kzkd2","priority":0,"source":"/iheartcountryfestival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6aIim","priority":0,"source":"/iheartcountry-festival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WzoLY","priority":0,"source":"/country-festival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Prl6M","priority":0,"source":"/womenofiheartcountry","regex":false,"schedule":{"begin":1550869200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Women of iHeartCountry"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UzDHM","priority":0,"source":"/women","regex":false,"schedule":{"begin":1614601800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gWMcd","priority":0,"source":"/content/2019-03-04-brawl-breaks-out-at-cardi-b-rodeo-concert/","regex":false,"schedule":{"begin":1551799560000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/cardi-b-31246427/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FpdzN","priority":0,"source":"/payment","regex":false,"schedule":{"begin":1554221040000,"end":4115978604802},"destination":{"type":"URL","value":"/pay"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZBeQF","priority":0,"source":"/billpay","regex":false,"schedule":{"begin":1554221340000,"end":4115978604802},"destination":{"type":"URL","value":"/pay"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wH7lR","priority":0,"source":"/charts","regex":false,"schedule":{"begin":1597266000000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/featured/charts/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"eIvqD","priority":0,"source":"/wangotango","regex":false,"schedule":{"begin":1555939800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GTHXQ","priority":0,"source":"/wango","regex":false,"schedule":{"begin":1555939800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LFrEl","priority":0,"source":"/fathersday","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1dAcV","priority":0,"source":"/fathers","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xsEuC","priority":0,"source":"/dads","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VSg8k","priority":0,"source":"/dad","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nFudb","priority":0,"source":"/pride","regex":false,"schedule":{"begin":1560542400000,"end":4115978604802},"destination":{"type":"URL","value":"https://prideradio.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9r4Wa","priority":0,"source":"/backtoschool","regex":false,"schedule":{"begin":1565186400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/back-to-school/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UXrDU","priority":0,"source":"/newsletters","regex":false,"schedule":{"begin":1565193600000,"end":4115978604802},"destination":{"type":"URL","value":"/newsletter"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HDw4Q","priority":0,"source":"/sports","regex":false,"schedule":{"begin":1721764800000,"end":4115978604802},"destination":{"type":"URL","value":"https://sports.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BRIww","priority":0,"source":"/player/embed.html","regex":false,"schedule":{"begin":1569245520000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Dkdkt","priority":0,"source":"/podcastchart","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qs1iA","priority":0,"source":"/podcastschart","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5AXp4","priority":0,"source":"/podcastcharts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RqjrU","priority":0,"source":"/toppodcasts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6JcQJ","priority":0,"source":"/top100podcasts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yg683","priority":0,"source":"/top100","regex":false,"schedule":{"begin":1569945600000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kX8iG","priority":0,"source":"/legal/ad-choices/en/","regex":false,"schedule":{"begin":1577134320000,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/#choices"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LptCe","priority":0,"source":"/legal/ad-choices/es/","regex":false,"schedule":{"begin":1577134440000,"end":4115978604802},"destination":{"type":"URL","value":"/content/poltica-de-privacidad-y-cookies/#choices"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Z37O8","priority":0,"source":"/capital1","regex":false,"schedule":{"begin":1735837200000,"end":1746331219263},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"KlqCf","priority":0,"source":"/capitolone","regex":false,"schedule":{"begin":1735837223975,"end":1746331200000},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"cHhkd","priority":0,"source":"/capitalone","regex":false,"schedule":{"begin":1735837200000,"end":1746331248861},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fEMxN","priority":0,"source":"/CapitolOnePreSale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sFi7g","priority":0,"source":"/Capital1PreSale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Wo6I5","priority":0,"source":"/Capital1Pre-Sale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"TxSDp","priority":0,"source":"/content/2017-07-10-11-things-you-didnt-know-the-iheartradio-app-could-do/","regex":false,"schedule":{"begin":1583157600562,"end":4115978604802},"destination":{"type":"URL","value":"/apps"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hVVCt","priority":0,"source":"/LivingRoomConcert","regex":false,"schedule":{"begin":1585152000624,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HzXTT","priority":0,"source":"/LivingRoomConcertForAmerica","regex":false,"schedule":{"begin":1585152000284,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2Sozz","priority":0,"source":"/LivingRoom","regex":false,"schedule":{"begin":1585152000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"EtklO","priority":0,"source":"/StandForSmall","regex":false,"schedule":{"begin":1587096000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"w0DY7","priority":0,"source":"/Stand4Small","regex":false,"schedule":{"begin":1587096000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HpZ6a","priority":0,"source":"/meatdistrict","regex":false,"schedule":{"begin":1624280400535,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"g0xFF","priority":0,"source":"/adchoices/","regex":false,"schedule":{"begin":1589477940047,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/#otnotice-section-5659a3f3-c42c-4200-ab79-b8e9bcf27519"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"E2JKG","priority":0,"source":"/blackmusic","regex":false,"schedule":{"begin":1589472000195,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"09U7s","priority":0,"source":"/blackmusicmonth","regex":false,"schedule":{"begin":1589472000111,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"j7cxB","priority":0,"source":"/TheVibe","regex":false,"schedule":{"begin":1589979600973,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"AwDzL","priority":0,"source":"/vibe","regex":false,"schedule":{"begin":1589979600948,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qJQCj","priority":0,"source":"/privacy/en","regex":false,"schedule":{"begin":1590520500497,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GwuK9","priority":0,"source":"/privacy/es","regex":false,"schedule":{"begin":1590520620941,"end":4115978604802},"destination":{"type":"URL","value":"/content/poltica-de-privacidad-y-cookies/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gso5x","priority":0,"source":"/terms/en","regex":false,"schedule":{"begin":1590520620813,"end":4115978604802},"destination":{"type":"URL","value":"/content/terms-of-use/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bOoV1","priority":0,"source":"/terms/es","regex":false,"schedule":{"begin":1590520680277,"end":4115978604802},"destination":{"type":"URL","value":"/content/terminos-de-uso-de-iheartmedia/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UjDAc","priority":0,"source":"/optout/en","regex":false,"schedule":{"begin":1590520740882,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/privacy-and-cookie-notice/#optout"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GmqyS","priority":0,"source":"/optout/es","regex":false,"schedule":{"begin":1590520860765,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/poltica-de-privacidad-y-cookies/#optout"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Zg0et","priority":0,"source":"/apple-app-site-association","regex":false,"schedule":{"begin":1594735560064,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/apple-app-site-association/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZDf0k","priority":0,"source":"/capitol1","regex":false,"schedule":{"begin":1735837200274,"end":1746331200274},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"ZSf9x","priority":0,"source":"/content/2020-08-24-dua-lipa-faces-backlash-over-birthday-party-photos/","regex":false,"schedule":{"begin":1598360040656,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ItDgY","priority":0,"source":"/featured/katie-sommers-radio-network(.*)$","regex":true,"schedule":{"begin":1599848040709,"end":4115978604802},"destination":{"type":"URL","value":"/featured/katie-sommers$1"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xcEXl","priority":0,"source":"/assistance/en/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/public-file-assistance/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e51Gy","priority":0,"source":"/assistance/es/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/acceso-al-archivo-publico/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qSDca","priority":0,"source":"/msvibes","regex":false,"schedule":{"begin":1602599400753,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/ms-vibes-radio-8751/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Q8lxq","priority":0,"source":"/hbcu","regex":false,"schedule":{"begin":1602795600908,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"O6KKd","priority":0,"source":"/hbcus","regex":false,"schedule":{"begin":1602795600114,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8VXsE","priority":0,"source":"/hbuc","regex":false,"schedule":{"begin":1602795600874,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iUKUQ","priority":0,"source":"/live/schnitt-show-4824/","regex":false,"schedule":{"begin":1608564180914,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/moneytalk-1010-am-6743/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kEVFd","priority":0,"source":"/contests/","regex":false,"schedule":{"begin":1610479620499,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VWuzz","priority":0,"source":"\\/contests\\/([^\\/]+)/","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/$1/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zHtlf","priority":0,"source":"/content/2021-01-12-ohio-boe-member-organized-bus-trip-to-dc-for-stop-the-steal-rally/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/news/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mvQQd","priority":0,"source":"/livingblack","regex":false,"schedule":{"begin":1611075600442,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/livingblack/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hWcd3","priority":0,"source":"/content/2021-01-20-powerball-numbers-live-results-for-12021-7300-million-jackpot-tonight/","regex":false,"schedule":{"begin":1611240360757,"end":4115978604802},"destination":{"type":"URL","value":"/content/2021-01-20-powerball-numbers-live-results-for-12021-730-million-jackpot-tonight/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"K0Xtv","priority":0,"source":"/bhm","regex":false,"schedule":{"begin":1517007600705,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qwrc7","priority":0,"source":"/taxactfacts","regex":false,"schedule":{"begin":1613166900079,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/taxact-facts-937090/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5S7dn","priority":0,"source":"/womensday","regex":false,"schedule":{"begin":1614601800323,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bS51A","priority":10,"source":"\\/articles\\/.*","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Y590H","priority":10,"source":"\\/onair\\/.*","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/schedule/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hUSKT","priority":0,"source":"/photos/","regex":false,"schedule":{"begin":1626101520510,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5wsra","priority":0,"source":"/recoverymonth","regex":false,"schedule":{"begin":1631105760296,"end":4115978604802},"destination":{"type":"URL","value":"https://recoveroutloud2021.org/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"g52cm","priority":0,"source":"/iheartradio","regex":false,"schedule":{"begin":1632172920386,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LTCni","priority":0,"source":"/iheart","regex":false,"schedule":{"begin":1632172920942,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"MKbb4","priority":0,"source":"/featured/iheartradio-music-festival/_error/404/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/featured/iheartradio-music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4V8AS","priority":0,"source":"/ultimate-fan/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/news/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DeWQ6","priority":0,"source":"/featured/everyday-wealth/","regex":false,"schedule":{"begin":1640705940979,"end":4115978604802},"destination":{"type":"URL","value":"https://www.edelmanfinancialengines.com/everyday-wealth/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Cmjam","priority":0,"source":"^\\/topic\\/(official%20rules%20\\(495693\\)|contest%20rules%20\\(473739\\)|wwyz-fm%20contest%20rules|contest%20rules%20\\(190932\\)|big%2098%20contest%20rules%20\\(469499\\)|contest%20rules%20\\(486700\\)|concerts%20%26%20contests%20\\(267528\\)|whcn-fm%20contest%20rules|wkss-fm%20contest%20rules|wkci-fm%20contest%20rules|contest%20rules%20\\(415036\\)|contest%20rules%20\\(418106\\)|contest%20rules%20\\(418168\\)|promotions%20contests%20\\(501865\\)|contests%20\\(493269\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/contest-rules$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RFecY","priority":0,"source":"^\\/topic\\/(la%20entertainment%20\\(497503\\)|entertainment-news-national-gossip-celeb-etc|entertainment-news-family-friendly|headlines%20\\(496147\\)|entertainment-news-country|cmt%20cody%20headlines|\\(edms\\)%20what%20we%20talked%20about%20\\(136656\\)|enterate%20primero%20\\(495590\\)|iheartlatino%20\\(2824\\)|on%20air%20exclusives|brooke%20and%20jubal%20stories|that's%20so%20me%20feature|shms%20headlines|bin-entertainment-news)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/entertainment-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qGePT","priority":0,"source":"^\\/topic\\/(premiere%20news|iheartradio-podcasts|iheartradio%20shows%20\\(499522\\)|z100%20news|on%20the%20web|trending%20hq|international-womens-day)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/feel-good$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"aktaZ","priority":0,"source":"^\\/topic\\/(local%20news%20\\(465708\\)|houston%20news%20\\(121300\\)|wood%20radio%20local%20news|rochester%20news%20\\(122742\\)|1110%20kfab%20local%20news%20\\(122285\\)|local%20news%20\\(119078\\)|wmt%20local%20news|local%20news%20\\(122520\\)|texas%20news%20\\(489524\\)|570%20wsyr%20news%20\\(125739\\)|local%20news%20stories%20\\(chillicothe\\)%20\\(106759\\)|madison%20news%20\\(500610\\)|who%20radio%20news%20\\(121648\\)|local%20news%20\\(135361\\)|trending|local%20news%20(\\||%7c)wor-am(\\||%7c)|sacramento's%20latest%20news|wman%20-%20local%20news%20\\(122687\\)|wjbo%20am%20local%20news|wood%20news%20\\(125494\\)|portland%20local%20news%20\\(123543\\)|providence%20local%20news%20\\(122060\\)|local%20news%20feed%20\\(435110\\)|local%20news%20\\(122300\\)|local%20news%20\\(late%20breaking\\)%20\\(119585\\)|dsc|whyn%20local%20news%20\\(470415\\)|home%20promotions|local%20news%20stories%20wch%20\\(226193\\)|the%20feed%20\\(498513\\)|wvoc%20news|tampa%20local%20news|texas%20news%20\\(499381\\)|woc%20local%20news%20\\(498282\\)|fox59|local%20news%20-%20toledo%20\\(315557\\)|cky%20local%20news%20\\(484675\\)|newsradio%20840%20whas%20local%20news%20\\(283307\\)|lowcountry%20headlines|community%20access|capital%20region%20news%20\\(312698\\)|iheart80s%40103\\.7%20articles%20\\(502302\\)|lynchburg-roanoke%20local%20news|wtvn%20local%20news%20\\(268656\\)|local%20news%20\\(119442\\)|breaking-news|1450%20wkip%20news%20feed%20\\(454843\\)|winz%20local%20news%20and%20sports%20\\(479897\\)|top%20local%20news%20for%20columbia%20greene%20counties|articles%20\\(497186\\)|defiance%20local%20news%20\\(108238\\)|arizona%20news%20\\(118695\\)|kogo%20local%20news%20\\(125548\\)|trending%20\\(496938\\)|local%20news%20\\(121298\\)|wima%20-%20local%20news%20\\(120919\\)|wima%20news%20archive%20\\(359580\\)|wraw%20newsroom|real%20news%20\\(497042\\)|trending%20in%20the%20bay%20\\(497802\\)|local%20newsstand|local%20news%20\\(122546\\)|tejano%20nation%20news%20\\(458093\\)|z100%20news%20\\(451815\\)|105\\.5%20werc-fm%20local%20news%20\\(118702\\)|roanoke-lynchburg%20breaking%20news|stormwatch|local%20news%20\\(499395\\)|news%20around%20the%20lone%20star%20state%20\\(497586\\)|wcjm%20local%20news%20\\(501582\\)|knn%20headlines%20\\(393284\\)|did%20you%20see%20that%3f%20\\(421790\\)|news%20\\(478054\\)|coronavirus%20news|woai%20breaking%20news%20\\(467835\\)|kfbk%20news%20\\(461777\\)|local%20news%20stories%20wch|reading%20and%20harrisburg%20breaking%20news|wmzq%20trending|who%20-%20information%20\\(190192\\)|wwva-local%20news%20\\(119921\\)|kiis%20articles%20\\(493280\\)|san%20diego|florida%20news%20\\(499647\\)|iheartsocal|106\\.1%20fm%20wtkk%20\\(418990\\)|going%20viral%20(\\||%7c)wktu-fm(\\||%7c)|atl%20news|pittsburgh-news|tucson%20happenings|sunny%20story%20of%20the%20day|trending%20boston|northern%20colorado%20news|the%20wood%20insider|california%20news%20\\(489209\\)|weekends%20\\(279270\\)|the%20buzz%20(\\||%7c)wksc-fm(\\||%7c)|features%20\\(351976\\)|news%20\\(478876\\)|the%20morning%20news|iheart%20communities%20central%20pa|local-homepage-pinned-content|the%20latest%20from%20rock|featured%20promotions%20\\(468727\\)|local%20news%20\\(465659\\)|wnok%20\\(473617\\)|breaking%20news%20-%20toledo%20\\(487796\\)|the%20arkansas%20edge%20\\(255170\\)|106%20kmel%20articles%20\\(502301\\)|z%20trending|features%20\\(353133\\)|koa%20newsradio%20programming|boston%20news|featured%20\\(487430\\)|what's%20rockin'%20at%20the%20q%20\\(472633\\)|jacksonville%20local%20news|trending%20wkss-fm|pa%20education|mojoe|dfw%20news|kogo%20news%20file%20\\(497368\\)|featured%20\\(253029\\)|minnesota%20news|oh%20florida|communities|cat%20country%20107\\.1%20\\(486314\\)|going%20viral%20(\\||%7c)wltw-fm(\\||%7c)|what's%20happening%20-%20kmod-fm%20\\(501830\\)|hot%20on%20the%20web%20\\(423478\\)|so%20hot%20right%20now%20\\(353806\\)|lynchburg%20roanoke%20around%20town|95\\.3%20the%20river%20\\(486315\\)|okc%20breaking%20news|what's%20new%20at%20101-3%20kiss-fm%20\\(453463\\)|wkci-fm%20trending|pee%20dee%20news|hawaii%20news|local%20news%20\\(476751\\)|articleswmks|what's%20new%20at%20mix%2096%20\\(107642\\)|around%20the%20valley|what's%20new%20at%20woc%201420%20\\(252965\\)|breaking%20news%20\\(498614\\)|news%20wdcg-fm|kix%20country%2092\\.9%20\\(489438\\)|95x%20\\(465517\\)|what's%20new%20on%20fox%20sports%20radio%201230%20\\(284776\\)|wqmf%20social%20\\(501527\\)|q102%20online%20\\(484348\\)|what's%20happening%20-%20ktgx-fm%20\\(501828\\)|san%20diego%20business%20saturday|wrfx%20news%20\\(464606\\)|dmv%20storm%20center|south%20texas%20winter%20storm%20update|national%20news%20(\\||%7c)wor-am(\\||%7c)|articleswmag|whats%20new%20(\\||%7c)wltw-fm(\\||%7c)|birmingham-news|boston%20weather|wzlx%20updates|wildfire%20alerts|local%20news%20\\(129497\\)|from%20the%20newsroom|waks-hd2%20features|las%20vegas|local%20\\(498389\\)|all%20things%20brunswick|keep%20pennsylvania%20working|what's%20trending%20on%20kmag%2099\\.1%20\\(497527\\)|what's%20up%20at%20y100|kwhn-local%20news%20\\(119423\\)|kfi%20news%20presents|760%20local%20news|whas%20on-air%20schedule|local%20buzz|concerts|seaview%20104\\.9%20\\(487434\\)|dmv%20stormwatch|graduation%20radio%20990|houston%20%26%20texas%20news|q104\\.3%20news%20\\(457573\\)|right%20now|icymi%20in%20chicago|georgia%20news%20network|san%20diego%20news%20%26%20updates)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/local-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P0Qib","priority":0,"source":"^\\/topic\\/(iheartradio-music-news|trending-pop|trending-hip-hop-rnb|national%20-%20trending%20\\(chr%20rhythmic\\)%20\\(501919\\)|national%20-%20trending%20\\(hot%20ac\\)%20\\(501921\\)|at40-news|rock-news-classic-rock|rock-news-active-main-rock|trending-rock-alt-news|iheartcountry|trending-rnb|iheartpride%20\\(2768\\)|home%20lead|lgbt%20pride%20news%20\\(493621\\)|country%20news%20wwyz-fm|q104\\.3%20music%20news%20\\(476123\\)|new%20music%20discovery%20of%20the%20week|\\(cmt\\)%20cody%20%2b%20crew%20\\(481920\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/music-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"66uMb","priority":0,"source":"^\\/topic\\/(bin-national-news|covid-19%20coronavirus|national%20news%20\\(500965\\)|national%20news%20\\(483313\\)|national%20news%20\\(120357\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/national-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZFT3D","priority":0,"source":"^\\/topic\\/(photos%3a%20main|pop-pics)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ycIHn","priority":0,"source":"^\\/topic\\/(political-junkie)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/politics$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"aylLm","priority":0,"source":"^\\/topic\\/(breaking%20sports%20news|wisconsin%20sports%20\\(125287\\)|houston%20sports%20news%20\\(478486\\)|sports-top-stories|woai%20sports%20\\(501263\\)|local%20sports%20stories%20\\(chillicothe\\)%20\\(107551\\)|louisiana%20sports|local%20sports%20stories%20-%20wcho%20\\(226197\\)|the%20locker%20room%20\\(486404\\)|high%20school%20sports|florida%20sports|bin-sports-news|the%20sports%20grind|dallas%20cowboys%20\\(499622\\)|wmrn%20sports%20\\(403428\\)|au%20sports|sports%20chowder|majic%20sports%20\\(403352\\)|east%20alabama%20hs%20football|espn%20pittsburgh%20plus|seattle%20-%20sports%20\\(501789\\)|orioles%20\\(487400\\)|fox%20sports%20radio%3a%20trending%20now%20\\(478012\\)|mid-ohio%20athlete%20of%20the%20week|sports%20\\(501357\\)|san%20diego%20sports%20news|sports%20\\(121849\\)|wch%20-%20local%20sports%20scores%20\\(226544\\)|chillicothe%20-%20local%20sports%20links%20\\(108930\\)|local%20sports%20scores%20\\(108966\\)|sports%20\\(500088\\)|\\(fsr\\)%20line%20up%20\\(381855\\)|hawaii%20sports%20news)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/sports$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9eLtV","priority":0,"source":"^\\/topic\\/(must%20see%20popular%20videos%20(\\||%7c)%20what's%20good%20\\(497247\\)|videos%20\\(495778\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/videos$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2XDEK","priority":0,"source":"^\\/topic\\/(iheartradio-weird-news|jjar%20headlines|big%20boy%20interviews)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/weird-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fxOzl","priority":0,"source":"/topic/BIN-National-News.rss","regex":false,"schedule":{"begin":1651186560889,"end":4115978604802},"destination":{"type":"URL","value":"/topic/national-news.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZDVmY","priority":0,"source":"/topic/BIN-Sports-News.rss","regex":false,"schedule":{"begin":1651186920317,"end":4115978604802},"destination":{"type":"URL","value":"/topic/sports.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6QmXI","priority":0,"source":"/topic/BIN-Entertainment-News.rss","regex":false,"schedule":{"begin":1651186920489,"end":4115978604802},"destination":{"type":"URL","value":"/topic/entertainment-news.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RFODd","priority":0,"source":"/fortnite","regex":false,"schedule":{"begin":1660849200393,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5GKMa","priority":0,"source":"/fortnight","regex":false,"schedule":{"begin":1660849200267,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8NnC5","priority":0,"source":"/calendar/legacy/","regex":false,"schedule":{"begin":1662745980550,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fL071","priority":0,"source":"/roblox","regex":false,"schedule":{"begin":1663005600645,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wzUfe","priority":0,"source":"/roblocks","regex":false,"schedule":{"begin":1663005600974,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"a6DmF","priority":0,"source":"/rowblox","regex":false,"schedule":{"begin":1663005600907,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rgbJY","priority":0,"source":"/rowblocks","regex":false,"schedule":{"begin":1663005600371,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"uXQLc","priority":0,"source":"/iheartland","regex":false,"schedule":{"begin":1663970400642,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/visit-iheartland/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NH1T0","priority":0,"source":"/photos/main/","regex":false,"schedule":{"begin":1670941440072,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XVqR6","priority":0,"source":"/photos/hot-shots/","regex":false,"schedule":{"begin":1670941500360,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Iaa8F","priority":0,"source":"/content/2023-01-25-sister-wife-spectacle-cody-brown-turned-down-by-potential-new-wife/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/2023-01-26-sister-wife-spectacle-kody-brown-turned-down-by-potential-new-wife/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fWgRP","priority":0,"source":"/content/2023-02-05-lisa-marie-presely-reportedly-scared-to-go-to-golden-globes-before-death/","regex":false,"schedule":{"begin":1675652280789,"end":4115978604802},"destination":{"type":"URL","value":"/content/2023-02-05-lisa-marie-presley-reportedly-scared-to-go-to-golden-globes-before-death/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"frEV2","priority":0,"source":"/CPRPlaylist","regex":false,"schedule":{"begin":1676306700098,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/cpr-playlist-312064750-KJZ1fL1kfpQS67hwpze1SV/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jMkkw","priority":0,"source":"//apps/","regex":false,"schedule":{"begin":1681392840097,"end":4115978604802},"destination":{"type":"URL","value":"/apps/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"K1aCb","priority":0,"source":"/featured/dj-xtreme/","regex":false,"schedule":{"begin":1694790120151,"end":4115978604802},"destination":{"type":"URL","value":"https://www.lamezclafuego.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pcY27","priority":0,"source":"/wttm","regex":false,"schedule":{"begin":1707487200357,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tJP4V","priority":0,"source":"/womentakethemic","regex":false,"schedule":{"begin":1707487200200,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pxq4R","priority":0,"source":"/.well-known/apple-app-site-association/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/apple-app-site-association/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"OCpsh","priority":0,"source":"/sitemap/historical-timeline.xml","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/sitemap.xml"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yCxqb","priority":0,"source":"/petradio","regex":false,"schedule":{"begin":1712592000522,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/pet-radio-10231/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yCmw3","priority":0,"source":"/timeline.rss","regex":false,"schedule":{"begin":1718371440806,"end":4115978604802},"destination":{"type":"URL","value":"/content.rss"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YENnS","priority":0,"source":"/olympics","regex":false,"schedule":{"begin":1718942400292,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Olympics"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mWl00","priority":0,"source":"/nkotb","regex":false,"schedule":{"begin":1723471680522,"end":1731424080522},"destination":{"type":"URL","value":"/content/2024-08-11-celebrate-new-kids-on-the-blocks-new-album-still-kids-on-pbs/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"CZm4o","priority":0,"source":"/houseofmusic","regex":false,"schedule":{"begin":1723737600390,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/featured/iheartradio-music-festival/content/2024-09-23-house-of-music-offers-immersive-experience-at-iheartradio-music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2piOM","priority":0,"source":"/jingleballannounceparty","regex":false,"schedule":{"begin":1724630400291,"end":1735707600291},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/jingle-ball-announce-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Axo9v","priority":0,"source":"/jingleballannouncementparty","regex":false,"schedule":{"begin":1724630400207,"end":1735707600207},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/jingle-ball-announce-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2aEa9","priority":0,"source":"/presidentialdebate","regex":false,"schedule":{"begin":1725994380970,"end":1733860380970},"destination":{"type":"URL","value":"/content/2024-09-10-listen-on-demand-to-the-debate-between-donald-trump-and-kamala-harris/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Zd5Q7","priority":0,"source":"/KeithUrban","regex":false,"schedule":{"begin":1726236000485,"end":1734040080485},"destination":{"type":"URL","value":"/content/2024-09-12-celebrate-high-with-keith-urban-during-exclusive-album-release-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1BKPK","priority":0,"source":"/capitalonealterego","regex":false,"schedule":{"begin":1728943200254,"end":1736668800254},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nwa4g","priority":0,"source":"/capital1alterego","regex":false,"schedule":{"begin":1728943200649,"end":1736668800649},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XBeBL","priority":0,"source":"/capitolonealterego","regex":false,"schedule":{"begin":1728943200626,"end":1736668800626},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mfofo","priority":0,"source":"/capitol1alterego","regex":false,"schedule":{"begin":1728943200692,"end":1736668800692},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1yjou","priority":0,"source":"/content/2024-10-31-bank-of-america-will-stop-accepting-some-1-bills/","regex":false,"schedule":{"begin":1730473980423,"end":1738426380423},"destination":{"type":"URL","value":"/content/2024-10-31-bank-of-america-will-continue-to-accept-1-bills/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VkkEz","priority":0,"source":"/bige","regex":false,"schedule":{"begin":1497901620000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Big E (1325)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4XQ17","priority":0,"source":"/jimpolito","regex":false,"schedule":{"begin":1497901680000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Jim Polito Show (10899)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hbZIE","priority":0,"source":"/closings","regex":false,"schedule":{"begin":1497901680000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/storm-closings/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WQrm3","priority":0,"source":"/currentclosings","regex":false,"schedule":{"begin":1497901680000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/storm-closings/closings/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"urO1c","priority":0,"source":"/register","regex":false,"schedule":{"begin":1497901680000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/storm-watch/content/2017-06-08-register-your-organization/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"eoM7u","priority":0,"source":"/storm","regex":false,"schedule":{"begin":1497901680000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Storm Watch (764)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e2kZb","priority":0,"source":"/stormwatch","regex":false,"schedule":{"begin":1497901740000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Storm Watch (764)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hsHtz","priority":0,"source":"/pay","regex":false,"schedule":{"begin":1497901800000,"end":4115978604802},"destination":{"type":"URL","value":"https://pay.iheartmedia.com/secure/checkout.ssp?MarketID=154"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qFJ5K","priority":0,"source":"/financialsafari","regex":false,"schedule":{"begin":1497901800000,"end":4115978604802},"destination":{"type":"URL","value":"http://www.helptoretiregroup.com/team-member/richard-p-help-to-retire"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3oOc4","priority":0,"source":"/investingsense","regex":false,"schedule":{"begin":1497901800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.investingsense.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ldDVZ","priority":0,"source":"/shriners","regex":false,"schedule":{"begin":1497901860000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Shriners Hospitals for Children (142)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UUmZt","priority":0,"source":"/listen","regex":false,"schedule":{"begin":1497901920000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/newsradio-560-whyn-4685/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Escbf","priority":0,"source":"/mutualfundshow","regex":false,"schedule":{"begin":1497901920000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.investingsense.com/recent-shows"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YYSNh","priority":0,"source":"/forms","regex":false,"schedule":{"begin":1499274060000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Springfield Forms (108)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"x3LKo","priority":0,"source":"/community","regex":false,"schedule":{"begin":1502384460000,"end":4115978604802},"destination":{"type":"URL","value":"https://form.jotform.com/40634504815956"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bx4YW","priority":0,"source":"/featured/the-financial-exchange/","regex":false,"schedule":{"begin":1528146780000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Financial Exchange (56179)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Flpgi","priority":0,"source":"/fireworks","regex":false,"schedule":{"begin":1529685000000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/events/holiday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dAO61","priority":0,"source":"/superbowl","regex":false,"schedule":{"begin":1516986000000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/super-bowl/"},"disabled":true,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Sw4pc","priority":0,"source":"/superbowl","regex":false,"schedule":{"begin":1516986000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Super Bowl"},"disabled":true,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dScuR","priority":0,"source":"/submitclosing","regex":false,"schedule":{"begin":1497901740000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/storm-closings/submit/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LppW6","priority":0,"source":"/business","regex":false,"schedule":{"begin":1584454140640,"end":4115978604802},"destination":{"type":"URL","value":"/featured/whyn-local-news/content/2020-03-16-small-businesses-to-support-during-the-coronavirus/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nKJRC","priority":0,"source":"/foodbank","regex":false,"schedule":{"begin":1601995680981,"end":4115978604802},"destination":{"type":"URL","value":"https://secure.givelively.org/donate/the-food-bank-of-western-massachusetts-inc/93-1-zito-friends-hungry-for-comedy"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7l4Lj","priority":0,"source":"/food","regex":false,"schedule":{"begin":1616521260700,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Spring Into Action Food Drive"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"duopB","priority":0,"source":"/travel","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://gateway.gocollette.com/link/1265870"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gya2s","priority":0,"source":"/mauirelief","regex":false,"schedule":{"begin":1692113640495,"end":4115978604802},"destination":{"type":"URL","value":"https://www.redcross.org/donate/cm/iheartmediahawaii-pub.html/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8EUxy","priority":0,"source":"/stormcenter","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Storm Watch (764)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"}],"searchOverrides":[{"id":"AvRa8","keywords":["iHeartRadio Spotlight","Spotlight"],"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"schedule":{"begin":1498503600000,"end":4115978604802}},{"id":"6MRdl","keywords":["Politics","Political Junkie","Political News","Debate","Elections","President"," PresidentTrump"],"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"schedule":{"begin":1498507200000,"end":4115978604802}},{"id":"WTbqt","keywords":["iHeartRadio LIVE","iHeartRadio Theater","iHeartRadioTheater","The iHeartRadio Theater","iHeartRadio Theater New York","iHeartRadio Theater New York City","iHeartRadio Theater NYC","iHeartRadio Theater Los Angeles","iHeartRadio Theater LA"],"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"schedule":{"begin":1498510800000,"end":4115978604802}},{"id":"IpRHU","keywords":["Fiesta","Fiesta Latina","Latin Festival","iHeart Fiesta Latina","iHeartRadio Fiesta Latina","iHeartRadio Latin Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"schedule":{"begin":1532113200000,"end":4115978604802}},{"id":"NKNzM","keywords":["iHeartRadio On The Verge","iHeartRadio On The Verge Artist","On the Verge","Verge"],"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"schedule":{"begin":1498672800000,"end":4115978604802}},{"id":"mDAGh","keywords":["iHeartRadio Guest DJ","Guest DJ"],"destination":{"type":"URL","value":"/content/iheartradio-guest-dj/"},"disabled":false,"schedule":{"begin":1498680000000,"end":1690905649036}},{"id":"syhf9","keywords":["Jingle Ball","Jingle Ball Tour","iHeartRadio Jingle Ball","iHeart Jingle Ball","JingleBall","Jingle Ball Tickets","iHeartRadio JingleBall"],"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"schedule":{"begin":1498755600000,"end":4115978604802}},{"id":"4Jh0T","keywords":["pay","payment","invoice"],"destination":{"type":"URL","value":"/pay"},"disabled":false,"schedule":{"begin":1498837560000,"end":4115978604802}},{"id":"vtcZ6","keywords":["Macys","Macy's iHeartRadio Rising Star","Macys iHeartRadio Rising Star","Rising Star","Macys Rising Star","iHeartRadio Rising Star"],"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"schedule":{"begin":1499313600000,"end":4115978604802}},{"id":"lqpg0","keywords":["EDC","EDC Radio"],"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"schedule":{"begin":1500656400000,"end":4115978604802}},{"id":"Tdn07","keywords":["iHeartRadio Daytime Village","Village","Daytime Village"],"destination":{"type":"URL","value":"https://www.iheart.com/daytime-stage/"},"disabled":false,"schedule":{"begin":1653336000000,"end":4115978604802}},{"id":"Hs7M6","keywords":["The 80s Show","80s Show","Eighties Show"],"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"schedule":{"begin":1504040400000,"end":4115978604802}},{"id":"odm3R","keywords":["iHeartNow"],"destination":{"type":"URL","value":"https://www.facebook.com/iheartnow"},"disabled":false,"schedule":{"begin":1506690000000,"end":4115978604802}},{"id":"ZAUyY","keywords":["Happy Holidays","Holidays","Christmas","Hanukkah","Xmas"],"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"schedule":{"begin":1508331600000,"end":4115978604802}},{"id":"Z9eHx","keywords":["FanGirls","Fan Girls","Fan Girl","FanGirl"],"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"schedule":{"begin":1515776400000,"end":4115978604802}},{"id":"V3xvs","keywords":["Daytime Stage","iHeartRadio Daytime Stage","Stage"],"destination":{"type":"URL","value":"https://www.iheart.com/daytime-stage/"},"disabled":false,"schedule":{"begin":1653336000000,"end":4115978604802}},{"id":"aldaB","keywords":["Festival","iHeartRadio Music Festival","iHeart Festival","iHeart Music Festival","Music Festival","Las Vegas","iHeart Radio Music Festival","iHeartRadio Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"schedule":{"begin":1528156800000,"end":4115978604802}},{"id":"xMD7N","keywords":["ALTar EGO","ALTer EGO","ALTerEGO","iHeart ALTar EGO","iHeart ALTer EGO","iHeartALT","iHeartRadio ALTar EGO","iHeartRadio ALTer EGO"],"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"schedule":{"begin":1538398200000,"end":4115978604802}},{"id":"WDePf","keywords":["Podcast Award","Podcast Awards","iHeart Podcast Awards","iHeart Radio Podcast Awards","iHeartRadio Podcast Awards"],"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"schedule":{"begin":1539921600000,"end":4115978604802}},{"id":"bbq2k","keywords":["Awards","Music Awards","iHeart Awards","iHeart Music Awards","iHeartRadio Awards","iHeartRadio Music Awards"],"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"schedule":{"begin":1546984800000,"end":4115978604802}},{"id":"FR9jT","keywords":["country festival","iHeart Country Festival","iHeartCountry Festival","iHeartCountry Music Festival","iHeartRadio Country Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"schedule":{"begin":1548705600000,"end":4115978604802}},{"id":"VRKj9","keywords":["Women of iHeartCountry"],"destination":{"type":"BRAND","value":"brands/Women of iHeartCountry"},"disabled":false,"schedule":{"begin":1550869200000,"end":1767243540000}},{"id":"CVAUd","keywords":["Charts","Music Charts"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/charts/"},"disabled":false,"schedule":{"begin":1597266000000,"end":4115978604802}},{"id":"2vU3Z","keywords":["Wango","Wango Tango","WangoTango","iHeart Radio Wango Tango","iHeart Wango Tango","iHeartRadio Wango Tango"],"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"schedule":{"begin":1555939800000,"end":4115978604802}},{"id":"kvTSU","keywords":["Pride"],"destination":{"type":"URL","value":"https://prideradio.iheart.com"},"disabled":false,"schedule":{"begin":1560542400000,"end":4115978604802}},{"id":"iUYD7","keywords":["Back To School"],"destination":{"type":"URL","value":"https://news.iheart.com/back-to-school/"},"disabled":false,"schedule":{"begin":1565186400000,"end":4115978604802}},{"id":"J6cBT","keywords":["Podcast Chart","Podcasts Chart","Top 100","Top 100 Podcasts","Top Podcasts","Top Podcasts Chart"],"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"schedule":{"begin":1569902400000,"end":4115978604802}},{"id":"p2xVk","keywords":["brantley gilbert"],"destination":{"type":"URL","value":"https://country.iheart.com/featured/iheartradio-live/content/2019-10-07-brantley-gilbert-on-new-album-and-monday-night-football-halftime-show-debut/"},"disabled":false,"schedule":{"begin":1570550400000,"end":1575176400000}},{"id":"9W2IO","keywords":["Heat","Heating"],"destination":{"type":"URL","value":"/contests/iheartradio-wants-to-help-735208/"},"disabled":false,"schedule":{"begin":1574193600000,"end":1576904400000}},{"id":"7OXfp","keywords":["Capital 1","Capital One","Capitol 1","Capitol One","capitalone"],"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"schedule":{"begin":1735837242079,"end":1746331200000}},{"id":"uqVj1","keywords":["downhill"],"destination":{"type":"URL","value":"/contests/you-can-win-778740/"},"disabled":false,"schedule":{"begin":1581022800998,"end":1581742800000}},{"id":"qeVVE","keywords":["Coronavirus","COVID-19"],"destination":{"type":"BRAND","value":"brands/Coronavirus"},"disabled":false,"schedule":{"begin":1584018000242,"end":4115978604802}},{"id":"Tn5Ib","keywords":["Living Room Concert","Living Room"],"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"schedule":{"begin":1585152000009,"end":4115978604802}},{"id":"xKumV","keywords":["Small Business","Small Businesses"],"destination":{"type":"BRAND","value":"brands/Small Business"},"disabled":false,"schedule":{"begin":1586458800821,"end":1651014006656}},{"id":"44fNv","keywords":["First Responder Fridays","First Responder Friday","First Responder","First Responders"],"destination":{"type":"URL","value":"/content/2020-05-04-kelsea-ballerini-to-tribute-first-responders-with-special-performance/"},"disabled":false,"schedule":{"begin":1588608000000,"end":1596254400000}},{"id":"hMYFW","keywords":["Stand For Small","StandForSmall","Stand For Small Business","Stand For Small Businesses"],"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"schedule":{"begin":1587096000000,"end":4115978604802}},{"id":"55Ybe","keywords":["Meat District"],"destination":{"type":"URL","value":"/contests/enter-daily-for-861832/"},"disabled":false,"schedule":{"begin":1597773600503,"end":1600066800000}},{"id":"dcsrV","keywords":["Extra Gum","Extra","Gratitude Radio"],"destination":{"type":"URL","value":"/content/gratitude-radio-frontline-dedications-presented-by-extra-gum/"},"disabled":false,"schedule":{"begin":1588021200082,"end":1609477200000}},{"id":"RSH6H","keywords":["nurse","nurses"],"destination":{"type":"URL","value":"/contests/nominate-a-nurse-824762/"},"disabled":false,"schedule":{"begin":1588348800605,"end":1589342400000}},{"id":"bMHoZ","keywords":["Prom","iHeartRadio Prom","iHeart Prom"],"destination":{"type":"BRAND","value":"brands/iHeartRadio Prom"},"disabled":false,"schedule":{"begin":1588359600959,"end":1609477200000}},{"id":"z9Tuz","keywords":["Black Music","Black Music Month"],"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"schedule":{"begin":1589472000532,"end":4115978604802}},{"id":"9Uz11","keywords":["The Vibe","Vibe"],"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"schedule":{"begin":1589979600371,"end":4115978604802}},{"id":"qum6C","keywords":["George Floyd"],"destination":{"type":"URL","value":"/content/2020-06-09-how-to-watch-george-floyds-hometown-funeral-service/"},"disabled":false,"schedule":{"begin":1591711200596,"end":1601524800000}},{"id":"36lhT","keywords":["Bud Light","Bud Lite","BudLight"],"destination":{"type":"URL","value":"/contests/celebrate-hispanic-heritage-868922/"},"disabled":false,"schedule":{"begin":1600272000486,"end":1602486000486}},{"id":"P301q","keywords":["Dr Pepper","Doctor Pepper","DrPepper","DoctorPepper"],"destination":{"type":"URL","value":"/contests/enter-to-win-871510/"},"disabled":false,"schedule":{"begin":1600214419906,"end":1601870400037}},{"id":"4JLhv","keywords":["Ultimate Jam","UltimateJam"],"destination":{"type":"URL","value":"/contests/capital-one-cardholders-846250/"},"disabled":false,"schedule":{"begin":1596038400866,"end":1597636800866}},{"id":"p4ex6","keywords":["Vote","Voting"],"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"schedule":{"begin":1604505600927,"end":4115978604802}},{"id":"I8bwh","keywords":["Front Row","FrontRow"],"destination":{"type":"URL","value":"/featured/iheartradio-music-festival/front-row/"},"disabled":false,"schedule":{"begin":1596812400489,"end":1600660800489}},{"id":"8qAEF","keywords":["Sittercity","Sitter City"],"destination":{"type":"URL","value":"/contests/enter-to-win-1000-863794/"},"disabled":false,"schedule":{"begin":1598475600511,"end":1600920000511}},{"id":"OItps","keywords":["Phantoms","Fantoms","Phantom","Fantom","Julie and the Phantoms","Julie and the Fantoms"],"destination":{"type":"URL","value":"/contests/julie-and-the-phantoms-866540/"},"disabled":false,"schedule":{"begin":1599055200123,"end":1600401600123}},{"id":"mWi5V","keywords":["Stella Rosa","StellaRosa","Stella Roza","Stellah Rosa","Stellah Roza","StellaRoza"],"destination":{"type":"URL","value":"/contests/stellabrate-the-holidays-903274/"},"disabled":false,"schedule":{"begin":1605848400651,"end":1609131600651}},{"id":"QtSa2","keywords":["Capital One Trivia","Capitol One Trivia","Capital 1 Trivia","Capitol 1 Trivia","CapitalOneTrivia","Capital1Trivia"],"destination":{"type":"URL","value":"/contests/capital-one-cardholders-867836/"},"disabled":false,"schedule":{"begin":1600455600775,"end":1601870400775}},{"id":"YFsMq","keywords":["MS Vibes","MS Vibes Radio","Multiple Sclerosis","Multiple Sclerosis Vibes"],"destination":{"type":"URL","value":"https://www.iheart.com/live/ms-vibes-radio-8751/"},"disabled":false,"schedule":{"begin":1602599400749,"end":4115978604802}},{"id":"zvsNK","keywords":["HBCU","HBCUs","HBUC","HBCU Homecoming","HBCU Celebration"],"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"schedule":{"begin":1602795600498,"end":4115978604802}},{"id":"Jqkzz","keywords":["Trick or Treat","TrickOrTreat","iHeartHalloween","iHeart Halloween"],"destination":{"type":"BRAND","value":"brands/iHeartHalloween"},"disabled":false,"schedule":{"begin":1603116000860,"end":1606798800860}},{"id":"5kWI4","keywords":["Flight","Flight Fit N Fun"],"destination":{"type":"URL","value":"/contests/win-4-tickets-886476/"},"disabled":false,"schedule":{"begin":1603141200900,"end":1603857600900}},{"id":"uklA8","keywords":["Veterans","Veterans Day"],"destination":{"type":"URL","value":"/contests/share-a-salute-890794/"},"disabled":false,"schedule":{"begin":1603726200598,"end":1605157200598}},{"id":"gzicc","keywords":["Ulta","Ulta Beauty"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/ulta-hbcu/"},"disabled":false,"schedule":{"begin":1604073650564,"end":1605200400483}},{"id":"LnEe8","keywords":["Jingle Ball Playlist"],"destination":{"type":"URL","value":"/contests/listen-to-win-892162/"},"disabled":false,"schedule":{"begin":1604088000781,"end":1605502800781}},{"id":"MDFLy","keywords":["Jingle Jangle","JingleJangle","Jingle Jangel","JingleJangel"],"destination":{"type":"URL","value":"/contests/enter-to-win-898226/"},"disabled":false,"schedule":{"begin":1605063600996,"end":1605330000996}},{"id":"e8lnx","keywords":["The Ice Cream Shop","Ice Cream Shop"],"destination":{"type":"URL","value":"/contests/win-a-chance-898800/"},"disabled":false,"schedule":{"begin":1605218415274,"end":1606798800029}},{"id":"BvZEs","keywords":["Game Night","GameNight"],"destination":{"type":"URL","value":"/contests/win-a-game-night-898752/"},"disabled":false,"schedule":{"begin":1605290400803,"end":1609477200803}},{"id":"Qupti","keywords":["Visit Jamaica"],"destination":{"type":"URL","value":"/contests/win-a-trip-898768/"},"disabled":false,"schedule":{"begin":1605560400606,"end":1607144400606}},{"id":"uooMg","keywords":["Hero","Heroes"],"destination":{"type":"URL","value":"/contests/stellabrate-our-military-901608/"},"disabled":false,"schedule":{"begin":1605643200803,"end":1607922000803}},{"id":"mQfMq","keywords":["Wish","Christmas Wish"],"destination":{"type":"URL","value":"/promotions/let-iheartradio-grant-your-christmas-wish-1129066/"},"disabled":false,"schedule":{"begin":1637769600774,"end":1643691600774}},{"id":"Wtnin","keywords":["Airtab","air tab"],"destination":{"type":"URL","value":"/contests/airtab-25-million-916478/"},"disabled":false,"schedule":{"begin":1607140800281,"end":1613106000281}},{"id":"2BL2K","keywords":["MMS","M and Ms","M&MS","M & Ms"],"destination":{"type":"URL","value":"/contests/mms-battle-909650/"},"disabled":false,"schedule":{"begin":1607529600083,"end":1608354000083}},{"id":"AKdiw","keywords":["Bake Box","BakeBox","Baker Box","BakerBox"],"destination":{"type":"URL","value":"/contests/win-the-ultimate-909648/"},"disabled":false,"schedule":{"begin":1607529600292,"end":1607914800292}},{"id":"AZwnn","keywords":["Living Black","LivingBlack","iHeart Living Black","iHeartRadio Living Black"],"destination":{"type":"URL","value":"https://www.iheart.com/livingblack/"},"disabled":false,"schedule":{"begin":1611075600603,"end":4115978604802}},{"id":"LHuAb","keywords":["BHM","Black History","Black History Month"],"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"schedule":{"begin":1611950400153,"end":4115978604802}},{"id":"BcYU9","keywords":["taxact facts","taxact fact","tax act facts","tax act fact"],"destination":{"type":"URL","value":"/promotions/taxact-facts-937090/"},"disabled":false,"schedule":{"begin":1613166960238,"end":4115978604802}},{"id":"v28dw","keywords":["tickets"],"destination":{"type":"URL","value":"https://www.axs.com/series/12038/iheartradio-music-festival-tickets?skin=iheart"},"disabled":false,"schedule":{"begin":1620748800046,"end":1632013200046}},{"id":"twjRb","keywords":["Splat Halloween","splat"],"destination":{"type":"URL","value":"https://news.iheart.com/promotions/transform-and-win-with-splat-1097082/"},"disabled":false,"schedule":{"begin":0,"end":1635739200252}},{"id":"a5Fiz","keywords":["VIPx","VIPex"],"destination":{"type":"URL","value":"https://link.vatom.com/s/vipx"},"disabled":false,"schedule":{"begin":1668016800294,"end":1677646800294}},{"id":"YHpCH","keywords":["fortnite","fortnight","fort nite","fort night"],"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"schedule":{"begin":1660849200229,"end":4115978604802}},{"id":"OtSEl","keywords":["scratch off","scratchoff"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/iheartradio-music-festival/scratch-and-win/"},"disabled":false,"schedule":{"begin":1660765500332,"end":1664078400332}},{"id":"Itj9E","keywords":["Capital One NFT","Capital 1 NFT","Capitol One NFT","Capitol 1 NFT","CapitalOneNFT","Capital1NFT","CapitolOneNFT","Capitol1NFT"],"destination":{"type":"URL","value":"https://start.vatom.com/iheart-festival/"},"disabled":false,"schedule":{"begin":1661450400766,"end":1664164800766}},{"id":"31EeP","keywords":["roblox","roblocks","rowblox","rowblocks"],"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"schedule":{"begin":1663005600930,"end":4115978604802}},{"id":"nbQet","keywords":["iheartland","iheart land","i heart land","eye heart land","eyeheartland"],"destination":{"type":"URL","value":"https://www.iheart.com/content/visit-iheartland/"},"disabled":false,"schedule":{"begin":1663970400429,"end":4115978604802}},{"id":"Y2SAb","keywords":["Capital One ALTer EGO","Capitol One ALTer EGO","Capital 1 ALTer EGO","Capitol 1 ALTer EGO","capitalonealterego"],"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/09005D4E3665A282"},"disabled":false,"schedule":{"begin":1664467200253,"end":1673769600253}},{"id":"c1c8O","keywords":["Fall Out Boy","FallOutBoy","Fallout Boy"],"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"schedule":{"begin":1673553600119,"end":1675670400119}},{"id":"whuuQ","keywords":["The Rolling Stones","Rolling Stones","TheRollingStones","RollingStones"],"destination":{"type":"URL","value":"/promotions/win-a-trip-for-you-and-1604361/"},"disabled":false,"schedule":{"begin":1700573400283,"end":1701752400283}},{"id":"EXXfK","keywords":["International Women's Day","International Womens Day","Women's Day","Womens Day","womensday","IWD","wttm","Women Take The Mic","WomenTakeTheMic"],"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"schedule":{"begin":1707487200899,"end":4115978604802}},{"id":"0Fptw","keywords":["petradio","pet radio","dog radio","cat radio","petsradio","pets radio","radio for pet","radio for pets"],"destination":{"type":"URL","value":"https://www.iheart.com/live/pet-radio-10231/"},"disabled":false,"schedule":{"begin":1712592000464,"end":4115978604802}},{"id":"nhLgg","keywords":["olympics","summer olympics","summer games","winter olympics","winter games","paris olympics"],"destination":{"type":"BRAND","value":"brands/Olympics"},"disabled":false,"schedule":{"begin":1718942400705,"end":4115978604802}},{"id":"YoZ2R","keywords":["Big E"],"destination":{"type":"BRAND","value":"brands/The Big E (1325)"},"disabled":false,"schedule":{"begin":1497902760000,"end":4115978604802}},{"id":"BisI0","keywords":["Community","Events","Concert "," Concerts"],"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"schedule":{"begin":1497902940000,"end":4115978604802}},{"id":"Iasfi","keywords":["storm","closings","storm closings","snow","Storm Watch","current closings","submit closing"],"destination":{"type":"URL","value":"/featured/storm-closings/closings/"},"disabled":false,"schedule":{"begin":1497903060000,"end":4115978604802}},{"id":"IIXj9","keywords":["Donate"],"destination":{"type":"URL","value":"http://ccspr3.halfoffdeals.com/"},"disabled":false,"schedule":{"begin":1497903120000,"end":4115978604802}},{"id":"MOCqP","keywords":["Howie Carr","Howie"],"destination":{"type":"BRAND","value":"brands/Howie Carr (40424)"},"disabled":false,"schedule":{"begin":1497903180000,"end":4115978604802}},{"id":"bfYmp","keywords":["Jim Polito","Polito","Jim"],"destination":{"type":"BRAND","value":"brands/The Jim Polito Show (10899)"},"disabled":false,"schedule":{"begin":1497903180000,"end":4115978604802}},{"id":"RLOhL","keywords":["NYCC"],"destination":{"type":"BRAND","value":"brands/Comics, Cosplay & Cons (407)"},"disabled":false,"schedule":{"begin":1497903240000,"end":4115978604802}},{"id":"ozcqw","keywords":["Sports","forni","steve's sports report","Stevie's Sports Report"],"destination":{"type":"BRAND","value":"brands/Stevie's Sports Report (54874)"},"disabled":false,"schedule":{"begin":1497903300000,"end":4115978604802}},{"id":"dpv9P","keywords":["forms"],"destination":{"type":"BRAND","value":"brands/Springfield Forms (108)"},"disabled":false,"schedule":{"begin":1499274060000,"end":4115978604802}},{"id":"oUulJ","keywords":["The Big E"],"destination":{"type":"BRAND","value":"brands/The Big E (1325)"},"disabled":false,"schedule":{"begin":1503500940000,"end":4115978604802}},{"id":"tv7rL","keywords":["holiday deals","holidaydeals"],"destination":{"type":"URL","value":"https://wdeal2.halfoffdeal.com/"},"disabled":false,"schedule":{"begin":1512410400000,"end":1520186400000}},{"id":"Q35vC","keywords":["Food Truck","Food Trucks"],"destination":{"type":"URL","value":"/calendar/event/5b2bc46f3edea3164ca17b1e/"},"disabled":false,"schedule":{"begin":1529599260000,"end":1537548060000}},{"id":"SibdU","keywords":["Fireworks "],"destination":{"type":"URL","value":"/calendar/events/holiday/"},"disabled":false,"schedule":{"begin":1529685000000,"end":4115978604802}},{"id":"G0aXJ","keywords":["Shriners Hospitals for Children","Shriners Radiothon"],"destination":{"type":"BRAND","value":"brands/Shriners Hospitals for Children (142)"},"disabled":false,"schedule":{"begin":1497903240000,"end":4115978604802}},{"id":"fttHm","keywords":["Shriners"],"destination":{"type":"URL","value":"http://www.lovetotherescueradiothon.org"},"disabled":false,"schedule":{"begin":1571441520000,"end":1579393920000}},{"id":"IgDqB","keywords":["shriners"],"destination":{"type":"URL","value":"http://www.lovetotherescueradiothon.org"},"disabled":false,"schedule":{"begin":1571441580000,"end":1579393980000}},{"id":"qKLIg","keywords":["Schedule"],"destination":{"type":"URL","value":"/schedule/"},"disabled":false,"schedule":{"begin":1580486580000,"end":4115978604802}},{"id":"FOJ08","keywords":["contest","contests"],"destination":{"type":"URL","value":"/contests"},"disabled":false,"schedule":{"begin":1581638100101,"end":4115978604802}},{"id":"F40ac","keywords":["pioneer valley communities"],"destination":{"type":"BRAND","value":"brands/Pioneer Valley Communities"},"disabled":false,"schedule":{"begin":1582308240633,"end":4115978604802}},{"id":"T05Sl","keywords":["Feed The Fight"],"destination":{"type":"URL","value":"/featured/whyn-local-news/content/2020-04-08-stuff-the-bus-to-feed-the-fight-in-western-mass/"},"disabled":false,"schedule":{"begin":1586357940414,"end":1594220340414}}],"sections":{"general":{"name":"NewsRadio 560 WHYN","positioner":"Springfield's News, Traffic & Weather Station","description":"NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station","keywords":[{"id":"Springfield"},{"id":"news"},{"id":"rush"},{"id":"beck"}],"default_content":[{"id":"collections/national-news"},{"id":"collections/The Jim Polito Show Blog (10899)"},{"id":"collections/local-news"},{"id":"collections/WHYN Local News (470415)"},{"id":"collections/WHYN DayBreak with John Baibak Blog (53267)"}],"additional_distributions":[],"default_podcasts":[{"id":"27542469"},{"id":"57927691"},{"id":"28840241"},{"id":"23014384"},{"id":"96875132"},{"id":"28502187"}],"default_shows":[{"id":"brands/WHYN DayBreak with John Baibak (53267)","sites":{"_id":"%2F652aa0e7f313b39725700d21f793be5e","slug":"whyn-daybreak-with-john-baibak","ownBrand":"brands/WHYN DayBreak with John Baibak (53267)","configByLookup":{"common":{"branding":{"name":"WHYN DayBreak with John Baibak"}}}}},{"id":"brands/The Jim Polito Show (10899)","sites":{"_id":"%2F1f3a963fc95f3d8ae9bbff3d45566edc","slug":"the-jim-polito-show","ownBrand":"brands/The Jim Polito Show (10899)","configByLookup":{"common":{"branding":{"name":"The Jim Polito Show"}}}}},{"id":"brands/Glenn Beck (56047)","sites":{"_id":"%2F10c988fb610c50c05921d32e39d9d35e","slug":"glenn-beck","ownBrand":"brands/Glenn Beck (56047)","configByLookup":{"common":{"branding":{"name":"The Glenn Beck Program"}}}}},{"id":"brands/The Clay Travis and Buck Sexton Show","sites":{"_id":"%2F60c0c84af3f76b50391679de","slug":"the-clay-travis-and-buck-sexton-show","ownBrand":"brands/The Clay Travis and Buck Sexton Show","configByLookup":{"common":{"branding":{"name":"The Clay Travis and Buck Sexton Show"}}}}},{"id":"brands/The Howie Carr Show","sites":{"_id":"%2F5a31704665f2b1f7d326225b","slug":"the-howie-carr-show","ownBrand":"brands/The Howie Carr Show","configByLookup":{"common":{"branding":{"name":"The Howie Carr Show"}}}}},{"id":"brands/The Jesse Kelly Show","sites":{"_id":"%2F5fe124d08f8db02cfab649af","slug":"the-jesse-kelly-show","ownBrand":"brands/The Jesse Kelly Show","configByLookup":{"common":{"branding":{"name":"The Jesse Kelly Show"}}}}},{"id":"brands/Coast to Coast AM (55811)","sites":{"_id":"%2F06caedeabcc633ae9dac2bee2be309d3","slug":"coast-to-coast-am","ownBrand":"brands/Coast to Coast AM (55811)","configByLookup":{"common":{"branding":{"name":"Coast to Coast AM with George Noory"}}}}}],"default_playlists":[],"default_event_categories":[{"id":"calendar-categories/community","taxo":{"memberName":"calendar-categories/community","displayName":"Community"}},{"id":"calendar-categories/concerts","taxo":{"memberName":"calendar-categories/concerts","displayName":"Concerts"}},{"id":"calendar-categories/entertainment","taxo":{"memberName":"calendar-categories/entertainment","displayName":"Entertainment"}},{"id":"calendar-categories/station-events","taxo":{"memberName":"calendar-categories/station-events","displayName":"Station Events"}},{"id":"calendar-categories/holiday","taxo":{"memberName":"calendar-categories/holiday","displayName":"Holiday"}},{"id":"calendar-categories/sports","taxo":{"memberName":"calendar-categories/sports","displayName":"Sports"}}],"weather_market":"Springfield, MA","country":{"id":"countries/US"},"geo_latitude":"42.102141","geo_longitude":"-72.5886833","locale":{"taxo":{"name":"en-US"}},"additional_copyright":null},"alert":{"title":"Storm Watch: Latest Closings & Delays Here","link":"https://whyn.iheart.com/featured/storm-closings/","target":"_self","start_date":{"timestampMs":1730847600000},"end_date":{"timestampMs":1730876400000}},"navigation":{"contact_menu_switch":true,"listen_live_switch":true,"contest_nav_switch":true,"search_switch":true,"user_menu_switch":true,"show_public_file_switch":true,"advertise_switch":true,"find_your_station_switch":null,"enable_podcasts_links_switch":null,"national_promotions":[],"menu":[{"id":"V9Qvk","type":"link","label":"On Air","target":"_self","ref":"/schedule","children":[{"id":"wRdef","type":"brand","label":"WHYN DayBreak with John Baibak","target":"_self","ref":"%2F652aa0e7f313b39725700d21f793be5e","href":"/featured/whyn-daybreak-with-john-baibak/"},{"id":"rf7dG","type":"brand","label":"The Jim Polito Show","target":"_self","ref":"%2F1f3a963fc95f3d8ae9bbff3d45566edc","href":"/featured/the-jim-polito-show/"},{"id":"2skTz","type":"brand","label":"The Glenn Beck Program","target":"_self","ref":"%2F10c988fb610c50c05921d32e39d9d35e","href":"/featured/glenn-beck/"},{"id":"wu2Fk","type":"brand","label":"The Financial Exchange","target":"_self","ref":"%2F47519193ce885acf4ef3ee24a8b1fdd4","href":"/featured/the-financial-exchange/"},{"id":"xqnFp","type":"brand","label":"The Clay Travis and Buck Sexton Show","target":"_self","ref":"%2F60c0c84af3f76b50391679de","href":"/featured/the-clay-travis-and-buck-sexton-show/"},{"id":"B2lUh","type":"brand","label":"The Howie Carr Show","target":"_self","ref":"%2F2ce5fe6e8e703ddb63a72380c1f9c22e","href":"/featured/howie-carr/"},{"id":"6UzK7","type":"brand","label":"The Jesse Kelly Show","target":"_self","ref":"%2F5fe124d08f8db02cfab649af","href":"/featured/the-jesse-kelly-show/"},{"id":"rVa2s","type":"brand","label":"Coast to Coast AM with George Noory","target":"_self","ref":"%2F06caedeabcc633ae9dac2bee2be309d3","href":"/featured/coast-to-coast-am/"},{"id":"dQvb8","type":"page","label":"Full Schedule","target":"_self","ref":"onair_schedule","href":"/schedule/"}],"href":"/schedule"},{"id":"Ns8gJ","type":"link","label":"News","target":"_self","ref":"#","children":[{"id":"VN7r3","type":"brand","label":"WHYN Local News","target":"_self","ref":"%2F595d1bbf6ceb2ad362d957c0","href":"/featured/whyn-local-news/"},{"id":"v6CWt","type":"link","label":"National News","target":"_self","ref":"/topic/national-news/","href":"/topic/national-news/"},{"id":"hZxTo","type":"link","label":"Politics","target":"_self","ref":"/topic/politics/","href":"/topic/politics/"},{"id":"gEMai","type":"link","label":"Traffic","target":"_self","ref":"/traffic/","href":"/traffic/"},{"id":"VJj1T","type":"link","label":"Weather","target":"_self","ref":"/weather","href":"/weather"}],"href":"#"},{"id":"NmADZ","type":"link","label":"Features","target":"_self","ref":"#","children":[{"id":"Im0ZD","type":"link","label":"Photos","target":"_self","ref":"/topic/photos/","href":"/topic/photos/"},{"id":"zcS9p","type":"link","label":"Podcasts","target":"_self","ref":"https://whyn.iheart.com/podcasts/","href":"https://whyn.iheart.com/podcasts/"},{"id":"UgXzO","type":"link","label":"Calendar","target":"_self","ref":"/calendar","href":"/calendar"},{"id":"u8qUV","type":"link","label":"Storm Closings","target":"_self","ref":"/featured/storm-closings/","href":"/featured/storm-closings/"}],"href":"#"}],"menu_footer":[]},"design":{"theme":"default","color_scheme":null,"logo_best_res":{"id":"asset://assets.brands/3b16f95a39b428654c44ce16d5638abc","asset":{"bucket":"assets.brands","resourceId":"%2F3b16f95a39b428654c44ce16d5638abc","href":"https://i.iheart.com/v3/re/assets.brands/3b16f95a39b428654c44ce16d5638abc"}},"station_logo":{"id":"asset://new_assets/6582ed54ff0d2565266208a0","asset":{"bucket":"new_assets","resourceId":"%2F6582ed54ff0d2565266208a0","href":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0"}},"logo_favicon":{"id":"asset://new_assets/6582ed54ff0d2565266208a0","asset":{"bucket":"new_assets","resourceId":"%2F6582ed54ff0d2565266208a0","href":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0"}},"font":{"id":"site-fonts/Inter"},"accent_color":"#000099","header_color":null,"navigation_color":null,"navigation_links_color":null,"ihr_embed_player_bar_stream_override":null,"ihr_embed_player_bar_switch":true,"ihr_embed_player_bar_stream_theme":"light","logo_footer":null,"thumbnail_image":null},"social":{"facebook_switch":true,"facebook_name":"WHYN560","facebook_app_id":"483825674977491","facebook_fan_page_id":"291059558363","twitter_switch":true,"twitter_name":"WHYN560","youtube_switch":true,"youtube_name":"channel/UCw5IhHWbRviaiWEhs6cX8vQ","instagram_switch":null,"instagram_name":null,"snapchat_switch":null,"snapchat_name":null,"pinterest_switch":null,"pinterest_name":null,"tiktok_switch":null,"tiktok_name":null},"contact":{"page_intro":"","show_social_switch":true,"phone_text_numbers_switch":true,"request_phone_number":"413-293-0560","business_phone_number":"413-781-1011","traffic_tip_phone":"866-999-7200","newsroom_phone":"413-734-4432","sms_number":"","prize_pickup_directions_switch":true,"prize_pickup_info":"IN RESPONSE TO COVID19, PRIZE PICKUP IS TEMPORARILY CLOSED. Winners will be contacted with more details. We apologize for the inconvenience. Thank you for your patience. ","location_address1":"1331 Main Street","location_address2":"4th Floor","location_city":"Springfield","location_state":"MA","location_zip":"01103","office_hours":"IN RESPONSE TO COVID19, PRIZE PICKUP IS TEMPORARILY CLOSED. Winners will be contacted with more details. We apologize for the inconvenience. Thank you for your patience. \nNORMAL BUSINESS HOURS: Monday - Thursday 8:30 am - 5 pm. Friday 8:30 am - 4 pm. Closed weekends. Closed on federal holidays.","email_form_switch":true,"employment_info_switch":true,"contacts":[{"type":"Prize/Promotions Department"},{"type":"Programming Department"},{"type":"Sales Department"},{"type":"Website Issues"},{"type":"Community Calendar"}],"eeo_report_asset":{"id":"asset://assets.eeo/674e150e4e797390a1672148"},"employment_link_override":"","public_file_assistance_link_override":null,"email_ip_blacklist":"","enable_contest_promotions":true},"partners":{"iheartradio_switch":true,"ihr_show_in_iheart_switch":false,"video_monetization_provider":"none","postup_switch":true,"email_format":null,"dataskrive_switch":true,"outbrain_switch":true,"traffic_market":"WHYN-AM","aptivada_switch":true,"aptivada_id":"1759062","google_webmaster_verification":null,"auth_type":null},"ads":{"dfp_switch":true,"header_bidding":true,"facebook_ad_track_pixel_switch":true,"facebook_ad_track_pixel_id":"270798540384083"},"analytics":{"adobe_library":"dtm","parsely_switch":false,"parsely_account_id":null}}},"integration":{"type":"broadcast-facilities","plugin":{"broadcastFacilities":[{"facilityId":"55757","broadcastFrequency":"560.0","broadcastBand":"AM","broadcastCallLetters":"WHYN","applicationNotices":[{"text":"On November 26th, 2021, IHM LICENSES, LLC, licensee of W255DL, 98.9, SPRINGFIELD, MA, filed an application with the Federal Communications Commission for renewal of its broadcast license. Members of the public wishing to view this application or obtain information about how to file comments and petitions on the application can visit:\n ","link":"https://enterpriseefiling.fcc.gov/dataentry/public/tv/draftCopy.html?displayType=html&appKey=25076f917d2b13a9017d2eb7556b0aea&id=25076f917d2b13a9017d2eb7556b0aea&goBack=N"}],"politicalLinkOverride":null}]}},"liveConfig":{"sections":{"design":{"ihr_embed_player_bar_stream_override":null}}}}}},"micrositeReferences":[{"_id":"%2F47519193ce885acf4ef3ee24a8b1fdd4","slug":"the-financial-exchange","ownBrand":"brands/The Financial Exchange (55141)","configByLookup":{"common":{"branding":{"name":"The Financial Exchange"}}}},{"_id":"%2F2ce5fe6e8e703ddb63a72380c1f9c22e","slug":"howie-carr","ownBrand":"brands/Howie Carr (40424)","configByLookup":{"common":{"branding":{"name":"Howie Carr"}}}},{"_id":"%2F595d1bbf6ceb2ad362d957c0","slug":"whyn-local-news","ownBrand":"brands/WHYN Local News","configByLookup":{"common":{"branding":{"name":"WHYN Local News"}}}},{"_id":"%2F652aa0e7f313b39725700d21f793be5e","slug":"whyn-daybreak-with-john-baibak","ownBrand":"brands/WHYN DayBreak with John Baibak (53267)","configByLookup":{"common":{"branding":{"name":"WHYN DayBreak with John Baibak"}}}},{"_id":"%2F1f3a963fc95f3d8ae9bbff3d45566edc","slug":"the-jim-polito-show","ownBrand":"brands/The Jim Polito Show (10899)","configByLookup":{"common":{"branding":{"name":"The Jim Polito Show"}}}},{"_id":"%2F10c988fb610c50c05921d32e39d9d35e","slug":"glenn-beck","ownBrand":"brands/Glenn Beck (56047)","configByLookup":{"common":{"branding":{"name":"The Glenn Beck Program"}}}},{"_id":"%2F60c0c84af3f76b50391679de","slug":"the-clay-travis-and-buck-sexton-show","ownBrand":"brands/The Clay Travis and Buck Sexton Show","configByLookup":{"common":{"branding":{"name":"The Clay Travis and Buck Sexton Show"}}}},{"_id":"%2F5a31704665f2b1f7d326225b","slug":"the-howie-carr-show","ownBrand":"brands/The Howie Carr Show","configByLookup":{"common":{"branding":{"name":"The Howie Carr Show"}}}},{"_id":"%2F5fe124d08f8db02cfab649af","slug":"the-jesse-kelly-show","ownBrand":"brands/The Jesse Kelly Show","configByLookup":{"common":{"branding":{"name":"The Jesse Kelly Show"}}}},{"_id":"%2F06caedeabcc633ae9dac2bee2be309d3","slug":"coast-to-coast-am","ownBrand":"brands/Coast to Coast AM (55811)","configByLookup":{"common":{"branding":{"name":"Coast to Coast AM with George Noory"}}}}],"surrogateKeys":[]},"cache":[["\"/\"",{"data":{"_id":"/5e419286691a216632db14ab/Inferno News/Talk/home","name":"home","pageConfig":{"adobe_page_name":"home","description":"","keywords":[],"sitemap_frequency":"hourly","thumbnail":"","title":""},"displayName":"Home","path":"/","primaryBlockId":"e6Rs0","layoutId":"generic_full","parentId":null,"tags":[{"id":"display-hints/hide-listen-now"}],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"FppTo","region":"main:dynamic","type":"onair","ordinal":0,"value":{"title":null},"tags":["display-hints/onair-show-play"],"schedule":{"begin":0,"end":4115978604802}},{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"link":null,"min_size":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F68152d733e71feabcde87c56","type":"PUBLISHING","record":{"ref_id":"%2F68152d733e71feabcde87c56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"450a79d3-79d6-43c2-8949-bd8d4a875578","revision_id":"AAAAAAAAAAAAAAAAAAAABg=="},"author":"Lauren Crawford","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 31: Team United States Women's Rugby Seven's athletes pose for a photo with their bronze medals at Champions Park on day five of the Olympic Games Paris 2024 on July 31, 2024 in Paris, France. (Photo by Arturo Holmes/Getty Images)","id":"%2F68153af43e71feabcde87c6e","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Champions Park - Olympic Games Paris 2024: Day 5","type":"asset","url":"","use_caption":false},{"html":"\u003cp>What does it take to train like an Olympian?\u003c/p>\n\n\u003cp>Well, the answer may not shock you — a whole lot. I recently got a glimpse of just how much, thanks to a mild training session (and I use that word loosely) with one of Team USA’s most dominant Olympic squads: the history-making U.S. women’s rugby sevens team, who took home the country’s first-ever Olympic rugby medal at the 2024 Summer Games in Paris.\u003c/p>\n\n\u003cp>Thanks to \u003ca href=\"https://www.questnutrition.com/\" target=\"_blank\">Quest Nutrition\u003c/a>, I got to spend the day with a few of these elite athletes and not only train like an Olympian but eat like one too. (I'm now officially obsessed with Quest Overload Bars and chips.)\u003c/p>\n\n\u003cp>The training took place at the Chula Vista Elite Athlete Training Center, where I had the chance to learn directly from\u003cstrong> Josh Schell\u003c/strong>, USA Men’s Head of Performance, and \u003cstrong>Jacque Scaramella\u003c/strong>, MS, RD, CSSD, Sports Dietitian for U.S. Rugby 7s. Let's just say, I was in the hands of the best.\u003c/p>\n\n\u003cp>Before we dive into the training — and yes, we’ll get to that — I got the chance to chat with \u003cstrong>Ariana Ramsey\u003c/strong>, a breakout star of Team USA. She opened up about how she fuels her body through an intense training schedule that's already preparing her for the road to LA 2028.\u003c/p>\n\n\u003cp>For Ariana, proper fuel is key, and that includes her go-to snack: Quest Chips. “At every meeting, we’re eating Quest chips," she told me. "The spicy chili and loaded taco flavors are my favorite.” With two-a-day sessions, weight training, and team meetings all packed into a typical day, it’s no surprise that recovery and protein-packed fuel are essential.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 29: Team United States celebrate victory as they pose for a photo with the Bell after the Women's Rugby Sevens Quarter Final match between Team Great Britain and Team United States on day three of the Olympic Games Paris 2024 at Stade","id":"%2F68153a2e3e71feabcde87c6c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 3","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Now, back to that training session. With coaching from the pros, I jumped, well, power walked, into a series of drills to test whether I had what it takes to make the Olympic team (spoiler alert: I don’t). But I \u003cem>did\u003c/em> learn how to tackle, throw, catch, and kick like a rugby player, getting a small taste of what these powerhouse athletes go through daily.\u003c/p>\n\n\u003cp>While the team is already gearing up for LA 2028, I couldn’t help but ask Ariana what it meant to take home that historic bronze medal almost one year ago. “Winning something at the Olympics changed everything,” she shared. “The momentum, the publicity, the support. It meant more funding for the program and more visibility for the sport. Now, we have to medal again in LA. That pressure is real, but it’s motivating.”\u003c/p>\n\n\u003cp>Keep scrolling to read more from my Q&A with Ariana Ramsey.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 30: Ariana Ramsey #1 of Team United States celebrates after the Women's Bronze Final rugby 7 match between USA and Australia on day four of the Paris 2024 Olympic Games at Stade de France on July 30, 2024 in Paris, France. (Photo by A","id":"%2F681539e23e71feabcde87c67","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003ch3>\u003cstrong>It’s been nearly a year since the Paris Olympics. What has life been like since?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Right after the Olympics I was getting so many opportunities, speaking engagements, content creation opportunities. My Instagram just went from, you know, freaking 10K to 100K. I was just really grateful for that. Ever since, I’ve just been trying to continue to build my brand, create content, and still try to inspire people from the Games. Life’s been good. I’m back into training, looking ahead to LA 2028. So yeah, I'm really excited for that.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>Have you felt the weight of your Olympic impact, in terms of just how far your story has reached?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Yes. I went to the Tokyo Olympics, and when we didn’t win anything it was like, 'Okay, she went to the Olympics,' and that was it. But when we actually medaled. That was a huge shift. Publicity, the amount of money we received as a program... it just felt so good to actually win something.\u003c/blockquote>\n\n\u003cblockquote>The weight is definitely there, especially for LA 2028. Like, we have to medal now. If we don’t, it’s like, 'Was it just a fluke back then?' So the weight is definitely there, but all I can do is put in the work every day, be focused every practice, so that I don’t have any regrets. I just want to do everything right and hopefully the outcome is what I want.\u003c/blockquote>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40iheartradio%2Fvideo%2F7496696653672484126%3Flang%3Den","@url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en","author_name":"iHeartRadio","author_unique_id":"iheartradio","author_url":"https://www.tiktok.com/@iheartradio","embed_product_id":"7496696653672484126","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1280,"thumbnail_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/obj/tos-useast8-p-0068-tx2/osAEqI1QGfavzEOaAIefArAAkLjrAQIItpkjJT?lk3s=b59d6b55&x-expires=1746392400&x-signature=h2Nzm3lR3i780mEh1AKjqJMhnPQ%3D&shp=b59d6b55&shcp=-","thumbnail_width":720,"title":"I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of #TeamUSA’s Women’s Rugby during the #Olympics! @Ari Ramsey 🏉🇺🇸 #loveislandusa ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en"},{"html":"\u003ch3>\u003cstrong>Since medaling, have you noticed a shift in how people view or support rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Oh my God, yes. A lot of people I talk to say their daughter has joined rugby because we won. That’s so inspiring. I’m trying to grow the game. We all are. Hopefully we can open more rugby teams in high schools, that’s the goal now and in colleges too. I think the game is growing. People tell me it is, and I just hope that by us playing, it’ll all pay off.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>You’re inspiring so many. Who inspired you when it came to the game of rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Definitely \u003ca href=\"https://www.instagram.com/nayatapper/?hl=en\" target=\"_blank\">\u003cstrong>Naya Tapper\u003c/strong>\u003c/a>. She was one of the only Black women on the team. \u003ca href=\"https://www.instagram.com/kristhomas11/?hl=en\" target=\"_blank\">\u003cstrong>Kris Thomas\u003c/strong>\u003c/a> too, she’s from Philly. But Naya was the top try scorer and I was like, 'Oh my God, I want to be like her.' And then I finally got to play with her, watching her as a leader was so inspiring. I want to be that for people. So yeah, I would say her.\u003c/blockquote>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/","cuser":"user/ldap/1122166","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Olympics","keywords/Rugby","keywords/BIN","keywords/women's rugby team","keywords/USA Women's Rugby Sevens"],"primary_image":{"bucket":"new_assets","id":"%2F681539e23e71feabcde87c67"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},"publish_date":1746222060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","social_title":"","summary":"What does it take to train like an Olympian?","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/sports"],"distribution":["formats/BINNEWS"]},{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","permalink":"https://whyn.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"},"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67","title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","description":"What does it take to train like an Olympian?","author":"Lauren Crawford"},"pub_start":1746222060000,"pub_until":4115978604802,"pub_changed":1746223302616,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/sports","formats/BINNEWS"]},{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68152d733e71feabcde87c56","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","keyword:keywords/Olympics","keyword:keywords/Rugby","keyword:keywords/BIN","keyword:keywords/women's rugby team","keyword:keywords/USA Women's Rugby Sevens","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"lP0Ih","region":"main:dynamic","type":"feed","ordinal":3,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":1,"link":null,"position":null,"size":5,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/xxsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6815210053c0bb887120ca39","type":"PUBLISHING","record":{"ref_id":"%2F6815210053c0bb887120ca39","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f24dc3f7-737d-4f40-a223-d439519ab10f","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - MAY 02: Miriam Haley returns to the courtroom after taking a short break from a delay in proceedings before continuing to testify in the retrial of former film producer Harvey Weinstein at Manhattan Criminal Court on May 2, 2025 in New York City. Disgraced Hollywood mogul Harvey Weinstein faces a retrial on rape and sex assault charges for which a previous verdict was overturned, forcing survivors who helped fire up the \"MeToo\" movement to testify against him once again. Weinstein's 2017 conviction by a jury was overturned seven years later by an appeals court that ruled the way witnesses were handled in the original New York trial was unlawful. (Photo by John Angelillo-Pool/Getty Images)","id":"%2F681521676018f2973ad94dab","new_tab":false,"schedule":{},"source_credit":"Pool / Getty Images News / Getty Images","title":"Harvey Weinstein Re-Trial On Rape And Sexual Assault Charges Continues","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Miriam Haley\u003c/strong>, a former \u003cem>Project Runway\u003c/em> production assistant, \u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">abruptly left a New York courtroom on Friday (May 2) after a heated exchange with \u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">\u003cstrong>Harvey Weinstein\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">'s lawyer\u003c/a>, \u003cstrong>Jennifer Bonjean\u003c/strong>. During her fourth day of testimony in Weinstein's sex crimes retrial, Haley, 48, broke down in tears as Bonjean questioned her about the night she alleges Weinstein assaulted her in July 2006. \u003c/p>\n\n\u003cp>"Don’t tell me I wasn’t raped by that f****** a******!" Haley yelled, before requesting a break. \u003c/p>\n\n\u003cp>Judge \u003cstrong>Curtis Farber\u003c/strong> granted a 10-minute recess, and \u003ca href=\"https://nypost.com/2025/05/02/us-news/weinstein-accuser-miriam-haley-storms-out-of-courtroom-in-tears-in-the-middle-of-grilling-dont-tell-me-i-wasnt-raped-by-that-f-king-a-hole/\" target=\"_blank\">Haley exited the courtroom\u003c/a>.\u003c/p>\n\n\u003cp>Haley has accused Weinstein of forcibly performing oral sex on her at his SoHo apartment and later raping her at a Tribeca hotel. Weinstein, 73, has pleaded not guilty to the charges. Bonjean \u003ca href=\"https://variety.com/2025/film/news/harvey-weinstein-accuser-miriam-haley-new-york-trial-cross-examination-1236383734/\" target=\"_blank\">challenged Haley's account\u003c/a>, questioning why she agreed to visit Weinstein's apartment despite his previous "bizarre" behavior. Haley explained she did not fear for her safety and thought it would be impolite to refuse.\u003c/p>\n\n\u003cp>This retrial follows the overturning of Weinstein's 2020 conviction. Haley is the first of three accusers expected to testify, including actress Jessica Mann and former model Kaja Sokola. Weinstein's lawyers argue that the encounters were consensual. Haley and her friends testified that she disclosed the assault shortly after it occurred. \u003c/p>\n\n\u003cp>The trial continues with further testimonies expected.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F681521676018f2973ad94dab"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746215460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","social_title":"","summary":"During her fourth day of testimony in Weinstein's sex crimes retrial, Miriam Haley broke down in tears as she was questioned about the night she alleges Weinstein assaulted her.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/entertainment-news","categories/national-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Harvey Weinstein Accuser Curses Out Defense Lawyer, Storms Out Of Court","permalink":"https://whyn.iheart.com/content/2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court/"},"slug":"2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681521676018f2973ad94dab","title":"Harvey Weinstein Accuser Curses Out Defense Lawyer, Storms Out Of Court","description":"During her fourth day of testimony in Weinstein's sex crimes retrial, Miriam Haley broke down in tears as she was questioned about the night she alleges Weinstein assaulted her.","author":"iHeartRadio"},"pub_start":1746215460000,"pub_until":4115978604802,"pub_changed":1746215793663,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/entertainment-news","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815210053c0bb887120ca39","slug:2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","slug:2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6815145a53c0bb887120ca2d","type":"PUBLISHING","record":{"ref_id":"%2F6815145a53c0bb887120ca2d","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"16c6c824-5d46-42ed-b1dc-442a6c0de58b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Shot of firefighters in a fire protection suit wearing firefighter helmet using hammer break mirror of burned car for rescue victim inside burned car.","id":"%2F68151662d5dec3bc94ef0436","new_tab":false,"schedule":{},"source_credit":"sukanya sitthikongsak / Moment / Getty Images","title":"Firefighters rescue victim inside burned car.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Seven people died in a\u003ca href=\"https://abcnews.go.com/US/wireStory/7-people-dead-after-pickup-tour-van-collide-121404150\" target=\"_blank\"> fiery collision between a pickup truck and a tour van\u003c/a> near Yellowstone National Park on Thursday (May 1). The crash occurred just before 7:15 p.m. on a highway near Henry's Lake State Park in eastern Idaho, approximately 16 miles west of Yellowstone.\u003c/p>\n\n\u003cp>According to the Idaho State Police, \u003ca href=\"https://www.kare11.com/article/news/nation-world/fatal-crash-near-yellowstone/507-c429cdf6-b286-430c-8f9e-57692ad6bb23\" target=\"_blank\">both vehicles caught fire\u003c/a> following the collision. The driver of the Dodge Ram pickup truck and six passengers from the Mercedes tour van were killed. The van was carrying a tour group of 14 people.\u003c/p>\n\n\u003cp>The driver of the truck was identified as 25-year-old \u003cstrong>Isaiah Moreno\u003c/strong>. According to the \u003cem>New York Times\u003c/em>, Fremont County Coroner, \u003cstrong>Brenda Dye\u003c/strong> said she is waiting for \u003ca href=\"https://www.nytimes.com/2025/05/02/us/yellowstone-tour-van-fatal-crash.html?partner=IFTTT\" target=\"_blank\">DNA testing to identify the bodies of the six victims who were in the van\u003c/a> because they were burned beyond recongintion.\u003c/p>\n\n\u003cp>The incident is currently under investigation as authorities work to determine the cause of the accident.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68151662d5dec3bc94ef0436"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746212220000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","social_title":"","summary":"Officials said they are waiting on DNA testing to identify the victims because they were burned beyond recognition in the fiery crash.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Multiple People Killed In Crash Between Tour Van And Truck Near Yellowstone","permalink":"https://whyn.iheart.com/content/2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone/"},"slug":"2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68151662d5dec3bc94ef0436","title":"Multiple People Killed In Crash Between Tour Van And Truck Near Yellowstone","description":"Officials said they are waiting on DNA testing to identify the victims because they were burned beyond recognition in the fiery crash.","author":"iHeartRadio"},"pub_start":1746212220000,"pub_until":4115978604802,"pub_changed":1746212710180,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815145a53c0bb887120ca2d","slug:2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","slug:2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814e9b12f874bf6ca67bb76","type":"PUBLISHING","record":{"ref_id":"%2F6814e9b12f874bf6ca67bb76","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a40873eb-7088-42f0-aa52-d0153271c8dd","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68150bad2f874bf6ca67bb89","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-13-rory-mcilroy-wins-masters-in-playoff-completes-career-grand-slam/\" target=\"_blank\">\u003cstrong>Rory McIlroy\u003c/strong>\u003c/a> revealed the text he received from \u003ca href=\"https://www.iheart.com/content/2025-04-14-tiger-woods-reacts-to-rory-mcilroys-historic-masters-win/\" target=\"_blank\">\u003cstrong>Tiger Woods\u003c/strong>\u003c/a> after winning his first Masters Tournament and joining him in the exclusive Grand Slam major championship club during an appearance on \u003cem>the Tonight Show with \u003c/em>\u003cstrong>\u003cem>Jimmy Fallon\u003c/em>\u003c/strong> Thursday (May 1) night.\u003c/p>\n\n\u003cp>“He just said, ‘welcome to the club, kid,’” McIlroy said.\u003c/p>\n\n\u003cp>McIlroy's win at Augusta secured his fifth career major, having previously won the U.S. Open in 2011, PGA Championship in 2012 and 2014 and the Open Championship in 2014. The Northern Ireland native joined Woods, who completed the career Grand Slam in 2000, as well as \u003cstrong>Gene Sarazen\u003c/strong> (1935), \u003cstrong>Ben Hogan\u003c/strong> (1953), \u003cstrong>Gary Player\u003c/strong> (1965) and \u003cstrong>Jack Nicklaus\u003c/strong> (1966).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DeUZWEFbvN2A","@url":"https://www.youtube.com/watch?v=eUZWEFbvN2A","author_name":"The Tonight Show Starring Jimmy Fallon","author_url":"https://www.youtube.com/@fallontonight","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/eUZWEFbvN2A/hqdefault.jpg","thumbnail_width":480,"title":"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=eUZWEFbvN2A"},{"html":"\u003cp>Woods and McIlroy are both TaylorMade sponsored players and partnered together for the launch of TGL, an offseason golf league featuring themselves and other top PGA athletes that uses a combination of traditional golf and simulated indoor golf. McIlroy defeated \u003cstrong>Justin Rose\u003c/strong>, who led through the first two rounds of the four-day tournament, in a sudden death playoff at Augusta National Golf Course last month. \u003c/p>\n\n\u003cp>The 35-year-old missed a par putt, concluding regulation tied with Rose at 11-under par, before on the 18th hole before defeating Rose in a sudden death playoff by finishing at one over. McIlroy finished with a 73 through 18 holes, which included six birdies, three bogeys and a double bogey, finishing the round at +1 for the day and and 11-under for the tournament.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Rory McIlroy","keywords/Tiger Woods","keywords/Grand Slam","keywords/text","keywords/Masters","keywords/championship","keywords/tournament","keywords/club","keywords/PGA","keywords/Justin Rose","keywords/golf","keywords/Masters Tournament","keywords/major"],"primary_image":{"bucket":"new_assets","id":"%2F68150bad2f874bf6ca67bb89"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746210300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","social_title":"","summary":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","permalink":"https://whyn.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/"},"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89","title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","description":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","author":"Jason Hall"},"pub_start":1746210300000,"pub_until":4115978604802,"pub_changed":1746210647483,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814e9b12f874bf6ca67bb76","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","keyword:keywords/Rory McIlroy","keyword:keywords/Tiger Woods","keyword:keywords/Grand Slam","keyword:keywords/text","keyword:keywords/Masters","keyword:keywords/championship","keyword:keywords/tournament","keyword:keywords/club","keyword:keywords/PGA","keyword:keywords/Justin Rose","keyword:keywords/golf","keyword:keywords/Masters Tournament","keyword:keywords/major","author:user"]}},{"id":"%2F6815076553c0bb887120ca22","type":"PUBLISHING","record":{"ref_id":"%2F6815076553c0bb887120ca22","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"27aaca39-fe0d-416f-b82f-d9130453452d","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"cropped image of prison officer wearing handcuffs on prisoner","id":"%2F62bc742206a3034715868f22","new_tab":false,"schedule":{},"source_credit":"LightFieldStudios / iStock / Getty Images","title":"cropped image of prison officer wearing handcuffs on prisoner","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A Fort Carson soldier, \u003ca href=\"https://www.usatoday.com/story/news/nation/2025/05/02/army-soldier-colorado-raid-cocaine/83401012007/\" target=\"_blank\">Staff Sgt. \u003c/a>\u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">\u003cstrong>Juan Gabriel Orona-Rodriguez\u003c/strong>\u003c/a>\u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">, was arrested on federal drug charges\u003c/a>, including distribution and possession with intent to distribute cocaine, as well as conspiracy to distribute cocaine. The arrest took place on Wednesday (April 30) following a raid at an illegal nightclub in Colorado Springs, Colorado, known as Warike. The operation was part of a larger investigation led by the Drug Enforcement Administration (DEA) and the Federal Bureau of Investigation (FBI).\u003c/p>\n\n\u003cp>According to the U.S. Attorney’s Office, \u003ca href=\"https://www.justice.gov/usao-co/pr/army-soldier-charged-distribution-cocaine-following-dea-operation-illegal-nightclub\" target=\"_blank\">Orona-Rodriguez allegedly sold cocaine to an undercover DEA agent\u003c/a> during the week of April 21. Investigators found text messages on his phone, dating from September 2024 to April 2025, indicating his involvement in buying and selling cocaine. Orona-Rodriguez also held a leadership role in Immortal Security LLC, a company providing armed security to nightclubs, including Warike.\u003c/p>\n\n\u003cp>The raid on Warike involved over 300 officers and agents from various law enforcement agencies. During the operation, 114 individuals suspected of being in the U.S. unlawfully were detained. The \u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">raid was part of "Operation Take Back America,"\u003c/a> a nationwide initiative aimed at addressing illegal immigration and dismantling criminal organizations.\u003c/p>\n\n\u003cp>Orona-Rodriguez was one of about 17 active-duty Army service members present at the nightclub during the raid. The investigation and arrest were facilitated by the DEA's Rocky Mountain Division, the Army Criminal Investigation Division, and Fort Carson officials. The U.S. Attorney’s Office for the District of Colorado is handling the prosecution. Orona-Rodriguez is presumed innocent until proven guilty in court.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F62bc742206a3034715868f22"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746208620000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","social_title":"","summary":"Staff Sgt. Juan Gabriel Orona-Rodriguez was working security at the illegal club when it was raided by law enforcement.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Army Solider Arrested On Federal Drug Charges After Underground Club Raid","permalink":"https://whyn.iheart.com/content/2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid/"},"slug":"2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bc742206a3034715868f22","title":"Army Solider Arrested On Federal Drug Charges After Underground Club Raid","description":"Staff Sgt. Juan Gabriel Orona-Rodriguez was working security at the illegal club when it was raided by law enforcement.","author":"iHeartRadio"},"pub_start":1746208620000,"pub_until":4115978604802,"pub_changed":1746208959415,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815076553c0bb887120ca22","slug:2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","slug:2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814f68253c0bb887120ca17","type":"PUBLISHING","record":{"ref_id":"%2F6814f68253c0bb887120ca17","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8a3b116b-dec5-44cb-a144-a1cbbf5aad39","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - SEPTEMBER 04: U.S. President Donald Trump participates in a signing ceremony and meeting with the President of Serbia Aleksandar Vucic and the Prime Minister of Kosovo Avdullah Hoti in the Oval Office of the White House on September 4, 2020 in Washington, DC. The Trump administration is hosting the leaders to discuss furthering their economic relations. (Photo by Anna Moneymaker-Pool/Getty Images)","id":"%2F6814f7cf0650b7facb269484","new_tab":false,"schedule":{},"source_credit":"Pool / Getty Images News / Getty Images","title":"President Trump Hosts Trilateral With President Of Serbia And Prime Minister Of Kosovo","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> \u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> has released a budget proposal\u003c/a> that seeks to cut funding for health, education, and clean energy programs while increasing military spending. The proposal, detailed in a 40-page document, was sent to congressional leaders on Friday (May 2).\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxbusiness.com/politics/trump-admin-release-budget-outline-showing-defense-spending-boost\" target=\"_blank\">budget suggests a 23% reduction in discretionary funding\u003c/a>, totaling $163 billion, and a 13% increase in military spending. Among the proposed cuts are $18 billion from the National Institutes of Health, $4 billion from the Low Income Home Energy Assistance Program, and $3.6 billion from the Centers for Disease Control and Prevention. Clean energy, education, scientific research, and international aid programs also face reductions.\u003c/p>\n\n\u003cp>Conversely, the \u003ca href=\"https://www.reuters.com/world/us/trump-unveils-federal-budget-blueprint-2025-05-02/\" target=\"_blank\">budget proposes a $43.8 billion increase for the Department of Homeland Security\u003c/a> and $113.3 billion for the Defense Department. It also allocates $500 million for Health and Human Services Secretary Robert F. Kennedy Jr.'s "Make America Healthy Again" initiatives.\u003c/p>\n\n\u003cp>While White House budgets are typically symbolic and rarely enacted as proposed, they reflect the president's priorities and influence congressional debates. Trump's budget is expected to impact upcoming government funding talks, with current funding set to expire on September 30.\u003c/p>\n\n\u003cp>The budget has drawn praise from Republicans, including House Speaker \u003cstrong>Mike Johnson\u003c/strong>, who called it a "bold blueprint" for American strength. However, it has faced criticism from Democrats, with Senate Minority Leader \u003cstrong>Chuck Schumer\u003c/strong> labeling it an "all out assault on hardworking Americans."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6814f7cf0650b7facb269484"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746204420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","social_title":"","summary":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","permalink":"https://whyn.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/"},"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484","title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","description":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","author":"iHeartRadio"},"pub_start":1746204420000,"pub_until":4115978604802,"pub_changed":1746204754620,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814f68253c0bb887120ca17","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"WQJCS","region":"main:dynamic","type":"feed","ordinal":4,"value":{"feed_id":"USAGE:feed-usecases/Default Promotions","feed_index":0,"size":4,"title":""},"tags":["display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F67ffb335da50665248cd41bf","type":"LEADS","record":{"title":"Listen For Your Chance To Win!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67fcefd79a35e0b261210299","img_meta":{"base_id":"%2F67fcefd79a35e0b261210299","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/promotions/listen-to-win-1-000-1759062/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F5ea62874224ee14618cafcff","type":"LEADS","record":{"title":"Alexa, Play WHYN On iHeartRadio","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/7a2b12a9-538c-42a2-832d-b7f886a51b1e","img_meta":{"base_id":"/7a2b12a9-538c-42a2-832d-b7f886a51b1e","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"http://whyn.iheart.com/listen","web":"http://whyn.iheart.com/listen"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67b8f4a3e072eb3303429080","type":"LEADS","record":{"title":"Advertise with America's #1 Audio Company","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67b8f45de072eb330342907f","img_meta":{"base_id":"%2F67b8f45de072eb330342907f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"/advertise/?campid=advertise_promo"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F6813dd92969582f364283a8b","type":"LEADS","record":{"title":"The latest news in 4 minutes. Updated every hour, every day.","subtitle":"The latest news in 4 minutes updated every hour, every day.","image":"https://i.iheart.com/v3/re/new_assets/6813dd0c969582f364283a8a","img_meta":{"base_id":"%2F6813dd0c969582f364283a8a","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"ihr://goto/podcast/20697776","web":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?campid=promocard"},"name":"24/7 News: The Latest","description":"The latest news in 4 minutes updated every hour, every day."},"use_catalog_image":false,"catalog":{"name":"24/7 News: The Latest","id":"20697776","kind":"podcast","country":null}}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoyfSwiZW5kcyI6eyJKQXJSTiI6MSwid21lTksiOi0xfX0=","scopes":[]}}},{"id":"Ghum3","region":"main:dynamic","type":"weather","ordinal":5,"value":{"forecast_type":null,"geo_latitude":"{config.general.geo_latitude}","geo_longitude":"{config.general.geo_longitude}","title":null},"tags":["display-hints/tile","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802}},{"id":"Fx4YF","region":"main:dynamic","type":"traffic","ordinal":7,"value":{"geo_latitude":null,"geo_longitude":null,"traffic_zoom":null},"tags":["display-hints/tile"],"schedule":{"begin":0,"end":4115978604802}},{"id":"kIdtO","region":"main:dynamic","type":"feed","ordinal":8,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":4,"link":null,"position":null,"size":1,"title":"More Stories"},"tags":["display-hints/feed-date-stamp","display-hints/horizontal-reverse"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6814eda953c0bb887120ca0c","type":"PUBLISHING","record":{"ref_id":"%2F6814eda953c0bb887120ca0c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"48cbd041-91f8-46ca-b5b0-09e261ebdc54","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Space ship on orbit of Earth planet. Expedition of cargo spacecraft to ISS. Deep space and cities lights. Elements of this image furnished by NASA.\n(url: https://www.nasa.gov/sites/default/files/thumbnails/image/iss058e029952.jpg images-assets.nasa.gov/image/iss040e090540/iss040e090540~orig.jpg)","id":"%2F6814edde36fa97a5f2028289","new_tab":false,"schedule":{},"source_credit":"dima_zel / iStock / Getty Images","title":"Space ship on orbit of Earth planet. Expedition of cargo spacecraft to ISS. Deep space and cities lights. Elements of this image furnished by NASA.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Kosmos-482, a Soviet-era spacecraft launched in 1972, is \u003ca href=\"https://www.theguardian.com/science/2025/may/02/soviet-era-spacecraft-kosmos-482-uncontrolled-return-earth-next-week\" target=\"_blank\">expected to make an uncontrolled reentry into Earth's atmosphere\u003c/a> next week. The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.\u003c/p>\n\n\u003cp>The spacecraft, weighing approximately 1,100 pounds, is predicted to reenter around May 10. The \u003ca href=\"https://www.iflscience.com/kosmos-482-soviet-unions-failed-venus-probe-is-about-to-slam-into-earth-79013\" target=\"_blank\">reentry is expected to be uncontrolled\u003c/a>, but experts believe the risk to people on the ground is minimal. \u003c/p>\n\n\u003cp>Kosmos-482 was part of a series of Soviet missions to Venus, but unlike its successful counterpart, Venera 8, \u003ca href=\"https://www.sciencealert.com/defunct-soviet-spacecraft-set-to-crash-to-earth-in-fiery-end-to-53-year-orbit\" target=\"_blank\">it never left Earth's orbit\u003c/a>. The spacecraft's lander, designed to withstand Venus's harsh atmosphere, might survive reentry intact. However, The Guardian reports that the heat shield and parachute system may have degraded over time, potentially causing the probe to burn up upon reentry.\u003c/p>\n\n\u003cp>The reentry zone spans from 51.7 degrees north to 51.7 degrees south latitude, covering a vast area from London to Cape Horn. With most of Earth's surface being water, experts believe it is likely that the probe will fall into an ocean. As the reentry date approaches, more precise predictions will become available.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6814edde36fa97a5f2028289"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746201900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","social_title":"","summary":"The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Defunct Russian Space Probe From The 1970s To Crash Into The Earth","permalink":"https://whyn.iheart.com/content/2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth/"},"slug":"2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289","title":"Defunct Russian Space Probe From The 1970s To Crash Into The Earth","description":"The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.","author":"iHeartRadio"},"pub_start":1746201900000,"pub_until":4115978604802,"pub_changed":1746202262755,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814eda953c0bb887120ca0c","slug:2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","slug:2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"LSixG","region":"main:dynamic","type":"feed","ordinal":9,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":5,"link":null,"position":null,"size":5,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/xxsmall","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6814eae0ad683035cfc52517","type":"PUBLISHING","record":{"ref_id":"%2F6814eae0ad683035cfc52517","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f1c3f77e-ea79-41cb-9b26-5f5ecdf7b03f","revision_id":"AAAAAAAAAAAAAAAAAAAAAg=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"OKLAHOMA CITY, OK - OCTOBER 30: Head Coach Gregg Popovich of the San Antonio Spurs looks on during the game against the Oklahoma City Thunder on October 30, 2024 at Paycom Center in Oklahoma City, Oklahoma. NOTE TO USER: User expressly acknowledges and ag","id":"%2F6728f8d98db27342947a1a18","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"San Antonio Spurs v Oklahoma City Thunder","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Basketball Hall of Famer and five-time NBA champion \u003ca href=\"https://www.iheart.com/content/2025-02-23-decision-made-on-gregg-popovichs-status/\" target=\"_blank\">\u003cstrong>Gregg Popovich\u003c/strong>\u003c/a> will step down as head coach of the San Antonio Spurs and transition to a full-time role as team president, the team confirmed on Friday (May 2).\u003c/p>\n\n\u003cp>"While my love and passion for the game remain, I've decided it's time to step away as head coach," Popovich said in a statement shared by the team. "I'm forever grateful to the wonderful players, coaches, staff and fans who allowed me to serve them as the Spurs head coach and am excited for the opportunity to continue to support the organization, community and city that are so meaningful to me."\u003c/p>\n\n\u003cp>Popovich, 76, the NBA's all-time winningest coach, has been on a leave of absence from coaching since suffering what was described as a "mild stroke" in November.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cstrong>Shams Charania\u003c/strong>\u003c/a> initially reported Popovich's decision on Friday.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>"BREAKING: Gregg Popovich will no longer be Head Coach of the San Antonio Spurs and is transitioning full-time to Team President, sources told ESPN. The iconic Popovich is a Basketball Hall of Famer, the NBA’s all-time winningest coach, and led the Spurs to five championships," Charania wrote on his X account. "This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said."\u003c/p>\n\n\u003cp>Assistant \u003cstrong>Mitch Johnson\u003c/strong> was promoted to interim head coach and led the team to a 32-45 record in Popovich's absence, despite losing franchise center \u003ca href=\"https://www.iheart.com/content/2025-02-20-victor-wembanyama-to-miss-remainder-of-season-over-serious-issue/\" target=\"_blank\">\u003cstrong>Victor Wembanyama\u003c/strong>\u003c/a>, who was diagnosed with deep vein thrombosis in his right shoulder, in February.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Gregg Popovich","keywords/San Antonio Spurs","keywords/Shams Charania","keywords/Decision","keywords/sources","keywords/coach"],"primary_image":{"bucket":"new_assets","id":"%2F6728f8d98db27342947a1a18"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746201300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","social_title":"","summary":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","targets":[{"categories":["syndications/content"],"distribution":["markets/SANANTONIO-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Decision Made On Gregg Popovich's Future With Spurs","permalink":"https://whyn.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/"},"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18","title":"Decision Made On Gregg Popovich's Future With Spurs","description":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","author":"Jason Hall"},"pub_start":1746201300000,"pub_until":4115978604802,"pub_changed":1746202552005,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/SANANTONIO-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814eae0ad683035cfc52517","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","keyword:keywords/Gregg Popovich","keyword:keywords/San Antonio Spurs","keyword:keywords/Shams Charania","keyword:keywords/Decision","keyword:keywords/sources","keyword:keywords/coach","author:user"]}},{"id":"%2F6814e2e3b9a08480dd3cc524","type":"PUBLISHING","record":{"ref_id":"%2F6814e2e3b9a08480dd3cc524","type":"content","payload":{"amp_enabled":false,"apple_news":{"ref_id":"5e007300-7dd5-4666-8553-5680a3598756","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"speaks during the 'The Best of Laugh-In' panel at the PBS portion of the 2011 Winter TCA press tour held at the Langham Hotel on January 8, 2011 in Pasadena, California.","id":"%2F6814e316b9a08480dd3cc52f","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"2011 Winter TCA Tour - Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-25-actress-lar-park-lincoln-dead-at-63/\" target=\"_blank\">Actress\u003c/a> and comedian \u003cstrong>Ruth Buzzi\u003c/strong>, best known for appearing on the comedy variety series \u003cem>Rowan & Martin's Laugh-in\u003c/em>, died at the age of 88 on Thursday (May 1) from complications of Alzheimer's disease, her family announced on her official Facebook page.\u003c/p>\n\n\u003cp>"Ruth Buzzi died peacefully in her sleep at home in Texas, the post states. "She was in hospice care for several years with Alzheimer’s disease. Memorial arrangements by Lacy Funeral Home, Stephenville, Texas to be announced.\u003c/p>\n\n\u003cp>"Her family requests donating to Alzheimer’s research (\u003ca href=\"http://www.alz.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExWFdhbFR2TktwdGI0eFVlZgEe0WwkMDdqyBgkUBeqiUtPEwE4Xl8YwIwrbdYse9qOzFgaKFeprGUpTLHxbw0_aem_cMeiRIU3VfYu3_2OIfilQw\" target=\"_blank\">www.alz.org\u003c/a>) in lieu of flowers."\u003c/p>\n\n\u003cp>Buzzi had previously suffered a disabling stroke in 2022 and had been in hospice care for the last several years of her life.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Facebook Post","@query":"https://graph.facebook.com/v16.0/oembed_post?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.facebook.com%2FRealRuthBuzzi%2Fposts%2Fpfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl","@url":"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl","author_name":"Ruth","author_url":"https://www.facebook.com/RealRuthBuzzi","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\" class=\"fb-xfbml-parse-ignore\">\u003cp>July 24, 1936 – May 1, 2025\n\nRuth Buzzi died peacefully in her sleep at home in Texas.\n\nShe was in hospice care for...\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/RealRuthBuzzi\">Ruth Buzzi\u003c/a> on \u003ca href=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\">Friday, May 2, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider_name":"Facebook","provider_url":"https://www.facebook.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":552},"embed_type":"rich","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\" class=\"fb-xfbml-parse-ignore\">\u003cp>July 24, 1936 – May 1, 2025\n\nRuth Buzzi died peacefully in her sleep at home in Texas.\n\nShe was in hospice care for...\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/RealRuthBuzzi\">Ruth Buzzi\u003c/a> on \u003ca href=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\">Friday, May 2, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl"},{"html":"\u003cp>Buzzi's career began with appearances on \u003cem>The Garry Moore Show\u003c/em> and \u003cem>The Entertainers\u003c/em> in the early 1960s before making her lone Broadway run as part of the original cast for the musical \u003cem>Sweet Charity\u003c/em>. The Rhode Island native later made guest appearances on \u003cem>The Monkees\u003c/em> and landed a recurring role as 'Pete' on \u003cem>That Girl\u003c/em> before being selected as one of the original cast members on the variety show \u003cem>Laugh-in\u003c/em>.\u003c/p>\n\n\u003cp>Buzzi was the only original cast member to appear in every episode during the entirety of the series (1968-1973), which also launched the careers of \u003ca href=\"https://www.iheart.com/artist/goldie-hawn-30526118/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30526118\" data-catalog-related-id=\"\">\u003cstrong>Goldie Hawn\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/lily-tomlin-43910/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"43910\" data-catalog-related-id=\"\">\u003cstrong>Lily Tomlin\u003c/strong>\u003c/a>, \u003cstrong>Jo Anne Worley\u003c/strong> and \u003cstrong>Judy Carne\u003c/strong>, among others. The actress would later make guest appearances on numerous variety and late night shows and joined the \u003cem>Sesame Street\u003c/em> cast as shopkeeper Ruthie in 1993.\u003c/p>\n\n\u003cp>Buzzi is also credited for voice acting roles on \u003cem>Pound Puppies\u003c/em>, \u003cem>Berenstain Bears\u003c/em> and \u003cem>the Smurfs\u003c/em>, as well as performing in Las Vegas nightclubs before retiring in 2021.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-actress-ruth-buzzi-dead-at-88/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ruth Buzzi","keywords/Rowan & Martin's Laugh-in","keywords/home","keywords/sleep","keywords/actress","keywords/comedian"],"primary_image":{"bucket":"new_assets","id":"%2F6814e316b9a08480dd3cc52f"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746199200000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-actress-ruth-buzzi-dead-at-88","social_title":"","summary":"Actress and comedian Ruth Buzzi, best known for appearing on the comedy variety series Rowan & Martin's Laugh-in, has died at the age of 88.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Actress Ruth Buzzi Dead At 88","permalink":"https://whyn.iheart.com/content/2025-05-02-actress-ruth-buzzi-dead-at-88/"},"slug":"2025-05-02-actress-ruth-buzzi-dead-at-88","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6814e316b9a08480dd3cc52f","title":"Actress Ruth Buzzi Dead At 88","description":"Actress and comedian Ruth Buzzi, best known for appearing on the comedy variety series Rowan & Martin's Laugh-in, has died at the age of 88.","author":"Jason Hall"},"pub_start":1746199200000,"pub_until":4115978604802,"pub_changed":1746200266615,"subscription":[{"tags":["categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814e2e3b9a08480dd3cc524","slug:2025-05-02-actress-ruth-buzzi-dead-at-88","slug:2025-05-02-actress-ruth-buzzi-dead-at-88","keyword:keywords/Ruth Buzzi","keyword:keywords/Rowan & Martin's Laugh-in","keyword:keywords/home","keyword:keywords/sleep","keyword:keywords/actress","keyword:keywords/comedian","author:user"]}},{"id":"%2F6814dda053c0bb887120ca01","type":"PUBLISHING","record":{"ref_id":"%2F6814dda053c0bb887120ca01","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c2906d75-50a4-4312-8c73-0b57d4aeba26","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Small sad boy looking through the window during Coronavirus isolation.","id":"%2F62bb6dd1e8dfd4e2214c7d56","new_tab":false,"schedule":{},"source_credit":"Vera Livchak / Moment / Getty Images","title":"Small sad boy looking through the window during Coronavirus isolation.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Three children, twins aged eight and a ten-year-old, were \u003ca href=\"https://www.dailymail.co.uk/news/article-14671139/Incredible-moment-children-sunlight-time-four-years-rescued-House-Horrors-US-mother-German-father-kept-self-imposed-Covid-lockdown.html\" target=\"_blank\">rescued from a 'house of horrors' in Oviedo, Spain\u003c/a>, on Monday (April 28). Their parents, a 53-year-old German man and his 48-year-old American wife, were arrested and charged with domestic violence and child abandonment. The children had been kept indoors since December 2021 due to a self-imposed COVID-19 lockdown.\u003c/p>\n\n\u003cp>According to \u003cem>PEOPLE\u003c/em>, the Oviedo Police Department acted after a neighbor reported that the children had not been attending school. Upon investigation, police found the home in unsanitary conditions, with trash, medication, and masks scattered throughout. The children were reportedly living among feces and slept in cribs.\u003c/p>\n\n\u003cp>When officers entered the home, \u003ca href=\"https://www.yahoo.com/news/germans-locked-children-spanish-house-130226164.html\" target=\"_blank\">the parents placed multiple masks on the children\u003c/a>, claiming they were "very sick." However, the children appeared healthy but were dirty and had been isolated from the outside world.The children were unsteady when they first stepped outside and were overwhelmed by seeing sunlight and grass.\u003c/p>\n\n\u003cp>The parents allegedly used THC medication on the children, claiming it was for ADHD, though investigators were unsure if the children had the condition. The children have been placed in the custody of the Ministry of Welfare. The parents are being held in pretrial detention without bail and could face up to seven years in prison if convicted.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F62bb6dd1e8dfd4e2214c7d56"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746198240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","social_title":"","summary":"Authorities said the three kids had not been allowed outside since 2021.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kids Saved From Home Where They Had Been Locked Up By COVID-Fearing Parents","permalink":"https://whyn.iheart.com/content/2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents/"},"slug":"2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bb6dd1e8dfd4e2214c7d56","title":"Kids Saved From Home Where They Had Been Locked Up By COVID-Fearing Parents","description":"Authorities said the three kids had not been allowed outside since 2021.","author":"iHeartRadio"},"pub_start":1746198240000,"pub_until":4115978604802,"pub_changed":1746198588444,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814dda053c0bb887120ca01","slug:2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","slug:2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814d9e353c0bb887120c9f5","type":"PUBLISHING","record":{"ref_id":"%2F6814d9e353c0bb887120c9f5","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fdc934a1-d44f-4c5a-b852-d75049c4a763","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"FIJI - OCTOBER 29: A pilot in the cockpit controls the planes acceleration in take-off. Taveuni Island, Pacific Ocean, Fiji Islands. (Photo by Jason Edwards/National Geographic/Getty Images)","id":"%2F65f1f05e64c2e3a913748a1e","new_tab":false,"schedule":{},"source_credit":"Jason Edwards 972332/51C CrRM / The Image Bank Unreleased / Getty Images","title":"A pilot in the cockpit controls the planes acceleration in take-off.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>An American Airlines \u003ca href=\"https://www.foxnews.com/us/american-airlines-passenger-restrained-knocked-floor-barging-cockpit-video\" target=\"_blank\">passenger was restrained after attempting to enter the cockpit\u003c/a> on Flight 950 from São Paulo, Brazil, to New York City on Thursday (April 24). The incident occurred in the first-class cabin just before takeoff, causing a significant delay.\u003c/p>\n\n\u003cp>The female passenger, upset over the delayed departure, confronted the flight crew and tried to enter the cockpit. Video \u003ca href=\"https://x.com/aviationbrk/status/1917236878799258068\" target=\"_blank\">footage shows her being restrained\u003c/a> and knocked to the floor by airline staff. Another passenger also became involved, shouting at the woman, which escalated the situation further.\u003c/p>\n\n\u003cp>The flight, a Boeing 787-9 Dreamliner, returned to the gate due to the security issue. Both\u003ca href=\"https://nypost.com/2025/04/29/world-news/american-airlines-passenger-on-jfk-bound-flight-knocked-down-after-storming-cockpit/\" target=\"_blank\"> passengers were removed by law enforcement\u003c/a>, and the flight eventually departed over two hours later. American Airlines emphasized that "the safety and security of our customers and team members is our top priority" in a statement to Simple Flying.\u003c/p>\n\n\u003cp>The incident highlights ongoing concerns about unruly behavior on flights and the importance of cockpit security. The cockpit door was open during taxiing, a practice allowed for communication with ground staff, but it became a focal point in this altercation.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2Faviationbrk%2Fstatus%2F1917236878799258068","@url":"https://x.com/aviationbrk/status/1917236878799258068","author_name":"Breaking Aviation News & Videos","author_url":"https://twitter.com/aviationbrk","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">American Airlines crew members knock down a female passenger who tries to barge into the cockpit just before takeoff to New York.\u003ca href=\"https://t.co/pYLPlOeS9C\">pic.twitter.com/pYLPlOeS9C\u003c/a>\u003c/p>— Breaking Aviation News & Videos (@aviationbrk) \u003ca href=\"https://twitter.com/aviationbrk/status/1917236878799258068?ref_src=twsrc%5Etfw\">April 29, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/aviationbrk/status/1917236878799258068","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">American Airlines crew members knock down a female passenger who tries to barge into the cockpit just before takeoff to New York.\u003ca href=\"https://t.co/pYLPlOeS9C\">pic.twitter.com/pYLPlOeS9C\u003c/a>\u003c/p>— Breaking Aviation News & Videos (@aviationbrk) \u003ca href=\"https://twitter.com/aviationbrk/status/1917236878799258068?ref_src=twsrc%5Etfw\">April 29, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/aviationbrk/status/1917236878799258068"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F65f1f05e64c2e3a913748a1e"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746196920000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","social_title":"","summary":"Two passengers were removed from the flight by the police.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Passenger Tries Storming Plane's Cockpit, Gets Knocked To The Floor","permalink":"https://whyn.iheart.com/content/2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor/"},"slug":"2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/65f1f05e64c2e3a913748a1e","title":"Passenger Tries Storming Plane's Cockpit, Gets Knocked To The Floor","description":"Two passengers were removed from the flight by the police.","author":"iHeartRadio"},"pub_start":1746196920000,"pub_until":4115978604802,"pub_changed":1746197310181,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814d9e353c0bb887120c9f5","slug:2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","slug:2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814cfd153c0bb887120c9e8","type":"PUBLISHING","record":{"ref_id":"%2F6814cfd153c0bb887120c9e8","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"3ef71e39-8241-4952-afe6-8808585bc538","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Justin Collin Adams is accused of a hit-and-run that left three people injured.","id":"%2F6814d2b753c0bb887120c9f3","new_tab":false,"schedule":{},"source_credit":"Sullivan’s Island Police Department","title":"mugshot of Justin Collin Adams","type":"asset","url":"","use_caption":false},{"html":"\u003cp>South Carolina police have \u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">captured \u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">\u003cstrong>Justin Collin Adams\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">, the suspect in a hit-and-run incident that injured two children\u003c/a> and an adult near a preschool on Sullivan's Island. The incident occurred on Thursday (May 1) when Adams allegedly drove his vehicle into pedestrians outside Sunrise Presbyterian Church, which also serves as a daycare.\u003c/p>\n\n\u003cp>Authorities launched a manhunt after Adams fled the scene on foot, reportedly armed with a knife. Adams was \u003ca href=\"https://www.counton2.com/news/local-news/sullivan-island-hit-and-run/\" target=\"_blank\">found hiding in a boat near a dock\u003c/a> across from the church. The discovery was made by an officer in a Charleston County Aviation Unit helicopter.\u003c/p>\n\n\u003cp>During the search, Sullivan's Island Police Chief \u003cstrong>Glenn Meadows\u003c/strong> advised residents to stay indoors and call 911 if they saw anything suspicious. Multiple law enforcement agencies formed a quick response team, conducting a door-to-door search and checking all vehicles leaving the island.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.counton2.com/news/local-news/sullivan-island-hit-and-run/\" target=\"_blank\">injured individuals were taken to the hospital\u003c/a>, with one being treated and released on site. Authorities have not yet determined if the crash was intentional, and the Charleston County Sheriff's Office is leading the investigation to decide on charges.\u003c/p>\n\n\u003cp>Charleston County Sheriff \u003cstrong>Carl Ritchie\u003c/strong> stated that Adams is being interviewed to understand the motive behind the incident and to determine the appropriate charges. The FBI and U.S. Marshals were also involved in the search efforts.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"new_assets","id":"%2F6814d2b753c0bb887120c9f3"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746194880000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","social_title":"","summary":"Two children and adult were injured.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Police Find Preschool Hit And Run Suspect Hiding In Boat","permalink":"https://whyn.iheart.com/content/2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat/"},"slug":"2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6814d2b753c0bb887120c9f3","title":"Police Find Preschool Hit And Run Suspect Hiding In Boat","description":"Two children and adult were injured.","author":"iHeartRadio"},"pub_start":1746194880000,"pub_until":4115978604802,"pub_changed":1746195224851,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814cfd153c0bb887120c9e8","slug:2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","slug:2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"beE6F","region":"main:dynamic","type":"feed","ordinal":10,"value":{"feed_id":"ID:weekly-widget-feed","feed_index":3,"size":10,"title":""},"tags":["display-hints/cume"],"schedule":null,"feed":{"results":[],"resume":null}},{"id":"Vj1NU","region":"main:dynamic","type":"podcasts","ordinal":13,"value":{"shows":[{"ref":"config://field/general.default_podcasts","scope":null,"type":"VAR"}]},"tags":[],"schedule":null,"podcasts":["27542469","57927691","28840241","23014384","96875132","28502187"]},{"id":"fvUic","region":"main:dynamic","type":"feed","ordinal":14,"value":{"ad_split":50,"feed_id":"ID:sports-news-feed","feed_index":1,"link":null,"position":null,"size":1,"title":"Sports"},"tags":["display-hints/feed-date-stamp","display-hints/horizontal"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F68152d733e71feabcde87c56","type":"PUBLISHING","record":{"ref_id":"%2F68152d733e71feabcde87c56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"450a79d3-79d6-43c2-8949-bd8d4a875578","revision_id":"AAAAAAAAAAAAAAAAAAAABg=="},"author":"Lauren Crawford","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 31: Team United States Women's Rugby Seven's athletes pose for a photo with their bronze medals at Champions Park on day five of the Olympic Games Paris 2024 on July 31, 2024 in Paris, France. (Photo by Arturo Holmes/Getty Images)","id":"%2F68153af43e71feabcde87c6e","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Champions Park - Olympic Games Paris 2024: Day 5","type":"asset","url":"","use_caption":false},{"html":"\u003cp>What does it take to train like an Olympian?\u003c/p>\n\n\u003cp>Well, the answer may not shock you — a whole lot. I recently got a glimpse of just how much, thanks to a mild training session (and I use that word loosely) with one of Team USA’s most dominant Olympic squads: the history-making U.S. women’s rugby sevens team, who took home the country’s first-ever Olympic rugby medal at the 2024 Summer Games in Paris.\u003c/p>\n\n\u003cp>Thanks to \u003ca href=\"https://www.questnutrition.com/\" target=\"_blank\">Quest Nutrition\u003c/a>, I got to spend the day with a few of these elite athletes and not only train like an Olympian but eat like one too. (I'm now officially obsessed with Quest Overload Bars and chips.)\u003c/p>\n\n\u003cp>The training took place at the Chula Vista Elite Athlete Training Center, where I had the chance to learn directly from\u003cstrong> Josh Schell\u003c/strong>, USA Men’s Head of Performance, and \u003cstrong>Jacque Scaramella\u003c/strong>, MS, RD, CSSD, Sports Dietitian for U.S. Rugby 7s. Let's just say, I was in the hands of the best.\u003c/p>\n\n\u003cp>Before we dive into the training — and yes, we’ll get to that — I got the chance to chat with \u003cstrong>Ariana Ramsey\u003c/strong>, a breakout star of Team USA. She opened up about how she fuels her body through an intense training schedule that's already preparing her for the road to LA 2028.\u003c/p>\n\n\u003cp>For Ariana, proper fuel is key, and that includes her go-to snack: Quest Chips. “At every meeting, we’re eating Quest chips," she told me. "The spicy chili and loaded taco flavors are my favorite.” With two-a-day sessions, weight training, and team meetings all packed into a typical day, it’s no surprise that recovery and protein-packed fuel are essential.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 29: Team United States celebrate victory as they pose for a photo with the Bell after the Women's Rugby Sevens Quarter Final match between Team Great Britain and Team United States on day three of the Olympic Games Paris 2024 at Stade","id":"%2F68153a2e3e71feabcde87c6c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 3","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Now, back to that training session. With coaching from the pros, I jumped, well, power walked, into a series of drills to test whether I had what it takes to make the Olympic team (spoiler alert: I don’t). But I \u003cem>did\u003c/em> learn how to tackle, throw, catch, and kick like a rugby player, getting a small taste of what these powerhouse athletes go through daily.\u003c/p>\n\n\u003cp>While the team is already gearing up for LA 2028, I couldn’t help but ask Ariana what it meant to take home that historic bronze medal almost one year ago. “Winning something at the Olympics changed everything,” she shared. “The momentum, the publicity, the support. It meant more funding for the program and more visibility for the sport. Now, we have to medal again in LA. That pressure is real, but it’s motivating.”\u003c/p>\n\n\u003cp>Keep scrolling to read more from my Q&A with Ariana Ramsey.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 30: Ariana Ramsey #1 of Team United States celebrates after the Women's Bronze Final rugby 7 match between USA and Australia on day four of the Paris 2024 Olympic Games at Stade de France on July 30, 2024 in Paris, France. (Photo by A","id":"%2F681539e23e71feabcde87c67","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003ch3>\u003cstrong>It’s been nearly a year since the Paris Olympics. What has life been like since?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Right after the Olympics I was getting so many opportunities, speaking engagements, content creation opportunities. My Instagram just went from, you know, freaking 10K to 100K. I was just really grateful for that. Ever since, I’ve just been trying to continue to build my brand, create content, and still try to inspire people from the Games. Life’s been good. I’m back into training, looking ahead to LA 2028. So yeah, I'm really excited for that.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>Have you felt the weight of your Olympic impact, in terms of just how far your story has reached?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Yes. I went to the Tokyo Olympics, and when we didn’t win anything it was like, 'Okay, she went to the Olympics,' and that was it. But when we actually medaled. That was a huge shift. Publicity, the amount of money we received as a program... it just felt so good to actually win something.\u003c/blockquote>\n\n\u003cblockquote>The weight is definitely there, especially for LA 2028. Like, we have to medal now. If we don’t, it’s like, 'Was it just a fluke back then?' So the weight is definitely there, but all I can do is put in the work every day, be focused every practice, so that I don’t have any regrets. I just want to do everything right and hopefully the outcome is what I want.\u003c/blockquote>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40iheartradio%2Fvideo%2F7496696653672484126%3Flang%3Den","@url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en","author_name":"iHeartRadio","author_unique_id":"iheartradio","author_url":"https://www.tiktok.com/@iheartradio","embed_product_id":"7496696653672484126","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1280,"thumbnail_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/obj/tos-useast8-p-0068-tx2/osAEqI1QGfavzEOaAIefArAAkLjrAQIItpkjJT?lk3s=b59d6b55&x-expires=1746392400&x-signature=h2Nzm3lR3i780mEh1AKjqJMhnPQ%3D&shp=b59d6b55&shcp=-","thumbnail_width":720,"title":"I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of #TeamUSA’s Women’s Rugby during the #Olympics! @Ari Ramsey 🏉🇺🇸 #loveislandusa ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en"},{"html":"\u003ch3>\u003cstrong>Since medaling, have you noticed a shift in how people view or support rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Oh my God, yes. A lot of people I talk to say their daughter has joined rugby because we won. That’s so inspiring. I’m trying to grow the game. We all are. Hopefully we can open more rugby teams in high schools, that’s the goal now and in colleges too. I think the game is growing. People tell me it is, and I just hope that by us playing, it’ll all pay off.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>You’re inspiring so many. Who inspired you when it came to the game of rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Definitely \u003ca href=\"https://www.instagram.com/nayatapper/?hl=en\" target=\"_blank\">\u003cstrong>Naya Tapper\u003c/strong>\u003c/a>. She was one of the only Black women on the team. \u003ca href=\"https://www.instagram.com/kristhomas11/?hl=en\" target=\"_blank\">\u003cstrong>Kris Thomas\u003c/strong>\u003c/a> too, she’s from Philly. But Naya was the top try scorer and I was like, 'Oh my God, I want to be like her.' And then I finally got to play with her, watching her as a leader was so inspiring. I want to be that for people. So yeah, I would say her.\u003c/blockquote>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/","cuser":"user/ldap/1122166","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Olympics","keywords/Rugby","keywords/BIN","keywords/women's rugby team","keywords/USA Women's Rugby Sevens"],"primary_image":{"bucket":"new_assets","id":"%2F681539e23e71feabcde87c67"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},"publish_date":1746222060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","social_title":"","summary":"What does it take to train like an Olympian?","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/sports"],"distribution":["formats/BINNEWS"]},{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","permalink":"https://whyn.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"},"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67","title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","description":"What does it take to train like an Olympian?","author":"Lauren Crawford"},"pub_start":1746222060000,"pub_until":4115978604802,"pub_changed":1746223302616,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/sports","formats/BINNEWS"]},{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68152d733e71feabcde87c56","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","keyword:keywords/Olympics","keyword:keywords/Rugby","keyword:keywords/BIN","keyword:keywords/women's rugby team","keyword:keywords/USA Women's Rugby Sevens","author:user"]}}],"resume":{"id":"ID:sports-news-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImJxaUk1IjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"fO6Qt","region":"main:dynamic","type":"feed","ordinal":19,"value":{"ad_split":50,"feed_id":"ID:sports-news-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-date-stamp","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6814e9b12f874bf6ca67bb76","type":"PUBLISHING","record":{"ref_id":"%2F6814e9b12f874bf6ca67bb76","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a40873eb-7088-42f0-aa52-d0153271c8dd","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68150bad2f874bf6ca67bb89","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-13-rory-mcilroy-wins-masters-in-playoff-completes-career-grand-slam/\" target=\"_blank\">\u003cstrong>Rory McIlroy\u003c/strong>\u003c/a> revealed the text he received from \u003ca href=\"https://www.iheart.com/content/2025-04-14-tiger-woods-reacts-to-rory-mcilroys-historic-masters-win/\" target=\"_blank\">\u003cstrong>Tiger Woods\u003c/strong>\u003c/a> after winning his first Masters Tournament and joining him in the exclusive Grand Slam major championship club during an appearance on \u003cem>the Tonight Show with \u003c/em>\u003cstrong>\u003cem>Jimmy Fallon\u003c/em>\u003c/strong> Thursday (May 1) night.\u003c/p>\n\n\u003cp>“He just said, ‘welcome to the club, kid,’” McIlroy said.\u003c/p>\n\n\u003cp>McIlroy's win at Augusta secured his fifth career major, having previously won the U.S. Open in 2011, PGA Championship in 2012 and 2014 and the Open Championship in 2014. The Northern Ireland native joined Woods, who completed the career Grand Slam in 2000, as well as \u003cstrong>Gene Sarazen\u003c/strong> (1935), \u003cstrong>Ben Hogan\u003c/strong> (1953), \u003cstrong>Gary Player\u003c/strong> (1965) and \u003cstrong>Jack Nicklaus\u003c/strong> (1966).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DeUZWEFbvN2A","@url":"https://www.youtube.com/watch?v=eUZWEFbvN2A","author_name":"The Tonight Show Starring Jimmy Fallon","author_url":"https://www.youtube.com/@fallontonight","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/eUZWEFbvN2A/hqdefault.jpg","thumbnail_width":480,"title":"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=eUZWEFbvN2A"},{"html":"\u003cp>Woods and McIlroy are both TaylorMade sponsored players and partnered together for the launch of TGL, an offseason golf league featuring themselves and other top PGA athletes that uses a combination of traditional golf and simulated indoor golf. McIlroy defeated \u003cstrong>Justin Rose\u003c/strong>, who led through the first two rounds of the four-day tournament, in a sudden death playoff at Augusta National Golf Course last month. \u003c/p>\n\n\u003cp>The 35-year-old missed a par putt, concluding regulation tied with Rose at 11-under par, before on the 18th hole before defeating Rose in a sudden death playoff by finishing at one over. McIlroy finished with a 73 through 18 holes, which included six birdies, three bogeys and a double bogey, finishing the round at +1 for the day and and 11-under for the tournament.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Rory McIlroy","keywords/Tiger Woods","keywords/Grand Slam","keywords/text","keywords/Masters","keywords/championship","keywords/tournament","keywords/club","keywords/PGA","keywords/Justin Rose","keywords/golf","keywords/Masters Tournament","keywords/major"],"primary_image":{"bucket":"new_assets","id":"%2F68150bad2f874bf6ca67bb89"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746210300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","social_title":"","summary":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","permalink":"https://whyn.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/"},"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89","title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","description":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","author":"Jason Hall"},"pub_start":1746210300000,"pub_until":4115978604802,"pub_changed":1746210647483,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814e9b12f874bf6ca67bb76","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","keyword:keywords/Rory McIlroy","keyword:keywords/Tiger Woods","keyword:keywords/Grand Slam","keyword:keywords/text","keyword:keywords/Masters","keyword:keywords/championship","keyword:keywords/tournament","keyword:keywords/club","keyword:keywords/PGA","keyword:keywords/Justin Rose","keyword:keywords/golf","keyword:keywords/Masters Tournament","keyword:keywords/major","author:user"]}},{"id":"%2F6814eae0ad683035cfc52517","type":"PUBLISHING","record":{"ref_id":"%2F6814eae0ad683035cfc52517","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f1c3f77e-ea79-41cb-9b26-5f5ecdf7b03f","revision_id":"AAAAAAAAAAAAAAAAAAAAAg=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"OKLAHOMA CITY, OK - OCTOBER 30: Head Coach Gregg Popovich of the San Antonio Spurs looks on during the game against the Oklahoma City Thunder on October 30, 2024 at Paycom Center in Oklahoma City, Oklahoma. NOTE TO USER: User expressly acknowledges and ag","id":"%2F6728f8d98db27342947a1a18","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"San Antonio Spurs v Oklahoma City Thunder","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Basketball Hall of Famer and five-time NBA champion \u003ca href=\"https://www.iheart.com/content/2025-02-23-decision-made-on-gregg-popovichs-status/\" target=\"_blank\">\u003cstrong>Gregg Popovich\u003c/strong>\u003c/a> will step down as head coach of the San Antonio Spurs and transition to a full-time role as team president, the team confirmed on Friday (May 2).\u003c/p>\n\n\u003cp>"While my love and passion for the game remain, I've decided it's time to step away as head coach," Popovich said in a statement shared by the team. "I'm forever grateful to the wonderful players, coaches, staff and fans who allowed me to serve them as the Spurs head coach and am excited for the opportunity to continue to support the organization, community and city that are so meaningful to me."\u003c/p>\n\n\u003cp>Popovich, 76, the NBA's all-time winningest coach, has been on a leave of absence from coaching since suffering what was described as a "mild stroke" in November.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cstrong>Shams Charania\u003c/strong>\u003c/a> initially reported Popovich's decision on Friday.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>"BREAKING: Gregg Popovich will no longer be Head Coach of the San Antonio Spurs and is transitioning full-time to Team President, sources told ESPN. The iconic Popovich is a Basketball Hall of Famer, the NBA’s all-time winningest coach, and led the Spurs to five championships," Charania wrote on his X account. "This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said."\u003c/p>\n\n\u003cp>Assistant \u003cstrong>Mitch Johnson\u003c/strong> was promoted to interim head coach and led the team to a 32-45 record in Popovich's absence, despite losing franchise center \u003ca href=\"https://www.iheart.com/content/2025-02-20-victor-wembanyama-to-miss-remainder-of-season-over-serious-issue/\" target=\"_blank\">\u003cstrong>Victor Wembanyama\u003c/strong>\u003c/a>, who was diagnosed with deep vein thrombosis in his right shoulder, in February.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Gregg Popovich","keywords/San Antonio Spurs","keywords/Shams Charania","keywords/Decision","keywords/sources","keywords/coach"],"primary_image":{"bucket":"new_assets","id":"%2F6728f8d98db27342947a1a18"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746201300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","social_title":"","summary":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","targets":[{"categories":["syndications/content"],"distribution":["markets/SANANTONIO-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Decision Made On Gregg Popovich's Future With Spurs","permalink":"https://whyn.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/"},"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18","title":"Decision Made On Gregg Popovich's Future With Spurs","description":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","author":"Jason Hall"},"pub_start":1746201300000,"pub_until":4115978604802,"pub_changed":1746202552005,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/SANANTONIO-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814eae0ad683035cfc52517","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","keyword:keywords/Gregg Popovich","keyword:keywords/San Antonio Spurs","keyword:keywords/Shams Charania","keyword:keywords/Decision","keyword:keywords/sources","keyword:keywords/coach","author:user"]}},{"id":"%2F6814b95a33230c8042cc2565","type":"PUBLISHING","record":{"ref_id":"%2F6814b95a33230c8042cc2565","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1f84c1ad-78d4-4263-b253-91268a238c52","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNjg0OTUyOTg3JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"CHARLOTTE, NORTH CAROLINA - AUGUST 17: Steve Smith Sr. of the NFL Network arrives before a preseason game between the Carolina Panthers and the New York Jets at Bank of America Stadium on August 17, 2024 in Charlotte, North Carolina. (Kara Durrette/Getty ","id":"%2F67bcc021ee88ab70cf3aa3b4","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"New York Jets v Carolina Panthers","type":"asset","url":"","use_caption":false},{"html":"\u003cp>NFL legend \u003ca href=\"https://www.iheart.com/content/2025-02-25-steve-smith-srs-son-receives-hateful-messages-amid-dads-alleged-affair/\" target=\"_blank\">\u003cstrong>Steve Smith Sr.\u003c/strong>\u003c/a> is being sued under a "homewrecker law" by a man who \u003ca href=\"https://www.iheart.com/content/2025-02-24-explicit-posts-reveal-nfl-legends-alleged-affair-with-marching-band-member/\" target=\"_blank\">attempted to publicly expose him for having an affair\u003c/a> with his wife earlier this year.\u003c/p>\n\n\u003cp>\u003cstrong>Anthony Martinez\u003c/strong>, who publicly accused Smith of having sex with his wife, a member of the \u003ca href=\"https://www.iheart.com/content/2025-02-17-baltimore-ravens-offensive-lineman-ben-cleveland-arrested/\" target=\"_blank\">Baltimore Ravens\u003c/a> Band, is seeking more than $100,000 in a civil lawsuit filed in Mecklenburg County Superior Court, \u003ca href=\"https://www.charlotteobserver.com/news/local/crime/article305367636.html\" target=\"_blank\">\u003cem>the Charlotte Observer\u003c/em>\u003c/a> reports. The case is under North Carolina's "homewrecker law," which allows a spouse to file a lawsuit against an individual who impedes on and breaks up a couple's marriage, though Martinez will need to prove there was genuine affection in his marriage prior to the affair.\u003c/p>\n\n\u003cp>North Carolina is among six states in the U.S. that allows such lawsuits. In February, Martinez shared multiple screenshots of messages allegedly exchanged Smith and his wife, as well as a video of himself on the phone with someone he claimed was the retired wide receiver and addressed as "Steve," in since-deleted posts on his X account.\u003c/p>\n\n\u003cp>“What do you have to say for yourself?” Martinez asked during the call.\u003c/p>\n\n\u003cp>"I'm sorry," the voice responded after a pause.\u003c/p>\n\n\u003cp>X user @FearedBuck shared a screengrab of the explicit messages and the call made by Martinez \u003ca href=\"https://x.com/FearedBuck/status/1893372929313759561\" target=\"_blank\">here\u003c/a>.\u003c/p>\n\n\u003cp>Smith, 45, has been married to his wife since his senior season at the University of Utah in 2000. A Facebook post shared by an account claiming to be Martinez's wife stated that they have one son.\u003c/p>\n\n\u003cp>Smith was one of the NFL's best wide receivers of the 2000s and arguably the best in Carolina Panthers' history, having spent his first 13 seasons with the franchise and final three with the Ravens. The Los Angeles native was a two-time first-team All-Pro in 2001 and 2005, a second-team All-Pro in 2008, a five-time Pro Bowler (2001, 2005, 2006, 2008, 2011) and led the NFL in receptions, receiving yards and receiving touchdowns in 2005.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Steve Smith Sr.","keywords/Anthony Martinez","keywords/North Carolina","keywords/legend","keywords/homewrecker law","keywords/man","keywords/wife","keywords/member","keywords/NFL","keywords/NFL Network","keywords/football","keywords/Carolina Panthers","keywords/Baltimore Ravens"],"primary_image":{"bucket":"new_assets","id":"%2F67bcc021ee88ab70cf3aa3b4"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746189840000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law","social_title":"","summary":"NFL legend Steve Smith Sr. is being sued under a 'homewrecker law.'","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"NFL Legend Steve Smith Sued Under 'Homewrecker Law'","permalink":"https://whyn.iheart.com/content/2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law/"},"slug":"2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67bcc021ee88ab70cf3aa3b4","title":"NFL Legend Steve Smith Sued Under 'Homewrecker Law'","description":"NFL legend Steve Smith Sr. is being sued under a 'homewrecker law.'","author":"Jason Hall"},"pub_start":1746189840000,"pub_until":4115978604802,"pub_changed":1746190168085,"subscription":[{"tags":["categories/sports","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814b95a33230c8042cc2565","slug:2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law","slug:2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law","keyword:keywords/Steve Smith Sr.","keyword:keywords/Anthony Martinez","keyword:keywords/North Carolina","keyword:keywords/legend","keyword:keywords/homewrecker law","keyword:keywords/man","keyword:keywords/wife","keyword:keywords/member","keyword:keywords/NFL","keyword:keywords/NFL Network","keyword:keywords/football","keyword:keywords/Carolina Panthers","keyword:keywords/Baltimore Ravens","author:user"]}},{"id":"%2F6813e298f5410d33a0198337","type":"PUBLISHING","record":{"ref_id":"%2F6813e298f5410d33a0198337","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1d2035bc-2f1b-4a7a-9c68-a732eca5a337","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813e3bef5410d33a0198342","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"2025 NBA Playoffs - Milwaukee Bucks v Indiana Pacers - Game Five","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Indiana Pacers guard \u003cstrong>Tyrese Haliburton\u003c/strong>'s father, \u003cstrong>John\u003c/strong>, will not attend the team's games for the foreseeable future following an incident with \u003ca href=\"https://www.iheart.com/content/2025-04-28-damian-lillards-injury-status-determined/\" target=\"_blank\">Milwaukee Bucks\u003c/a> forward \u003ca href=\"https://www.iheart.com/content/2023-10-23-giannis-antetokounmpo-agrees-to-massive-extension-with-bucks/\" target=\"_blank\">\u003cstrong>Giannis Antetokounmpo\u003c/strong>\u003c/a>, a Pacers spokesperson confirmed to \u003ca href=\"https://www.espn.com/nba/story/_/id/44954291/tyrese-haliburton-father-staying-away-pacers-games\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>'s \u003cstrong>Shams Charania\u003c/strong> on Thursday (May 1).\u003c/p>\n\n\u003cp>"After conversations with Tyrese Haliburton’s father John Haliburton and the Indiana Pacers front office, John Haliburton will not attend the team’s home and road games for the foreseeable future, a Pacers spokesperson told ESPN," Charania wrote on his X account. "This was a decision made by the Pacers front office and John Haliburton was understanding and accepted the choice after confronting Giannis Antetokounmpo on the court postgame Tuesday night."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918035712869335261","@url":"https://x.com/ShamsCharania/status/1918035712869335261","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This was a decision made by the Pacers front office and John Haliburton was understanding and accepted the choice after confronting Giannis Antetokounmpo on the court postgame Tuesday night. \u003ca href=\"https://t.co/8FnFQSOIAZ\">https://t.co/8FnFQSOIAZ\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918035712869335261?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918035712869335261","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This was a decision made by the Pacers front office and John Haliburton was understanding and accepted the choice after confronting Giannis Antetokounmpo on the court postgame Tuesday night. \u003ca href=\"https://t.co/8FnFQSOIAZ\">https://t.co/8FnFQSOIAZ\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918035712869335261?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918035712869335261"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FFOS%2Fstatus%2F1918037470035280204","@url":"https://x.com/FOS/status/1918037470035280204","author_name":"Front Office Sports","author_url":"https://twitter.com/FOS","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tyrese Haliburton's father will not attend the Pacers' home or road games for the foreseeable future after an altercation with Giannis Antetokounmpo, per \u003ca href=\"https://twitter.com/ShamsCharania?ref_src=twsrc%5Etfw\">@ShamsCharania\u003c/a>.\u003cbr>\u003cbr>The decision was made by the Pacers front office.\u003ca href=\"https://t.co/Vb5e7g1NQs\">pic.twitter.com/Vb5e7g1NQs\u003c/a>\u003c/p>— Front Office Sports (@FOS) \u003ca href=\"https://twitter.com/FOS/status/1918037470035280204?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/FOS/status/1918037470035280204","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tyrese Haliburton's father will not attend the Pacers' home or road games for the foreseeable future after an altercation with Giannis Antetokounmpo, per \u003ca href=\"https://twitter.com/ShamsCharania?ref_src=twsrc%5Etfw\">@ShamsCharania\u003c/a>.\u003cbr>\u003cbr>The decision was made by the Pacers front office.\u003ca href=\"https://t.co/Vb5e7g1NQs\">pic.twitter.com/Vb5e7g1NQs\u003c/a>\u003c/p>— Front Office Sports (@FOS) \u003ca href=\"https://twitter.com/FOS/status/1918037470035280204?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/FOS/status/1918037470035280204"},{"html":"\u003cp>Tyrese Haliburton hit a go-ahead layup with 1.3 seconds remaining in Tuesday's (April 29) Eastern Conference first-round series-clinching 119-118 win against the Bucks at Gainbridge Fieldhouse. The elder Haliburton was seen waving a towel toward the direction of Antetokounmpo, who finished with 30 points, 20 rebounds and 13 assists, before the Milwaukee star confronted him forehead-to-forehead after the game.\u003c/p>\n\n\u003cp>"I believe in being humble in victory," Antetokounmpo said after the game via \u003cem>ESPN\u003c/em>. "A lot of people out there that are like, no, when you win the game, you talk s--- and it's a green light for you to be disrespectful towards somebody else. I disagree."\u003c/p>\n\n\u003cp>John Haliburton, who claimed he wasn't waving the towel at Antetokounmpo while speaking to \u003ca href=\"https://www.facebook.com/tmj4/videos/1206990914359688\" target=\"_blank\">\u003cem>TMJ4\u003c/em>\u003c/a>, shared a public apology on social media after the incident.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Facebook Video","@query":"https://graph.facebook.com/v16.0/oembed_video?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.facebook.com%2Ftmj4%2Fvideos%2F1206990914359688","@url":"https://www.facebook.com/tmj4/videos/1206990914359688","author_name":"TMJ4","author_url":"https://www.facebook.com/tmj4","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/tmj4/videos/1206990914359688\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/tmj4/videos/1206990914359688/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/tmj4/videos/1206990914359688/\">\u003c/a>\u003cp>Tyrese Haliburton's father spoke with TMJ4 about what Bucks MVP Giannis Antetokounmpo said during a confrontation following Tuesday's playoff game. \n\nThings got heated after John Haliburton walked onto the court and supposedly tracked down the Bucks superstar.\n\nSee the full interview: https://www.tmj4.com/sports/basketball/milwaukee-bucks/dont-you-ever-f-disrespect-me-tyrese-haliburtons-father-tells-tmj4-what-giannis-said-in-confrontation\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/tmj4\">TMJ4 News\u003c/a> on Wednesday, April 30, 2025\u003c/blockquote>\u003c/div>","provider_name":"Facebook","provider_url":"https://www.facebook.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"video","version":"1.0","width":500},"embed_type":"video","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/tmj4/videos/1206990914359688\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/tmj4/videos/1206990914359688/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/tmj4/videos/1206990914359688/\">\u003c/a>\u003cp>Tyrese Haliburton's father spoke with TMJ4 about what Bucks MVP Giannis Antetokounmpo said during a confrontation following Tuesday's playoff game. \n\nThings got heated after John Haliburton walked onto the court and supposedly tracked down the Bucks superstar.\n\nSee the full interview: https://www.tmj4.com/sports/basketball/milwaukee-bucks/dont-you-ever-f-disrespect-me-tyrese-haliburtons-father-tells-tmj4-what-giannis-said-in-confrontation\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/tmj4\">TMJ4 News\u003c/a> on Wednesday, April 30, 2025\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/tmj4/videos/1206990914359688"},{"html":"\u003cp>"I sincerely apologize to Giannis, the Milwaukee Bucks and the Pacers organization for my actions following tonight's game. This was not a good reflection on our sport or my son and I will not make that mistake again," via \u003cem>ESPN\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Giannis Antetokounmpo","keywords/Tyrese Haliburton","keywords/father","keywords/Shams Charania","keywords/John Haliburton","keywords/games","keywords/Decision","keywords/incident","keywords/front office","keywords/NBA","keywords/basketball","keywords/Indiana Pacers","keywords/Milwaukee Bucks"],"primary_image":{"bucket":"new_assets","id":"%2F6813e3bef5410d33a0198342"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746134280000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident","social_title":"","summary":"A decision has been made on Tyrese Haliburton's father's status after an on-court incident.","targets":[{"categories":["syndications/content"],"distribution":["markets/INDIANAPOLIS-IN","markets/MILWAUKEE-WI"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Decision Made On Tyrese Haliburton's Father After Incident","permalink":"https://whyn.iheart.com/content/2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident/"},"slug":"2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813e3bef5410d33a0198342","title":"Decision Made On Tyrese Haliburton's Father After Incident","description":"A decision has been made on Tyrese Haliburton's father's status after an on-court incident.","author":"Jason Hall"},"pub_start":1746134280000,"pub_until":4115978604802,"pub_changed":1746134640416,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/INDIANAPOLIS-IN","markets/MILWAUKEE-WI"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813e298f5410d33a0198337","slug:2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident","slug:2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident","keyword:keywords/Giannis Antetokounmpo","keyword:keywords/Tyrese Haliburton","keyword:keywords/father","keyword:keywords/Shams Charania","keyword:keywords/John Haliburton","keyword:keywords/games","keyword:keywords/Decision","keyword:keywords/incident","keyword:keywords/front office","keyword:keywords/NBA","keyword:keywords/basketball","keyword:keywords/Indiana Pacers","keyword:keywords/Milwaukee Bucks","author:user"]}},{"id":"%2F6813bb9d7d01815224da3333","type":"PUBLISHING","record":{"ref_id":"%2F6813bb9d7d01815224da3333","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"246b9ace-daf0-4825-9052-2605fa26bf56","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PITTSBURGH, PENNSYLVANIA - APRIL 30: A fan is carted off the field after falling from the stands during the seventh inning of the game between the Chicago Cubs and the Pittsburgh Pirates at PNC Park on April 30, 2025 in Pittsburgh, Pennsylvania. (Photo by","id":"%2F6813bd9f7d01815224da3343","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Chicago Cubs v Pittsburgh Pirates","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A man is reported to be in "critical condition" after falling from the Clemente Wall in right field at PNC Park during Wednesday (April 30) night's game between the \u003ca href=\"https://www.iheart.com/content/2024-12-19-sammy-sosa-cubs-finally-end-feud-amid-apparent-confession/\" target=\"_blank\">Chicago Cubs\u003c/a> and \u003ca href=\"https://www.iheart.com/content/2024-07-12-paul-skenes-achieves-major-milestone-in-historic-rookie-season/https://www.iheart.com/content/2024-07-12-paul-skenes-achieves-major-milestone-in-historic-rookie-season/\" target=\"_blank\">Pittsburgh Pirates\u003c/a>, Pittsburgh Public Safety, which includes Pittsburgh Police and EMS, confirmed in an update shared on its X account Thursday (May 1) morning.\u003c/p>\n\n\u003cp>"UPDATE: This incident is being treated as accidental in nature. The patient remains in critical condition at the hospital. Pittsburgh Police do not anticipate providing any additional updates to the public," the post stated.\u003c/p>\n\n\u003cp>The accident took place right after Pirates outfielder \u003cstrong>Andrew McCutchen\u003c/strong> hit a two-run double in the seventh inning to give his team a 4-3 lead.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FPghPublicSafety%2Fstatus%2F1917926889663905828","@url":"https://x.com/PghPublicSafety/status/1917926889663905828","author_name":"Pittsburgh Public Safety","author_url":"https://twitter.com/PghPublicSafety","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UPDATE: This incident is being treated as accidental in nature. The patient remains in critical condition at the hospital.\u003cbr>\u003cbr>Pittsburgh Police do not anticipate providing any additional updates to the public. \u003ca href=\"https://t.co/sy5ML6bGoK\">https://t.co/sy5ML6bGoK\u003c/a>\u003c/p>— Pittsburgh Public Safety (@PghPublicSafety) \u003ca href=\"https://twitter.com/PghPublicSafety/status/1917926889663905828?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/PghPublicSafety/status/1917926889663905828","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UPDATE: This incident is being treated as accidental in nature. The patient remains in critical condition at the hospital.\u003cbr>\u003cbr>Pittsburgh Police do not anticipate providing any additional updates to the public. \u003ca href=\"https://t.co/sy5ML6bGoK\">https://t.co/sy5ML6bGoK\u003c/a>\u003c/p>— Pittsburgh Public Safety (@PghPublicSafety) \u003ca href=\"https://twitter.com/PghPublicSafety/status/1917926889663905828?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/PghPublicSafety/status/1917926889663905828"},{"html":"\u003cp>Cubs fielders waved frantically to alert medical personnel and pointed to the man, who was lying on the warning track after the fall. The fan was tended to for approximately five minutes by members of both teams' training staffs, as well as stadium personnel, before being carted off the field on a cart.\u003c/p>\n\n\u003cp>Pirates manager \u003cstrong>Derek Shelton\u003c/strong> and Chicago Cubs manager \u003cstrong>Craig Counsell\u003c/strong> both alerted umpires about the situation immediately after the accident occurred.\u003c/p>\n\n\u003cp>"Even though it's 350 feet away or whatever it is, I mean the fact of how it went down and then laying motionless while the play is going on, I mean Craig saw it, I saw it. We both got out there," Shelton said via \u003ca href=\"https://www.espn.com/mlb/story/_/id/44941951/fan-carted-fall-right-field-wall-pnc-park\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>. "... It's extremely unfortunate. That's an understatement."\u003c/p>\n\n\u003cp>McCutchen, a former NL MVP who spent his first nine seasons with the Pirates before returning to the franchise in 2023, also shared a post regarding the situation.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FTheCUTCH22%2Fstatus%2F1917775353659224467","@url":"https://x.com/TheCUTCH22/status/1917775353659224467","author_name":"Andrew McCutchen","author_url":"https://twitter.com/TheCUTCH22","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Truly hate what happened tonight. Cant help but think about that guy, his family and friends. I pray tonight for him. Let us think about his loved ones and hug our families a little tighter tonight. I hope he pulls thru. May God Bless you all. Good night 🙏🏾\u003c/p>— Andrew McCutchen (@TheCUTCH22) \u003ca href=\"https://twitter.com/TheCUTCH22/status/1917775353659224467?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/TheCUTCH22/status/1917775353659224467","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Truly hate what happened tonight. Cant help but think about that guy, his family and friends. I pray tonight for him. Let us think about his loved ones and hug our families a little tighter tonight. I hope he pulls thru. May God Bless you all. Good night 🙏🏾\u003c/p>— Andrew McCutchen (@TheCUTCH22) \u003ca href=\"https://twitter.com/TheCUTCH22/status/1917775353659224467?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/TheCUTCH22/status/1917775353659224467"},{"html":"\u003cp>"Truly hate what happened tonight. Cant help but think about that guy, his family and friends. I pray tonight for him. Let us think about his loved ones and hug our families a little tighter tonight. I hope he pulls thru. May God Bless you all. Good night," McCutchen wrote on his X account.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/condition","keywords/Pittsburgh Public Safety","keywords/accident","keywords/UPDATE","keywords/game","keywords/fan","keywords/Derek Shelton","keywords/Andrew McCutchen","keywords/MLB","keywords/baseball","keywords/Pittsburgh Pirates","keywords/Chicago Cubs"],"primary_image":{"bucket":"new_assets","id":"%2F6813bd9f7d01815224da3343"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746124260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game","social_title":"","summary":"An MLB fan is in 'critical condition' after an accident that took place during a game.","targets":[{"categories":["syndications/content"],"distribution":["markets/PITTSBURGH-PA"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"MLB Fan In 'Critical Condition' After Accident During Game","permalink":"https://whyn.iheart.com/content/2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game/"},"slug":"2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813bd9f7d01815224da3343","title":"MLB Fan In 'Critical Condition' After Accident During Game","description":"An MLB fan is in 'critical condition' after an accident that took place during a game.","author":"Jason Hall"},"pub_start":1746124260000,"pub_until":4115978604802,"pub_changed":1746124647874,"subscription":[{"tags":["categories/sports","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/content","markets/PITTSBURGH-PA"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813bb9d7d01815224da3333","slug:2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game","slug:2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game","keyword:keywords/condition","keyword:keywords/Pittsburgh Public Safety","keyword:keywords/accident","keyword:keywords/UPDATE","keyword:keywords/game","keyword:keywords/fan","keyword:keywords/Derek Shelton","keyword:keywords/Andrew McCutchen","keyword:keywords/MLB","keyword:keywords/baseball","keyword:keywords/Pittsburgh Pirates","keyword:keywords/Chicago Cubs","author:user"]}}],"resume":{"id":"ID:sports-news-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImJxaUk1IjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"VGRnW","region":"main:dynamic","type":"feed","ordinal":20,"value":{"ad_split":50,"feed_id":"ID:politics-feed","feed_index":1,"link":null,"position":null,"size":1,"title":"Politics"},"tags":["display-hints/horizontal","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6814f68253c0bb887120ca17","type":"PUBLISHING","record":{"ref_id":"%2F6814f68253c0bb887120ca17","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8a3b116b-dec5-44cb-a144-a1cbbf5aad39","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - SEPTEMBER 04: U.S. President Donald Trump participates in a signing ceremony and meeting with the President of Serbia Aleksandar Vucic and the Prime Minister of Kosovo Avdullah Hoti in the Oval Office of the White House on September 4, 2020 in Washington, DC. The Trump administration is hosting the leaders to discuss furthering their economic relations. (Photo by Anna Moneymaker-Pool/Getty Images)","id":"%2F6814f7cf0650b7facb269484","new_tab":false,"schedule":{},"source_credit":"Pool / Getty Images News / Getty Images","title":"President Trump Hosts Trilateral With President Of Serbia And Prime Minister Of Kosovo","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> \u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> has released a budget proposal\u003c/a> that seeks to cut funding for health, education, and clean energy programs while increasing military spending. The proposal, detailed in a 40-page document, was sent to congressional leaders on Friday (May 2).\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxbusiness.com/politics/trump-admin-release-budget-outline-showing-defense-spending-boost\" target=\"_blank\">budget suggests a 23% reduction in discretionary funding\u003c/a>, totaling $163 billion, and a 13% increase in military spending. Among the proposed cuts are $18 billion from the National Institutes of Health, $4 billion from the Low Income Home Energy Assistance Program, and $3.6 billion from the Centers for Disease Control and Prevention. Clean energy, education, scientific research, and international aid programs also face reductions.\u003c/p>\n\n\u003cp>Conversely, the \u003ca href=\"https://www.reuters.com/world/us/trump-unveils-federal-budget-blueprint-2025-05-02/\" target=\"_blank\">budget proposes a $43.8 billion increase for the Department of Homeland Security\u003c/a> and $113.3 billion for the Defense Department. It also allocates $500 million for Health and Human Services Secretary Robert F. Kennedy Jr.'s "Make America Healthy Again" initiatives.\u003c/p>\n\n\u003cp>While White House budgets are typically symbolic and rarely enacted as proposed, they reflect the president's priorities and influence congressional debates. Trump's budget is expected to impact upcoming government funding talks, with current funding set to expire on September 30.\u003c/p>\n\n\u003cp>The budget has drawn praise from Republicans, including House Speaker \u003cstrong>Mike Johnson\u003c/strong>, who called it a "bold blueprint" for American strength. However, it has faced criticism from Democrats, with Senate Minority Leader \u003cstrong>Chuck Schumer\u003c/strong> labeling it an "all out assault on hardworking Americans."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6814f7cf0650b7facb269484"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746204420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","social_title":"","summary":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","permalink":"https://whyn.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/"},"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484","title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","description":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","author":"iHeartRadio"},"pub_start":1746204420000,"pub_until":4115978604802,"pub_changed":1746204754620,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814f68253c0bb887120ca17","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:politics-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImVIYWNZIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"aDyRz","region":"main:dynamic","type":"feed","ordinal":27,"value":{"ad_split":50,"feed_id":"ID:politics-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-date-stamp","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6813bf9bf66b9eddd6402402","type":"PUBLISHING","record":{"ref_id":"%2F6813bf9bf66b9eddd6402402","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4421d9d6-317d-4445-bb5a-a4714da1298a","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - APRIL 29: U.S. President Donald Trump walks toward members of the media prior to answering questions before boarding Marine One on the South Lawn of the White House on April 29, 2025 in Washington, DC. Trump will travel to Michigan for a 100th Day in Office rally. (Photo by Win McNamee/Getty Images)","id":"%2F6813c0fcaf89fc0c91b73902","new_tab":false,"schedule":{},"source_credit":"Win McNamee / Getty Images News / Getty Images","title":"President Trump Departs The White House En Route To Michigan","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003ca href=\"https://www.dailymail.co.uk/media/article-14668773/donald-trump-white-house-drudge-report-launches.html\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.dailymail.co.uk/media/article-14668773/donald-trump-white-house-drudge-report-launches.html\" target=\"_blank\"> has launched a new news aggregation website\u003c/a> called the \u003ca href=\"https://www.whitehouse.gov/wire/\" target=\"_blank\">White House Wire\u003c/a>, aimed at promoting positive stories about his administration. The site, unveiled on Wednesday (April 30), features headlines from outlets like Fox News and the Daily Caller, as well as content from the White House itself. According to a White House official, the site is intended to provide transparency and support the president's agenda by offering "real news all in one place."\u003c/p>\n\n\u003cp>This move comes as President Trump continues to criticize mainstream media outlets. He has previously targeted organizations such as ABC News and the Associated Press, even securing a $16 million settlement from CBS and ABC. The president has hinted that The New York Times could be his next target and has launched investigations into NBC, PBS, and NPR. Additionally, he has excluded journalists from the Associated Press from the White House press pool.\u003c/p>\n\n\u003cp>The White House Wire bears a resemblance to the \u003ca href=\"https://www.drudgereport.com/\" target=\"_blank\">Drudge Report\u003c/a>, a conservative news aggregation site. \u003cstrong>Matt Drudge\u003c/strong>, the founder of the Drudge Report, jokingly\u003ca href=\"https://www.mediaite.com/politics/white-house-launches-its-own-drudge-report-prompting-slap-back-from-drudge/\" target=\"_blank\"> suggested he might consider a $1 trillion lawsuit\u003c/a> in response to the new site. The Drudge Report, once praised by President Trump, has become more critical of him over the years.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6813c0fcaf89fc0c91b73902"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746124740000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire","social_title":"","summary":"A White House official said that the site is intended to provide transparency and support the president's agenda.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Donald Trump Unveils His Own News Website, The White House Wire","permalink":"https://whyn.iheart.com/content/2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire/"},"slug":"2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6813c0fcaf89fc0c91b73902","title":"President Donald Trump Unveils His Own News Website, The White House Wire","description":"A White House official said that the site is intended to provide transparency and support the president's agenda.","author":"iHeartRadio"},"pub_start":1746124740000,"pub_until":4115978604802,"pub_changed":1746125088592,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813bf9bf66b9eddd6402402","slug:2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire","slug:2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6813adf6d8eddbc22bb5717c","type":"PUBLISHING","record":{"ref_id":"%2F6813adf6d8eddbc22bb5717c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4675623f-9172-4513-ba28-58da43e55d55","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - APRIL 10: Elon Musk, Tesla and SpaceX CEO and Senior Advisor to the President, attends a Cabinet meeting at the White House on April 10, 2025 in Washington, DC. President Trump convened a Cabinet meeting a day after announcing a 90-day pause on ‘reciprocal’ tariffs, with the exception of China. (Photo by Anna Moneymaker/Getty Images)","id":"%2F6813ae476018f2973ad949e1","new_tab":false,"schedule":{},"source_credit":"Anna Moneymaker / Getty Images News / Getty Images","title":"President Trump Presides Over Cabinet Meeting","type":"asset","url":"","use_caption":false},{"html":"\u003cp>After 100 days leading the Department of Government Efficiency (DOGE), Elon Musk acknowledged that while progress has been made, it is not as effective as he hoped. Musk, who was appointed by President \u003cstrong>Donald Trump\u003c/strong>, initially aimed to cut $2 trillion in government spending but has since revised the goal to $150 billion. As reported by \u003cem>The Washington Post\u003c/em>, \u003ca href=\"https://www.washingtonpost.com/politics/2025/05/01/musk-steps-back-doge-looks-congress-finish-what-it-started/\" target=\"_blank\">Musk estimated that DOGE would save $160 billion by fiscal year 2026\u003c/a>, though specifics remain vague.\u003c/p>\n\n\u003cp>"I think we've been effective, not as effective as I'd like, I think we could be more effective, but we made progress," \u003ca href=\"https://abcnews.go.com/Politics/musk-doge-made-progress-effective-after-100-days/story?id=121347452\" target=\"_blank\">Musk said during a meeting with members of President Trump's cabinet on Wednesday (April 30)\u003c/a>.\u003c/p>\n\n\u003cp>"I think it's possible to do that, but there's that. It's a long road to go and, you know, this, this, this really, it's really difficult," he added. "But our rate of savings per day is pretty good. You know, we're like, $1.6 billion a day, 100 days in."\u003c/p>\n\n\u003cp>Musk's efforts have faced legal challenges and public backlash, with critics arguing that DOGE's actions violate the Constitution. Many of DOGE's initiatives have been reversed or delayed due to legal setbacks. Despite these hurdles, Musk's team has significantly reshaped the federal government, gaining access to sensitive data and implementing mass layoffs.\u003c/p>\n\n\u003cp>Musk plans to \u003ca href=\"https://www.iheart.com/content/2025-04-23-elon-musk-stepping-back-from-doge-to-focus-on-tesla-amid-slumping-sales/\" target=\"_blank\">reduce his involvement with DOGE\u003c/a> to focus more on his private companies, including Tesla, which has seen a 71% drop in profits.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6813ae476018f2973ad949e1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746120360000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days","social_title":"","summary":"Elon Musk is stepping back from his role with the Trump administration.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Elon Musk Reflects On His Work With DOGE During Trump's First 100 Days","permalink":"https://whyn.iheart.com/content/2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days/"},"slug":"2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6813ae476018f2973ad949e1","title":"Elon Musk Reflects On His Work With DOGE During Trump's First 100 Days","description":"Elon Musk is stepping back from his role with the Trump administration.","author":"iHeartRadio"},"pub_start":1746120360000,"pub_until":4115978604802,"pub_changed":1746120718054,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813adf6d8eddbc22bb5717c","slug:2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days","slug:2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6813aa44d8eddbc22bb57171","type":"PUBLISHING","record":{"ref_id":"%2F6813aa44d8eddbc22bb57171","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"2e971bd9-43a6-45d8-8f57-335a3f3e3513","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Immigration law book with judges gavel. Refugee citizenship law concept","id":"%2F6813aaef0650b7facb269100","new_tab":false,"schedule":{},"source_credit":"simpson33 / iStock / Getty Images","title":"Immigration law book with judges gavel","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A federal judge in Texas has \u003ca href=\"https://abcnews.go.com/US/judge-blocks-alien-enemies-act-deport-venezuelans-texas/story?id=121364022\" target=\"_blank\">blocked the Trump administration from using the Alien Enemies Act to deport Venezuelans\u003c/a> from the southern district of Texas. U.S. District Judge \u003cstrong>Fernando Rodriguez Jr\u003c/strong>. ruled that President \u003cstrong>Donald Trump\u003c/strong>'s invocation of the 18th-century law was "unlawful" and exceeded its intended scope. The Alien Enemies Act, historically used during wartime, allows the president to deport noncitizens with minimal due process during an invasion or predatory incursion.\u003c/p>\n\n\u003cp>Judge Rodriguez, appointed by President Trump in 2018, stated that the \u003ca href=\"https://thehill.com/regulation/court-battles/5277593-judge-trump-alien-enemies-act-texas/\" target=\"_blank\">administration's claim of the Venezuelan gang Tren de Aragua invading the U.S. did not meet the criteria of an "invasion\u003c/a>" as required by the Act. The judge emphasized that the proclamation did not suggest an organized, armed group entering the U.S. under Venezuela's direction to conquer or control part of the nation. According to ABC News, the ruling marks the first time a federal judge has declared President Trump's use of the Act unlawful.\u003c/p>\n\n\u003cp>The decision has significant implications as it issues a permanent injunction against using the Alien Enemies Act for deportations. The \u003ca href=\"https://www.texastribune.org/2025/05/01/south-texas-judge-blocks-deportations-venezuelans-trump-alien-enemies-/\" target=\"_blank\">administration may appeal the ruling\u003c/a> to the 5th U.S. Circuit Court of Appeals, known for its conservative leanings. The case is part of a broader legal battle over the administration's use of presidential power in immigration matters.\u003c/p>\n\n\u003cp>The administration's efforts to deport alleged gang members to a prison in El Salvador had sparked a flurry of litigation, with courts previously issuing temporary holds on removals.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6813aaef0650b7facb269100"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746119220000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans","social_title":"","summary":"The judge ruled the administration's claim of the Venezuelan gang Tren de Aragua invading the U.S. did not meet the criteria of an \"invasion.\"","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Another Judge Blocks Trump's Use Of Alien Enemies Act To Deport Venezuelans","permalink":"https://whyn.iheart.com/content/2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans/"},"slug":"2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6813aaef0650b7facb269100","title":"Another Judge Blocks Trump's Use Of Alien Enemies Act To Deport Venezuelans","description":"The judge ruled the administration's claim of the Venezuelan gang Tren de Aragua invading the U.S. did not meet the criteria of an \"invasion.\"","author":"iHeartRadio"},"pub_start":1746119220000,"pub_until":4115978604802,"pub_changed":1746119611280,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813aa44d8eddbc22bb57171","slug:2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans","slug:2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F68138ee7d8eddbc22bb570b9","type":"PUBLISHING","record":{"ref_id":"%2F68138ee7d8eddbc22bb570b9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6207f978-11c5-4504-929a-79c8dde9fa31","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - APRIL 30: National Security Advisor Michael Waltz speaks on a panel titled Designing the DoD for the 21st Century Battlefield at the Hill and Valley Forum at the U.S. Capitol on April 30, 2025 in Washington, DC. The Hill and Valley Forum brings together lawmakers, tech CEO and venture capitalists for discussion on technology and national security. (Photo by Kevin Dietsch/Getty Images)","id":"%2F68138f90133d4e8539ac0734","new_tab":false,"schedule":{},"source_credit":"Kevin Dietsch / Getty Images News / Getty Images","title":"Corporate CEO's Speak At The Hill & Valley Forum On Capitol Hill","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> has \u003ca href=\"https://www.foxnews.com/politics/mike-waltz-other-national-security-council-staffers-out-latest-trump-purge-following-signal-chat-leak\" target=\"_blank\">dismissed National Security Advisor \u003c/a>\u003ca href=\"https://www.foxnews.com/politics/mike-waltz-other-national-security-council-staffers-out-latest-trump-purge-following-signal-chat-leak\" target=\"_blank\">\u003cstrong>Mike Waltz\u003c/strong>\u003c/a> and several other National Security Council (NSC) staffers following a leak of a Signal chat. The leak involved discussions of military plans against Houthi rebels in Yemen. Waltz, a former Florida congressman and Green Beret, admitted responsibility for inadvertently adding a journalist to the chat, which included top officials like Secretary of Defense \u003cstrong>Pete Hegseth\u003c/strong> and CIA Director \u003cstrong>John Ratcliffe\u003c/strong>.\u003c/p>\n\n\u003cp>Trump said that Secretary of State\u003cstrong> \u003c/strong>\u003ca href=\"https://abcnews.go.com/Politics/michael-waltz-expected-depart-trumps-national-security-adviser/story?id=121360051\" target=\"_blank\">\u003cstrong>Marco Rubio\u003c/strong>\u003c/a>\u003ca href=\"https://abcnews.go.com/Politics/michael-waltz-expected-depart-trumps-national-security-adviser/story?id=121360051\" target=\"_blank\"> will serve as interim national security adviser\u003c/a>. He also said that he will nominate Waltz to be the U.S. ambassador to the United Nations\u003c/p>\n\n\u003cp>The leak, first reported by \u003cem>Fox News\u003c/em>, led to internal discussions about Waltz's future, with some officials suggesting he should resign to avoid putting President Trump in a difficult position. Despite the controversy, Trump initially defended Waltz, emphasizing the success of recent actions against the Houthis. However, the president \u003ca href=\"https://www.usatoday.com/story/news/politics/2025/05/01/mike-waltz-trump-signal-chat/82674433007/\" target=\"_blank\">ultimately decided to remove Waltz and others from the NSC\u003c/a>, stating that the administration would let go of those who were not aligned with its goals.\u003c/p>\n\n\u003cp>According to \u003cem>Politico\u003c/em>, \u003ca href=\"https://www.politico.com/news/2025/05/01/trump-plans-to-oust-national-security-adviser-mike-waltz-00321200\" target=\"_blank\">the incident has sparked debate within the White House\u003c/a> about the handling of sensitive information.\u003c/p>\n\n\u003cp>The White House has stated that measures are being implemented to prevent similar incidents in the future. Press Secretary \u003cstrong>Karoline Leavitt\u003c/strong> confirmed that the case is considered closed, and the administration is moving forward with its national security agenda.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68138f90133d4e8539ac0734"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746112140000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak","social_title":"","summary":"Waltz's deputy Alex Wong was also relieved of his duties.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"National Security Advisor Mike Waltz Ousted After Signal Chat Leak","permalink":"https://whyn.iheart.com/content/2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak/"},"slug":"2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68138f90133d4e8539ac0734","title":"National Security Advisor Mike Waltz Ousted After Signal Chat Leak","description":"Waltz's deputy Alex Wong was also relieved of his duties.","author":"iHeartRadio"},"pub_start":1746112140000,"pub_until":4115978604802,"pub_changed":1746124603925,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138ee7d8eddbc22bb570b9","slug:2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak","slug:2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F68123ce362c8c8705c168e45","type":"PUBLISHING","record":{"ref_id":"%2F68123ce362c8c8705c168e45","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"802c7e58-b10f-4f16-932c-ae9e366bb53e","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - NOVEMBER 09: Mohsen Mahdawi speaks at a protest on the Columbia University campus on November 9, 2023 in New York City. Mahdawi, a Columbia University student and green card holder, was arrested in Vermont by immigration officials on April 14, 2025. (Photo by Mukta Joshi/Getty Images)","id":"%2F68123d41be9718a6853855fe","new_tab":false,"schedule":{},"source_credit":"Mukta Joshi / Getty Images News / Getty Images","title":"Trump Administration's Detention Of Immigrants Associated With Pro-Palestinian Protests Stirs Controversy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.nbcnews.com/news/us-news/judge-orders-columbia-student-mohsen-mahdawi-released-rcna203675\" target=\"_blank\">federal judge in Vermont has ordered the release of \u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/judge-orders-columbia-student-mohsen-mahdawi-released-rcna203675\" target=\"_blank\">\u003cstrong>Mohsen Mahdawi\u003c/strong>\u003c/a>, a Columbia University student and U.S. permanent resident, who was detained by Immigration and Customs Enforcement (ICE) agents during his naturalization interview on April 14. Mahdawi, originally from a refugee camp in the West Bank, was held at the Northwest State Correctional Facility in Vermont.\u003c/p>\n\n\u003cp>Judge \u003cstrong>Geoffrey Crawford\u003c/strong> ruled on Wednesday (April 30) that\u003ca href=\"https://www.theguardian.com/us-news/2025/apr/30/mohsen-mahdawi-released-immigration-detention\" target=\"_blank\"> Mahdawi's two-week detention caused significant harm\u003c/a>, despite him not being charged with a crime. Mahdawi, who has lived in the U.S. for over a decade, was arrested under claims that his presence could have adverse foreign policy consequences. However, his lawyers argued that his detention was in retaliation for his advocacy for Palestinian human rights and his involvement in pro-Palestinian protests at Columbia University.\u003c/p>\n\n\u003cp>Mahdawi denied allegations of antisemitic violence, stating, "I am a peaceful person, and would never express wanting to harm or kill anyone." The court received letters of support from over 90 community members, including those from the Jewish community, vouching for Mahdawi's peaceful nature.\u003c/p>\n\n\u003cp>The Trump administration's attempt to deport Mahdawi, citing foreign policy concerns, has sparked criticism. Senator \u003cstrong>Bernie Sanders\u003c/strong> and other Democratic members of Congress have called for Mahdawi's release, emphasizing his advocacy for peace and justice.\u003c/p>\n\n\u003cp>Mahdawi's release \u003ca href=\"https://abcnews.go.com/US/lawyers-columbia-student-detained-ice-seek-release-case/story?id=121317902\" target=\"_blank\">allows him to continue his studies remotely from Vermont\u003c/a> and travel to New York City for legal and academic purposes. He is expected to graduate from Columbia University next month.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68123d41be9718a6853855fe"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746025560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released","social_title":"","summary":"Mahdawi, a 34-year-old U.S. permanent resident was detained during his April 14 naturalization interview in Vermont.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Judge Orders Columbia Student Mohsen Mahdawi To Be Released","permalink":"https://whyn.iheart.com/content/2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released/"},"slug":"2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68123d41be9718a6853855fe","title":"Judge Orders Columbia Student Mohsen Mahdawi To Be Released","description":"Mahdawi, a 34-year-old U.S. permanent resident was detained during his April 14 naturalization interview in Vermont.","author":"iHeartRadio"},"pub_start":1746025560000,"pub_until":4115978604802,"pub_changed":1746025968089,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68123ce362c8c8705c168e45","slug:2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released","slug:2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:politics-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImVIYWNZIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"swv8H","region":"main:dynamic","type":"feed","ordinal":28,"value":{"ad_split":50,"feed_id":"ID:weird-news-feed","feed_index":1,"link":null,"min_size":1,"position":null,"size":1,"title":"Lifestyle"},"tags":["display-hints/horizontal","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6802b7deb2613b172079c662","type":"PUBLISHING","record":{"ref_id":"%2F6802b7deb2613b172079c662","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1aacc7a2-a5be-483d-bad6-990642974465","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Charging mobile phone with wireless charging device on a wooden table","id":"%2F6802b90bf5fe5f40795b6e23","new_tab":false,"schedule":{},"source_credit":"Javier Zayas Photography / Moment / Getty Images","title":"Charging Mobile Phone With Wireless Charging Device","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Casely has issued a \u003ca href=\"https://www.dailymail.co.uk/sciencetech/article-14626199/recall-wireless-power-bank-casely.html\" target=\"_blank\">recall for approximately 429,000 Power Pods\u003c/a> due to overheating risks that can lead to fires. The recall, announced on Thursday (April 17), was prompted by 51 reports of the lithium-ion batteries in these chargers overheating, expanding, or catching fire, resulting in six minor burn injuries. The affected Power Pods, identified by model number E33A, were sold between March 2022 and September 2024 on platforms like Amazon and the Casely website.\u003c/p>\n\n\u003cp>The U.S. Consumer Product Safety Commission has advised consumers to stop using the chargers immediately and contact Casely for a free replacement. The company will provide a new "UL-Certified Power Pod" to those affected. According to the \u003cem>Associated Press\u003c/em>, \u003ca href=\"https://apnews.com/article/casely-power-pod-recall-burn-injuries-9a558e844f20f481c9c285eb13c945c8\" target=\"_blank\">Casely emphasized their commitment to customer safety\u003c/a> and is taking proactive measures to remove faulty products from circulation.\u003c/p>\n\n\u003cp>Consumers must submit a form online and \u003ca href=\"https://www.getcasely.com/pages/2025-recall?srsltid=AfmBOor4hMQWmT5iDA541jj3Y-pD3ZvW40mLZt9ltGDfUUa7huS-QBoE\" target=\"_blank\">provide photos of the recalled charger\u003c/a> marked with "Recalled" and the date to receive a replacement. \u003c/p>\n\n\u003cp>The company's website also advises against disposing of lithium-ion battery devices in regular trash or recycling bins, urging customers to follow local disposal guidelines.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6802b90bf5fe5f40795b6e23"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1745008620000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries","social_title":"","summary":"Casely is urging customers to immediately stop using its 'Power Pods' after receiving 51 reports of battery issues.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Urgent Recall Issued For Wireless Chargers After Reports Of Burn Injuries","permalink":"https://whyn.iheart.com/content/2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries/"},"slug":"2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23","title":"Urgent Recall Issued For Wireless Chargers After Reports Of Burn Injuries","description":"Casely is urging customers to immediately stop using its 'Power Pods' after receiving 51 reports of battery issues.","author":"iHeartRadio"},"pub_start":1745008620000,"pub_until":4115978604802,"pub_changed":1745260612159,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6802b7deb2613b172079c662","slug:2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries","slug:2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:weird-news-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7IldydDliIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"SkYlX","region":"main:dynamic","type":"feed","ordinal":29,"value":{"ad_split":50,"feed_id":"ID:weird-news-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-load-more","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F680018ab0663e5a0e951c40a","type":"PUBLISHING","record":{"ref_id":"%2F680018ab0663e5a0e951c40a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9f8b03db-7c29-43fa-a9d6-b91728f78666","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - APRIL 04: Apple iPhone 16 are seen on display at an Apple store on April 04, 2025 in New York, New York. U.S. President Donald Trump declared a U.S. economic emergency and announced sweeping tariffs of at least 10% and with rates even higher for 60 countries or that have a high trade deficit with the U.S. The tariffs will affect electronics, automobiles, clothing and shoes, wines and spirits, and swiss watches. In retaliation, China announced that they will impose 34% tariffs on the U.S. (Photo by Michael M. Santiago/Getty Images)","id":"%2F68001af08c429903861ba01f","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"President Trump Announces New Reciprocal Tariffs On Dozens Of Nations","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Apple has issued an urgent update for iPhone users following the \u003ca href=\"https://techcrunch.com/2025/04/16/apple-says-zero-day-bugs-exploited-against-specific-targeted-individuals-using-ios/\" target=\"_blank\">discovery of two significant security vulnerabilities\u003c/a>. The update, iOS 18.4.1, addresses flaws that have been exploited in sophisticated attacks targeting specific individuals. Released on Wednesday (April 16), this update is crucial for users with iPhone XS and later models, as well as certain iPads.\u003c/p>\n\n\u003cp>The first vulnerability, identified as CVE-2025-31200, involves a memory corruption issue in the CoreAudio system, which could allow malicious code execution through specially crafted media files. The second flaw, CVE-2025-31201, affects the RPAC system, potentially allowing attackers to bypass Pointer Authentication and gain unauthorized access to devices.\u003c/p>\n\n\u003cp>According to \u003ca href=\"https://support.apple.com/en-us/122282\" target=\"_blank\">Apple's support page, these vulnerabilities have been used in targeted attacks\u003c/a> against individuals such as journalists, dissidents, and government officials. The company has not disclosed full details to prevent further exploitation before users can update their devices.\u003c/p>\n\n\u003cp>Independent security researcher \u003cstrong>Sean Wright\u003c/strong> emphasized the importance of the update, \u003ca href=\"https://www.forbes.com/sites/kateoflahertyuk/2025/04/16/ios-1841-apple-issues-new-update-warning-to-all-iphone-users/\" target=\"_blank\">telling \u003c/a>\u003ca href=\"https://www.forbes.com/sites/kateoflahertyuk/2025/04/16/ios-1841-apple-issues-new-update-warning-to-all-iphone-users/\" target=\"_blank\">\u003cem>Forbes \u003c/em>\u003c/a>\u003ca href=\"https://www.forbes.com/sites/kateoflahertyuk/2025/04/16/ios-1841-apple-issues-new-update-warning-to-all-iphone-users/\" target=\"_blank\">that while the attacks are targeted, widespread exploitation could occur\u003c/a> if attackers obtain detailed information about the vulnerabilities. Wright advised users to update their devices promptly but mentioned that there is generally no need for panic.\u003c/p>\n\n\u003cp>The iOS 18.4.1 update follows the recent iOS 18.4 release, which addressed 62 vulnerabilities, underscoring the ongoing need for vigilance in device security. Users can download the update by navigating to Settings > General > Software Update on their devices.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68001af08c429903861ba01f"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1744837200000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack","social_title":"","summary":"According to Apple, the vulnerabilities have been used in targeted attacks against individuals such as journalists, dissidents, and government officials.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Apple Users Urged To Update Devices Immediately After Sophisticated Attack","permalink":"https://whyn.iheart.com/content/2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack/"},"slug":"2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68001af08c429903861ba01f","title":"Apple Users Urged To Update Devices Immediately After Sophisticated Attack","description":"According to Apple, the vulnerabilities have been used in targeted attacks against individuals such as journalists, dissidents, and government officials.","author":"iHeartRadio"},"pub_start":1744837200000,"pub_until":4115978604802,"pub_changed":1744837633269,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/680018ab0663e5a0e951c40a","slug:2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack","slug:2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F67fe710040bef167c887f462","type":"PUBLISHING","record":{"ref_id":"%2F67fe710040bef167c887f462","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"b97df511-d559-41aa-a07d-29a7c6067ee3","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Fresh, organic pureed vegetables for baby. Shot for a story on homemade, organic, healthy baby foods.","id":"%2F601db840ab5d3a9fc9424064","new_tab":false,"schedule":{},"source_credit":"Wiktory / iStock / Getty Images","title":"baby food","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Over \u003ca href=\"https://www.dailymail.co.uk/sciencetech/article-14610547/recall-baby-food-sold-Target-Good-Gather.html\" target=\"_blank\">25,000 containers of baby food sold exclusively at Target have been urgently recalled\u003c/a> due to lead contamination. The affected product is the Good & Gather Baby Pea, Zucchini, Kale & Thyme Vegetable Purée, which comes in four-ounce containers. This recall involves two specific batches: Lot Number 4169 with a Best by date of December 9, 2025, and Lot Number 4167 with a Best by date of December 7, 2025.\u003c/p>\n\n\u003cp>The U.S. Food and Drug Administration (FDA) initially alerted consumers to the elevated lead levels in March. The alert has now been \u003ca href=\"https://www.fda.gov/safety/industry-guidance-recalls/recalls-background-and-definitions\" target=\"_blank\">upgraded to a Class II recall\u003c/a>, indicating that consuming this baby food could cause temporary health issues, including potential damage to the brain and other organs. Lead is a toxic heavy metal that can accumulate in the body, posing significant risks to young children due to their developing systems.\u003c/p>\n\n\u003cp>Dr. \u003cstrong>Sana Mujahid\u003c/strong> from Consumer Reports emphasized that there is \u003ca href=\"https://www.consumerreports.org/health/food-recalls/target-baby-food-recall-lead-good-and-gather-a2735299586/\" target=\"_blank\">no safe level of lead exposure for babies\u003c/a>, as it can lead to neurological damage, lower IQs, and developmental delays.\u003c/p>\n\n\u003cp>Target has advised customers to discard the affected baby food and offers a full refund. Consumers can contact Target's Guest Relations at 800-440-0680 for assistance. Parents who suspect their child may have consumed the recalled product should consult their pediatrician for lead testing.\u003c/p>\n\n\u003cp>The FDA requires baby food to have lead levels below 10 parts per billion (ppb). However, even low levels of lead exposure can cause irreversible harm. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F601db840ab5d3a9fc9424064"},"primary_target":{"categories":["categories/national-news","categories/lifestyle"],"distribution":["brands/iHeartRadio"]},"publish_date":1744728240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage","social_title":"","summary":"The alert has now been upgraded to a Class II recall, indicating that consuming this baby food could cause temporary health issues,","targets":[{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Urgent Recall Issued For Baby Food That Could Cause Organ Damage","permalink":"https://whyn.iheart.com/content/2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage/"},"slug":"2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/601db840ab5d3a9fc9424064","title":"Urgent Recall Issued For Baby Food That Could Cause Organ Damage","description":"The alert has now been upgraded to a Class II recall, indicating that consuming this baby food could cause temporary health issues,","author":"iHeartRadio"},"pub_start":1744728240000,"pub_until":4115978604802,"pub_changed":1744728710098,"subscription":[{"tags":["categories/national-news","categories/lifestyle","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/67fe710040bef167c887f462","slug:2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage","slug:2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F67f7de5308e5a3fd3d325974","type":"PUBLISHING","record":{"ref_id":"%2F67f7de5308e5a3fd3d325974","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a2f5c49d-383d-4669-9fd9-8d462d9459e1","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"MILAN, ITALY - JULY 31: The Prada Boutique in Galleria Vittorio Emanuele on July 31, 2008 in Milan, Italy. (Photo by Vittorio Zunino Celotto/Getty Images)","id":"%2F67f7df83f3b65fd12ed9a76b","new_tab":false,"schedule":{},"source_credit":"Vittorio Zunino Celotto / Getty Images News / Getty Images","title":"Around Milan","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Prada Group has \u003ca href=\"https://www.nbcnews.com/pop-culture/pop-culture-news/prada-agrees-buy-rival-fashion-house-versace-deal-valued-14-billion-rcna200601\" target=\"_blank\">agreed to purchase Versace from Capri Holdings\u003c/a> in a deal valued at $1.4 billion. Announced on Thursday (April 10), Prada secured the deal by negotiating the purchase price down from $1.6 billion. The acquisition will be financed through $1.6 billion in new debt, following more than $1 billion already borrowed by Prada. The boards of both companies have approved the transaction, which is \u003ca href=\"https://www.reuters.com/markets/deals/italys-prada-agrees-buy-fashion-rival-versace-2025-04-10/\" target=\"_blank\">expected to close in the second half of the year\u003c/a>, pending regulatory approval.\u003c/p>\n\n\u003cp>“Versace will maintain its creative DNA and cultural authenticity, while benefiting from the full strength of the Group’s considerable consolidated platform, including industrial capabilities, retail execution and operational expertise,’’ Prada said in a statement.\u003c/p>\n\n\u003cp>\u003cstrong>Donatella Versace\u003c/strong>, who served as Versace’s chief creative officer for nearly 30 years, stepped down last month, which influenced the negotiations. The luxury brand, founded in 1978 by \u003cstrong>Gianni Versace\u003c/strong>, was acquired by Capri Holdings (formerly Michael Kors) for $2.1 billion in 2018. This latest acquisition marks a significant shift in the luxury fashion industry, as Prada expands its influence and market share.\u003c/p>\n\n\u003cp>"We aim to continue Versace's legacy, celebrating and re-interpreting its bold and timeless aesthetic," \u003ca href=\"https://www.bbc.com/news/articles/cvgppr7g508o\" target=\"_blank\">said Prada chairman \u003c/a>\u003ca href=\"https://www.bbc.com/news/articles/cvgppr7g508o\" target=\"_blank\">\u003cstrong>Patrizio Bertelli\u003c/strong>\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F67f7df83f3b65fd12ed9a76b"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1744297860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal","social_title":"","summary":"\"We aim to continue Versace's legacy, celebrating and re-interpreting its bold and timeless aesthetic,\" said Prada chairman Patrizio Bertelli.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Iconic Fashion House Agrees To Buy Rival Firm In $1.4 Billion Deal","permalink":"https://whyn.iheart.com/content/2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal/"},"slug":"2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/67f7df83f3b65fd12ed9a76b","title":"Iconic Fashion House Agrees To Buy Rival Firm In $1.4 Billion Deal","description":"\"We aim to continue Versace's legacy, celebrating and re-interpreting its bold and timeless aesthetic,\" said Prada chairman Patrizio Bertelli.","author":"iHeartRadio"},"pub_start":1744297860000,"pub_until":4115978604802,"pub_changed":1744298197094,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/67f7de5308e5a3fd3d325974","slug:2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal","slug:2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F67f171c70acf5446cc703735","type":"PUBLISHING","record":{"ref_id":"%2F67f171c70acf5446cc703735","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"23cf19b5-82aa-47b0-b183-dd0be67268a4","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"A mixed age range group of friends having a meal together at a restaurant.","id":"%2F62bbb90559148f6de694bf9c","new_tab":false,"schedule":{},"source_credit":"DGLimages / iStock / Getty Images","title":"Living Our Best Life","type":"asset","url":"","use_caption":false},{"html":"\u003cp>After seven years at the top, \u003ca href=\"https://www.foxbusiness.com/retail/olive-garden-loses-its-spot-top-us-casual-dining-restaurant-after-7-years-report\" target=\"_blank\">Olive Garden has been dethroned as America's leading casual dining restaurant\u003c/a> by Texas Roadhouse. The steakhouse chain surged ahead due to a significant increase in sales, marking a shift in consumer preferences from Italian cuisine to steakhouse offerings. According to Fox Business, Texas Roadhouse reported a 14.7% increase in sales, reaching $5.5 billion, while Olive Garden saw only a 0.8% rise, bringing in $5.2 billion.\u003c/p>\n\n\u003cp>Texas Roadhouse's success can be attributed to its expansion, with \u003ca href=\"https://www.dailymail.co.uk/yourmoney/article-14572159/olive-garden-americas-favorite-restaurant-chain-new-competitor-texas-roadhouse.html\" target=\"_blank\">26 new locations opened in 2024\u003c/a>. The chain now operates nearly 650 U.S. locations. Meanwhile, Olive Garden, despite adding 15 new restaurants, struggled to maintain its growth momentum.\u003c/p>\n\n\u003cp>Chili's, Applebee's, and Buffalo Wild Wings followed Texas Roadhouse and Olive Garden in the rankings, \u003ca href=\"https://www.restaurantbusinessonline.com/financing/texas-roadhouse-now-biggest-casual-dining-chain-us\" target=\"_blank\">each recording over $4 billion in sales\u003c/a>. Chili's, in particular, saw a remarkable 31% increase in orders during its third quarter, thanks to a revamped menu and a strong social media push.\u003c/p>\n\n\u003cp>Despite losing the top spot, Olive Garden's parent company, Darden Restaurants, remains optimistic, as it owns both Olive Garden and Texas Roadhouse. Olive Garden is attempting to boost sales with new delivery options and promotions like the never-ending pasta deal.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F62bbb90559148f6de694bf9c"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1743877020000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america","social_title":"","summary":"Olive Garden has been dethroned after a seven-year run.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"After Seven Years, There's a New Top Casual Restaurant In America","permalink":"https://whyn.iheart.com/content/2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america/"},"slug":"2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bbb90559148f6de694bf9c","title":"After Seven Years, There's a New Top Casual Restaurant In America","description":"Olive Garden has been dethroned after a seven-year run.","author":"iHeartRadio"},"pub_start":1743877020000,"pub_until":4115978604802,"pub_changed":1743877356638,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/67f171c70acf5446cc703735","slug:2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america","slug:2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F67ec0b861e9f5352e5cbabe9","type":"PUBLISHING","record":{"ref_id":"%2F67ec0b861e9f5352e5cbabe9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"2531dd7c-2d42-450f-9d37-059baab65869","revision_id":"AAAAAAAAAAAAAAAAAAAAAQ=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"","id":"%2F60621b6d887f14d07e2c9232","new_tab":false,"schedule":{},"source_credit":"Adam Hester / Tetra images / Getty Images","title":"Caucasian woman using cell phone in bed","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A recent study from Norway has found that \u003ca href=\"https://www.bbc.com/news/articles/cz79jpxzev5o\" target=\"_blank\">spending time on screens in bed is linked to poorer sleep quality\u003c/a> and increased insomnia risk. The study surveyed over 45,000 university students aged 18 to 28 and found that each additional hour of screen time in bed increased the risk of insomnia by 59% and reduced sleep duration by an average of 24 minutes.\u003c/p>\n\n\u003cp>The research did \u003ca href=\"https://www.newsweek.com/screen-time-bed-insomnia-duration-2052087\" target=\"_blank\">not find significant differences between types of screen activities\u003c/a>, such as social media, gaming, or watching TV. Dr. \u003cstrong>Gunnhild Johnsen Hjetland\u003c/strong> of the Norwegian Institute of Public Health, who led the study, stated that screen use itself is the key factor in sleep disruption, likely due to "time displacement," where screen use delays sleep.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2025.1548273/full\" target=\"_blank\">study, published in Frontiers in Psychiatry\u003c/a>, highlights the growing disconnect between technology use and sleep hygiene among young adults. Despite the widespread understanding that sleep is critical for mental and physical health, modern bedtime routines increasingly include screens, apps, and notifications that may keep the brain on high alert.\u003c/p>\n\n\u003cp>While the study found \u003ca href=\"https://www.healthline.com/health-news/screen-time-bedtime-insomnia-risk\" target=\"_blank\">a correlation between bedtime screen use and sleep disruption\u003c/a>, it did not establish causality. Researchers suggest reducing screen use in bed and stopping at least 30-60 minutes before sleep to improve sleep quality. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F60621b6d887f14d07e2c9232"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1743522600000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study","social_title":"","summary":"Each hour of screen time in bed reduced sleep duration by an average of 24 minutes.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Screen Time In Bed Linked To Worse Sleep, Increased Risk Of Insomnia: Study","permalink":"https://whyn.iheart.com/content/2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study/"},"slug":"2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/60621b6d887f14d07e2c9232","title":"Screen Time In Bed Linked To Worse Sleep, Increased Risk Of Insomnia: Study","description":"Each hour of screen time in bed reduced sleep duration by an average of 24 minutes.","author":"iHeartRadio"},"pub_start":1743522600000,"pub_until":4115978604802,"pub_changed":1743523408664,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/67ec0b861e9f5352e5cbabe9","slug:2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study","slug:2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:weird-news-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7IldydDliIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"zlJN0","region":"main:dynamic","type":"show","ordinal":30,"value":{"brands":[{"ref":"config://field/general.default_shows","scope":null,"type":"VAR"}],"title":"Shows"},"tags":[],"schedule":{"begin":0,"end":4115978604802},"shows":[{"_id":"%2F652aa0e7f313b39725700d21f793be5e","slug":"whyn-daybreak-with-john-baibak","ownBrand":"brands/WHYN DayBreak with John Baibak (53267)","configByLookup":{"common":{"branding":{"name":"WHYN DayBreak with John Baibak","logo":{"asset":{"href":"https://i.iheart.com/v3/re/new_assets/667aa6401ac0e3cee2754804"}}}}}},{"_id":"%2F1f3a963fc95f3d8ae9bbff3d45566edc","slug":"the-jim-polito-show","ownBrand":"brands/The Jim Polito Show (10899)","configByLookup":{"common":{"branding":{"name":"The Jim Polito Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6579fc89e54ca8cf1b04a350"}}}}}},{"_id":"%2F10c988fb610c50c05921d32e39d9d35e","slug":"glenn-beck","ownBrand":"brands/Glenn Beck (56047)","configByLookup":{"common":{"branding":{"name":"The Glenn Beck Program","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/611577cd788036a20bd34cec"}}}}}},{"_id":"%2F60c0c84af3f76b50391679de","slug":"the-clay-travis-and-buck-sexton-show","ownBrand":"brands/The Clay Travis and Buck Sexton Show","configByLookup":{"common":{"branding":{"name":"The Clay Travis and Buck Sexton Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/669ad25e815b9e2bc5d7fa77"}}}}}},{"_id":"%2F5a31704665f2b1f7d326225b","slug":"the-howie-carr-show","ownBrand":"brands/The Howie Carr Show","configByLookup":{"common":{"branding":{"name":"The Howie Carr Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5a31acc4282810cee4258ea0"}}}}}},{"_id":"%2F5fe124d08f8db02cfab649af","slug":"the-jesse-kelly-show","ownBrand":"brands/The Jesse Kelly Show","configByLookup":{"common":{"branding":{"name":"The Jesse Kelly Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/60c8b1294420c5f2aa18a2ab"}}}}}},{"_id":"%2F06caedeabcc633ae9dac2bee2be309d3","slug":"coast-to-coast-am","ownBrand":"brands/Coast to Coast AM (55811)","configByLookup":{"common":{"branding":{"name":"Coast to Coast AM with George Noory","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5edf9bd3ad493adf85017725"}}}}}}]},{"id":"MOi2y","region":"main:dynamic","type":"ad","ordinal":31,"value":{"ad_split":0,"position":"3331"},"tags":[],"schedule":null},{"id":"GUwtl","region":"main:dynamic","type":"contests","ordinal":32,"value":{},"tags":["display-hints/tile"],"schedule":{"begin":0,"end":4115978604802}},{"id":"XlM5U","region":"main:dynamic","type":"feed","ordinal":34,"value":{"ad_split":50,"feed_id":"ID:calendar-topics-feed-matsubs","feed_index":0,"link":[{"children":[],"id":"5xD0s","label":"View All","ref":"calendar_content_all","target":"_self","type":"page"}],"min_size":0,"position":null,"size":4,"title":"Events"},"tags":["display-hints/feed-date-stamp","display-hints/feed-show-eyebrow","display-hints/tile","display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[],"resume":null}},{"id":"xAMG8","region":"main:dynamic","type":"keywordcontest","ordinal":35,"value":{"campaign_id":{"ref":"config://field/partners.aptivada_id","scope":null,"type":"VAR"},"campaign_type":"ihrcountdown","title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802},"disabled":false,"campaignId":"1759062"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]}}],["topic-e6Rs0",{"data":{}}],["contestsloader-whyn-am",{"data":[{"appType":"contest","appId":"1743687","parentAppId":"1743175","title":"Win A Full Tuition Scholarship To AMDA And Perform Alongside Broadway’s Brightest Stars!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"https://www.iheartradiobroadway.com/featured/iheart-amda/","pageUrl":"https://whyn.iheart.com/contests/win-a-full-tuition-scholarship-to-amda-and-perform-alongside-broadway-s-brightest-stars-1743687/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-01-20 00:00:00","endTime":"2025-05-18 23:59:00","scheduleStatus":"live","startDate":"2025-01-20 00:00:00","endDate":"2025-05-18 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpRek1UYzFYMjF2WW1sc1pWOHhOek00TkRBM05qRXdMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"582249801","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"countdown","appId":"1759934","parentAppId":"1759062","title":"Listen to Win $1,000","shareTitle":"I just entered the keyword!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://whyn.iheart.com/contests/listen-to-win-1-000-1759934/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY291bnRkb3duXzE3NTkwNjJfbW9iaWxlXzE3NDMxOTY5MDgucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","prize":"Listen to NewsRadio 560 WHYN weekdays in the hours for the nationwide $1,000 keyword, then enter it here for your chance to win!","sort":"","startTime":"2025-04-13","endTime":"2025-05-23","scheduleStatus":"live","startDate":"2025-04-13","endDate":"2025-05-23","description":"","active":"auto","subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY291bnRkb3duXzE3NTkwNjJfbW9iaWxlXzE3NDMxOTY5MDgucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5MWJuUmtiM2R1WHpFM05Ua3dOakpmYlc5aWFXeGxYekUzTkRNeE9UWTVNRGd1Y0c1bklpd2lZblZqYTJWMElqb2lZWEIwYVhaaFpHRXRabWxzWlhNaUxDSmxaR2wwY3lJNmV5SnlaWE5wZW1VaU9uc2lkMmxrZEdnaU9qRTJNREFzSW1obGFXZG9kQ0k2TXpJd01Dd2labWwwSWpvaWFXNXphV1JsSWl3aWQybDBhRzkxZEVWdWJHRnlaMjFsYldWdWRDSTZkSEoxWlgwc0luUnZSbTl5YldGMElqb2lkMlZpY0NJc0luZGxZbkFpT25zaWNYVmhiR2wwZVNJNk1UQXdMQ0p6YldGeWRGTjFZbk5oYlhCc1pTSTZkSEoxWlN3aVpXWm1iM0owSWpvMGZTd2liM0JsY21GMGFXOXVjeUk2VzNzaWIzQmxjbUYwYVc5dUlqb2ljM1J5YVhBaWZWMTlmUT09","accountId":"582249801","facebookShareImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY291bnRkb3duXzE3NTkwNjJfc3RhbmRhcmRfMTc0MzE5NjkyMC5wbmciLCJidWNrZXQiOiJhcHRpdmFkYS1maWxlcyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjozMjAwLCJmaXQiOiJpbnNpZGUiLCJ3aXRob3V0RW5sYXJnbWVtZW50Ijp0cnVlfSwidG9Gb3JtYXQiOiJ3ZWJwIiwid2VicCI6eyJxdWFsaXR5IjoxMDAsInNtYXJ0U3Vic2FtcGxlIjp0cnVlLCJlZmZvcnQiOjR9LCJvcGVyYXRpb25zIjpbeyJvcGVyYXRpb24iOiJzdHJpcCJ9XX19","width":"630","shareLocation":"link","timeZone":null}]}],["$podcastloader-27542469,57927691,28840241,23014384,96875132,28502187",{"data":[{"id":27542469,"title":"The Jim Polito Show","description":"The Jim Polito Show","lastUpdated":1735826388,"slug":"419-the-jim-polito-show","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjMyMDAzNDcyLjAyMDQ5MC5vcmlnaW5hbC5qcGc","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBJC7EAAAGWYeFyWA"},"items":[{"id":273934764,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"Daily Best of 05-02-25","duration":2631,"isExplicit":false,"description":"On Friday's show Jim talks about the way the media covered President Trump's 100th day, Jayson Campadonia joins the show to discuss signalgate, and Jim takes your calls for Freestyle Friday","startDate":1746175204000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273858633,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"Daily Btes of 05-01-25","duration":2631,"isExplicit":false,"description":"On Thursday's show Jim talks about how he thinks that people are the left are truly never happy, Rory O'Neill joins the show to discuss the Ukraine mineral deal, and why Gina Raimondo has no chance at becoming President","startDate":1746089318000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273777749,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"Daily Best of 04-30-25","duration":2630,"isExplicit":false,"description":"On Wednesday's show Jim talks about the rally held by President Trump last night in Michigan for his first 100 days, Rory O'Neill joins the show to discuss the upcoming deadline for people to get their real ID's, and Harvard doesn't totally apologize for what is going on on their campus","startDate":1746002573000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273697815,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"04-29-25 Craig Peterson Segment","duration":886,"isExplicit":false,"description":"Tech Talk Guru Craig Peterson joins the show to discuss if your technology is holding you back!","startDate":1745917166000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273697030,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"Daily Best of 04-29-25","duration":2630,"isExplicit":false,"description":"On Tuesday's show Jim talks about pro-Palestinian Harvard students avoid jailtime but get anger management, Rory O'Neill joins the show to discuss the next generation of workers, and what really keeps Michelle Obama up at night?","startDate":1745915879000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273594303,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"04-28-25 Bert \"Maverick\" Gonzalez Interview","duration":940,"isExplicit":false,"description":"Sgt. (Ret'd) Bert \"Maverick\" Gonzalez, a 37-year veteran of law enforcement joins Jim with an unfiltered, expert perspective on the complexities of active shooter incidents from the perspective of the men and women who are first on the scene. Sgt. Gonzalez is also the author of, \"The Real Greatest Show on Earth.\"","startDate":1745831260000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273593428,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"Daily Best of 04-28-25","duration":2631,"isExplicit":false,"description":"On Monday's show Jim talks about a judge who has been arrested for trying to hide an illegal migrant from being deported, Rory O'Neill joins the show to discuss the Iran nuclear trade talks, and Joy Reid is hard to miss when she won't go away","startDate":1745829973000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273393044,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"Daily Best of 04-25-25","duration":2630,"isExplicit":false,"description":"On Friday's show Jim asks how much politics will play a part in choosing the new Pope, Rory O'Neill joins the show to discuss the Funeral services for the Pope taking place tomorrow, and Jim takes your calls for Freestyle Friday","startDate":1745570956000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273306770,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"Daily Best of 04-24-25","duration":2631,"isExplicit":false,"description":"On Thursday's show Jim talks about a Harvard Poll that reveals that a group of young Democrats hate this country, Rory O'Neill joins the show to discuss the air quality where you live, and just how much has Maura Healy spent on the shelters?","startDate":1745483755000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"},{"id":273222577,"podcastId":27542469,"podcastSlug":"419-the-jim-polito-show","title":"04-23-25 Domenic Stanziani Interview","duration":940,"isExplicit":false,"description":"There is a growing MAGA movement in Europe. Domenico Stanziani of Venice has been following Donald Trump for decades. He is a vocal supporter of Italy's MIGA initiative. Domenico believes a partnership between our President and Italy's Prime Minister will make the world great and safe again. ","startDate":1745398887000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3d0YWdhbS0xNjIwOTMxNDg2LjM5OTkyMS5qcGc"}]}},{"id":57927691,"title":"The Clay Travis and Buck Sexton Show","description":"The Clay Travis and Buck Sexton Show. Clay Travis and Buck Sexton tackle the biggest stories in news, politics and current events with intelligence and humor. From the border crisis, to the madness of cancel culture and far-left missteps, Clay and Buck guide listeners through the latest headlines and hot topics with fun and entertaining conversations and opinions.","lastUpdated":1744876390,"slug":"1119-the-clay-travis-and-buck","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny8xNzc2YzRjYy01MGExLTQxMGYtYTJkZS1hZTNjMDAwMjZkZmEvaW1hZ2UuanBnP3Q9MTc0NDM1NDIwMiZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBTH2cAAAGWjHN44A"},"items":[{"id":273955041,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Daily Review with Clay and Buck - May 2 2025","duration":3735,"isExplicit":false,"description":"\u003cp>Welcome to the Real World, NPR\u003c/p> \u003cp>Hour 1 of the Clay Travis and Buck Sexton Show kicks off with a lively discussion on several hot-button issues. The hosts delve into Donald Trump's Alabama commencement address, highlighting his introduction by Nick Saban and the significant topics Trump covered, including his executive order to end NPR funding. This move sparks a debate on the role of taxpayer dollars in supporting media entities, with Clay and Buck criticizing NPR's left-wing bias and discussing the implications of Trump's decision.\u003c/p> \u003cp>The conversation shifts to Kilmar Abrego Garcia, a Democrat from Maryland, whose controversial actions, including domestic violence and human trafficking, are exposed. The hosts express their disbelief at the Democrats' choice of Garcia as a representative against Trump's deportation policies, emphasizing the incompetence in such decisions.\u003c/p> \u003cp>Buck Sexton praises President Trump for his decisive action against NPR funding, arguing that all media should compete fairly in the marketplace without government support. They play several clips of NPR's leader, Katherine Maher, discussing the challenges posed by the First Amendment and her approach to disinformation, which further fuels the hosts' criticism of NPR's operations.\u003c/p> \u003cp>Trump's AL Commencement Address\u003c/p> \u003cp>The show also touches on Trump's stance on women's sports, with Trump asserting that men should not compete in women's sports, a statement that garners significant applause from the University of Alabama graduates as he delivers the commencement speech. This leads to a broader discussion on the cultural shift in education, with Clay and Buck comparing the value of state schools versus elite northeastern institutions, and the changing perceptions of higher education.\u003c/p> \u003cp>Additionally, the hosts discuss the job market, noting the addition of 177,000 jobs in April and a 4.2% unemployment rate, which Clay attributes to positive market trends. They encourage listeners to stay calm and invest for the long term, highlighting the recent surge in stock prices.\u003c/p> \u003cp>Stephen Miller, Deputy Chief of Staff\u003c/p> \u003cp>Hour 2 of the Clay Travis and Buck Sexton Show begins with an engaging interview with Deputy White House Chief of Staff Stephen Miller. Miller discusses his potential new role as National Security Advisor and praises Secretary of State Marco Rubio for his multifaceted contributions to the Trump administration. Miller highlights the administration's \"shock and awe\" strategy against the deep state and radical left, emphasizing the importance of swift action to prevent bureaucratic resistance.\u003c/p> \u003cp>Following the interview, the hosts delve into the DOGE initiative, which aims to uncover and eliminate wasteful government spending. They discuss the automatic savings from federal employee reductions and the termination of executive-created agencies. The reconciliation bill's role in cutting wasteful spending and the potential for rescissions packages to achieve further savings are also highlighted.\u003c/p> \u003cp>Joe Concha on the Greatest Political Comeback\u003cbr> \u003cbr>Joe's new book: “The Greatest Comeback Ever: Inside Trump's Big Beautiful Campaign.” Joe Concha from Fox News, who discusses his new book, \"The Greatest Comeback Ever: Inside Trump's Big Beautiful Campaign.\" Concha recounts the dramatic events of the 2024 election, including Joe Biden's cognitive decline, the assassination attempt on Trump, and Kamala Harris's unexpected rise and fall. He emphasizes the unprecedented nature of these events and the media's role in covering them.\u003c/p> \u003cp>The conversation shifts to the future of the Democratic Party, with Concha speculating on potential candidates for 2028. He mentions Andy Beshear, AOC, and the possibility of an outsider like Mark Cuban. Clay and Buck express skepticism about Beshear's viability and discuss the challenges facing the Democrats in finding a strong candidate.\u003c/p> \u003cp>Paul Mauro, former NYPD ","startDate":1746199800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny8yOWNmMjM3Zi0zOTIwLTQyN2ItOWJmNy1iMmQxMDEzOTMzN2UvaW1hZ2UuanBnP3Q9MTc0NjIxMjQzNyZzaXplPUxhcmdl"},{"id":273954892,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Hour 1 - Welcome to the Real World, NPR","duration":2210,"isExplicit":false,"description":"\u003cp>Hour 1 of the Clay Travis and Buck Sexton Show kicks off with a lively discussion on several hot-button issues. The hosts delve into Donald Trump's Alabama commencement address, highlighting his introduction by Nick Saban and the significant topics Trump covered, including his executive order to end NPR funding. This move sparks a debate on the role of taxpayer dollars in supporting media entities, with Clay and Buck criticizing NPR's left-wing bias and discussing the implications of Trump's decision.\u003c/p> \u003cp>The conversation shifts to Kilmar Abrego Garcia, a Democrat from Maryland, whose controversial actions, including domestic violence and human trafficking, are exposed. The hosts express their disbelief at the Democrats' choice of Garcia as a representative against Trump's deportation policies, emphasizing the incompetence in such decisions.\u003c/p> \u003cp>Buck Sexton praises President Trump for his decisive action against NPR funding, arguing that all media should compete fairly in the marketplace without government support. They play several clips of NPR's leader, Katherine Maher, discussing the challenges posed by the First Amendment and her approach to disinformation, which further fuels the hosts' criticism of NPR's operations.\u003c/p> \u003cp>The show also touches on Trump's stance on women's sports, with Trump asserting that men should not compete in women's sports, a statement that garners significant applause from the University of Alabama graduates. This leads to a broader discussion on the cultural shift in education, with Clay and Buck comparing the value of state schools versus elite northeastern institutions, and the changing perceptions of higher education.\u003c/p> \u003cp>Additionally, the hosts discuss the job market, noting the addition of 177,000 jobs in April and a 4.2% unemployment rate, which Clay attributes to positive market trends. They encourage listeners to stay calm and invest for the long term, highlighting the recent surge in stock prices.\u003c/p> \u003cp>The hour concludes with a humorous debate on whether a hot girlfriend should help her boyfriend move, featuring an opinion from Clay and Buck Podcast Network host, Karol Markowitz. This light-hearted segment adds a fun twist to the show's otherwise serious topics.\u003c/p> \u003cp>Make sure you never miss a second of the show by subscribing to the Clay Travis & Buck Sexton show podcast wherever you get your podcasts! \u003ca href=\"http://ihr.fm/3InlkL8\">ihr.fm/3InlkL8\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>For the latest updates from Clay & Buck, visit our website \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.clayandbuck.com%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239931219%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=eECesiWyOO3YOybB4HVSIOqFBQ6FQ83xp%2FJ%2FhPDAKfM%3D&reserved=0\">https://www.clayandbuck.com/\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>Connect with Clay Travis and Buck Sexton: \u003c/p> \u003cp>X - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fx.com%2Fclayandbuck&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239960597%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=WdpyZ8Gzbhog1ml43mVvOghWqLGt0rZcdfa%2FPC3pkYY%3D&reserved=0\">https://x.com/clayandbuck\u003c/a>\u003c/p> \u003cp>FB - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FClayandBuck%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239980082%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Nqqk%2FXJ","startDate":1746199500000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny8zYWY1Yjg0ZC03YjA5LTQ2OTctODQxYy1iMmQxMDEzNTU2Y2IvaW1hZ2UuanBnP3Q9MTc0NjIxMTU3OSZzaXplPUxhcmdl"},{"id":273954678,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Hour 2 - Stephen Miller, Deputy Chief of Staff","duration":2219,"isExplicit":false,"description":"\u003cp>Hour 2 of the Clay Travis and Buck Sexton Show begins with an engaging interview with Deputy White House Chief of Staff Stephen Miller. Miller discusses his potential new role as National Security Advisor and praises Secretary of State Marco Rubio for his multifaceted contributions to the Trump administration. Miller highlights the administration's \"shock and awe\" strategy against the deep state and radical left, emphasizing the importance of swift action to prevent bureaucratic resistance.\u003c/p> \u003cp>Following the interview, the hosts delve into the DOGE initiative, which aims to uncover and eliminate wasteful government spending. They discuss the automatic savings from federal employee reductions and the termination of executive-created agencies. The reconciliation bill's role in cutting wasteful spending and the potential for rescissions packages to achieve further savings are also highlighted.\u003c/p> \u003cp>The show addresses the controversial case of Kilmar Abrego Garcia, a Democrat from Maryland involved in domestic violence and human trafficking. The hosts criticize the Democrats for defending Garcia and highlight the absurdity of their stance. They play audio clips of Garcia's wife begging for protection from him, further emphasizing the Democrats' irrational opposition to Trump's deportation policies.\u003c/p> \u003cp>They also cover the job market, noting the addition of 177,000 jobs in April and a 4.2% unemployment rate. The hosts encourage listeners to stay calm and invest for the long term, highlighting the recent surge in stock prices.\u003c/p> \u003cp>The hour concludes with a continuation on the humorous debate over whether a hot girlfriend should help her boyfriend move, featuring an opinion from Clay and Buck Podcast Network host, Lisa Boothe. This light-hearted segment adds a fun twist to the show's otherwise serious topics.\u003c/p> \u003cp> \u003c/p> \u003cp>Make sure you never miss a second of the show by subscribing to the Clay Travis & Buck Sexton show podcast wherever you get your podcasts! \u003ca href=\"http://ihr.fm/3InlkL8\">ihr.fm/3InlkL8\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>For the latest updates from Clay & Buck, visit our website \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.clayandbuck.com%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239931219%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=eECesiWyOO3YOybB4HVSIOqFBQ6FQ83xp%2FJ%2FhPDAKfM%3D&reserved=0\">https://www.clayandbuck.com/\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>Connect with Clay Travis and Buck Sexton: \u003c/p> \u003cp>X - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fx.com%2Fclayandbuck&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239960597%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=WdpyZ8Gzbhog1ml43mVvOghWqLGt0rZcdfa%2FPC3pkYY%3D&reserved=0\">https://x.com/clayandbuck\u003c/a>\u003c/p> \u003cp>FB - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FClayandBuck%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239980082%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Nqqk%2FXJNrFqQd%2BUdWMs5Xw7DxzwpMExmpDda7Y9fNNY%3D&reserved=0\">https://www.facebook.com/ClayandBuck/\u003c/a>\u003c/p> \u003cp>IG - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2Fclayandbuck%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239998376%7CUnknown%7CTWFpbGZsb3d8e","startDate":1746199200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny9iZjAzNDBkYi1kNjVkLTRlMTMtODc3OC1iMmQxMDEzNTU2Y2MvaW1hZ2UuanBnP3Q9MTc0NjIxMTU3OCZzaXplPUxhcmdl"},{"id":273954679,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Hour 3 - Joe Concha and Paul Mauro","duration":2208,"isExplicit":false,"description":"\u003cp>Hour 3 of the Clay Travis and Buck Sexton Show kicks off with Clay and Buck encouraging listeners to subscribe to their podcast network, highlighting the variety of unique shows available. They then welcome Joe Concha from Fox News, who discusses his new book, \"The Greatest Comeback Ever: Inside Trump's Big Beautiful Campaign.\" Concha recounts the dramatic events of the 2024 election, including Joe Biden's cognitive decline, the assassination attempt on Trump, and Kamala Harris's unexpected rise and fall. He emphasizes the unprecedented nature of these events and the media's role in covering them.\u003c/p> \u003cp>The conversation shifts to the future of the Democratic Party, with Concha speculating on potential candidates for 2028. He mentions Andy Beshear, AOC, and the possibility of an outsider like Mark Cuban. Clay and Buck express skepticism about Beshear's viability and discuss the challenges facing the Democrats in finding a strong candidate.\u003c/p> \u003cp>The show then transitions to an interview with Paul Mauro, former NYPD inspector, who is launching a new weekly Fox Nation show, \"Karen Reed Retrial Live.\" Mauro provides an overview of the Karen Reed case, detailing the conflicting narratives and the evidence presented by both the prosecution and defense. He explains the significance of digital forensics in the case and the challenges faced by the defense in proving a police conspiracy.\u003c/p> \u003cp>Mauro also discusses the role of local law enforcement in immigration enforcement, highlighting the barriers created by sanctuary city policies. He explains the importance of ICE administrative warrants and the potential impact of a recent case in Milwaukee on immigration enforcement.\u003c/p> \u003cp>Next, the hosts delve into Sheryl Crow's comments about living in Tennessee, where she struggles with the state's conservative politics. They discuss the impact of celebrities moving to red states and the potential for these states to become more politically diverse.\u003c/p> \u003cp>Make sure you never miss a second of the show by subscribing to the Clay Travis & Buck Sexton show podcast wherever you get your podcasts! \u003ca href=\"http://ihr.fm/3InlkL8\">ihr.fm/3InlkL8\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>For the latest updates from Clay & Buck, visit our website \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.clayandbuck.com%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239931219%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=eECesiWyOO3YOybB4HVSIOqFBQ6FQ83xp%2FJ%2FhPDAKfM%3D&reserved=0\">https://www.clayandbuck.com/\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>Connect with Clay Travis and Buck Sexton: \u003c/p> \u003cp>X - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fx.com%2Fclayandbuck&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239960597%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=WdpyZ8Gzbhog1ml43mVvOghWqLGt0rZcdfa%2FPC3pkYY%3D&reserved=0\">https://x.com/clayandbuck\u003c/a>\u003c/p> \u003cp>FB - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FClayandBuck%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239980082%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Nqqk%2FXJNrFqQd%2BUdWMs5Xw7DxzwpMExmpDda7Y9fNNY%3D&reserved=0\">https://www.facebook.com/ClayandBuck/\u003c/a>\u003c/p> \u003cp>IG - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2Fclayandbuck%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb2","startDate":1746198900000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny8wZDFmZWJlYi1mOTY5LTQyODEtYWY5NC1iMmQxMDEzYjNjYjUvaW1hZ2UuanBnP3Q9MTc0NjIxMjg2NiZzaXplPUxhcmdl"},{"id":273939541,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Buck Brief - Did the Media Get Their First Trump Cabinet Scalp?","duration":799,"isExplicit":false,"description":"\u003cp>The media tried to claim a Trump cabinet scalp—but did they succeed? Buck breaks down what really happened with National Security Advisor Mike Waltz’s reassignment to U.S. Ambassador to the UN, why it’s not the firing the media hoped for, and what it signals about the upgraded staffing and discipline of the current Trump team. He also dives into deeper tensions within national security circles, including looming decisions about Iran, and blasts the Biden administration’s open border agenda. Plus, Tom Homan sends a warning shot to sanctuary cities, and Buck reacts to the Trump team moving to end protected status for 600,000 Venezuelans.\u003c/p> \u003cp>Never miss a moment from Buck by subscribing to the Buck Sexton Show Podcast on\u003ca href=\"https://www.iheart.com/podcast/51-the-buck-sexton-show-27296753/\"> IHeart Radio\u003c/a>,\u003ca href=\"https://podcasts.apple.com/us/podcast/the-buck-sexton-show/id1208232103\"> Apple Podcasts\u003c/a> or wherever you get your podcasts! \u003c/p> \u003cp> \u003c/p> \u003cp>Connect with Buck Sexton:\u003cbr>Facebook – \u003ca href=\"https://www.facebook.com/BuckSexton/\"> / bucksexton\u003c/a> \u003cbr>X – \u003ca href=\"https://x.com/BuckSexton\"> @bucksexton \u003cbr>\u003c/a>Instagram – \u003ca href=\"https://www.instagram.com/bucksexton/?hl=en\">@bucksexton\u003c/a>\u003c/p> \u003cp>TikTok -\u003ca href=\"https://www.tiktok.com/@bucksexton\"> @BuckSexton\u003c/a> \u003c/p> \u003cp>YouTube -\u003ca href=\"https://www.youtube.com/@BuckSexton\"> @BuckSexton\u003c/a> \u003c/p> \u003cp>Website –\u003ca href=\"https://www.bucksexton.com/\"> https://www.bucksexton.com/\u003c/a>\u003c/p>\u003cp>\u003ca href=\"https://www.youtube.com/c/clayandbuck\" rel=\"payment\">Follow Clay & Buck on YouTube: https://www.youtube.com/c/clayandbuck\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746180829000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC81NjQ5OGZmYy0zYzU3LTRmMDQtYjkwMy1iMmQxMDBlNzZlYjcvaW1hZ2UuanBnP3Q9MTc0NjE5NDU3NCZzaXplPUxhcmdl"},{"id":273927880,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"The Tudor Dixon Podcast: Trump's 100 Days: Michigan's Reaction","duration":2144,"isExplicit":false,"description":"\u003cp>In this episode, Tudor and Kyle Olson discuss the recent visit of President Trump to Michigan, celebrating his first 100 days in office. They delve into the implications of Trump's policies on immigration and border security, the complex relationship between Trump and Governor Whitmer, and the economic challenges facing Michigan. The conversation highlights the political dynamics within the Democratic Party, particularly in light of Whitmer's aspirations for higher office and the potential impact of Trump's praise on her image. The Tudor Dixon Podcast is part of the Clay Travis & Buck Sexton Podcast Network. For more visit TudorDixonPodcast.com\u003c/p> \u003cp>Read Kyle's work at The Midwesterner \u003ca href=\"https://www.themidwesterner.news/\">HERE\u003c/a>\u003c/p>\u003cp>\u003ca href=\"https://www.youtube.com/c/clayandbuck\" rel=\"payment\">Follow Clay & Buck on YouTube: https://www.youtube.com/c/clayandbuck\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746165600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2U0M2VmNmI4LWU2YmEtNGRhOC1hMjM0LWFmYjkwMTU0ZWFiNy8xMWZiYjllYy1lNWNiLTRhM2MtODg1NS1iMmQxMDA1NjA0MzAvaW1hZ2UuanBnP3Q9MTc0NjE2MzE2MSZzaXplPUxhcmdl"},{"id":273922878,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Karol Markowicz Show: The Evolution of the White House Press Briefing with Curtis Houck","duration":1596,"isExplicit":false,"description":"\u003cp>In this episode, Curtis Houck, managing editor at NewsBusters, shares his journey into journalism, influenced by significant events like the 2000 presidential election and 9/11. He discusses his role in covering media bias and the evolution of the White House press briefing. Curtis also opens up about personal struggles with loneliness and mental health, offering advice for younger individuals and emphasizing the importance of kindness and self-care. The Karol Markowicz Show is part of the Clay Travis & Buck Sexton Podcast Network - new episodes debut every Wednesday & Friday. \u003c/p>\u003cp>\u003ca href=\"https://www.youtube.com/c/clayandbuck\" rel=\"payment\">Follow Clay & Buck on YouTube: https://www.youtube.com/c/clayandbuck\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746158400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2UwYmM3MTMxLTA2ZDUtNDI4Yy04ZDIyLWIwNjUwMTA2MTRkMC9kMzk0YjBkMy1jNzBiLTRiZjYtOTA2Mi1iMmQxMDAzZjEzMTAvaW1hZ2UuanBnP3Q9MTc0NjE1ODA1OSZzaXplPUxhcmdl"},{"id":273883325,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Daily Review with Clay and Buck - May 1 2025","duration":3551,"isExplicit":false,"description":"\u003cp>Talking Left, Living Right\u003c/p> \u003cp>Hour 1 of the Clay Travis and Buck Sexton Show kicks off with a warm introduction and a special appearance by Buck Sexton's newborn son, adding a personal touch to the program. The hosts then dive into the day's major news topics, starting with a detailed analysis of White House Deputy Chief of Staff Stephen Miller's press briefing, highlighting his impressive performance and key points. They discuss the latest developments surrounding Kilmar Abrego Garcia, including new information from Fox News and the implications for the Democratic Party.\u003c/p> \u003cp>The conversation shifts to the departure of Mike Waltz as National Security Advisor, exploring the reasons behind this significant change in the Trump administration. The hosts also touch on Donald Trump's recent comments on News Nation, suggesting that Stephen A. Smith should run for president, sparking a humorous debate about potential political matchups.\u003c/p> \u003cp>Mike Waltz Out\u003c/p> \u003cp>National Security Advisor Mike Waltz's departure from the Trump administration. Clay and Buck discuss the implications of this change, including the potential reasons behind it, such as the Signalgate controversy and policy disagreements over U.S. support for Ukraine and military actions against Iran. They emphasize the significance of the National Security Advisor role and speculate on the future direction of Trump's national security team.\u003c/p> \u003cp>Liberals 101\u003c/p> \u003cp>Clay and Buck discuss crime and law enforcement, highlighting the efforts of Jessica Tisch, NYPD Police Commissioner, to reduce crime and improve public safety. The hosts express optimism for a nationwide drop in violent crime as police are empowered to do their jobs effectively.\u003c/p> \u003cp>LA Sen. Bill Cassidy\u003c/p> \u003cp>Senator Bill Cassidy of Louisiana. Senator Cassidy is also the chair of the Senate Health, Education, Labor, and Pensions (HELP) Committee. He is the first physician to sit as HELP chair.\u003c/p> \u003cp>The senator shares insights on various topics, including his efforts to pass legislation to protect Jewish students from harassment on college campuses. He highlights the importance of supporting American values and the positive response from students in Louisiana.\u003c/p> \u003cp>The conversation shifts to the recent New Year's Eve terror attack in New Orleans, with Senator Cassidy providing updates on the investigation and the arrest of a suspect with ISIS links. He emphasizes the resilience of New Orleans and the importance of international cooperation in combating terrorism.\u003c/p> \u003cp>Senator Cassidy also assesses the first 100 days of President Trump's administration, praising the swift action to control illegal immigration and reduce fentanyl trafficking. He discusses significant investments in economic development, including major projects in Louisiana, and expresses optimism for continued progress.\u003c/p> \u003cp>The hosts then discuss the breaking news of Mike Waltz's departure as National Security Advisor and his nomination as the next US Ambassador to the United Nations. They analyze the implications of this move and the appointment of Marco Rubio as interim National Security Advisor.\u003c/p> \u003cp> \u003c/p> \u003cp>Make sure you never miss a second of the show by subscribing to the Clay Travis & Buck Sexton show podcast wherever you get your podcasts! \u003ca href=\"http://ihr.fm/3InlkL8\">ihr.fm/3InlkL8\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>For the latest updates from Clay & Buck, visit our website \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.clayandbuck.com%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239931219%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=eECesiWyOO3YOybB4HVSIOqFBQ6FQ83xp%2FJ%2FhPDAKfM%3D&reserved=0\">https://www.clayandbuck.com/\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>Connect with Clay Travis and Buck ","startDate":1746113700000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny84NGRiMmFkNC00MjMyLTRkNzUtYjA5Ny1iMmQwMDEzOTk5NmMvaW1hZ2UuanBnP3Q9MTc0NjEyNjExMCZzaXplPUxhcmdl"},{"id":273883171,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Hour 1 - Talking Left, Living Right","duration":2209,"isExplicit":false,"description":"\u003cp>Hour 1 of the Clay Travis and Buck Sexton Show kicks off with a warm introduction and a special appearance by Buck Sexton's newborn son, adding a personal touch to the program. The hosts then dive into the day's major news topics, starting with a detailed analysis of White House Deputy Chief of Staff Stephen Miller's press briefing, highlighting his impressive performance and key points. They discuss the latest developments surrounding Kilmar Abrego Garcia, including new information from Fox News and the implications for the Democratic Party.\u003c/p> \u003cp>The conversation shifts to the departure of Mike Waltz as National Security Advisor, exploring the reasons behind this significant change in the Trump administration. The hosts also touch on Donald Trump's recent comments on News Nation, suggesting that Stephen A. Smith should run for president, sparking a humorous debate about potential political matchups.\u003c/p> \u003cp>Clay Travis and Buck Sexton provide insights into the Cuomo Town Hall with Trump and O'Reilly, sharing notable soundbites and discussing Trump's stance on investments in America. They emphasize the strategic importance of morning press conferences for the White House, allowing them to set the agenda and respond to opposition media effectively.\u003c/p> \u003cp>The show features a passionate segment on common sense in politics, with White House Press Secretary Karoline Leavitt and White House Deputy Chief of Staff Stephen Miller advocating for policies grounded in practicality and safety. The hosts critique the Democrats' lack of common sense and their inconsistent arguments against Trump's administration.\u003c/p> \u003cp>Economic discussions follow, with Clay Travis highlighting the stock market's recovery and the benefits of buying the dip. They contrast this with the Democrats' focus on Abrego Garcia, questioning the logic behind their support for individuals with violent records.\u003c/p> \u003cp>White House Deputy Chief of Staff Stephen Miller's fiery remarks on MS-13 gang members and the hypocrisy of reporters living in safe neighborhoods while advocating for leniency towards criminals are a key highlight. The hosts underscore the disconnect between left-wing media's rhetoric and their actual lifestyles.\u003c/p> \u003cp>The hour concludes with a critique of Kamala Harris's political career and her potential future as a presidential candidate. The hosts analyze her lack of substance and the challenges she faces within the Democratic Party. \u003c/p> \u003cp>Make sure you never miss a second of the show by subscribing to the Clay Travis & Buck Sexton show podcast wherever you get your podcasts! \u003ca href=\"http://ihr.fm/3InlkL8\">ihr.fm/3InlkL8\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>For the latest updates from Clay & Buck, visit our website \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.clayandbuck.com%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239931219%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=eECesiWyOO3YOybB4HVSIOqFBQ6FQ83xp%2FJ%2FhPDAKfM%3D&reserved=0\">https://www.clayandbuck.com/\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>Connect with Clay Travis and Buck Sexton: \u003c/p> \u003cp>X - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fx.com%2Fclayandbuck&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239960597%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=WdpyZ8Gzbhog1ml43mVvOghWqLGt0rZcdfa%2FPC3pkYY%3D&reserved=0\">https://x.com/clayandbuck\u003c/a>\u003c/p> \u003cp>FB - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FClayandBuck%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122","startDate":1746113400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny9lNmFlMzIzZS02ODhjLTQ3NGItYTIyNS1iMmQwMDEzMjYyN2EvaW1hZ2UuanBnP3Q9MTc0NjEyNDUzMyZzaXplPUxhcmdl"},{"id":273882983,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Hour 2 - Mike Waltz Out","duration":2210,"isExplicit":false,"description":"\u003cp>Hour 2 of the Clay Travis and Buck Sexton Show begins with breaking news about National Security Advisor Mike Waltz's departure from the Trump administration. The hosts discuss the implications of this change, including the potential reasons behind it, such as the Signalgate controversy and policy disagreements over U.S. support for Ukraine and military actions against Iran. They emphasize the significance of the National Security Advisor role and speculate on the future direction of Trump's national security team.\u003c/p> \u003cp>Clay and Buck then delve into the dynamics of Trump's relationships with various media figures and politicians, including Chris Cuomo and Chuck Schumer. They highlight Trump's unique ability to engage with his critics and maintain connections across the political spectrum.\u003c/p> \u003cp>The conversation shifts to the potential political aspirations of media personalities like Stephen A. Smith, with Trump suggesting that Smith should run for president. The hosts discuss the likelihood of non-traditional candidates entering the political arena, mentioning figures like Dwayne \"The Rock\" Johnson and Mark Cuban as potential contenders.\u003c/p> \u003cp>The hour also features a light-hearted segment on the challenges of moving, with Clay and Buck sharing personal anecdotes and tips for making the process smoother. They engage with listeners, discussing the etiquette of helping friends and family with moves and the stress involved in relocating.\u003c/p> \u003cp> \u003c/p> \u003cp>Make sure you never miss a second of the show by subscribing to the Clay Travis & Buck Sexton show podcast wherever you get your podcasts! \u003ca href=\"http://ihr.fm/3InlkL8\">ihr.fm/3InlkL8\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>For the latest updates from Clay & Buck, visit our website \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.clayandbuck.com%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239931219%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=eECesiWyOO3YOybB4HVSIOqFBQ6FQ83xp%2FJ%2FhPDAKfM%3D&reserved=0\">https://www.clayandbuck.com/\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>Connect with Clay Travis and Buck Sexton: \u003c/p> \u003cp>X - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fx.com%2Fclayandbuck&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239960597%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=WdpyZ8Gzbhog1ml43mVvOghWqLGt0rZcdfa%2FPC3pkYY%3D&reserved=0\">https://x.com/clayandbuck\u003c/a>\u003c/p> \u003cp>FB - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FClayandBuck%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239980082%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Nqqk%2FXJNrFqQd%2BUdWMs5Xw7DxzwpMExmpDda7Y9fNNY%3D&reserved=0\">https://www.facebook.com/ClayandBuck/\u003c/a>\u003c/p> \u003cp>IG - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2Fclayandbuck%2F&data=05%7C02%7CMarkWeiner%40iheartmedia.com%7Cf1fb28049c334a2cc7f008dd5b6dc780%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638767249239998376%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=s%2F3CGsjjib9Gu8mBlf5ff31%2Fixq4YP17xzT17hhpJCc%3D&reserved=0\">https://www.instagram.com/clayandbuck/\u003c/a>\u003c/p> \u003cp>YouTube - \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.youtube.com%2Fc%2Fclayandbuck&data=05%7C02%7CMarkWeiner%","startDate":1746113100000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny9jZjEwZjgxNC0wMDVjLTRiM2ItYmQyYi1iMmQwMDEzMjYyOGMvaW1hZ2UuanBnP3Q9MTc0NjEyNDUzMyZzaXplPUxhcmdl"}]}},{"id":28840241,"title":"WHYN DayBreak with John Baibak","description":"WHYN DayBreak with John Baibak","lastUpdated":1735808377,"slug":"743-whyn-daybreak-with-john-ba","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE2MjEwOTM4LjAyODgwNi50aHVtYm5haWwuanBn","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABAvrUgAAAGV9LUooA"},"items":[{"id":273925100,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Friday 5.2.25","duration":2352,"isExplicit":false,"description":"In Studio Guest Former Springfield Police Sargent John Delaney","startDate":1746162149000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE2MjEwOTM4LjAyODgwNi50aHVtYm5haWwuanBn"},{"id":273823832,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Thursday 5.1.25","duration":2361,"isExplicit":false,"description":"Karaoke Diss! Vocabulary. Face Plant 3rd Person and that is just SEG 1!","startDate":1746040402000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE2MjEwOTM4LjAyODgwNi50aHVtYm5haWwuanBn"},{"id":273768435,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Wednesday 4.30.25","duration":2410,"isExplicit":false,"description":"Hmmm, Belichiks' Girl and Staci Love...About Same Age. Talk About 1. Talk 2 the Other!","startDate":1745989409000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE3MjM3NTYyLjAxODM1OC50aHVtYm5haWwuanBn"},{"id":273583199,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative 4.28.25","duration":2329,"isExplicit":false,"description":"Weekend Hangover?... Skinner On Sports!","startDate":1745816548000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE3MjM3NTYyLjAxODM1OC50aHVtYm5haWwuanBn"},{"id":273383513,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Friday 4.25.25","duration":2406,"isExplicit":false,"description":"Smuggling. Guhzincathink of the People and Ipsofatso. Death til we Part. Just click & Listen!","startDate":1745557343000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE2MjEwOTM4LjAyODgwNi50aHVtYm5haWwuanBn"},{"id":273297040,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Thursday 4.24.25","duration":2295,"isExplicit":false,"description":"Pay for Babies, School Lunch Memories, High Tech Monopolies... More.","startDate":1745470942000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE2MjEwOTM4LjAyODgwNi50aHVtYm5haWwuanBn"},{"id":273226305,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Wednesday 4.23.25 ","duration":2320,"isExplicit":false,"description":"Dog in a Well, doing 8.5% at 5AM, Staci Loves'....The Juice too!","startDate":1745402323000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE3MjM3NTYyLjAxODM1OC50aHVtYm5haWwuanBn"},{"id":271738920,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Friday 4.4.25","duration":2354,"isExplicit":false,"description":"Cars, Costs and Changes. I Almost Did that! Easter Talk, FU Chris Rock!","startDate":1743742196000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE2MjEwOTM4LjAyODgwNi50aHVtYm5haWwuanBn"},{"id":271661831,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Thursday 4.3.25","duration":2295,"isExplicit":false,"description":"Waiting On Hold, Pup Maintenance, Taking Out the Trash","startDate":1743654676000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE2MjEwOTM4LjAyODgwNi50aHVtYm5haWwuanBn"},{"id":271560008,"podcastId":28840241,"podcastSlug":"743-whyn-daybreak-with-john-ba","title":"OB Negative Wednesday 4.2.25","duration":2342,"isExplicit":false,"description":"They Are Back! Still Learning to Drive, Hooters Recovery, The X Revamped.","startDate":1743567268000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE2MjEwOTM4LjAyODgwNi50aHVtYm5haWwuanBn"}]}},{"id":23014384,"title":"The Glenn Beck Program","description":"Storytelling, insight and compelling perspective on American culture and politics. Glenn Beck's quick wit, candid opinions and engaging personality have made this one of the most popular radio programs in America. Watch The Glenn Beck Radio Program, Monday through Friday, 9am - 12pm ET on BlazeTV. www.BlazeTV.com/Glenn","lastUpdated":1735836356,"slug":"175-the-glenn-beck-program","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBKtTwAAAGWaB6hQA"},"items":[{"id":273947845,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Did Trump Finally Make Ukraine Pay Us Back? | 5/2/25","duration":7807,"isExplicit":false,"description":"President Trump's commitment to bringing religion back to the White House was on full display as Dr. Phil endorsed him on the National Day of Prayer. Filling in for Glenn, Pat and Jeffy weigh in on Tulsi Gabbard's appearance on “The Megyn Kelly Show,” where she discussed finally proving the origin of COVID-19. Pat notes that the U.S. sent endless aid to Ukraine with little oversight under former President Joe Biden, and the guys are stunned that some Ukrainians still accuse America of exploitation. White House Deputy Chief of Staff Stephen Miller warned that allowing gender transitions for kids without parental consent is child abuse and a violation of parental rights. Pat and Jeffy review shocking footage of a police stop where the driver had done everything wrong. The Left will have you believe Trump is losing the trade war with China, but the facts tell otherwise. Lastly, the guys praise President Trump's latest move to officially defund NPR and PBS.\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746191640000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"},{"id":273871246,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Democrat Breaks the Record for DUMBEST Immigration Take | 5/1/25","duration":7815,"isExplicit":false,"description":"Democrats, led by Kamala Harris, falsely label Trump an economic disaster, blaming him for high living costs to undermine confidence in a strong economy. Filling in for Glenn, Pat and Jeffy argue that the economy under Trump is actually getting better. Economist Stephen Moore praises Trump's tariff strategy, noting China's abusive trade practices and economic vulnerabilities. The guys also criticize Georgia Democrat Rep. Hank Johnson's \"agonizing\" rant regarding Trump's immigration policies. Senator Chuck Schumer (D-N.Y.) attacked President Trump's poll numbers but was immediately confronted about his own abysmal approval rating. Pat and Jeffy humorously unpack Bill Belichick's CBS interview and his headline-making relationship with 24-year-old Jordon Hudson. Lastly, the guys discuss an odd moment from the latest episode of Michelle Obama's podcast.\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746103260000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"},{"id":273795693,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Trump Mocks Rep. Crockett, Democrat 'Leaders' in Glenn Beck Interview | 4/30/25","duration":7593,"isExplicit":false,"description":"President Trump raged against Amazon's plan to pass tariffs on to customers, prompting a quick backtrack from Jeff Bezos, who called it a “mistake.” But did Bezos have another reason for backtracking? Pat Gray and Jeffy Fisher discuss. At his 100-day Michigan rally, Trump touted securing the border and slashing trade deficits while praising a “big, beautiful bill” coming to Congress. He also blasted Democrats for a third impeachment push, calling them “lunatics,” and mocked their Capitol steps sing-along with Sen. Cory Booker (D-N.J.) and Rep. Hakeem Jeffries (D-N.Y.), and he also caught Michigan Governor Gretchen Whitmer (D) off guard. In a White House sit-down with Glenn, Trump detailed his plans to codify tax cuts and deregulation and end the war in Ukraine and Russia to save lives and money. Trump also remarked that he finds dealing with Putin easier than working with Zelenskyy. Meanwhile, the trial over Kim Kardashian’s 2016 Paris robbery began, with 10 suspects accused of storming her hotel room at gunpoint and stealing millions in jewelry. Pat and Jeffy are astonished by the details of the robbery.\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746019140000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"},{"id":273713209,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Dems Try to IMPEACH Trump for Enforcing Immigration Law | 4/29/25","duration":7516,"isExplicit":false,"description":"Pat Gray and Jeffy Fisher, subbing for Glenn, blast the Canadian election, where Conservative Pierre Poilievre lost to Liberal Mark Carney. Democrats are furious that the White House lawn now displays signs listing deportees' crimes. Pat and Jeffy tear into the legacy media’s spin about the arrest of Milwaukee Judge Hannah Dugan, who allegedly helped an illegal alien avoid arrest. Democratic Illinois Gov. J.B. Pritzker called Republicans \"traitors\" ... is that an incitement of violence? As the trade war with China heats up, Pat warns about our dependence on Chinese medications, insisting that it's time to bring pharmaceutical manufacturing back to America. Former climate czar John Kerry hijacked Pope Francis’ funeral to push global warming fears. Democratic Michigan Rep. Shri Thanedar just introduced seven articles of impeachment against Trump for insane reasons. Russian President Vladimir Putin is offering a 72-hour ceasefire with Ukraine. Could this present a pathway to end the war?\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1745931960000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"},{"id":273614186,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"No One Is Above the Law...Except Anti-Trump Judges | 4/28/25 ","duration":7507,"isExplicit":false,"description":"Over the weekend, Democrats like Cory Booker and Hakeem Jeffries staged a low-attended Capitol sit-in against President Trump’s budget. Filling in for Glenn, Pat and Jeffy discuss the protest and Booker labeling half the country as \"traitors.\" At the Pope’s funeral the media attacked Trump for wearing a blue suit, even though other leaders wore blue too. Trump showed strength by pushing France's Emmanuel Macron aside during talks with Volodymyr Zelenskyy, as Joe Biden struggled just to walk. Illegal aliens tied to a Chilean gang stole DHS Secretary Kristi Noem’s purse...bad move. Liberal Mark Carney, who is possibly worse than Justin Trudeau, is set to take power in Canada as Prime Minister. As activist judges like Milwaukee’s Hannah Dugan aid illegal aliens and the media lies about deportation cases, President Trump is fighting back, restoring Columbus Day and undoing the damage caused by Biden and the Left’s war on American traditions.\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1745847300000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"},{"id":273468351,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Ep 255 | Will Violent Activists Go to Jail? DOJ’s Harmeet Dhillon UNLEASHED | The Glenn Beck Podcast ","duration":2489,"isExplicit":false,"description":"Is there really a “bloodbath” in the Civil Rights Division of the Department of Justice? Harmeet Dhillon, assistant attorney general for civil rights at the DOJ, joins Glenn to discuss firebombing at Christian churches, “violence” against free speech, and the fate of the innocent people persecuted under the Biden administration. Harmeet reveals how the FACE Act doesn’t just protect abortion centers but pro-life pregnancy centers as well, says it’s time for violent activists to be prosecuted, and explains why “you don’t have to sue everybody.” Then, she and Glenn break down anti-Semitism on college campuses, her focus on the Second Amendment, and her advice to Congress to prevent a repeat of COVID-19 government tyranny. \n\n \n\nGLENN’S SPONSOR \n\nAmerican Financing American Financing can show you how to put your hard-earned equity to work and get you out of debt. Dial 800-906-2440, or visit https://www.americanfinancing.net. \nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1745640000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2QyOTg2ODA4LTIyMGItMTFmMC1iODQ3LTM3NmYwY2RlMmQxZS9pbWFnZS9lZDRjZTQzZGNjZGFlYWYxODhjOTBhZTQwZTlhMTZhYS5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":273594840,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Glenn RAGES Against 'Dictator' Hit Piece on Trump | Guest: Tim Kennedy | 4/25/25 ","duration":7752,"isExplicit":false,"description":"Glenn dismantles the Washington Post’s wild claim that Trump’s Oval Office renovations echo a “Sun King” dictatorship. Former U.S. Army Special Forces Sniper Tim Kennedy joins Glenn to tackle the veteran suicide crisis and the war on purpose, while blasting both Democrats and Republicans for sabotaging Trump and betraying allies like Tulsi Gabbard and Kash Patel. Kennedy makes the case that there's a looming Christian genocide in many regions of the Middle East. Glenn urges Washington state residents to flee over alarming new laws, including forced medical treatments during emergencies, Tesla profit-grabs, and pardons for convicted illegal aliens. Glenn and Stu debate Daniel Kahneman’s assisted suicide at age 90. They also discuss corrupt judges shielding illegal aliens, Mike Lee’s “judicial insurrection\" claim, and Stacey Abrams’ possible third run for Georgia governor despite a shady $2 billion Biden-linked grant.\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1745587800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"},{"id":273595237,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Best of the Program | Guest: Tim Kennedy | 4/25/25","duration":2896,"isExplicit":false,"description":"Glenn dismantles the Washington Post’s wild claim that Trump’s Oval Office renovations echo a “Sun King” dictatorship. Former U.S. Army Special Forces Sniper Tim Kennedy joins Glenn to tackle the veteran suicide crisis and the war on purpose, while blasting both Democrats and Republicans for sabotaging Trump and betraying allies like Tulsi Gabbard and Kash Patel. Glenn and Stu debate Daniel Kahneman’s assisted suicide at age 90.\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1745587260000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"},{"id":273331515,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Behind the Scenes of Glenn's White House Interview with Trump | Guest: Andrew Klavan | 4/24/25","duration":7858,"isExplicit":false,"description":"Glenn just returned from an exclusive, behind-the-scenes visit to the White House, where he sat down for a revealing interview with President Donald Trump. From being left alone in the Oval Office to receiving a private tour of historic rooms and rare documents, Glenn shares a side of Trump the media never shows. Glenn and Stu break down the full experience, highlighting Trump’s energy, humility, and deepening command of history and policy. Glenn takes calls from listeners about their biggest takeaways from the interview. Glenn's wife, Tania, recounts what she was most impressed by during the visit. The Daily Wire's Andrew Klavan joins to discuss his newest book, \"The Kingdom of Cain,\" which explores how art, faith, and storytelling reveal God in a dark world. Plus, he discusses why Trump’s long-term plan could be the key to saving America.\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1745503620000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"},{"id":273331516,"podcastId":23014384,"podcastSlug":"175-the-glenn-beck-program","title":"Best of the Program | Guest: Andrew Klavan | 4/24/25","duration":2888,"isExplicit":false,"description":"Glenn takes calls from listeners about their biggest takeaways from the interview. Glenn's wife, Tania, recounts what she was most impressed by during the visit. The Daily Wire's Andrew Klavan joins to discuss his newest book, \"The Kingdom of Cain,\" which explores how art, faith, and storytelling reveal God in a dark world. Plus, he discusses why Trump’s long-term plan could be the key to saving America.\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1745503560000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzc1ODY5OTdjLTI4ZGUtMTFlYS1hODFiLWRmMTc2MTllM2Y2OC9pbWFnZS91cGxvYWRzXzJGMTYwODMzNTY1NjI1My1kZ2lnZzgyaDJ1Zy00YTA3MGJmOTczYTA4MzBlNDQ1Yzg2YWE5NmFjZDQyZF8yRkdsZW5uLUJlY2stUHJvZ3JhbS0tLVBvZGNhc3QtLS0yMDIxLUZpbmFsLmpwZz9peGxpYj1yYWlscy00LjMuMSZtYXgtdz0zMDAwJm1heC1oPTMwMDAmZml0PWNyb3AmYXV0bz1mb3JtYXQsY29tcHJlc3M"}]}},{"id":96875132,"title":"OB Negative","description":"OB Negative with John O'Brien","lastUpdated":1735808399,"slug":"1248-ob-negative","isExternal":false,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNjUyNDc2MTY0Ljg3MTk3OC5qcGc","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBDXZ4AAAGWR0cowA"},"items":[{"id":273925106,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Friday 5.2.25","duration":2352,"isExplicit":false,"description":"In Studio Guest Former Springfield Police Sargent John Delaney","startDate":1746162149000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNjUyNDc2MTY0Ljg3MTk3OC5qcGc"},{"id":273823841,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Thursday 5.1.25","duration":2361,"isExplicit":false,"description":"Karaoke Diss! Vocabulary. Face Plant 3rd Person and that is just SEG 1!","startDate":1746040402000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNjUyNDc2MTY0Ljg3MTk3OC5qcGc"},{"id":273768443,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Wednesday 4.30.25","duration":2410,"isExplicit":false,"description":"Hmmm, Belichiks' Girl and Staci Love...About Same Age. Talk About 1. Talk 2 the Other!","startDate":1745989409000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE3MjM3NTYyLjAxODM1OC50aHVtYm5haWwuanBn"},{"id":273583204,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative 4.28.25","duration":2329,"isExplicit":false,"description":"Weekend Hangover?... Skinner On Sports!","startDate":1745816548000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE3MjM3NTYyLjAxODM1OC50aHVtYm5haWwuanBn"},{"id":273383520,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Friday 4.25.25","duration":2406,"isExplicit":false,"description":"Smuggling. Guhzincathink of the People and Ipsofatso. Death til we Part. Just click & Listen!","startDate":1745557343000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNjUyNDc2MTY0Ljg3MTk3OC5qcGc"},{"id":273297045,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Thursday 4.24.25","duration":2295,"isExplicit":false,"description":"Pay for Babies, School Lunch Memories, High Tech Monopolies... More.","startDate":1745470942000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNjUyNDc2MTY0Ljg3MTk3OC5qcGc"},{"id":273226309,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Wednesday 4.23.25 ","duration":2320,"isExplicit":false,"description":"Dog in a Well, doing 8.5% at 5AM, Staci Loves'....The Juice too!","startDate":1745402323000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNTE3MjM3NTYyLjAxODM1OC50aHVtYm5haWwuanBn"},{"id":273109477,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Tuesday 8.22.25 ","duration":2280,"isExplicit":false,"description":"Surviving...","startDate":1745298148000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNjUyNDc2MTY0Ljg3MTk3OC5qcGc"},{"id":273025163,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Monday 4.21.25","duration":2292,"isExplicit":false,"description":"Patriots Day. NBA Marketing. Religious Conflict of interest.","startDate":1745211751000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNjUyNDc2MTY0Ljg3MTk3OC5qcGc"},{"id":272850334,"podcastId":96875132,"podcastSlug":"1248-ob-negative","title":"OB Negative Friday 4.18.25","duration":2279,"isExplicit":false,"description":"Drummer Wanted, Stage fright, Sunshine Weekend?!","startDate":1744952568000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3doeW5hbS0xNjUyNDc2MTY0Ljg3MTk3OC5qcGc"}]}},{"id":28502187,"title":"The Financial Exchange Show","description":"A talk radio show that provides comprehensive analysis on the economy and the latest breaking business news, while also providing insight on the markets and its impact on your personal finances.","lastUpdated":1724176642,"slug":"960-the-financial-exchange-sho","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBO8NUAAAGWfEuzEA"},"items":[{"id":273944598,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"Economic hazards are piling up. Are they one-offs or something worse?","duration":2318,"isExplicit":false,"description":"Chuck Zodda and Marc Fandetti discuss economic hazards are piling up. Are they one-offs or something worse? Companies have begun announcing price increases due to tariffs. Warren Buffett's favorite valuation indicator is flashing signals. Paul LaMonica, Barron's, joins the show to chat about Berkshire Hathaway's performance this year and their upcoming shareholders meeting.","startDate":1746187673000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273944429,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"Economic data continues to defy expectations","duration":2315,"isExplicit":false,"description":"Chuck Zodda and Marc Fandetti discuss U.S. payroll growth totals 177,000 in April, defying expectations. Will we see no Fed rate cuts till September? Are China and the US finally getting back to the trade table? Apple says most of its devices will be shipped from India and Vietnam. Amazon shares drop despite strong quarterly earnings.","startDate":1746187213000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273868389,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"We've never seen markets do this before","duration":2313,"isExplicit":false,"description":"Chuck Zodda and Mike Armstrong discuss volatility on markets producing results we have never seen before. Forget GDP, it's the jobs report that matters. Gen Z's hole in the labor market could soon grow. McDonald's reports largest US same-store decline since 2020. Visa wants to give AI 'agents' your credit card.","startDate":1746101111000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273868072,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"Price increases are here. Are you ready?","duration":2309,"isExplicit":false,"description":"Chuck Zodda and Mike Armstrong discuss stocks ending April slightly down after historic swings. Price inceases are here. Are you ready? The number or Americans filing for jobless claims jumps. Microsoft flexes muscle in cloud, office, and windows as earnings jump. Facebook parent, Meta, posts $42B in sales and points to strong growth.","startDate":1746100807000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273790494,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"Should Amazon list the cost of tariffs as part of the price?","duration":2312,"isExplicit":false,"description":"Chuck Zodda and Paul Lane discuss the old theory that investors can sell in May and go away and why that might not hold anymore. Should Amazon list the cost of tariffs as part of the price? Homebuyer mortgage demand drops further. What are we looking for from Microsoft's earnings? Does it still make sense to wait to claim Social Security? ","startDate":1746015008000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273790396,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"What does the data tell us about GDP shrinking in Q1?","duration":2261,"isExplicit":false,"description":"Chuck Zodda and Paul Lane discuss the US economy shrinking 0.3% in the first quarter as Trump policy uncertainty weighed on businesses. Trade-war unease prompts wave of companies to yanks forecasts. Todd Lutsky joins the show to explain how long beneficiaries have to receive their inheritance.","startDate":1746014712000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273789981,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"Ask Todd: How long do you have to wait for your inheritance?","duration":944,"isExplicit":false,"description":"This week, Todd Lutsky explains why the estate plan you choose impacts how and when your beneficiaries recieve benefits. What happens to an unfunded or underfunded trust? What is the timeline for receiving your inheritance?","startDate":1746014407000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273711297,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"Will markets 'settle down' after the recent chaos?","duration":2313,"isExplicit":false,"description":"Paul Lane and Marc Fandetti discuss Goldman Sachs CEO's comments about markets settling down after the recent chaos. While tariffs roil Wall Street, individual investors stay in stocks. ‘Core’ GDP is the signal among all the noise. Bessent sets July 4 tax bill goal as economic worries mount. A $5,000 baby bonus won’t raise birth rates. More Americans are financing groceries with buy now, pay later loans — and more are paying those bills late, survey says.","startDate":1745929723000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273708656,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"Why is the White Housing picking a fight with Amazon?","duration":2314,"isExplicit":false,"description":"Paul Lane and Marc Fandetti discuss Trump softening the blow from automotive tariffs. Xi is trying to turn the world against the US. Retail giants can't continue to hold prices as tariffs loom around the corner. White House blasts Amazon over tariff cost report: ‘Hostile and political act’. JOLTS March job openings 7.192M vs 7.480M estimate. What to expect from Friday's jobs report. ","startDate":1745927817000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"},{"id":273608917,"podcastId":28502187,"podcastSlug":"960-the-financial-exchange-sho","title":"Can markets survive if the magnificent seven doesn't correct course?","duration":2313,"isExplicit":false,"description":"Chuck Zodda and Mike Armstrong discuss the magnificent seven getting off to the worst start to the year since 2022 and what that means for markets. Americans are claiming Social Security early, fearful of its future. Will the Trump administration ease conditions enough for another baby boom? With the US resuming student loans, is college still worth it? ","startDate":1745842058000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzAwY2Y2YjQyMTI4OTVhNGRjYzY3MThmMjg1Yzg3NmM0LmpwZw"}]}}]}],["onairtileloader-whyn-am",{"data":{"current":{"siteId":"%2F43479be58bc519fc7a1fe3258d6859ba","site":"brands/WHYN-AM (1169)","coreShowId":2868,"coreStationId":62,"name":"Purity Products","show":"shows/Purity Products (2868)","station":"WHYN-AM","link":"","onNow":true,"startTime12":"10:00 AM","startDate":"2025-05-03T14:00:00.000Z","startMs":1746280800000,"startEng":"Saturday, May 3rd, 2025 10:00 AM","stopTime12":"11:00 AM","stopDate":"2025-05-03T15:00:00.000Z","stopMs":1746284400000,"stopEng":"Saturday, May 3rd, 2025 11:00 AM","showSite":{"slug":"purity-products","configByLookup":{"sections":{"general":{"name":"Purity Products","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/61201a698ecce2465691b716"}}}}}}},"upcoming":{"siteId":"%2F43479be58bc519fc7a1fe3258d6859ba","site":"brands/WHYN-AM (1169)","coreShowId":363,"coreStationId":62,"name":"The Sean Hannity Show","show":"shows/Sean Hannity Encore (PRN) (363)","station":"WHYN-AM","link":"","onNow":false,"startTime12":"11:00 AM","startDate":"2025-05-03T15:00:00.000Z","startMs":1746284400000,"startEng":"Saturday, May 3rd, 2025 11:00 AM","stopTime12":"12:00 PM","stopDate":"2025-05-03T16:00:00.000Z","stopMs":1746288000000,"stopEng":"Saturday, May 3rd, 2025 12:00 PM","showSite":{"slug":"the-sean-hannity-show","configByLookup":{"sections":{"general":{"name":"The Sean Hannity Show","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5b3993547bce9de58dc1d9ac"}}}}}}},"later":{"siteId":"%2F43479be58bc519fc7a1fe3258d6859ba","site":"brands/WHYN-AM (1169)","coreShowId":6947,"coreStationId":62,"name":"The Clay Travis and Buck Sexton Show","show":"shows/Clay and Buck Weekend Sound Off (6947)","station":"WHYN-AM","link":"","onNow":false,"startTime12":"12:00 PM","startDate":"2025-05-03T16:00:00.000Z","startMs":1746288000000,"startEng":"Saturday, May 3rd, 2025 12:00 PM","stopTime12":"1:00 PM","stopDate":"2025-05-03T17:00:00.000Z","stopMs":1746291600000,"stopEng":"Saturday, May 3rd, 2025 1:00 PM","showSite":{"slug":"the-clay-travis-and-buck-sexton-show","configByLookup":{"sections":{"general":{"name":"The Clay Travis and Buck Sexton Show","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/669ad25e815b9e2bc5d7fa77"}}}}}}}}}],["keyword-contest-loader-whyn-am-1759062",{"data":{"appType":"countdown","appId":"1759934","title":"Listen to Win $1,000","currentKeyword":{"previous":{"sort":"4","timeStamp":1746271384,"endTime":1746278030,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13550391","prize":{"timeStamp":1746244800,"endTime":1746331200,"sort":"19","active":"","description":"","countdown_prize_id":"1164146","isStarted":true,"isLive":true,"isComplete":false}},"current":{"sort":"5","timeStamp":1746278030,"endTime":1746284676,"isComplete":false,"isLive":true,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13550392","prize":{"timeStamp":1746244800,"endTime":1746331200,"sort":"19","active":"","description":"","countdown_prize_id":"1164146","isStarted":true,"isLive":true,"isComplete":false}},"next":{"sort":"6","timeStamp":1746284676,"endTime":1746302122,"isComplete":false,"isLive":false,"isStarted":false,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13550393","prize":{"timeStamp":1746244800,"endTime":1746331200,"sort":"19","active":"","description":"","countdown_prize_id":"1164146","isStarted":true,"isLive":true,"isComplete":false}}},"submittableKeyword":{"previous":{"sort":"8","timeStamp":1746219308,"endTime":1746222954,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13550382","prize":{"timeStamp":1746158400,"endTime":1746244800,"sort":"18","active":"","description":"","countdown_prize_id":"1164145","isStarted":true,"isLive":false,"isComplete":true}},"current":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null},"next":{"sort":"0","timeStamp":1746449700,"endTime":1746453346,"isComplete":false,"isLive":false,"isStarted":false,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13550413","prize":{"timeStamp":1746417600,"endTime":1746504000,"sort":"21","active":"","description":"","countdown_prize_id":"1164148","isStarted":false,"isLive":false,"isComplete":false}}}}}],["weathertileloader-42.102141--72.5886833",{"data":[{"dayOfWeek":"Saturday","expirationTimeUtc":1746285805,"moonPhase":"Waxing Crescent","moonPhaseCode":"WXC","moonPhaseDay":6,"moonriseTimeLocal":"2025-05-03T10:50:24-0400","moonriseTimeUtc":1746283824,"moonsetTimeLocal":"2025-05-03T01:43:37-0400","moonsetTimeUtc":1746251017,"narrative":"Afternoon thunderstorms. Highs in the low 80s and lows in the upper 50s.","qpf":0.77,"qpfSnow":0,"sunriseTimeLocal":"2025-05-03T05:43:21-0400","sunriseTimeUtc":1746265401,"sunsetTimeLocal":"2025-05-03T19:52:11-0400","sunsetTimeUtc":1746316331,"temperatureMax":82,"temperatureMin":58,"validTimeUtc":1746270000,"validTimeLocal":"2025-05-03T07:00:00-0400","calendarDayTemperatureMax":82,"calendarDayTemperatureMin":59,"day":{"cloudCover":61,"dayOrNight":"D","daypartName":"Today","iconCode":38,"iconCodeExtend":7203,"narrative":"Partly cloudy this morning with thunderstorms becoming likely this afternoon. A few storms may be severe. High 82F. Winds SSW at 10 to 20 mph. Chance of rain 100%.","precipChance":99,"precipType":"rain","qpf":0.47,"qpfSnow":0,"qualifierCode":"Q8010","qualifierPhrase":"A few storms may be severe.","relativeHumidity":56,"snowRange":"","temperature":82,"temperatureHeatIndex":83,"temperatureWindChill":71,"thunderCategory":"Severe thunderstorms possible","thunderIndex":3,"uvDescription":"High","uvIndex":7,"windDirection":198,"windDirectionCardinal":"SSW","windPhrase":"Winds SSW at 10 to 20 mph.","windSpeed":15,"wxPhraseLong":"PM Thunderstorms","wxPhraseShort":"PM T-Storms"},"night":{"cloudCover":95,"dayOrNight":"N","daypartName":"Tonight","iconCode":11,"iconCodeExtend":1100,"narrative":"Steady light rain this evening. Showers continuing overnight. Low 58F. Winds SSE at 5 to 10 mph. Chance of rain 90%.","precipChance":86,"precipType":"rain","qpf":0.3,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":92,"snowRange":"","temperature":58,"temperatureHeatIndex":70,"temperatureWindChill":58,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":161,"windDirectionCardinal":"SSE","windPhrase":"Winds SSE at 5 to 10 mph.","windSpeed":7,"wxPhraseLong":"Showers","wxPhraseShort":"Showers"}},{"dayOfWeek":"Sunday","expirationTimeUtc":1746285805,"moonPhase":"First Quarter","moonPhaseCode":"FQ","moonPhaseDay":7,"moonriseTimeLocal":"2025-05-04T12:01:47-0400","moonriseTimeUtc":1746374507,"moonsetTimeLocal":"2025-05-04T02:17:11-0400","moonsetTimeUtc":1746339431,"narrative":"Cloudy with late day rain. Highs in the upper 60s and lows in the mid 50s.","qpf":1.17,"qpfSnow":0,"sunriseTimeLocal":"2025-05-04T05:42:04-0400","sunriseTimeUtc":1746351724,"sunsetTimeLocal":"2025-05-04T19:53:16-0400","sunsetTimeUtc":1746402796,"temperatureMax":69,"temperatureMin":55,"validTimeUtc":1746356400,"validTimeLocal":"2025-05-04T07:00:00-0400","calendarDayTemperatureMax":69,"calendarDayTemperatureMin":58,"day":{"cloudCover":99,"dayOrNight":"D","daypartName":"Tomorrow","iconCode":12,"iconCodeExtend":7303,"narrative":"Cloudy with rain developing later in the day. High 69F. Winds SSW at 5 to 10 mph. Chance of rain 70%. Rainfall near a quarter of an inch.","precipChance":70,"precipType":"rain","qpf":0.33,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":82,"snowRange":"","temperature":69,"temperatureHeatIndex":69,"temperatureWindChill":59,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Moderate","uvIndex":3,"windDirection":206,"windDirectionCardinal":"SSW","windPhrase":"Winds SSW at 5 to 10 mph.","windSpeed":7,"wxPhraseLong":"PM Rain","wxPhraseShort":"PM Rain"},"night":{"cloudCover":100,"dayOrNight":"N","daypartName":"Tomorrow night","iconCode":12,"iconCodeExtend":1200,"narrative":"Rain likely. Low near 55F. Winds NE at 5 to 10 mph. Chance of rain 100%. Rainfall may reach one inch.","precipChance":95,"precipType":"rain","qpf":0.84,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":89,"snowRange":"","temperature":55,"temperatureHeatIndex":65,"temperatureWindChill":55,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":50,"windDirectionCardinal":"NE","windPhrase":"Winds NE at 5 to 10 mph.","windSpeed":7,"wxPhraseLong":"Rain","wxPhraseShort":"Rain"}},{"dayOfWeek":"Monday","expirationTimeUtc":1746285805,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":8,"moonriseTimeLocal":"2025-05-05T13:10:02-0400","moonriseTimeUtc":1746465002,"moonsetTimeLocal":"2025-05-05T02:43:54-0400","moonsetTimeUtc":1746427434,"narrative":"Cloudy with rain. Highs in the low 60s and lows in the mid 50s.","qpf":0.88,"qpfSnow":0,"sunriseTimeLocal":"2025-05-05T05:40:49-0400","sunriseTimeUtc":1746438049,"sunsetTimeLocal":"2025-05-05T19:54:20-0400","sunsetTimeUtc":1746489260,"temperatureMax":62,"temperatureMin":54,"validTimeUtc":1746442800,"validTimeLocal":"2025-05-05T07:00:00-0400","calendarDayTemperatureMax":62,"calendarDayTemperatureMin":55,"day":{"cloudCover":99,"dayOrNight":"D","daypartName":"Monday","iconCode":12,"iconCodeExtend":1200,"narrative":"Periods of rain. High 62F. Winds NE at 10 to 15 mph. Chance of rain 100%. Rainfall near a half an inch.","precipChance":96,"precipType":"rain","qpf":0.53,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":81,"snowRange":"","temperature":62,"temperatureHeatIndex":62,"temperatureWindChill":55,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Moderate","uvIndex":3,"windDirection":51,"windDirectionCardinal":"NE","windPhrase":"Winds NE at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Rain","wxPhraseShort":"Rain"},"night":{"cloudCover":100,"dayOrNight":"N","daypartName":"Monday night","iconCode":12,"iconCodeExtend":1200,"narrative":"Rain. Low 54F. Winds ENE at 10 to 15 mph. Chance of rain 80%. Rainfall near a quarter of an inch.","precipChance":82,"precipType":"rain","qpf":0.35,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":88,"snowRange":"","temperature":54,"temperatureHeatIndex":60,"temperatureWindChill":53,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":59,"windDirectionCardinal":"ENE","windPhrase":"Winds ENE at 10 to 15 mph.","windSpeed":10,"wxPhraseLong":"Rain","wxPhraseShort":"Rain"}},{"dayOfWeek":"Tuesday","expirationTimeUtc":1746285805,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":9,"moonriseTimeLocal":"2025-05-06T14:14:31-0400","moonriseTimeUtc":1746555271,"moonsetTimeLocal":"2025-05-06T03:06:03-0400","moonsetTimeUtc":1746515163,"narrative":"Rain and thunder. Potential for heavy rainfall. Highs in the mid 60s and lows in the mid 50s.","qpf":0.67,"qpfSnow":0,"sunriseTimeLocal":"2025-05-06T05:39:35-0400","sunriseTimeUtc":1746524375,"sunsetTimeLocal":"2025-05-06T19:55:24-0400","sunsetTimeUtc":1746575724,"temperatureMax":66,"temperatureMin":56,"validTimeUtc":1746529200,"validTimeLocal":"2025-05-06T07:00:00-0400","calendarDayTemperatureMax":66,"calendarDayTemperatureMin":54,"day":{"cloudCover":100,"dayOrNight":"D","daypartName":"Tuesday","iconCode":12,"iconCodeExtend":1240,"narrative":"Thundershowers following a period of rain early. Potential for heavy rainfall. High 66F. Winds ESE at 10 to 15 mph. Chance of rain 100%.","precipChance":97,"precipType":"rain","qpf":0.52,"qpfSnow":0,"qualifierCode":"Q9405","qualifierPhrase":"Potential for heavy rainfall.","relativeHumidity":84,"snowRange":"","temperature":66,"temperatureHeatIndex":66,"temperatureWindChill":54,"thunderCategory":"Thunder possible","thunderIndex":1,"uvDescription":"Moderate","uvIndex":3,"windDirection":120,"windDirectionCardinal":"ESE","windPhrase":"Winds ESE at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Rain/Thunder","wxPhraseShort":"Rain/Thunder"},"night":{"cloudCover":86,"dayOrNight":"N","daypartName":"Tuesday night","iconCode":4,"iconCodeExtend":400,"narrative":"Thunderstorms in the evening, then variable clouds overnight with still a chance of showers. Low 56F. Winds S at 10 to 15 mph. Chance of rain 80%.","precipChance":76,"precipType":"rain","qpf":0.16,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":89,"snowRange":"","temperature":56,"temperatureHeatIndex":65,"temperatureWindChill":56,"thunderCategory":"Thunder expected","thunderIndex":2,"uvDescription":"Low","uvIndex":0,"windDirection":173,"windDirectionCardinal":"S","windPhrase":"Winds S at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Thunderstorms","wxPhraseShort":"T-Storms"}},{"dayOfWeek":"Wednesday","expirationTimeUtc":1746285805,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":10,"moonriseTimeLocal":"2025-05-07T15:17:17-0400","moonriseTimeUtc":1746645437,"moonsetTimeLocal":"2025-05-07T03:25:22-0400","moonsetTimeUtc":1746602722,"narrative":"A few morning showers. Highs in the low 70s and lows in the mid 50s.","qpf":0.08,"qpfSnow":0,"sunriseTimeLocal":"2025-05-07T05:38:23-0400","sunriseTimeUtc":1746610703,"sunsetTimeLocal":"2025-05-07T19:56:27-0400","sunsetTimeUtc":1746662187,"temperatureMax":72,"temperatureMin":55,"validTimeUtc":1746615600,"validTimeLocal":"2025-05-07T07:00:00-0400","calendarDayTemperatureMax":72,"calendarDayTemperatureMin":56,"day":{"cloudCover":63,"dayOrNight":"D","daypartName":"Wednesday","iconCode":39,"iconCodeExtend":6103,"narrative":"Rain showers early with some sunshine later in the day. High 72F. Winds W at 5 to 10 mph. Chance of rain 40%.","precipChance":41,"precipType":"rain","qpf":0.08,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":66,"snowRange":"","temperature":72,"temperatureHeatIndex":72,"temperatureWindChill":58,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"High","uvIndex":7,"windDirection":261,"windDirectionCardinal":"W","windPhrase":"Winds W at 5 to 10 mph.","windSpeed":10,"wxPhraseLong":"AM Showers","wxPhraseShort":"AM Showers"},"night":{"cloudCover":47,"dayOrNight":"N","daypartName":"Wednesday night","iconCode":29,"iconCodeExtend":2900,"narrative":"Partly cloudy. Low around 55F. Winds WNW at 5 to 10 mph.","precipChance":24,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":77,"snowRange":"","temperature":55,"temperatureHeatIndex":68,"temperatureWindChill":55,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":288,"windDirectionCardinal":"WNW","windPhrase":"Winds WNW at 5 to 10 mph.","windSpeed":9,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Thursday","expirationTimeUtc":1746285805,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":11,"moonriseTimeLocal":"2025-05-08T16:18:03-0400","moonriseTimeUtc":1746735483,"moonsetTimeLocal":"2025-05-08T03:43:11-0400","moonsetTimeUtc":1746690191,"narrative":"Mostly cloudy. Highs in the upper 60s and lows in the upper 40s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-08T05:37:12-0400","sunriseTimeUtc":1746697032,"sunsetTimeLocal":"2025-05-08T19:57:30-0400","sunsetTimeUtc":1746748650,"temperatureMax":68,"temperatureMin":49,"validTimeUtc":1746702000,"validTimeLocal":"2025-05-08T07:00:00-0400","calendarDayTemperatureMax":68,"calendarDayTemperatureMin":52,"day":{"cloudCover":71,"dayOrNight":"D","daypartName":"Thursday","iconCode":28,"iconCodeExtend":2800,"narrative":"Mainly cloudy. High 68F. Winds NW at 10 to 15 mph.","precipChance":24,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":62,"snowRange":"","temperature":68,"temperatureHeatIndex":68,"temperatureWindChill":57,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Moderate","uvIndex":5,"windDirection":319,"windDirectionCardinal":"NW","windPhrase":"Winds NW at 10 to 15 mph.","windSpeed":12,"wxPhraseLong":"Mostly Cloudy","wxPhraseShort":"M Cloudy"},"night":{"cloudCover":59,"dayOrNight":"N","daypartName":"Thursday night","iconCode":29,"iconCodeExtend":2900,"narrative":"Mostly cloudy skies early, then partly cloudy after midnight. Low 49F. Winds N at 10 to 15 mph.","precipChance":24,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":70,"snowRange":"","temperature":49,"temperatureHeatIndex":61,"temperatureWindChill":48,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":359,"windDirectionCardinal":"N","windPhrase":"Winds N at 10 to 15 mph.","windSpeed":12,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Friday","expirationTimeUtc":1746285805,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":12,"moonriseTimeLocal":"2025-05-09T17:19:39-0400","moonriseTimeUtc":1746825579,"moonsetTimeLocal":"2025-05-09T04:00:39-0400","moonsetTimeUtc":1746777639,"narrative":"Times of sun and clouds. Highs in the low 60s and lows in the mid 40s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-09T05:36:02-0400","sunriseTimeUtc":1746783362,"sunsetTimeLocal":"2025-05-09T19:58:33-0400","sunsetTimeUtc":1746835113,"temperatureMax":62,"temperatureMin":45,"validTimeUtc":1746788400,"validTimeLocal":"2025-05-09T07:00:00-0400","calendarDayTemperatureMax":62,"calendarDayTemperatureMin":48,"day":{"cloudCover":67,"dayOrNight":"D","daypartName":"Friday","iconCode":30,"iconCodeExtend":3000,"narrative":"Partly cloudy skies in the morning will give way to cloudy skies during the afternoon. High 62F. Winds N at 10 to 15 mph.","precipChance":24,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":54,"snowRange":"","temperature":62,"temperatureHeatIndex":62,"temperatureWindChill":48,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"High","uvIndex":6,"windDirection":356,"windDirectionCardinal":"N","windPhrase":"Winds N at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"},"night":{"cloudCover":51,"dayOrNight":"N","daypartName":"Friday night","iconCode":29,"iconCodeExtend":2900,"narrative":"Partly cloudy skies. Low around 45F. Winds NW at 10 to 15 mph.","precipChance":24,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":71,"snowRange":"","temperature":45,"temperatureHeatIndex":59,"temperatureWindChill":44,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":320,"windDirectionCardinal":"NW","windPhrase":"Winds NW at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}}]}]],"env":{"APTIVADA_SDK_HOST":"campaign.aptivada.com","AB_TEST_HOST":"https://api.iheart.com/api/v3/abtest","OUTBRAIN_WIDGET_URL":"https://widgets.outbrain.com/outbrain.js","OUTBRAIN_PIXEL_URL":"https://amplifypixel.outbrain.com/pixel?mid=004d2133385513d6a3dbfd9993b43474ab","TIKTOK_WIDGET_URL":"https://www.tiktok.com/embed.js","LIVERAMP_LIBRARY_URL":"https://ats.rlcdn.com/ats.js","FACEBOOK_SDK_URL":"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2","GOOGLE_CSE_ACCOUNT_ID":"009224462050322586572:lr5vgdqoe5k","GOOGLE_CSE_AD_ID":"pub-4066651230054012","GOOGLE_CSE_MAX_RESULTS":"10","AMP_HOST":"us.api.iheart.com","DEFAULT_IMAGE":"https://i.iheart.com/v3/re/new_assets/2672c89f-91de-4d1b-b9a9-6284b1e2c8f8","DEFAULT_TIMEZONE":"America/New_York","DEP_SITES_HOST":"","DEP_HTL_HOST":"htl.radioedit.iheart.com","DEP_WEBAPI_HOST":"webapi.radioedit.iheart.com","DEP_PWS_HOST":"pws.radioedit.iheart.com","DEP_GENERATOR_RSS":"","DEP_GENERATOR_SITEMAP":"","IMAGE_HOST":"i.iheart.com","LOG_LEVEL":"info","NODE_ENV":"production","ONETRUST_HOST":"https://cdn.cookielaw.org","ONETRUST_CONSENT_PATH":"https://cdn.cookielaw.org/consent","ONETRUST_IAB_URL":"https://cdn.cookielaw.org/opt-out/otCCPAiab.js","ONETRUST_TOKEN_URL":"https://tv47clj0la.execute-api.us-east-1.amazonaws.com/production/generatetoken?identifier=","ENVIRONMENT":"production","PROTOCOL":"https","GOOGLE_MAPS_API_KEY":"AIzaSyA7WQvMsISHIyotCPatRBwrgHNN9ohKqQE","NATIONAL_SITE_URL":"https://www.iheart.com","COAST_RECAPTCHA_V3_PUBLIC_KEY":"6LceYMcZAAAAAEe_L5pj14w8_cdc4p8pNzDzcIKe","COAST_RECURLY_PUBLIC_KEY":"ewr1-9VtuFVKJS0oVy7hcAVWlGK","IHEART_HELP_SITE":"//help.iheart.com","IHEART_HELP_SITE_CONTEST":"//help.iheart.com/hc/en-us/sections/205969087-Contests","PODCAST_EMBED_KEYID":"AutomatedPodcasts","DEP_API_HOST":"api.radioedit.iheart.com","YOURCHOICE_ICON":"http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684","AD_ICON":"https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca","WWW_AUTH_HOST":"https://www.iheart.com","POSTUP_CONTACT_TEMPLATE_ID":"3","IHR_AUTH_SDK":"https://www.iheart.com/sdk/sdk.js","DEP_CONTENT_HOST":"content.radioedit.iheart.com","CCPA_OPTOUT_URL":"https://www.iheart.com/optout/","AMAZON_PUBLISHER_ID":"3901","REQUEST_TIMEOUT":"15000","ADOBE_LAUNCH_LIBRARY":"//assets.adobedtm.com/dba7b4ad2c8b/773677a854c8/launch-381fe6c887eb.min.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","MAX_AGE_HEADERS":"2592000000","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","PARSELY_LIBRARY":"//cdn.parsely.com/keys/%%HOSTNAME%%/p.js","COMSCORE_CLIENT_ID":"6036262","GOOGLE_RECAPTCHA_V3_PUBLIC_KEY":"6LdKHHoaAAAAAEBsW-KyjdE16eKLZJv5QHy-P5aQ","DEP_GENERATOR_SITEMAP_HOST":"generator-sitemap.radioedit.iheart.com"},"api_base_uri":"http://127.0.0.1:8000/api/v4","primaryBlockId":"e6Rs0","disableThirdParty":true,"routeParams":{},"ampLibs":[],"sdkOpts":{"auth":false,"protocol":"https","webapi":"webapi.radioedit.iheart.com","requestTimeout":15000,"debug":false},"stackedNavState":false,"onIntersectAction":{"_subscriptions":[]},"onAnalyticsAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onStoreTagsAction":{"_subscriptions":[]},"onEmbedScriptAction":{"_subscriptions":[]},"onOutbrainLoad":{"_subscriptions":[]},"onUploadAction":{"_subscriptions":[]},"onContestAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onAuthAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onShareAction":{"_subscriptions":[]},"block":{"currentBlock":{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"link":null,"min_size":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F68152d733e71feabcde87c56","type":"PUBLISHING","record":{"ref_id":"%2F68152d733e71feabcde87c56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"450a79d3-79d6-43c2-8949-bd8d4a875578","revision_id":"AAAAAAAAAAAAAAAAAAAABg=="},"author":"Lauren Crawford","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 31: Team United States Women's Rugby Seven's athletes pose for a photo with their bronze medals at Champions Park on day five of the Olympic Games Paris 2024 on July 31, 2024 in Paris, France. (Photo by Arturo Holmes/Getty Images)","id":"%2F68153af43e71feabcde87c6e","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Champions Park - Olympic Games Paris 2024: Day 5","type":"asset","url":"","use_caption":false},{"html":"\u003cp>What does it take to train like an Olympian?\u003c/p>\n\n\u003cp>Well, the answer may not shock you — a whole lot. I recently got a glimpse of just how much, thanks to a mild training session (and I use that word loosely) with one of Team USA’s most dominant Olympic squads: the history-making U.S. women’s rugby sevens team, who took home the country’s first-ever Olympic rugby medal at the 2024 Summer Games in Paris.\u003c/p>\n\n\u003cp>Thanks to \u003ca href=\"https://www.questnutrition.com/\" target=\"_blank\">Quest Nutrition\u003c/a>, I got to spend the day with a few of these elite athletes and not only train like an Olympian but eat like one too. (I'm now officially obsessed with Quest Overload Bars and chips.)\u003c/p>\n\n\u003cp>The training took place at the Chula Vista Elite Athlete Training Center, where I had the chance to learn directly from\u003cstrong> Josh Schell\u003c/strong>, USA Men’s Head of Performance, and \u003cstrong>Jacque Scaramella\u003c/strong>, MS, RD, CSSD, Sports Dietitian for U.S. Rugby 7s. Let's just say, I was in the hands of the best.\u003c/p>\n\n\u003cp>Before we dive into the training — and yes, we’ll get to that — I got the chance to chat with \u003cstrong>Ariana Ramsey\u003c/strong>, a breakout star of Team USA. She opened up about how she fuels her body through an intense training schedule that's already preparing her for the road to LA 2028.\u003c/p>\n\n\u003cp>For Ariana, proper fuel is key, and that includes her go-to snack: Quest Chips. “At every meeting, we’re eating Quest chips," she told me. "The spicy chili and loaded taco flavors are my favorite.” With two-a-day sessions, weight training, and team meetings all packed into a typical day, it’s no surprise that recovery and protein-packed fuel are essential.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 29: Team United States celebrate victory as they pose for a photo with the Bell after the Women's Rugby Sevens Quarter Final match between Team Great Britain and Team United States on day three of the Olympic Games Paris 2024 at Stade","id":"%2F68153a2e3e71feabcde87c6c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 3","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Now, back to that training session. With coaching from the pros, I jumped, well, power walked, into a series of drills to test whether I had what it takes to make the Olympic team (spoiler alert: I don’t). But I \u003cem>did\u003c/em> learn how to tackle, throw, catch, and kick like a rugby player, getting a small taste of what these powerhouse athletes go through daily.\u003c/p>\n\n\u003cp>While the team is already gearing up for LA 2028, I couldn’t help but ask Ariana what it meant to take home that historic bronze medal almost one year ago. “Winning something at the Olympics changed everything,” she shared. “The momentum, the publicity, the support. It meant more funding for the program and more visibility for the sport. Now, we have to medal again in LA. That pressure is real, but it’s motivating.”\u003c/p>\n\n\u003cp>Keep scrolling to read more from my Q&A with Ariana Ramsey.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 30: Ariana Ramsey #1 of Team United States celebrates after the Women's Bronze Final rugby 7 match between USA and Australia on day four of the Paris 2024 Olympic Games at Stade de France on July 30, 2024 in Paris, France. (Photo by A","id":"%2F681539e23e71feabcde87c67","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003ch3>\u003cstrong>It’s been nearly a year since the Paris Olympics. What has life been like since?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Right after the Olympics I was getting so many opportunities, speaking engagements, content creation opportunities. My Instagram just went from, you know, freaking 10K to 100K. I was just really grateful for that. Ever since, I’ve just been trying to continue to build my brand, create content, and still try to inspire people from the Games. Life’s been good. I’m back into training, looking ahead to LA 2028. So yeah, I'm really excited for that.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>Have you felt the weight of your Olympic impact, in terms of just how far your story has reached?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Yes. I went to the Tokyo Olympics, and when we didn’t win anything it was like, 'Okay, she went to the Olympics,' and that was it. But when we actually medaled. That was a huge shift. Publicity, the amount of money we received as a program... it just felt so good to actually win something.\u003c/blockquote>\n\n\u003cblockquote>The weight is definitely there, especially for LA 2028. Like, we have to medal now. If we don’t, it’s like, 'Was it just a fluke back then?' So the weight is definitely there, but all I can do is put in the work every day, be focused every practice, so that I don’t have any regrets. I just want to do everything right and hopefully the outcome is what I want.\u003c/blockquote>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40iheartradio%2Fvideo%2F7496696653672484126%3Flang%3Den","@url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en","author_name":"iHeartRadio","author_unique_id":"iheartradio","author_url":"https://www.tiktok.com/@iheartradio","embed_product_id":"7496696653672484126","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1280,"thumbnail_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/obj/tos-useast8-p-0068-tx2/osAEqI1QGfavzEOaAIefArAAkLjrAQIItpkjJT?lk3s=b59d6b55&x-expires=1746392400&x-signature=h2Nzm3lR3i780mEh1AKjqJMhnPQ%3D&shp=b59d6b55&shcp=-","thumbnail_width":720,"title":"I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of #TeamUSA’s Women’s Rugby during the #Olympics! @Ari Ramsey 🏉🇺🇸 #loveislandusa ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en"},{"html":"\u003ch3>\u003cstrong>Since medaling, have you noticed a shift in how people view or support rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Oh my God, yes. A lot of people I talk to say their daughter has joined rugby because we won. That’s so inspiring. I’m trying to grow the game. We all are. Hopefully we can open more rugby teams in high schools, that’s the goal now and in colleges too. I think the game is growing. People tell me it is, and I just hope that by us playing, it’ll all pay off.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>You’re inspiring so many. Who inspired you when it came to the game of rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Definitely \u003ca href=\"https://www.instagram.com/nayatapper/?hl=en\" target=\"_blank\">\u003cstrong>Naya Tapper\u003c/strong>\u003c/a>. She was one of the only Black women on the team. \u003ca href=\"https://www.instagram.com/kristhomas11/?hl=en\" target=\"_blank\">\u003cstrong>Kris Thomas\u003c/strong>\u003c/a> too, she’s from Philly. But Naya was the top try scorer and I was like, 'Oh my God, I want to be like her.' And then I finally got to play with her, watching her as a leader was so inspiring. I want to be that for people. So yeah, I would say her.\u003c/blockquote>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/","cuser":"user/ldap/1122166","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Olympics","keywords/Rugby","keywords/BIN","keywords/women's rugby team","keywords/USA Women's Rugby Sevens"],"primary_image":{"bucket":"new_assets","id":"%2F681539e23e71feabcde87c67"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},"publish_date":1746222060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","social_title":"","summary":"What does it take to train like an Olympian?","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/sports"],"distribution":["formats/BINNEWS"]},{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","permalink":"https://whyn.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"},"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67","title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","description":"What does it take to train like an Olympian?","author":"Lauren Crawford"},"pub_start":1746222060000,"pub_until":4115978604802,"pub_changed":1746223302616,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/sports","formats/BINNEWS"]},{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68152d733e71feabcde87c56","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","keyword:keywords/Olympics","keyword:keywords/Rugby","keyword:keywords/BIN","keyword:keywords/women's rugby team","keyword:keywords/USA Women's Rugby Sevens","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}},"resolved":{"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"link":null,"min_size":0,"position":null,"size":1,"title":""},"feed":{"results":[{"id":"%2F68152d733e71feabcde87c56","type":"PUBLISHING","record":{"ref_id":"%2F68152d733e71feabcde87c56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"450a79d3-79d6-43c2-8949-bd8d4a875578","revision_id":"AAAAAAAAAAAAAAAAAAAABg=="},"author":"Lauren Crawford","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 31: Team United States Women's Rugby Seven's athletes pose for a photo with their bronze medals at Champions Park on day five of the Olympic Games Paris 2024 on July 31, 2024 in Paris, France. (Photo by Arturo Holmes/Getty Images)","id":"%2F68153af43e71feabcde87c6e","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Champions Park - Olympic Games Paris 2024: Day 5","type":"asset","url":"","use_caption":false},{"html":"\u003cp>What does it take to train like an Olympian?\u003c/p>\n\n\u003cp>Well, the answer may not shock you — a whole lot. I recently got a glimpse of just how much, thanks to a mild training session (and I use that word loosely) with one of Team USA’s most dominant Olympic squads: the history-making U.S. women’s rugby sevens team, who took home the country’s first-ever Olympic rugby medal at the 2024 Summer Games in Paris.\u003c/p>\n\n\u003cp>Thanks to \u003ca href=\"https://www.questnutrition.com/\" target=\"_blank\">Quest Nutrition\u003c/a>, I got to spend the day with a few of these elite athletes and not only train like an Olympian but eat like one too. (I'm now officially obsessed with Quest Overload Bars and chips.)\u003c/p>\n\n\u003cp>The training took place at the Chula Vista Elite Athlete Training Center, where I had the chance to learn directly from\u003cstrong> Josh Schell\u003c/strong>, USA Men’s Head of Performance, and \u003cstrong>Jacque Scaramella\u003c/strong>, MS, RD, CSSD, Sports Dietitian for U.S. Rugby 7s. Let's just say, I was in the hands of the best.\u003c/p>\n\n\u003cp>Before we dive into the training — and yes, we’ll get to that — I got the chance to chat with \u003cstrong>Ariana Ramsey\u003c/strong>, a breakout star of Team USA. She opened up about how she fuels her body through an intense training schedule that's already preparing her for the road to LA 2028.\u003c/p>\n\n\u003cp>For Ariana, proper fuel is key, and that includes her go-to snack: Quest Chips. “At every meeting, we’re eating Quest chips," she told me. "The spicy chili and loaded taco flavors are my favorite.” With two-a-day sessions, weight training, and team meetings all packed into a typical day, it’s no surprise that recovery and protein-packed fuel are essential.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 29: Team United States celebrate victory as they pose for a photo with the Bell after the Women's Rugby Sevens Quarter Final match between Team Great Britain and Team United States on day three of the Olympic Games Paris 2024 at Stade","id":"%2F68153a2e3e71feabcde87c6c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 3","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Now, back to that training session. With coaching from the pros, I jumped, well, power walked, into a series of drills to test whether I had what it takes to make the Olympic team (spoiler alert: I don’t). But I \u003cem>did\u003c/em> learn how to tackle, throw, catch, and kick like a rugby player, getting a small taste of what these powerhouse athletes go through daily.\u003c/p>\n\n\u003cp>While the team is already gearing up for LA 2028, I couldn’t help but ask Ariana what it meant to take home that historic bronze medal almost one year ago. “Winning something at the Olympics changed everything,” she shared. “The momentum, the publicity, the support. It meant more funding for the program and more visibility for the sport. Now, we have to medal again in LA. That pressure is real, but it’s motivating.”\u003c/p>\n\n\u003cp>Keep scrolling to read more from my Q&A with Ariana Ramsey.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 30: Ariana Ramsey #1 of Team United States celebrates after the Women's Bronze Final rugby 7 match between USA and Australia on day four of the Paris 2024 Olympic Games at Stade de France on July 30, 2024 in Paris, France. (Photo by A","id":"%2F681539e23e71feabcde87c67","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003ch3>\u003cstrong>It’s been nearly a year since the Paris Olympics. What has life been like since?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Right after the Olympics I was getting so many opportunities, speaking engagements, content creation opportunities. My Instagram just went from, you know, freaking 10K to 100K. I was just really grateful for that. Ever since, I’ve just been trying to continue to build my brand, create content, and still try to inspire people from the Games. Life’s been good. I’m back into training, looking ahead to LA 2028. So yeah, I'm really excited for that.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>Have you felt the weight of your Olympic impact, in terms of just how far your story has reached?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Yes. I went to the Tokyo Olympics, and when we didn’t win anything it was like, 'Okay, she went to the Olympics,' and that was it. But when we actually medaled. That was a huge shift. Publicity, the amount of money we received as a program... it just felt so good to actually win something.\u003c/blockquote>\n\n\u003cblockquote>The weight is definitely there, especially for LA 2028. Like, we have to medal now. If we don’t, it’s like, 'Was it just a fluke back then?' So the weight is definitely there, but all I can do is put in the work every day, be focused every practice, so that I don’t have any regrets. I just want to do everything right and hopefully the outcome is what I want.\u003c/blockquote>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40iheartradio%2Fvideo%2F7496696653672484126%3Flang%3Den","@url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en","author_name":"iHeartRadio","author_unique_id":"iheartradio","author_url":"https://www.tiktok.com/@iheartradio","embed_product_id":"7496696653672484126","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1280,"thumbnail_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/obj/tos-useast8-p-0068-tx2/osAEqI1QGfavzEOaAIefArAAkLjrAQIItpkjJT?lk3s=b59d6b55&x-expires=1746392400&x-signature=h2Nzm3lR3i780mEh1AKjqJMhnPQ%3D&shp=b59d6b55&shcp=-","thumbnail_width":720,"title":"I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of #TeamUSA’s Women’s Rugby during the #Olympics! @Ari Ramsey 🏉🇺🇸 #loveislandusa ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en"},{"html":"\u003ch3>\u003cstrong>Since medaling, have you noticed a shift in how people view or support rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Oh my God, yes. A lot of people I talk to say their daughter has joined rugby because we won. That’s so inspiring. I’m trying to grow the game. We all are. Hopefully we can open more rugby teams in high schools, that’s the goal now and in colleges too. I think the game is growing. People tell me it is, and I just hope that by us playing, it’ll all pay off.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>You’re inspiring so many. Who inspired you when it came to the game of rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Definitely \u003ca href=\"https://www.instagram.com/nayatapper/?hl=en\" target=\"_blank\">\u003cstrong>Naya Tapper\u003c/strong>\u003c/a>. She was one of the only Black women on the team. \u003ca href=\"https://www.instagram.com/kristhomas11/?hl=en\" target=\"_blank\">\u003cstrong>Kris Thomas\u003c/strong>\u003c/a> too, she’s from Philly. But Naya was the top try scorer and I was like, 'Oh my God, I want to be like her.' And then I finally got to play with her, watching her as a leader was so inspiring. I want to be that for people. So yeah, I would say her.\u003c/blockquote>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/","cuser":"user/ldap/1122166","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Olympics","keywords/Rugby","keywords/BIN","keywords/women's rugby team","keywords/USA Women's Rugby Sevens"],"primary_image":{"bucket":"new_assets","id":"%2F681539e23e71feabcde87c67"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},"publish_date":1746222060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","social_title":"","summary":"What does it take to train like an Olympian?","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/sports"],"distribution":["formats/BINNEWS"]},{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","permalink":"https://whyn.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"},"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67","title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","description":"What does it take to train like an Olympian?","author":"Lauren Crawford"},"pub_start":1746222060000,"pub_until":4115978604802,"pub_changed":1746223302616,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/sports","formats/BINNEWS"]},{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68152d733e71feabcde87c56","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","keyword:keywords/Olympics","keyword:keywords/Rugby","keyword:keywords/BIN","keyword:keywords/women's rugby team","keyword:keywords/USA Women's Rugby Sevens","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}},"topic_title":""}}},"session":{"currentSession":null},"defaultCategoryCatalog":{"categories":[{"category":"categories/local-news","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/local-news","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/national-news","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/national-news","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/music-news","item":{"country":"US","id":"28508125","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/music-news","item":{"country":"US","id":"30723582","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/entertainment-news","item":{"country":"US","id":"28457190","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/entertainment-news","item":{"country":"US","id":"60735270","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/breaking","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/breaking","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/sports","item":{"country":"US","id":"27332740","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/sports","item":{"country":"US","id":"85010950","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/lifestyle","item":{"country":"US","id":"92067598","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/lifestyle","item":{"country":"US","id":"86427466","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/politics","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/politics","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/weird-news","item":{"country":"US","id":"26941221","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/weird-news","item":{"country":"US","id":"86427466","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/feel-good","item":{"country":"US","id":"29526875","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/feel-good","item":{"country":"US","id":"30723582","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/interviews","item":{"country":"US","id":"60735270","kind":"podcast"},"locale":"locales/es-US"}]},"tags":{"ads":{"microsite":"","path":"/","type":"home","env":"production","topics":[],"keywords":["springfield","news","rush","beck"],"genre":["news & talk"],"format":"NEWSTALK"},"analytics":{"pageName":"home","view":{"asset":{"id":"","name":""},"filter":{"name":"","type":""},"authorId":"","pubDate":"","contentOrigin":"","contentOriginType":"","contentFrame":"page","stationCallLetter":"WHYN-AM","stationFormat":"NEWSTALK","stationMarket":"SPRINGFIELD-MA","stationMicrosite":"","tags":["springfield","news","rush","beck"],"topics":[],"contentId":"","personalityId":"","photoGalleryExists":"false","photoGalleryPageView":"false"},"device":{"host":"local.inferno.us","subHost":"whyn.iheart.com","path":"/"},"querystring":{"sc":"dnsredirect","cid":"","keyid":"","pname":"whyn.com","campid":""}},"metadata":[["meta-property-og:locale",{"attrName":"property","name":"og:locale","value":"en_us","type":"meta"}],["meta-name-msapplication-TileColor",{"attrName":"name","name":"msapplication-TileColor","value":"#fff","type":"meta"}],["meta-name-msvalidate.01",{"attrName":"name","name":"msvalidate.01","value":"E98E323249F89ACF6294F958692E230B","type":"meta"}],["meta-name-format-detection",{"attrName":"name","name":"format-detection","value":"telephone=no","type":"meta"}],["meta-name-theme-color",{"attrName":"name","name":"theme-color","value":"#000099","type":"meta"}],["shortcut icon",{"value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(32,32),quality(65)","type":"link","rel":"shortcut icon"}],["appletouch icon",{"value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=new(),flood(%22white%22),swap(),merge(%22over%22),gravity(%22center%22),contain(167,167),quality(80),format(%22png%22)","type":"link","rel":"apple-touch-icon","size":"167x167"}],["title",{"value":"NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station","type":"title"}],["meta-property-og:title",{"attrName":"property","name":"og:title","value":"NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station","type":"meta"}],["meta-property-twitter:title",{"attrName":"property","name":"twitter:title","value":"NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station","type":"meta"}],["meta-itemProp-name",{"attrName":"itemProp","name":"name","value":"NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station","type":"meta"}],["meta-name-parsely-title",{"attrName":"name","name":"parsely-title","value":"NewsRadio 560 WHYN - Springfield's News, Traffic & Weather Station","type":"meta"}],["meta-name-description",{"attrName":"name","name":"description","value":"NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station","type":"meta"}],["meta-property-og:description",{"attrName":"property","name":"og:description","value":"NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station","type":"meta"}],["meta-property-twitter:description",{"attrName":"property","name":"twitter:description","value":"NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station","type":"meta"}],["meta-itemProp-description",{"attrName":"itemProp","name":"description","value":"NewsRadio 560 WHYN is Springfield's News, Traffic & Weather Station","type":"meta"}],["meta-name-keywords",{"attrName":"name","name":"keywords","value":"Springfield, news, rush, beck","type":"meta"}],["meta-name-parsely-tags",{"attrName":"name","name":"parsely-tags","value":"Springfield, news, rush, beck","type":"meta"}],["meta-property-og:url",{"attrName":"property","name":"og:url","value":"https://whyn.iheart.com/","type":"meta"}],["meta-property-twitter:url",{"attrName":"property","name":"twitter:url","value":"https://whyn.iheart.com/","type":"meta"}],["meta-itemProp-url",{"attrName":"itemProp","name":"url","value":"https://whyn.iheart.com/","type":"meta"}],["meta-name-parsely-link",{"attrName":"name","name":"parsely-link","value":"https://whyn.iheart.com/","type":"meta"}],["image_src",{"value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"link","rel":"image_src"}],["meta-name-thumbnail",{"attrName":"name","name":"thumbnail","value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-property-og:image",{"attrName":"property","name":"og:image","value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-property-og:image:width",{"attrName":"property","name":"og:image:width","value":"1200","type":"meta"}],["meta-property-og:image:height",{"attrName":"property","name":"og:image:height","value":"675","type":"meta"}],["meta-property-twitter:image",{"attrName":"property","name":"twitter:image","value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-name-parsely-image-url",{"attrName":"name","name":"parsely-image-url","value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-itemProp-image",{"attrName":"itemProp","name":"image","value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-name-msapplication-TileImage",{"attrName":"name","name":"msapplication-TileImage","value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["pagemap",{"value":"https://i.iheart.com/v3/re/new_assets/6582ed54ff0d2565266208a0?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"pagemap"}],["meta-property-og:type",{"attrName":"property","name":"og:type","value":"website","type":"meta"}],["meta-name-parsely-type",{"attrName":"name","name":"parsely-type","value":"sectionpage","type":"meta"}],["meta-property-twitter:card",{"attrName":"property","name":"twitter:card","value":"Summary","type":"meta"}],["meta-property-twitter:site",{"attrName":"property","name":"twitter:site","value":"@WHYN560","type":"meta"}],["meta-property-twitter:creator",{"attrName":"property","name":"twitter:creator","value":"@WHYN560","type":"meta"}],["canonical",{"value":"https://whyn.iheart.com/","type":"link","rel":"canonical"}],["meta-property-twitter:domain",{"attrName":"property","name":"twitter:domain","value":"whyn.iheart.com","type":"meta"}],["meta-property-og:site_name",{"attrName":"property","name":"og:site_name","value":"NewsRadio 560 WHYN","type":"meta"}],["meta-name-application-name",{"attrName":"name","name":"application-name","value":"NewsRadio 560 WHYN","type":"meta"}],["meta-property-fb:app_id",{"attrName":"property","name":"fb:app_id","value":"483825674977491","type":"meta"}],["meta-property-fb:pages",{"attrName":"property","name":"fb:pages","value":"291059558363","type":"meta"}],["meta-name-google-site-verification",{"attrName":"name","name":"google-site-verification","value":"p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso","type":"meta"}],["meta-name-parsely-section",{"attrName":"name","name":"parsely-section","value":"topic","type":"meta"}]],"surrogateKeys":["SM6.0:adpos","SM6.0:adpos:/5e289b1ec184cee3fd7aaeae","SM6.0:adpos:/5e289b1ec184cee3fd7aaeaf","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb0","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb1","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb2","SM6.0:adpos:/5f15ebcbe9960c806959fb15","SM6.0:adpos:/5f230d591e48ed5023a49f05","SM6.0:adpos:/5f9823d6564708139f497ffb","SM6.0:adpos:/local-site/3308","SM6.0:adpos:/local-site/3309","SM6.0:adpos:/local-site/5052","SM6.0:config-m","SM6.0:config-m:/06caedeabcc633ae9dac2bee2be309d3/inferno","SM6.0:config-m:/10c988fb610c50c05921d32e39d9d35e/inferno","SM6.0:config-m:/1f3a963fc95f3d8ae9bbff3d45566edc/inferno","SM6.0:config-m:/43479be58bc519fc7a1fe3258d6859ba/inferno","SM6.0:config-m:/5a31704665f2b1f7d326225b/inferno","SM6.0:config-m:/5fe124d08f8db02cfab649af/Default","SM6.0:config-m:/60c0c84af3f76b50391679de/Default","SM6.0:config-m:/652aa0e7f313b39725700d21f793be5e/inferno","SM6.0:index-m","SM6.0:index-m:/06caedeabcc633ae9dac2bee2be309d3","SM6.0:index-m:/10c988fb610c50c05921d32e39d9d35e","SM6.0:index-m:/1f3a963fc95f3d8ae9bbff3d45566edc","SM6.0:index-m:/43479be58bc519fc7a1fe3258d6859ba","SM6.0:index-m:/5a31704665f2b1f7d326225b","SM6.0:index-m:/5fe124d08f8db02cfab649af","SM6.0:index-m:/60c0c84af3f76b50391679de","SM6.0:index-m:/652aa0e7f313b39725700d21f793be5e","TAXO/calendar-categories","TAXO/calendar-categories%2Fcommunity","TAXO/calendar-categories%2Fconcerts","TAXO/calendar-categories%2Fentertainment","TAXO/calendar-categories%2Fholiday","TAXO/calendar-categories%2Fsports","TAXO/calendar-categories%2Fstation-events","TAXO/countries","TAXO/countries%2FUS","TAXO/locales","TAXO/locales%2Fen-US","TAXO/providers","TAXO/providers%2FClear%20Channel","TAXO/resource","app/sites","app/sites/20250416150349","app/streams","app/streams/20241212172159","app/taxonomy","app/taxonomy/20250401143015","streams","streams/4685","webapi","webapi-v4:name-tag2","webapi-v4:name-tag2:3972b6d964263c9e88e14bda918d391c","webapi-v4:name-tag2:604935271ce985e0afdeaa3e84ea2624","webapi-v4:name-tag2:6b7546054ec2d1882de0efd57550edcc","webapi-v4:name-tag2:6c98d77af4f9144ae917118891e932a6","webapi-v4:name-tag2:800d044ac142c03d50a31561d16e1174","webapi-v4:name-tag2:83ede377edbead7b35430d09202bbbc3","webapi-v4:name-tag2:cf46219ecab797ec962a85c7b9b7c511","webapi-v4:name-tag2:d1227546af3d8b7eed107e00032bbf98","webapi-v4:sites","webapi-v4:sites:2b807dd8fd73dea40472d666f09fca72","webapi-v4:stream-site-brand","webapi-v4:stream-site-brand:2e1fb7551084a0dcaf66fbe50c044373","domain/whyn.iheart.com","PS:content","PS:content:listing","PS:datasource","PS:datasource:/61c23c36ecd9d74d536bc899","PS:datasource:/624316535b7f234f209d2ca4","PS:datasource:/62433a0fb7088f39510a678a","PS:datasource:/62433a3a95b9274d1e387bba","PS:datasource:/627ab31b460f255300a6e6f1","PS:leads","PS:leads:/5ea62874224ee14618cafcff","PS:leads:/67b8f4a3e072eb3303429080","PS:leads:/67ffb335da50665248cd41bf","PS:leads:/6813dd92969582f364283a8b","PS:subscription","PS:subscription:434d54e3e5d5d302e1ac0dd5a4e4113a","SM6.0:datasource-leads","SM6.0:datasource-leads:0d4f5717821fea6c6577fc2ec6a7aa8a","SM6.0:datasource-leads:0f94d800bba265e70b2c0b5ec6899b4e","SM6.0:datasource-leads:52982f9b73db22797ccbf6a005463ff5","SM6.0:datasource-leads:da285627940a07d1876fd428aa1a1dd9","SM6.0:datasource-leads:e8ff94bbf67568516d44500db41acf2a","SM6.0:datasource-publishing","SM6.0:datasource-publishing:07e6df29087239377591a89a8dfcfd42","SM6.0:datasource-publishing:313ec64ce80a69af80dbf540cfea7eec","SM6.0:datasource-publishing:4876a1c4c80dbd44e2cc3bf60b02297a","SM6.0:datasource-publishing:b92299162f9061bedfb407bd86a77950","SM6.0:datasource-publishing:d0c3b9c4f53820fab567125f257cef93","SM6.0:datasource-publishing:df0637d22f95de5624663b177d2d5c50","SM6.0:datasource-publishing:fcf549cab61be57a3d1b4c7d6e2f81df","SM6.0:site-streams","SM6.0:site-streams:2e1fb7551084a0dcaf66fbe50c044373","app/calendar-feed-service","app/calendar-feed-service/20230817200206","app/leads","app/leads/20230817200131","app/pubsub","app/pubsub/20250107181532","sites","webapi-v4:sites:ad2ad19dbf0400b8c13eaa26524b9815","aptivada","vtype/generic_full","vname/home","ihr-amp"],"ttls":{"cdn":900,"browser":900}},"adPlacements":[],"request":{"protocol":"https","hostname":"whyn.iheart.com","path":"/","query":{"pname":"whyn.com","sc":"dnsredirect"},"params":{},"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"},"page":{"currentPage":{"_id":"/5e419286691a216632db14ab/Inferno News/Talk/home","name":"home","pageConfig":{"adobe_page_name":"home","description":"","keywords":[],"sitemap_frequency":"hourly","thumbnail":"","title":""},"displayName":"Home","path":"/","primaryBlockId":"e6Rs0","layoutId":"generic_full","parentId":null,"tags":[{"id":"display-hints/hide-listen-now"}],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"FppTo","region":"main:dynamic","type":"onair","ordinal":0,"value":{"title":null},"tags":["display-hints/onair-show-play"],"schedule":{"begin":0,"end":4115978604802}},{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"link":null,"min_size":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F68152d733e71feabcde87c56","type":"PUBLISHING","record":{"ref_id":"%2F68152d733e71feabcde87c56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"450a79d3-79d6-43c2-8949-bd8d4a875578","revision_id":"AAAAAAAAAAAAAAAAAAAABg=="},"author":"Lauren Crawford","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 31: Team United States Women's Rugby Seven's athletes pose for a photo with their bronze medals at Champions Park on day five of the Olympic Games Paris 2024 on July 31, 2024 in Paris, France. (Photo by Arturo Holmes/Getty Images)","id":"%2F68153af43e71feabcde87c6e","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Champions Park - Olympic Games Paris 2024: Day 5","type":"asset","url":"","use_caption":false},{"html":"\u003cp>What does it take to train like an Olympian?\u003c/p>\n\n\u003cp>Well, the answer may not shock you — a whole lot. I recently got a glimpse of just how much, thanks to a mild training session (and I use that word loosely) with one of Team USA’s most dominant Olympic squads: the history-making U.S. women’s rugby sevens team, who took home the country’s first-ever Olympic rugby medal at the 2024 Summer Games in Paris.\u003c/p>\n\n\u003cp>Thanks to \u003ca href=\"https://www.questnutrition.com/\" target=\"_blank\">Quest Nutrition\u003c/a>, I got to spend the day with a few of these elite athletes and not only train like an Olympian but eat like one too. (I'm now officially obsessed with Quest Overload Bars and chips.)\u003c/p>\n\n\u003cp>The training took place at the Chula Vista Elite Athlete Training Center, where I had the chance to learn directly from\u003cstrong> Josh Schell\u003c/strong>, USA Men’s Head of Performance, and \u003cstrong>Jacque Scaramella\u003c/strong>, MS, RD, CSSD, Sports Dietitian for U.S. Rugby 7s. Let's just say, I was in the hands of the best.\u003c/p>\n\n\u003cp>Before we dive into the training — and yes, we’ll get to that — I got the chance to chat with \u003cstrong>Ariana Ramsey\u003c/strong>, a breakout star of Team USA. She opened up about how she fuels her body through an intense training schedule that's already preparing her for the road to LA 2028.\u003c/p>\n\n\u003cp>For Ariana, proper fuel is key, and that includes her go-to snack: Quest Chips. “At every meeting, we’re eating Quest chips," she told me. "The spicy chili and loaded taco flavors are my favorite.” With two-a-day sessions, weight training, and team meetings all packed into a typical day, it’s no surprise that recovery and protein-packed fuel are essential.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 29: Team United States celebrate victory as they pose for a photo with the Bell after the Women's Rugby Sevens Quarter Final match between Team Great Britain and Team United States on day three of the Olympic Games Paris 2024 at Stade","id":"%2F68153a2e3e71feabcde87c6c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 3","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Now, back to that training session. With coaching from the pros, I jumped, well, power walked, into a series of drills to test whether I had what it takes to make the Olympic team (spoiler alert: I don’t). But I \u003cem>did\u003c/em> learn how to tackle, throw, catch, and kick like a rugby player, getting a small taste of what these powerhouse athletes go through daily.\u003c/p>\n\n\u003cp>While the team is already gearing up for LA 2028, I couldn’t help but ask Ariana what it meant to take home that historic bronze medal almost one year ago. “Winning something at the Olympics changed everything,” she shared. “The momentum, the publicity, the support. It meant more funding for the program and more visibility for the sport. Now, we have to medal again in LA. That pressure is real, but it’s motivating.”\u003c/p>\n\n\u003cp>Keep scrolling to read more from my Q&A with Ariana Ramsey.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 30: Ariana Ramsey #1 of Team United States celebrates after the Women's Bronze Final rugby 7 match between USA and Australia on day four of the Paris 2024 Olympic Games at Stade de France on July 30, 2024 in Paris, France. (Photo by A","id":"%2F681539e23e71feabcde87c67","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003ch3>\u003cstrong>It’s been nearly a year since the Paris Olympics. What has life been like since?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Right after the Olympics I was getting so many opportunities, speaking engagements, content creation opportunities. My Instagram just went from, you know, freaking 10K to 100K. I was just really grateful for that. Ever since, I’ve just been trying to continue to build my brand, create content, and still try to inspire people from the Games. Life’s been good. I’m back into training, looking ahead to LA 2028. So yeah, I'm really excited for that.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>Have you felt the weight of your Olympic impact, in terms of just how far your story has reached?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Yes. I went to the Tokyo Olympics, and when we didn’t win anything it was like, 'Okay, she went to the Olympics,' and that was it. But when we actually medaled. That was a huge shift. Publicity, the amount of money we received as a program... it just felt so good to actually win something.\u003c/blockquote>\n\n\u003cblockquote>The weight is definitely there, especially for LA 2028. Like, we have to medal now. If we don’t, it’s like, 'Was it just a fluke back then?' So the weight is definitely there, but all I can do is put in the work every day, be focused every practice, so that I don’t have any regrets. I just want to do everything right and hopefully the outcome is what I want.\u003c/blockquote>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40iheartradio%2Fvideo%2F7496696653672484126%3Flang%3Den","@url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en","author_name":"iHeartRadio","author_unique_id":"iheartradio","author_url":"https://www.tiktok.com/@iheartradio","embed_product_id":"7496696653672484126","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1280,"thumbnail_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/obj/tos-useast8-p-0068-tx2/osAEqI1QGfavzEOaAIefArAAkLjrAQIItpkjJT?lk3s=b59d6b55&x-expires=1746392400&x-signature=h2Nzm3lR3i780mEh1AKjqJMhnPQ%3D&shp=b59d6b55&shcp=-","thumbnail_width":720,"title":"I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of #TeamUSA’s Women’s Rugby during the #Olympics! @Ari Ramsey 🏉🇺🇸 #loveislandusa ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en"},{"html":"\u003ch3>\u003cstrong>Since medaling, have you noticed a shift in how people view or support rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Oh my God, yes. A lot of people I talk to say their daughter has joined rugby because we won. That’s so inspiring. I’m trying to grow the game. We all are. Hopefully we can open more rugby teams in high schools, that’s the goal now and in colleges too. I think the game is growing. People tell me it is, and I just hope that by us playing, it’ll all pay off.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>You’re inspiring so many. Who inspired you when it came to the game of rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Definitely \u003ca href=\"https://www.instagram.com/nayatapper/?hl=en\" target=\"_blank\">\u003cstrong>Naya Tapper\u003c/strong>\u003c/a>. She was one of the only Black women on the team. \u003ca href=\"https://www.instagram.com/kristhomas11/?hl=en\" target=\"_blank\">\u003cstrong>Kris Thomas\u003c/strong>\u003c/a> too, she’s from Philly. But Naya was the top try scorer and I was like, 'Oh my God, I want to be like her.' And then I finally got to play with her, watching her as a leader was so inspiring. I want to be that for people. So yeah, I would say her.\u003c/blockquote>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/","cuser":"user/ldap/1122166","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Olympics","keywords/Rugby","keywords/BIN","keywords/women's rugby team","keywords/USA Women's Rugby Sevens"],"primary_image":{"bucket":"new_assets","id":"%2F681539e23e71feabcde87c67"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},"publish_date":1746222060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","social_title":"","summary":"What does it take to train like an Olympian?","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/sports"],"distribution":["formats/BINNEWS"]},{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","permalink":"https://whyn.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"},"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67","title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","description":"What does it take to train like an Olympian?","author":"Lauren Crawford"},"pub_start":1746222060000,"pub_until":4115978604802,"pub_changed":1746223302616,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/sports","formats/BINNEWS"]},{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68152d733e71feabcde87c56","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","keyword:keywords/Olympics","keyword:keywords/Rugby","keyword:keywords/BIN","keyword:keywords/women's rugby team","keyword:keywords/USA Women's Rugby Sevens","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"lP0Ih","region":"main:dynamic","type":"feed","ordinal":3,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":1,"link":null,"position":null,"size":5,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/xxsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6815210053c0bb887120ca39","type":"PUBLISHING","record":{"ref_id":"%2F6815210053c0bb887120ca39","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f24dc3f7-737d-4f40-a223-d439519ab10f","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - MAY 02: Miriam Haley returns to the courtroom after taking a short break from a delay in proceedings before continuing to testify in the retrial of former film producer Harvey Weinstein at Manhattan Criminal Court on May 2, 2025 in New York City. Disgraced Hollywood mogul Harvey Weinstein faces a retrial on rape and sex assault charges for which a previous verdict was overturned, forcing survivors who helped fire up the \"MeToo\" movement to testify against him once again. Weinstein's 2017 conviction by a jury was overturned seven years later by an appeals court that ruled the way witnesses were handled in the original New York trial was unlawful. (Photo by John Angelillo-Pool/Getty Images)","id":"%2F681521676018f2973ad94dab","new_tab":false,"schedule":{},"source_credit":"Pool / Getty Images News / Getty Images","title":"Harvey Weinstein Re-Trial On Rape And Sexual Assault Charges Continues","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Miriam Haley\u003c/strong>, a former \u003cem>Project Runway\u003c/em> production assistant, \u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">abruptly left a New York courtroom on Friday (May 2) after a heated exchange with \u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">\u003cstrong>Harvey Weinstein\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">'s lawyer\u003c/a>, \u003cstrong>Jennifer Bonjean\u003c/strong>. During her fourth day of testimony in Weinstein's sex crimes retrial, Haley, 48, broke down in tears as Bonjean questioned her about the night she alleges Weinstein assaulted her in July 2006. \u003c/p>\n\n\u003cp>"Don’t tell me I wasn’t raped by that f****** a******!" Haley yelled, before requesting a break. \u003c/p>\n\n\u003cp>Judge \u003cstrong>Curtis Farber\u003c/strong> granted a 10-minute recess, and \u003ca href=\"https://nypost.com/2025/05/02/us-news/weinstein-accuser-miriam-haley-storms-out-of-courtroom-in-tears-in-the-middle-of-grilling-dont-tell-me-i-wasnt-raped-by-that-f-king-a-hole/\" target=\"_blank\">Haley exited the courtroom\u003c/a>.\u003c/p>\n\n\u003cp>Haley has accused Weinstein of forcibly performing oral sex on her at his SoHo apartment and later raping her at a Tribeca hotel. Weinstein, 73, has pleaded not guilty to the charges. Bonjean \u003ca href=\"https://variety.com/2025/film/news/harvey-weinstein-accuser-miriam-haley-new-york-trial-cross-examination-1236383734/\" target=\"_blank\">challenged Haley's account\u003c/a>, questioning why she agreed to visit Weinstein's apartment despite his previous "bizarre" behavior. Haley explained she did not fear for her safety and thought it would be impolite to refuse.\u003c/p>\n\n\u003cp>This retrial follows the overturning of Weinstein's 2020 conviction. Haley is the first of three accusers expected to testify, including actress Jessica Mann and former model Kaja Sokola. Weinstein's lawyers argue that the encounters were consensual. Haley and her friends testified that she disclosed the assault shortly after it occurred. \u003c/p>\n\n\u003cp>The trial continues with further testimonies expected.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F681521676018f2973ad94dab"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746215460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","social_title":"","summary":"During her fourth day of testimony in Weinstein's sex crimes retrial, Miriam Haley broke down in tears as she was questioned about the night she alleges Weinstein assaulted her.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/entertainment-news","categories/national-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Harvey Weinstein Accuser Curses Out Defense Lawyer, Storms Out Of Court","permalink":"https://whyn.iheart.com/content/2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court/"},"slug":"2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681521676018f2973ad94dab","title":"Harvey Weinstein Accuser Curses Out Defense Lawyer, Storms Out Of Court","description":"During her fourth day of testimony in Weinstein's sex crimes retrial, Miriam Haley broke down in tears as she was questioned about the night she alleges Weinstein assaulted her.","author":"iHeartRadio"},"pub_start":1746215460000,"pub_until":4115978604802,"pub_changed":1746215793663,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/entertainment-news","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815210053c0bb887120ca39","slug:2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","slug:2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6815145a53c0bb887120ca2d","type":"PUBLISHING","record":{"ref_id":"%2F6815145a53c0bb887120ca2d","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"16c6c824-5d46-42ed-b1dc-442a6c0de58b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Shot of firefighters in a fire protection suit wearing firefighter helmet using hammer break mirror of burned car for rescue victim inside burned car.","id":"%2F68151662d5dec3bc94ef0436","new_tab":false,"schedule":{},"source_credit":"sukanya sitthikongsak / Moment / Getty Images","title":"Firefighters rescue victim inside burned car.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Seven people died in a\u003ca href=\"https://abcnews.go.com/US/wireStory/7-people-dead-after-pickup-tour-van-collide-121404150\" target=\"_blank\"> fiery collision between a pickup truck and a tour van\u003c/a> near Yellowstone National Park on Thursday (May 1). The crash occurred just before 7:15 p.m. on a highway near Henry's Lake State Park in eastern Idaho, approximately 16 miles west of Yellowstone.\u003c/p>\n\n\u003cp>According to the Idaho State Police, \u003ca href=\"https://www.kare11.com/article/news/nation-world/fatal-crash-near-yellowstone/507-c429cdf6-b286-430c-8f9e-57692ad6bb23\" target=\"_blank\">both vehicles caught fire\u003c/a> following the collision. The driver of the Dodge Ram pickup truck and six passengers from the Mercedes tour van were killed. The van was carrying a tour group of 14 people.\u003c/p>\n\n\u003cp>The driver of the truck was identified as 25-year-old \u003cstrong>Isaiah Moreno\u003c/strong>. According to the \u003cem>New York Times\u003c/em>, Fremont County Coroner, \u003cstrong>Brenda Dye\u003c/strong> said she is waiting for \u003ca href=\"https://www.nytimes.com/2025/05/02/us/yellowstone-tour-van-fatal-crash.html?partner=IFTTT\" target=\"_blank\">DNA testing to identify the bodies of the six victims who were in the van\u003c/a> because they were burned beyond recongintion.\u003c/p>\n\n\u003cp>The incident is currently under investigation as authorities work to determine the cause of the accident.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68151662d5dec3bc94ef0436"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746212220000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","social_title":"","summary":"Officials said they are waiting on DNA testing to identify the victims because they were burned beyond recognition in the fiery crash.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Multiple People Killed In Crash Between Tour Van And Truck Near Yellowstone","permalink":"https://whyn.iheart.com/content/2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone/"},"slug":"2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68151662d5dec3bc94ef0436","title":"Multiple People Killed In Crash Between Tour Van And Truck Near Yellowstone","description":"Officials said they are waiting on DNA testing to identify the victims because they were burned beyond recognition in the fiery crash.","author":"iHeartRadio"},"pub_start":1746212220000,"pub_until":4115978604802,"pub_changed":1746212710180,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815145a53c0bb887120ca2d","slug:2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","slug:2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814e9b12f874bf6ca67bb76","type":"PUBLISHING","record":{"ref_id":"%2F6814e9b12f874bf6ca67bb76","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a40873eb-7088-42f0-aa52-d0153271c8dd","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68150bad2f874bf6ca67bb89","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-13-rory-mcilroy-wins-masters-in-playoff-completes-career-grand-slam/\" target=\"_blank\">\u003cstrong>Rory McIlroy\u003c/strong>\u003c/a> revealed the text he received from \u003ca href=\"https://www.iheart.com/content/2025-04-14-tiger-woods-reacts-to-rory-mcilroys-historic-masters-win/\" target=\"_blank\">\u003cstrong>Tiger Woods\u003c/strong>\u003c/a> after winning his first Masters Tournament and joining him in the exclusive Grand Slam major championship club during an appearance on \u003cem>the Tonight Show with \u003c/em>\u003cstrong>\u003cem>Jimmy Fallon\u003c/em>\u003c/strong> Thursday (May 1) night.\u003c/p>\n\n\u003cp>“He just said, ‘welcome to the club, kid,’” McIlroy said.\u003c/p>\n\n\u003cp>McIlroy's win at Augusta secured his fifth career major, having previously won the U.S. Open in 2011, PGA Championship in 2012 and 2014 and the Open Championship in 2014. The Northern Ireland native joined Woods, who completed the career Grand Slam in 2000, as well as \u003cstrong>Gene Sarazen\u003c/strong> (1935), \u003cstrong>Ben Hogan\u003c/strong> (1953), \u003cstrong>Gary Player\u003c/strong> (1965) and \u003cstrong>Jack Nicklaus\u003c/strong> (1966).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DeUZWEFbvN2A","@url":"https://www.youtube.com/watch?v=eUZWEFbvN2A","author_name":"The Tonight Show Starring Jimmy Fallon","author_url":"https://www.youtube.com/@fallontonight","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/eUZWEFbvN2A/hqdefault.jpg","thumbnail_width":480,"title":"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=eUZWEFbvN2A"},{"html":"\u003cp>Woods and McIlroy are both TaylorMade sponsored players and partnered together for the launch of TGL, an offseason golf league featuring themselves and other top PGA athletes that uses a combination of traditional golf and simulated indoor golf. McIlroy defeated \u003cstrong>Justin Rose\u003c/strong>, who led through the first two rounds of the four-day tournament, in a sudden death playoff at Augusta National Golf Course last month. \u003c/p>\n\n\u003cp>The 35-year-old missed a par putt, concluding regulation tied with Rose at 11-under par, before on the 18th hole before defeating Rose in a sudden death playoff by finishing at one over. McIlroy finished with a 73 through 18 holes, which included six birdies, three bogeys and a double bogey, finishing the round at +1 for the day and and 11-under for the tournament.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Rory McIlroy","keywords/Tiger Woods","keywords/Grand Slam","keywords/text","keywords/Masters","keywords/championship","keywords/tournament","keywords/club","keywords/PGA","keywords/Justin Rose","keywords/golf","keywords/Masters Tournament","keywords/major"],"primary_image":{"bucket":"new_assets","id":"%2F68150bad2f874bf6ca67bb89"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746210300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","social_title":"","summary":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","permalink":"https://whyn.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/"},"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89","title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","description":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","author":"Jason Hall"},"pub_start":1746210300000,"pub_until":4115978604802,"pub_changed":1746210647483,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814e9b12f874bf6ca67bb76","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","keyword:keywords/Rory McIlroy","keyword:keywords/Tiger Woods","keyword:keywords/Grand Slam","keyword:keywords/text","keyword:keywords/Masters","keyword:keywords/championship","keyword:keywords/tournament","keyword:keywords/club","keyword:keywords/PGA","keyword:keywords/Justin Rose","keyword:keywords/golf","keyword:keywords/Masters Tournament","keyword:keywords/major","author:user"]}},{"id":"%2F6815076553c0bb887120ca22","type":"PUBLISHING","record":{"ref_id":"%2F6815076553c0bb887120ca22","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"27aaca39-fe0d-416f-b82f-d9130453452d","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"cropped image of prison officer wearing handcuffs on prisoner","id":"%2F62bc742206a3034715868f22","new_tab":false,"schedule":{},"source_credit":"LightFieldStudios / iStock / Getty Images","title":"cropped image of prison officer wearing handcuffs on prisoner","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A Fort Carson soldier, \u003ca href=\"https://www.usatoday.com/story/news/nation/2025/05/02/army-soldier-colorado-raid-cocaine/83401012007/\" target=\"_blank\">Staff Sgt. \u003c/a>\u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">\u003cstrong>Juan Gabriel Orona-Rodriguez\u003c/strong>\u003c/a>\u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">, was arrested on federal drug charges\u003c/a>, including distribution and possession with intent to distribute cocaine, as well as conspiracy to distribute cocaine. The arrest took place on Wednesday (April 30) following a raid at an illegal nightclub in Colorado Springs, Colorado, known as Warike. The operation was part of a larger investigation led by the Drug Enforcement Administration (DEA) and the Federal Bureau of Investigation (FBI).\u003c/p>\n\n\u003cp>According to the U.S. Attorney’s Office, \u003ca href=\"https://www.justice.gov/usao-co/pr/army-soldier-charged-distribution-cocaine-following-dea-operation-illegal-nightclub\" target=\"_blank\">Orona-Rodriguez allegedly sold cocaine to an undercover DEA agent\u003c/a> during the week of April 21. Investigators found text messages on his phone, dating from September 2024 to April 2025, indicating his involvement in buying and selling cocaine. Orona-Rodriguez also held a leadership role in Immortal Security LLC, a company providing armed security to nightclubs, including Warike.\u003c/p>\n\n\u003cp>The raid on Warike involved over 300 officers and agents from various law enforcement agencies. During the operation, 114 individuals suspected of being in the U.S. unlawfully were detained. The \u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">raid was part of "Operation Take Back America,"\u003c/a> a nationwide initiative aimed at addressing illegal immigration and dismantling criminal organizations.\u003c/p>\n\n\u003cp>Orona-Rodriguez was one of about 17 active-duty Army service members present at the nightclub during the raid. The investigation and arrest were facilitated by the DEA's Rocky Mountain Division, the Army Criminal Investigation Division, and Fort Carson officials. The U.S. Attorney’s Office for the District of Colorado is handling the prosecution. Orona-Rodriguez is presumed innocent until proven guilty in court.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F62bc742206a3034715868f22"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746208620000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","social_title":"","summary":"Staff Sgt. Juan Gabriel Orona-Rodriguez was working security at the illegal club when it was raided by law enforcement.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Army Solider Arrested On Federal Drug Charges After Underground Club Raid","permalink":"https://whyn.iheart.com/content/2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid/"},"slug":"2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bc742206a3034715868f22","title":"Army Solider Arrested On Federal Drug Charges After Underground Club Raid","description":"Staff Sgt. Juan Gabriel Orona-Rodriguez was working security at the illegal club when it was raided by law enforcement.","author":"iHeartRadio"},"pub_start":1746208620000,"pub_until":4115978604802,"pub_changed":1746208959415,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815076553c0bb887120ca22","slug:2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","slug:2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814f68253c0bb887120ca17","type":"PUBLISHING","record":{"ref_id":"%2F6814f68253c0bb887120ca17","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8a3b116b-dec5-44cb-a144-a1cbbf5aad39","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - SEPTEMBER 04: U.S. President Donald Trump participates in a signing ceremony and meeting with the President of Serbia Aleksandar Vucic and the Prime Minister of Kosovo Avdullah Hoti in the Oval Office of the White House on September 4, 2020 in Washington, DC. The Trump administration is hosting the leaders to discuss furthering their economic relations. (Photo by Anna Moneymaker-Pool/Getty Images)","id":"%2F6814f7cf0650b7facb269484","new_tab":false,"schedule":{},"source_credit":"Pool / Getty Images News / Getty Images","title":"President Trump Hosts Trilateral With President Of Serbia And Prime Minister Of Kosovo","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> \u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> has released a budget proposal\u003c/a> that seeks to cut funding for health, education, and clean energy programs while increasing military spending. The proposal, detailed in a 40-page document, was sent to congressional leaders on Friday (May 2).\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxbusiness.com/politics/trump-admin-release-budget-outline-showing-defense-spending-boost\" target=\"_blank\">budget suggests a 23% reduction in discretionary funding\u003c/a>, totaling $163 billion, and a 13% increase in military spending. Among the proposed cuts are $18 billion from the National Institutes of Health, $4 billion from the Low Income Home Energy Assistance Program, and $3.6 billion from the Centers for Disease Control and Prevention. Clean energy, education, scientific research, and international aid programs also face reductions.\u003c/p>\n\n\u003cp>Conversely, the \u003ca href=\"https://www.reuters.com/world/us/trump-unveils-federal-budget-blueprint-2025-05-02/\" target=\"_blank\">budget proposes a $43.8 billion increase for the Department of Homeland Security\u003c/a> and $113.3 billion for the Defense Department. It also allocates $500 million for Health and Human Services Secretary Robert F. Kennedy Jr.'s "Make America Healthy Again" initiatives.\u003c/p>\n\n\u003cp>While White House budgets are typically symbolic and rarely enacted as proposed, they reflect the president's priorities and influence congressional debates. Trump's budget is expected to impact upcoming government funding talks, with current funding set to expire on September 30.\u003c/p>\n\n\u003cp>The budget has drawn praise from Republicans, including House Speaker \u003cstrong>Mike Johnson\u003c/strong>, who called it a "bold blueprint" for American strength. However, it has faced criticism from Democrats, with Senate Minority Leader \u003cstrong>Chuck Schumer\u003c/strong> labeling it an "all out assault on hardworking Americans."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6814f7cf0650b7facb269484"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746204420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","social_title":"","summary":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","permalink":"https://whyn.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/"},"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484","title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","description":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","author":"iHeartRadio"},"pub_start":1746204420000,"pub_until":4115978604802,"pub_changed":1746204754620,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814f68253c0bb887120ca17","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"WQJCS","region":"main:dynamic","type":"feed","ordinal":4,"value":{"feed_id":"USAGE:feed-usecases/Default Promotions","feed_index":0,"size":4,"title":""},"tags":["display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F67ffb335da50665248cd41bf","type":"LEADS","record":{"title":"Listen For Your Chance To Win!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67fcefd79a35e0b261210299","img_meta":{"base_id":"%2F67fcefd79a35e0b261210299","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/promotions/listen-to-win-1-000-1759062/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F5ea62874224ee14618cafcff","type":"LEADS","record":{"title":"Alexa, Play WHYN On iHeartRadio","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/7a2b12a9-538c-42a2-832d-b7f886a51b1e","img_meta":{"base_id":"/7a2b12a9-538c-42a2-832d-b7f886a51b1e","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"http://whyn.iheart.com/listen","web":"http://whyn.iheart.com/listen"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67b8f4a3e072eb3303429080","type":"LEADS","record":{"title":"Advertise with America's #1 Audio Company","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67b8f45de072eb330342907f","img_meta":{"base_id":"%2F67b8f45de072eb330342907f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"/advertise/?campid=advertise_promo"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F6813dd92969582f364283a8b","type":"LEADS","record":{"title":"The latest news in 4 minutes. Updated every hour, every day.","subtitle":"The latest news in 4 minutes updated every hour, every day.","image":"https://i.iheart.com/v3/re/new_assets/6813dd0c969582f364283a8a","img_meta":{"base_id":"%2F6813dd0c969582f364283a8a","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"ihr://goto/podcast/20697776","web":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?campid=promocard"},"name":"24/7 News: The Latest","description":"The latest news in 4 minutes updated every hour, every day."},"use_catalog_image":false,"catalog":{"name":"24/7 News: The Latest","id":"20697776","kind":"podcast","country":null}}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoyfSwiZW5kcyI6eyJKQXJSTiI6MSwid21lTksiOi0xfX0=","scopes":[]}}},{"id":"Ghum3","region":"main:dynamic","type":"weather","ordinal":5,"value":{"forecast_type":null,"geo_latitude":"{config.general.geo_latitude}","geo_longitude":"{config.general.geo_longitude}","title":null},"tags":["display-hints/tile","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802}},{"id":"Fx4YF","region":"main:dynamic","type":"traffic","ordinal":7,"value":{"geo_latitude":null,"geo_longitude":null,"traffic_zoom":null},"tags":["display-hints/tile"],"schedule":{"begin":0,"end":4115978604802}},{"id":"kIdtO","region":"main:dynamic","type":"feed","ordinal":8,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":4,"link":null,"position":null,"size":1,"title":"More Stories"},"tags":["display-hints/feed-date-stamp","display-hints/horizontal-reverse"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6814eda953c0bb887120ca0c","type":"PUBLISHING","record":{"ref_id":"%2F6814eda953c0bb887120ca0c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"48cbd041-91f8-46ca-b5b0-09e261ebdc54","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Space ship on orbit of Earth planet. Expedition of cargo spacecraft to ISS. Deep space and cities lights. Elements of this image furnished by NASA.\n(url: https://www.nasa.gov/sites/default/files/thumbnails/image/iss058e029952.jpg images-assets.nasa.gov/image/iss040e090540/iss040e090540~orig.jpg)","id":"%2F6814edde36fa97a5f2028289","new_tab":false,"schedule":{},"source_credit":"dima_zel / iStock / Getty Images","title":"Space ship on orbit of Earth planet. Expedition of cargo spacecraft to ISS. Deep space and cities lights. Elements of this image furnished by NASA.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Kosmos-482, a Soviet-era spacecraft launched in 1972, is \u003ca href=\"https://www.theguardian.com/science/2025/may/02/soviet-era-spacecraft-kosmos-482-uncontrolled-return-earth-next-week\" target=\"_blank\">expected to make an uncontrolled reentry into Earth's atmosphere\u003c/a> next week. The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.\u003c/p>\n\n\u003cp>The spacecraft, weighing approximately 1,100 pounds, is predicted to reenter around May 10. The \u003ca href=\"https://www.iflscience.com/kosmos-482-soviet-unions-failed-venus-probe-is-about-to-slam-into-earth-79013\" target=\"_blank\">reentry is expected to be uncontrolled\u003c/a>, but experts believe the risk to people on the ground is minimal. \u003c/p>\n\n\u003cp>Kosmos-482 was part of a series of Soviet missions to Venus, but unlike its successful counterpart, Venera 8, \u003ca href=\"https://www.sciencealert.com/defunct-soviet-spacecraft-set-to-crash-to-earth-in-fiery-end-to-53-year-orbit\" target=\"_blank\">it never left Earth's orbit\u003c/a>. The spacecraft's lander, designed to withstand Venus's harsh atmosphere, might survive reentry intact. However, The Guardian reports that the heat shield and parachute system may have degraded over time, potentially causing the probe to burn up upon reentry.\u003c/p>\n\n\u003cp>The reentry zone spans from 51.7 degrees north to 51.7 degrees south latitude, covering a vast area from London to Cape Horn. With most of Earth's surface being water, experts believe it is likely that the probe will fall into an ocean. As the reentry date approaches, more precise predictions will become available.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6814edde36fa97a5f2028289"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746201900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","social_title":"","summary":"The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Defunct Russian Space Probe From The 1970s To Crash Into The Earth","permalink":"https://whyn.iheart.com/content/2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth/"},"slug":"2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289","title":"Defunct Russian Space Probe From The 1970s To Crash Into The Earth","description":"The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.","author":"iHeartRadio"},"pub_start":1746201900000,"pub_until":4115978604802,"pub_changed":1746202262755,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814eda953c0bb887120ca0c","slug:2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","slug:2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"LSixG","region":"main:dynamic","type":"feed","ordinal":9,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":5,"link":null,"position":null,"size":5,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/xxsmall","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6814eae0ad683035cfc52517","type":"PUBLISHING","record":{"ref_id":"%2F6814eae0ad683035cfc52517","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f1c3f77e-ea79-41cb-9b26-5f5ecdf7b03f","revision_id":"AAAAAAAAAAAAAAAAAAAAAg=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"OKLAHOMA CITY, OK - OCTOBER 30: Head Coach Gregg Popovich of the San Antonio Spurs looks on during the game against the Oklahoma City Thunder on October 30, 2024 at Paycom Center in Oklahoma City, Oklahoma. NOTE TO USER: User expressly acknowledges and ag","id":"%2F6728f8d98db27342947a1a18","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"San Antonio Spurs v Oklahoma City Thunder","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Basketball Hall of Famer and five-time NBA champion \u003ca href=\"https://www.iheart.com/content/2025-02-23-decision-made-on-gregg-popovichs-status/\" target=\"_blank\">\u003cstrong>Gregg Popovich\u003c/strong>\u003c/a> will step down as head coach of the San Antonio Spurs and transition to a full-time role as team president, the team confirmed on Friday (May 2).\u003c/p>\n\n\u003cp>"While my love and passion for the game remain, I've decided it's time to step away as head coach," Popovich said in a statement shared by the team. "I'm forever grateful to the wonderful players, coaches, staff and fans who allowed me to serve them as the Spurs head coach and am excited for the opportunity to continue to support the organization, community and city that are so meaningful to me."\u003c/p>\n\n\u003cp>Popovich, 76, the NBA's all-time winningest coach, has been on a leave of absence from coaching since suffering what was described as a "mild stroke" in November.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cstrong>Shams Charania\u003c/strong>\u003c/a> initially reported Popovich's decision on Friday.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>"BREAKING: Gregg Popovich will no longer be Head Coach of the San Antonio Spurs and is transitioning full-time to Team President, sources told ESPN. The iconic Popovich is a Basketball Hall of Famer, the NBA’s all-time winningest coach, and led the Spurs to five championships," Charania wrote on his X account. "This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said."\u003c/p>\n\n\u003cp>Assistant \u003cstrong>Mitch Johnson\u003c/strong> was promoted to interim head coach and led the team to a 32-45 record in Popovich's absence, despite losing franchise center \u003ca href=\"https://www.iheart.com/content/2025-02-20-victor-wembanyama-to-miss-remainder-of-season-over-serious-issue/\" target=\"_blank\">\u003cstrong>Victor Wembanyama\u003c/strong>\u003c/a>, who was diagnosed with deep vein thrombosis in his right shoulder, in February.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Gregg Popovich","keywords/San Antonio Spurs","keywords/Shams Charania","keywords/Decision","keywords/sources","keywords/coach"],"primary_image":{"bucket":"new_assets","id":"%2F6728f8d98db27342947a1a18"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746201300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","social_title":"","summary":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","targets":[{"categories":["syndications/content"],"distribution":["markets/SANANTONIO-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Decision Made On Gregg Popovich's Future With Spurs","permalink":"https://whyn.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/"},"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18","title":"Decision Made On Gregg Popovich's Future With Spurs","description":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","author":"Jason Hall"},"pub_start":1746201300000,"pub_until":4115978604802,"pub_changed":1746202552005,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/SANANTONIO-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814eae0ad683035cfc52517","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","keyword:keywords/Gregg Popovich","keyword:keywords/San Antonio Spurs","keyword:keywords/Shams Charania","keyword:keywords/Decision","keyword:keywords/sources","keyword:keywords/coach","author:user"]}},{"id":"%2F6814e2e3b9a08480dd3cc524","type":"PUBLISHING","record":{"ref_id":"%2F6814e2e3b9a08480dd3cc524","type":"content","payload":{"amp_enabled":false,"apple_news":{"ref_id":"5e007300-7dd5-4666-8553-5680a3598756","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"speaks during the 'The Best of Laugh-In' panel at the PBS portion of the 2011 Winter TCA press tour held at the Langham Hotel on January 8, 2011 in Pasadena, California.","id":"%2F6814e316b9a08480dd3cc52f","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"2011 Winter TCA Tour - Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-25-actress-lar-park-lincoln-dead-at-63/\" target=\"_blank\">Actress\u003c/a> and comedian \u003cstrong>Ruth Buzzi\u003c/strong>, best known for appearing on the comedy variety series \u003cem>Rowan & Martin's Laugh-in\u003c/em>, died at the age of 88 on Thursday (May 1) from complications of Alzheimer's disease, her family announced on her official Facebook page.\u003c/p>\n\n\u003cp>"Ruth Buzzi died peacefully in her sleep at home in Texas, the post states. "She was in hospice care for several years with Alzheimer’s disease. Memorial arrangements by Lacy Funeral Home, Stephenville, Texas to be announced.\u003c/p>\n\n\u003cp>"Her family requests donating to Alzheimer’s research (\u003ca href=\"http://www.alz.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExWFdhbFR2TktwdGI0eFVlZgEe0WwkMDdqyBgkUBeqiUtPEwE4Xl8YwIwrbdYse9qOzFgaKFeprGUpTLHxbw0_aem_cMeiRIU3VfYu3_2OIfilQw\" target=\"_blank\">www.alz.org\u003c/a>) in lieu of flowers."\u003c/p>\n\n\u003cp>Buzzi had previously suffered a disabling stroke in 2022 and had been in hospice care for the last several years of her life.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Facebook Post","@query":"https://graph.facebook.com/v16.0/oembed_post?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.facebook.com%2FRealRuthBuzzi%2Fposts%2Fpfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl","@url":"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl","author_name":"Ruth","author_url":"https://www.facebook.com/RealRuthBuzzi","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\" class=\"fb-xfbml-parse-ignore\">\u003cp>July 24, 1936 – May 1, 2025\n\nRuth Buzzi died peacefully in her sleep at home in Texas.\n\nShe was in hospice care for...\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/RealRuthBuzzi\">Ruth Buzzi\u003c/a> on \u003ca href=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\">Friday, May 2, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider_name":"Facebook","provider_url":"https://www.facebook.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":552},"embed_type":"rich","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\" class=\"fb-xfbml-parse-ignore\">\u003cp>July 24, 1936 – May 1, 2025\n\nRuth Buzzi died peacefully in her sleep at home in Texas.\n\nShe was in hospice care for...\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/RealRuthBuzzi\">Ruth Buzzi\u003c/a> on \u003ca href=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\">Friday, May 2, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl"},{"html":"\u003cp>Buzzi's career began with appearances on \u003cem>The Garry Moore Show\u003c/em> and \u003cem>The Entertainers\u003c/em> in the early 1960s before making her lone Broadway run as part of the original cast for the musical \u003cem>Sweet Charity\u003c/em>. The Rhode Island native later made guest appearances on \u003cem>The Monkees\u003c/em> and landed a recurring role as 'Pete' on \u003cem>That Girl\u003c/em> before being selected as one of the original cast members on the variety show \u003cem>Laugh-in\u003c/em>.\u003c/p>\n\n\u003cp>Buzzi was the only original cast member to appear in every episode during the entirety of the series (1968-1973), which also launched the careers of \u003ca href=\"https://www.iheart.com/artist/goldie-hawn-30526118/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30526118\" data-catalog-related-id=\"\">\u003cstrong>Goldie Hawn\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/lily-tomlin-43910/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"43910\" data-catalog-related-id=\"\">\u003cstrong>Lily Tomlin\u003c/strong>\u003c/a>, \u003cstrong>Jo Anne Worley\u003c/strong> and \u003cstrong>Judy Carne\u003c/strong>, among others. The actress would later make guest appearances on numerous variety and late night shows and joined the \u003cem>Sesame Street\u003c/em> cast as shopkeeper Ruthie in 1993.\u003c/p>\n\n\u003cp>Buzzi is also credited for voice acting roles on \u003cem>Pound Puppies\u003c/em>, \u003cem>Berenstain Bears\u003c/em> and \u003cem>the Smurfs\u003c/em>, as well as performing in Las Vegas nightclubs before retiring in 2021.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-actress-ruth-buzzi-dead-at-88/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ruth Buzzi","keywords/Rowan & Martin's Laugh-in","keywords/home","keywords/sleep","keywords/actress","keywords/comedian"],"primary_image":{"bucket":"new_assets","id":"%2F6814e316b9a08480dd3cc52f"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746199200000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-actress-ruth-buzzi-dead-at-88","social_title":"","summary":"Actress and comedian Ruth Buzzi, best known for appearing on the comedy variety series Rowan & Martin's Laugh-in, has died at the age of 88.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Actress Ruth Buzzi Dead At 88","permalink":"https://whyn.iheart.com/content/2025-05-02-actress-ruth-buzzi-dead-at-88/"},"slug":"2025-05-02-actress-ruth-buzzi-dead-at-88","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6814e316b9a08480dd3cc52f","title":"Actress Ruth Buzzi Dead At 88","description":"Actress and comedian Ruth Buzzi, best known for appearing on the comedy variety series Rowan & Martin's Laugh-in, has died at the age of 88.","author":"Jason Hall"},"pub_start":1746199200000,"pub_until":4115978604802,"pub_changed":1746200266615,"subscription":[{"tags":["categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814e2e3b9a08480dd3cc524","slug:2025-05-02-actress-ruth-buzzi-dead-at-88","slug:2025-05-02-actress-ruth-buzzi-dead-at-88","keyword:keywords/Ruth Buzzi","keyword:keywords/Rowan & Martin's Laugh-in","keyword:keywords/home","keyword:keywords/sleep","keyword:keywords/actress","keyword:keywords/comedian","author:user"]}},{"id":"%2F6814dda053c0bb887120ca01","type":"PUBLISHING","record":{"ref_id":"%2F6814dda053c0bb887120ca01","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c2906d75-50a4-4312-8c73-0b57d4aeba26","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Small sad boy looking through the window during Coronavirus isolation.","id":"%2F62bb6dd1e8dfd4e2214c7d56","new_tab":false,"schedule":{},"source_credit":"Vera Livchak / Moment / Getty Images","title":"Small sad boy looking through the window during Coronavirus isolation.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Three children, twins aged eight and a ten-year-old, were \u003ca href=\"https://www.dailymail.co.uk/news/article-14671139/Incredible-moment-children-sunlight-time-four-years-rescued-House-Horrors-US-mother-German-father-kept-self-imposed-Covid-lockdown.html\" target=\"_blank\">rescued from a 'house of horrors' in Oviedo, Spain\u003c/a>, on Monday (April 28). Their parents, a 53-year-old German man and his 48-year-old American wife, were arrested and charged with domestic violence and child abandonment. The children had been kept indoors since December 2021 due to a self-imposed COVID-19 lockdown.\u003c/p>\n\n\u003cp>According to \u003cem>PEOPLE\u003c/em>, the Oviedo Police Department acted after a neighbor reported that the children had not been attending school. Upon investigation, police found the home in unsanitary conditions, with trash, medication, and masks scattered throughout. The children were reportedly living among feces and slept in cribs.\u003c/p>\n\n\u003cp>When officers entered the home, \u003ca href=\"https://www.yahoo.com/news/germans-locked-children-spanish-house-130226164.html\" target=\"_blank\">the parents placed multiple masks on the children\u003c/a>, claiming they were "very sick." However, the children appeared healthy but were dirty and had been isolated from the outside world.The children were unsteady when they first stepped outside and were overwhelmed by seeing sunlight and grass.\u003c/p>\n\n\u003cp>The parents allegedly used THC medication on the children, claiming it was for ADHD, though investigators were unsure if the children had the condition. The children have been placed in the custody of the Ministry of Welfare. The parents are being held in pretrial detention without bail and could face up to seven years in prison if convicted.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F62bb6dd1e8dfd4e2214c7d56"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746198240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","social_title":"","summary":"Authorities said the three kids had not been allowed outside since 2021.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kids Saved From Home Where They Had Been Locked Up By COVID-Fearing Parents","permalink":"https://whyn.iheart.com/content/2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents/"},"slug":"2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bb6dd1e8dfd4e2214c7d56","title":"Kids Saved From Home Where They Had Been Locked Up By COVID-Fearing Parents","description":"Authorities said the three kids had not been allowed outside since 2021.","author":"iHeartRadio"},"pub_start":1746198240000,"pub_until":4115978604802,"pub_changed":1746198588444,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814dda053c0bb887120ca01","slug:2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","slug:2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814d9e353c0bb887120c9f5","type":"PUBLISHING","record":{"ref_id":"%2F6814d9e353c0bb887120c9f5","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fdc934a1-d44f-4c5a-b852-d75049c4a763","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"FIJI - OCTOBER 29: A pilot in the cockpit controls the planes acceleration in take-off. Taveuni Island, Pacific Ocean, Fiji Islands. (Photo by Jason Edwards/National Geographic/Getty Images)","id":"%2F65f1f05e64c2e3a913748a1e","new_tab":false,"schedule":{},"source_credit":"Jason Edwards 972332/51C CrRM / The Image Bank Unreleased / Getty Images","title":"A pilot in the cockpit controls the planes acceleration in take-off.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>An American Airlines \u003ca href=\"https://www.foxnews.com/us/american-airlines-passenger-restrained-knocked-floor-barging-cockpit-video\" target=\"_blank\">passenger was restrained after attempting to enter the cockpit\u003c/a> on Flight 950 from São Paulo, Brazil, to New York City on Thursday (April 24). The incident occurred in the first-class cabin just before takeoff, causing a significant delay.\u003c/p>\n\n\u003cp>The female passenger, upset over the delayed departure, confronted the flight crew and tried to enter the cockpit. Video \u003ca href=\"https://x.com/aviationbrk/status/1917236878799258068\" target=\"_blank\">footage shows her being restrained\u003c/a> and knocked to the floor by airline staff. Another passenger also became involved, shouting at the woman, which escalated the situation further.\u003c/p>\n\n\u003cp>The flight, a Boeing 787-9 Dreamliner, returned to the gate due to the security issue. Both\u003ca href=\"https://nypost.com/2025/04/29/world-news/american-airlines-passenger-on-jfk-bound-flight-knocked-down-after-storming-cockpit/\" target=\"_blank\"> passengers were removed by law enforcement\u003c/a>, and the flight eventually departed over two hours later. American Airlines emphasized that "the safety and security of our customers and team members is our top priority" in a statement to Simple Flying.\u003c/p>\n\n\u003cp>The incident highlights ongoing concerns about unruly behavior on flights and the importance of cockpit security. The cockpit door was open during taxiing, a practice allowed for communication with ground staff, but it became a focal point in this altercation.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2Faviationbrk%2Fstatus%2F1917236878799258068","@url":"https://x.com/aviationbrk/status/1917236878799258068","author_name":"Breaking Aviation News & Videos","author_url":"https://twitter.com/aviationbrk","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">American Airlines crew members knock down a female passenger who tries to barge into the cockpit just before takeoff to New York.\u003ca href=\"https://t.co/pYLPlOeS9C\">pic.twitter.com/pYLPlOeS9C\u003c/a>\u003c/p>— Breaking Aviation News & Videos (@aviationbrk) \u003ca href=\"https://twitter.com/aviationbrk/status/1917236878799258068?ref_src=twsrc%5Etfw\">April 29, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/aviationbrk/status/1917236878799258068","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">American Airlines crew members knock down a female passenger who tries to barge into the cockpit just before takeoff to New York.\u003ca href=\"https://t.co/pYLPlOeS9C\">pic.twitter.com/pYLPlOeS9C\u003c/a>\u003c/p>— Breaking Aviation News & Videos (@aviationbrk) \u003ca href=\"https://twitter.com/aviationbrk/status/1917236878799258068?ref_src=twsrc%5Etfw\">April 29, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/aviationbrk/status/1917236878799258068"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F65f1f05e64c2e3a913748a1e"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746196920000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","social_title":"","summary":"Two passengers were removed from the flight by the police.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Passenger Tries Storming Plane's Cockpit, Gets Knocked To The Floor","permalink":"https://whyn.iheart.com/content/2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor/"},"slug":"2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/65f1f05e64c2e3a913748a1e","title":"Passenger Tries Storming Plane's Cockpit, Gets Knocked To The Floor","description":"Two passengers were removed from the flight by the police.","author":"iHeartRadio"},"pub_start":1746196920000,"pub_until":4115978604802,"pub_changed":1746197310181,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814d9e353c0bb887120c9f5","slug:2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","slug:2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814cfd153c0bb887120c9e8","type":"PUBLISHING","record":{"ref_id":"%2F6814cfd153c0bb887120c9e8","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"3ef71e39-8241-4952-afe6-8808585bc538","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Justin Collin Adams is accused of a hit-and-run that left three people injured.","id":"%2F6814d2b753c0bb887120c9f3","new_tab":false,"schedule":{},"source_credit":"Sullivan’s Island Police Department","title":"mugshot of Justin Collin Adams","type":"asset","url":"","use_caption":false},{"html":"\u003cp>South Carolina police have \u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">captured \u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">\u003cstrong>Justin Collin Adams\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">, the suspect in a hit-and-run incident that injured two children\u003c/a> and an adult near a preschool on Sullivan's Island. The incident occurred on Thursday (May 1) when Adams allegedly drove his vehicle into pedestrians outside Sunrise Presbyterian Church, which also serves as a daycare.\u003c/p>\n\n\u003cp>Authorities launched a manhunt after Adams fled the scene on foot, reportedly armed with a knife. Adams was \u003ca href=\"https://www.counton2.com/news/local-news/sullivan-island-hit-and-run/\" target=\"_blank\">found hiding in a boat near a dock\u003c/a> across from the church. The discovery was made by an officer in a Charleston County Aviation Unit helicopter.\u003c/p>\n\n\u003cp>During the search, Sullivan's Island Police Chief \u003cstrong>Glenn Meadows\u003c/strong> advised residents to stay indoors and call 911 if they saw anything suspicious. Multiple law enforcement agencies formed a quick response team, conducting a door-to-door search and checking all vehicles leaving the island.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.counton2.com/news/local-news/sullivan-island-hit-and-run/\" target=\"_blank\">injured individuals were taken to the hospital\u003c/a>, with one being treated and released on site. Authorities have not yet determined if the crash was intentional, and the Charleston County Sheriff's Office is leading the investigation to decide on charges.\u003c/p>\n\n\u003cp>Charleston County Sheriff \u003cstrong>Carl Ritchie\u003c/strong> stated that Adams is being interviewed to understand the motive behind the incident and to determine the appropriate charges. The FBI and U.S. Marshals were also involved in the search efforts.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"new_assets","id":"%2F6814d2b753c0bb887120c9f3"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746194880000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","social_title":"","summary":"Two children and adult were injured.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Police Find Preschool Hit And Run Suspect Hiding In Boat","permalink":"https://whyn.iheart.com/content/2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat/"},"slug":"2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6814d2b753c0bb887120c9f3","title":"Police Find Preschool Hit And Run Suspect Hiding In Boat","description":"Two children and adult were injured.","author":"iHeartRadio"},"pub_start":1746194880000,"pub_until":4115978604802,"pub_changed":1746195224851,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814cfd153c0bb887120c9e8","slug:2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","slug:2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"beE6F","region":"main:dynamic","type":"feed","ordinal":10,"value":{"feed_id":"ID:weekly-widget-feed","feed_index":3,"size":10,"title":""},"tags":["display-hints/cume"],"schedule":null,"feed":{"results":[],"resume":null}},{"id":"Vj1NU","region":"main:dynamic","type":"podcasts","ordinal":13,"value":{"shows":[{"ref":"config://field/general.default_podcasts","scope":null,"type":"VAR"}]},"tags":[],"schedule":null,"podcasts":["27542469","57927691","28840241","23014384","96875132","28502187"]},{"id":"fvUic","region":"main:dynamic","type":"feed","ordinal":14,"value":{"ad_split":50,"feed_id":"ID:sports-news-feed","feed_index":1,"link":null,"position":null,"size":1,"title":"Sports"},"tags":["display-hints/feed-date-stamp","display-hints/horizontal"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F68152d733e71feabcde87c56","type":"PUBLISHING","record":{"ref_id":"%2F68152d733e71feabcde87c56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"450a79d3-79d6-43c2-8949-bd8d4a875578","revision_id":"AAAAAAAAAAAAAAAAAAAABg=="},"author":"Lauren Crawford","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 31: Team United States Women's Rugby Seven's athletes pose for a photo with their bronze medals at Champions Park on day five of the Olympic Games Paris 2024 on July 31, 2024 in Paris, France. (Photo by Arturo Holmes/Getty Images)","id":"%2F68153af43e71feabcde87c6e","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Champions Park - Olympic Games Paris 2024: Day 5","type":"asset","url":"","use_caption":false},{"html":"\u003cp>What does it take to train like an Olympian?\u003c/p>\n\n\u003cp>Well, the answer may not shock you — a whole lot. I recently got a glimpse of just how much, thanks to a mild training session (and I use that word loosely) with one of Team USA’s most dominant Olympic squads: the history-making U.S. women’s rugby sevens team, who took home the country’s first-ever Olympic rugby medal at the 2024 Summer Games in Paris.\u003c/p>\n\n\u003cp>Thanks to \u003ca href=\"https://www.questnutrition.com/\" target=\"_blank\">Quest Nutrition\u003c/a>, I got to spend the day with a few of these elite athletes and not only train like an Olympian but eat like one too. (I'm now officially obsessed with Quest Overload Bars and chips.)\u003c/p>\n\n\u003cp>The training took place at the Chula Vista Elite Athlete Training Center, where I had the chance to learn directly from\u003cstrong> Josh Schell\u003c/strong>, USA Men’s Head of Performance, and \u003cstrong>Jacque Scaramella\u003c/strong>, MS, RD, CSSD, Sports Dietitian for U.S. Rugby 7s. Let's just say, I was in the hands of the best.\u003c/p>\n\n\u003cp>Before we dive into the training — and yes, we’ll get to that — I got the chance to chat with \u003cstrong>Ariana Ramsey\u003c/strong>, a breakout star of Team USA. She opened up about how she fuels her body through an intense training schedule that's already preparing her for the road to LA 2028.\u003c/p>\n\n\u003cp>For Ariana, proper fuel is key, and that includes her go-to snack: Quest Chips. “At every meeting, we’re eating Quest chips," she told me. "The spicy chili and loaded taco flavors are my favorite.” With two-a-day sessions, weight training, and team meetings all packed into a typical day, it’s no surprise that recovery and protein-packed fuel are essential.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 29: Team United States celebrate victory as they pose for a photo with the Bell after the Women's Rugby Sevens Quarter Final match between Team Great Britain and Team United States on day three of the Olympic Games Paris 2024 at Stade","id":"%2F68153a2e3e71feabcde87c6c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 3","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Now, back to that training session. With coaching from the pros, I jumped, well, power walked, into a series of drills to test whether I had what it takes to make the Olympic team (spoiler alert: I don’t). But I \u003cem>did\u003c/em> learn how to tackle, throw, catch, and kick like a rugby player, getting a small taste of what these powerhouse athletes go through daily.\u003c/p>\n\n\u003cp>While the team is already gearing up for LA 2028, I couldn’t help but ask Ariana what it meant to take home that historic bronze medal almost one year ago. “Winning something at the Olympics changed everything,” she shared. “The momentum, the publicity, the support. It meant more funding for the program and more visibility for the sport. Now, we have to medal again in LA. That pressure is real, but it’s motivating.”\u003c/p>\n\n\u003cp>Keep scrolling to read more from my Q&A with Ariana Ramsey.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 30: Ariana Ramsey #1 of Team United States celebrates after the Women's Bronze Final rugby 7 match between USA and Australia on day four of the Paris 2024 Olympic Games at Stade de France on July 30, 2024 in Paris, France. (Photo by A","id":"%2F681539e23e71feabcde87c67","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003ch3>\u003cstrong>It’s been nearly a year since the Paris Olympics. What has life been like since?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Right after the Olympics I was getting so many opportunities, speaking engagements, content creation opportunities. My Instagram just went from, you know, freaking 10K to 100K. I was just really grateful for that. Ever since, I’ve just been trying to continue to build my brand, create content, and still try to inspire people from the Games. Life’s been good. I’m back into training, looking ahead to LA 2028. So yeah, I'm really excited for that.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>Have you felt the weight of your Olympic impact, in terms of just how far your story has reached?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Yes. I went to the Tokyo Olympics, and when we didn’t win anything it was like, 'Okay, she went to the Olympics,' and that was it. But when we actually medaled. That was a huge shift. Publicity, the amount of money we received as a program... it just felt so good to actually win something.\u003c/blockquote>\n\n\u003cblockquote>The weight is definitely there, especially for LA 2028. Like, we have to medal now. If we don’t, it’s like, 'Was it just a fluke back then?' So the weight is definitely there, but all I can do is put in the work every day, be focused every practice, so that I don’t have any regrets. I just want to do everything right and hopefully the outcome is what I want.\u003c/blockquote>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40iheartradio%2Fvideo%2F7496696653672484126%3Flang%3Den","@url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en","author_name":"iHeartRadio","author_unique_id":"iheartradio","author_url":"https://www.tiktok.com/@iheartradio","embed_product_id":"7496696653672484126","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1280,"thumbnail_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/obj/tos-useast8-p-0068-tx2/osAEqI1QGfavzEOaAIefArAAkLjrAQIItpkjJT?lk3s=b59d6b55&x-expires=1746392400&x-signature=h2Nzm3lR3i780mEh1AKjqJMhnPQ%3D&shp=b59d6b55&shcp=-","thumbnail_width":720,"title":"I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of #TeamUSA’s Women’s Rugby during the #Olympics! @Ari Ramsey 🏉🇺🇸 #loveislandusa ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en"},{"html":"\u003ch3>\u003cstrong>Since medaling, have you noticed a shift in how people view or support rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Oh my God, yes. A lot of people I talk to say their daughter has joined rugby because we won. That’s so inspiring. I’m trying to grow the game. We all are. Hopefully we can open more rugby teams in high schools, that’s the goal now and in colleges too. I think the game is growing. People tell me it is, and I just hope that by us playing, it’ll all pay off.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>You’re inspiring so many. Who inspired you when it came to the game of rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Definitely \u003ca href=\"https://www.instagram.com/nayatapper/?hl=en\" target=\"_blank\">\u003cstrong>Naya Tapper\u003c/strong>\u003c/a>. She was one of the only Black women on the team. \u003ca href=\"https://www.instagram.com/kristhomas11/?hl=en\" target=\"_blank\">\u003cstrong>Kris Thomas\u003c/strong>\u003c/a> too, she’s from Philly. But Naya was the top try scorer and I was like, 'Oh my God, I want to be like her.' And then I finally got to play with her, watching her as a leader was so inspiring. I want to be that for people. So yeah, I would say her.\u003c/blockquote>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/","cuser":"user/ldap/1122166","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Olympics","keywords/Rugby","keywords/BIN","keywords/women's rugby team","keywords/USA Women's Rugby Sevens"],"primary_image":{"bucket":"new_assets","id":"%2F681539e23e71feabcde87c67"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},"publish_date":1746222060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","social_title":"","summary":"What does it take to train like an Olympian?","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/sports"],"distribution":["formats/BINNEWS"]},{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","permalink":"https://whyn.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"},"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67","title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","description":"What does it take to train like an Olympian?","author":"Lauren Crawford"},"pub_start":1746222060000,"pub_until":4115978604802,"pub_changed":1746223302616,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/sports","formats/BINNEWS"]},{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68152d733e71feabcde87c56","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","keyword:keywords/Olympics","keyword:keywords/Rugby","keyword:keywords/BIN","keyword:keywords/women's rugby team","keyword:keywords/USA Women's Rugby Sevens","author:user"]}}],"resume":{"id":"ID:sports-news-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImJxaUk1IjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"fO6Qt","region":"main:dynamic","type":"feed","ordinal":19,"value":{"ad_split":50,"feed_id":"ID:sports-news-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-date-stamp","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6814e9b12f874bf6ca67bb76","type":"PUBLISHING","record":{"ref_id":"%2F6814e9b12f874bf6ca67bb76","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a40873eb-7088-42f0-aa52-d0153271c8dd","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68150bad2f874bf6ca67bb89","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-13-rory-mcilroy-wins-masters-in-playoff-completes-career-grand-slam/\" target=\"_blank\">\u003cstrong>Rory McIlroy\u003c/strong>\u003c/a> revealed the text he received from \u003ca href=\"https://www.iheart.com/content/2025-04-14-tiger-woods-reacts-to-rory-mcilroys-historic-masters-win/\" target=\"_blank\">\u003cstrong>Tiger Woods\u003c/strong>\u003c/a> after winning his first Masters Tournament and joining him in the exclusive Grand Slam major championship club during an appearance on \u003cem>the Tonight Show with \u003c/em>\u003cstrong>\u003cem>Jimmy Fallon\u003c/em>\u003c/strong> Thursday (May 1) night.\u003c/p>\n\n\u003cp>“He just said, ‘welcome to the club, kid,’” McIlroy said.\u003c/p>\n\n\u003cp>McIlroy's win at Augusta secured his fifth career major, having previously won the U.S. Open in 2011, PGA Championship in 2012 and 2014 and the Open Championship in 2014. The Northern Ireland native joined Woods, who completed the career Grand Slam in 2000, as well as \u003cstrong>Gene Sarazen\u003c/strong> (1935), \u003cstrong>Ben Hogan\u003c/strong> (1953), \u003cstrong>Gary Player\u003c/strong> (1965) and \u003cstrong>Jack Nicklaus\u003c/strong> (1966).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DeUZWEFbvN2A","@url":"https://www.youtube.com/watch?v=eUZWEFbvN2A","author_name":"The Tonight Show Starring Jimmy Fallon","author_url":"https://www.youtube.com/@fallontonight","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/eUZWEFbvN2A/hqdefault.jpg","thumbnail_width":480,"title":"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=eUZWEFbvN2A"},{"html":"\u003cp>Woods and McIlroy are both TaylorMade sponsored players and partnered together for the launch of TGL, an offseason golf league featuring themselves and other top PGA athletes that uses a combination of traditional golf and simulated indoor golf. McIlroy defeated \u003cstrong>Justin Rose\u003c/strong>, who led through the first two rounds of the four-day tournament, in a sudden death playoff at Augusta National Golf Course last month. \u003c/p>\n\n\u003cp>The 35-year-old missed a par putt, concluding regulation tied with Rose at 11-under par, before on the 18th hole before defeating Rose in a sudden death playoff by finishing at one over. McIlroy finished with a 73 through 18 holes, which included six birdies, three bogeys and a double bogey, finishing the round at +1 for the day and and 11-under for the tournament.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Rory McIlroy","keywords/Tiger Woods","keywords/Grand Slam","keywords/text","keywords/Masters","keywords/championship","keywords/tournament","keywords/club","keywords/PGA","keywords/Justin Rose","keywords/golf","keywords/Masters Tournament","keywords/major"],"primary_image":{"bucket":"new_assets","id":"%2F68150bad2f874bf6ca67bb89"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746210300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","social_title":"","summary":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","permalink":"https://whyn.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/"},"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89","title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","description":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","author":"Jason Hall"},"pub_start":1746210300000,"pub_until":4115978604802,"pub_changed":1746210647483,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814e9b12f874bf6ca67bb76","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","keyword:keywords/Rory McIlroy","keyword:keywords/Tiger Woods","keyword:keywords/Grand Slam","keyword:keywords/text","keyword:keywords/Masters","keyword:keywords/championship","keyword:keywords/tournament","keyword:keywords/club","keyword:keywords/PGA","keyword:keywords/Justin Rose","keyword:keywords/golf","keyword:keywords/Masters Tournament","keyword:keywords/major","author:user"]}},{"id":"%2F6814eae0ad683035cfc52517","type":"PUBLISHING","record":{"ref_id":"%2F6814eae0ad683035cfc52517","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f1c3f77e-ea79-41cb-9b26-5f5ecdf7b03f","revision_id":"AAAAAAAAAAAAAAAAAAAAAg=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"OKLAHOMA CITY, OK - OCTOBER 30: Head Coach Gregg Popovich of the San Antonio Spurs looks on during the game against the Oklahoma City Thunder on October 30, 2024 at Paycom Center in Oklahoma City, Oklahoma. NOTE TO USER: User expressly acknowledges and ag","id":"%2F6728f8d98db27342947a1a18","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"San Antonio Spurs v Oklahoma City Thunder","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Basketball Hall of Famer and five-time NBA champion \u003ca href=\"https://www.iheart.com/content/2025-02-23-decision-made-on-gregg-popovichs-status/\" target=\"_blank\">\u003cstrong>Gregg Popovich\u003c/strong>\u003c/a> will step down as head coach of the San Antonio Spurs and transition to a full-time role as team president, the team confirmed on Friday (May 2).\u003c/p>\n\n\u003cp>"While my love and passion for the game remain, I've decided it's time to step away as head coach," Popovich said in a statement shared by the team. "I'm forever grateful to the wonderful players, coaches, staff and fans who allowed me to serve them as the Spurs head coach and am excited for the opportunity to continue to support the organization, community and city that are so meaningful to me."\u003c/p>\n\n\u003cp>Popovich, 76, the NBA's all-time winningest coach, has been on a leave of absence from coaching since suffering what was described as a "mild stroke" in November.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cstrong>Shams Charania\u003c/strong>\u003c/a> initially reported Popovich's decision on Friday.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>"BREAKING: Gregg Popovich will no longer be Head Coach of the San Antonio Spurs and is transitioning full-time to Team President, sources told ESPN. The iconic Popovich is a Basketball Hall of Famer, the NBA’s all-time winningest coach, and led the Spurs to five championships," Charania wrote on his X account. "This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said."\u003c/p>\n\n\u003cp>Assistant \u003cstrong>Mitch Johnson\u003c/strong> was promoted to interim head coach and led the team to a 32-45 record in Popovich's absence, despite losing franchise center \u003ca href=\"https://www.iheart.com/content/2025-02-20-victor-wembanyama-to-miss-remainder-of-season-over-serious-issue/\" target=\"_blank\">\u003cstrong>Victor Wembanyama\u003c/strong>\u003c/a>, who was diagnosed with deep vein thrombosis in his right shoulder, in February.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Gregg Popovich","keywords/San Antonio Spurs","keywords/Shams Charania","keywords/Decision","keywords/sources","keywords/coach"],"primary_image":{"bucket":"new_assets","id":"%2F6728f8d98db27342947a1a18"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746201300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","social_title":"","summary":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","targets":[{"categories":["syndications/content"],"distribution":["markets/SANANTONIO-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Decision Made On Gregg Popovich's Future With Spurs","permalink":"https://whyn.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/"},"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18","title":"Decision Made On Gregg Popovich's Future With Spurs","description":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","author":"Jason Hall"},"pub_start":1746201300000,"pub_until":4115978604802,"pub_changed":1746202552005,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/SANANTONIO-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814eae0ad683035cfc52517","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","keyword:keywords/Gregg Popovich","keyword:keywords/San Antonio Spurs","keyword:keywords/Shams Charania","keyword:keywords/Decision","keyword:keywords/sources","keyword:keywords/coach","author:user"]}},{"id":"%2F6814b95a33230c8042cc2565","type":"PUBLISHING","record":{"ref_id":"%2F6814b95a33230c8042cc2565","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1f84c1ad-78d4-4263-b253-91268a238c52","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNjg0OTUyOTg3JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"CHARLOTTE, NORTH CAROLINA - AUGUST 17: Steve Smith Sr. of the NFL Network arrives before a preseason game between the Carolina Panthers and the New York Jets at Bank of America Stadium on August 17, 2024 in Charlotte, North Carolina. (Kara Durrette/Getty ","id":"%2F67bcc021ee88ab70cf3aa3b4","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"New York Jets v Carolina Panthers","type":"asset","url":"","use_caption":false},{"html":"\u003cp>NFL legend \u003ca href=\"https://www.iheart.com/content/2025-02-25-steve-smith-srs-son-receives-hateful-messages-amid-dads-alleged-affair/\" target=\"_blank\">\u003cstrong>Steve Smith Sr.\u003c/strong>\u003c/a> is being sued under a "homewrecker law" by a man who \u003ca href=\"https://www.iheart.com/content/2025-02-24-explicit-posts-reveal-nfl-legends-alleged-affair-with-marching-band-member/\" target=\"_blank\">attempted to publicly expose him for having an affair\u003c/a> with his wife earlier this year.\u003c/p>\n\n\u003cp>\u003cstrong>Anthony Martinez\u003c/strong>, who publicly accused Smith of having sex with his wife, a member of the \u003ca href=\"https://www.iheart.com/content/2025-02-17-baltimore-ravens-offensive-lineman-ben-cleveland-arrested/\" target=\"_blank\">Baltimore Ravens\u003c/a> Band, is seeking more than $100,000 in a civil lawsuit filed in Mecklenburg County Superior Court, \u003ca href=\"https://www.charlotteobserver.com/news/local/crime/article305367636.html\" target=\"_blank\">\u003cem>the Charlotte Observer\u003c/em>\u003c/a> reports. The case is under North Carolina's "homewrecker law," which allows a spouse to file a lawsuit against an individual who impedes on and breaks up a couple's marriage, though Martinez will need to prove there was genuine affection in his marriage prior to the affair.\u003c/p>\n\n\u003cp>North Carolina is among six states in the U.S. that allows such lawsuits. In February, Martinez shared multiple screenshots of messages allegedly exchanged Smith and his wife, as well as a video of himself on the phone with someone he claimed was the retired wide receiver and addressed as "Steve," in since-deleted posts on his X account.\u003c/p>\n\n\u003cp>“What do you have to say for yourself?” Martinez asked during the call.\u003c/p>\n\n\u003cp>"I'm sorry," the voice responded after a pause.\u003c/p>\n\n\u003cp>X user @FearedBuck shared a screengrab of the explicit messages and the call made by Martinez \u003ca href=\"https://x.com/FearedBuck/status/1893372929313759561\" target=\"_blank\">here\u003c/a>.\u003c/p>\n\n\u003cp>Smith, 45, has been married to his wife since his senior season at the University of Utah in 2000. A Facebook post shared by an account claiming to be Martinez's wife stated that they have one son.\u003c/p>\n\n\u003cp>Smith was one of the NFL's best wide receivers of the 2000s and arguably the best in Carolina Panthers' history, having spent his first 13 seasons with the franchise and final three with the Ravens. The Los Angeles native was a two-time first-team All-Pro in 2001 and 2005, a second-team All-Pro in 2008, a five-time Pro Bowler (2001, 2005, 2006, 2008, 2011) and led the NFL in receptions, receiving yards and receiving touchdowns in 2005.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Steve Smith Sr.","keywords/Anthony Martinez","keywords/North Carolina","keywords/legend","keywords/homewrecker law","keywords/man","keywords/wife","keywords/member","keywords/NFL","keywords/NFL Network","keywords/football","keywords/Carolina Panthers","keywords/Baltimore Ravens"],"primary_image":{"bucket":"new_assets","id":"%2F67bcc021ee88ab70cf3aa3b4"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746189840000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law","social_title":"","summary":"NFL legend Steve Smith Sr. is being sued under a 'homewrecker law.'","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"NFL Legend Steve Smith Sued Under 'Homewrecker Law'","permalink":"https://whyn.iheart.com/content/2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law/"},"slug":"2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67bcc021ee88ab70cf3aa3b4","title":"NFL Legend Steve Smith Sued Under 'Homewrecker Law'","description":"NFL legend Steve Smith Sr. is being sued under a 'homewrecker law.'","author":"Jason Hall"},"pub_start":1746189840000,"pub_until":4115978604802,"pub_changed":1746190168085,"subscription":[{"tags":["categories/sports","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814b95a33230c8042cc2565","slug:2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law","slug:2025-05-02-nfl-legend-steve-smith-sued-under-homewrecker-law","keyword:keywords/Steve Smith Sr.","keyword:keywords/Anthony Martinez","keyword:keywords/North Carolina","keyword:keywords/legend","keyword:keywords/homewrecker law","keyword:keywords/man","keyword:keywords/wife","keyword:keywords/member","keyword:keywords/NFL","keyword:keywords/NFL Network","keyword:keywords/football","keyword:keywords/Carolina Panthers","keyword:keywords/Baltimore Ravens","author:user"]}},{"id":"%2F6813e298f5410d33a0198337","type":"PUBLISHING","record":{"ref_id":"%2F6813e298f5410d33a0198337","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1d2035bc-2f1b-4a7a-9c68-a732eca5a337","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813e3bef5410d33a0198342","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"2025 NBA Playoffs - Milwaukee Bucks v Indiana Pacers - Game Five","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Indiana Pacers guard \u003cstrong>Tyrese Haliburton\u003c/strong>'s father, \u003cstrong>John\u003c/strong>, will not attend the team's games for the foreseeable future following an incident with \u003ca href=\"https://www.iheart.com/content/2025-04-28-damian-lillards-injury-status-determined/\" target=\"_blank\">Milwaukee Bucks\u003c/a> forward \u003ca href=\"https://www.iheart.com/content/2023-10-23-giannis-antetokounmpo-agrees-to-massive-extension-with-bucks/\" target=\"_blank\">\u003cstrong>Giannis Antetokounmpo\u003c/strong>\u003c/a>, a Pacers spokesperson confirmed to \u003ca href=\"https://www.espn.com/nba/story/_/id/44954291/tyrese-haliburton-father-staying-away-pacers-games\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>'s \u003cstrong>Shams Charania\u003c/strong> on Thursday (May 1).\u003c/p>\n\n\u003cp>"After conversations with Tyrese Haliburton’s father John Haliburton and the Indiana Pacers front office, John Haliburton will not attend the team’s home and road games for the foreseeable future, a Pacers spokesperson told ESPN," Charania wrote on his X account. "This was a decision made by the Pacers front office and John Haliburton was understanding and accepted the choice after confronting Giannis Antetokounmpo on the court postgame Tuesday night."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918035712869335261","@url":"https://x.com/ShamsCharania/status/1918035712869335261","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This was a decision made by the Pacers front office and John Haliburton was understanding and accepted the choice after confronting Giannis Antetokounmpo on the court postgame Tuesday night. \u003ca href=\"https://t.co/8FnFQSOIAZ\">https://t.co/8FnFQSOIAZ\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918035712869335261?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918035712869335261","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This was a decision made by the Pacers front office and John Haliburton was understanding and accepted the choice after confronting Giannis Antetokounmpo on the court postgame Tuesday night. \u003ca href=\"https://t.co/8FnFQSOIAZ\">https://t.co/8FnFQSOIAZ\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918035712869335261?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918035712869335261"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FFOS%2Fstatus%2F1918037470035280204","@url":"https://x.com/FOS/status/1918037470035280204","author_name":"Front Office Sports","author_url":"https://twitter.com/FOS","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tyrese Haliburton's father will not attend the Pacers' home or road games for the foreseeable future after an altercation with Giannis Antetokounmpo, per \u003ca href=\"https://twitter.com/ShamsCharania?ref_src=twsrc%5Etfw\">@ShamsCharania\u003c/a>.\u003cbr>\u003cbr>The decision was made by the Pacers front office.\u003ca href=\"https://t.co/Vb5e7g1NQs\">pic.twitter.com/Vb5e7g1NQs\u003c/a>\u003c/p>— Front Office Sports (@FOS) \u003ca href=\"https://twitter.com/FOS/status/1918037470035280204?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/FOS/status/1918037470035280204","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tyrese Haliburton's father will not attend the Pacers' home or road games for the foreseeable future after an altercation with Giannis Antetokounmpo, per \u003ca href=\"https://twitter.com/ShamsCharania?ref_src=twsrc%5Etfw\">@ShamsCharania\u003c/a>.\u003cbr>\u003cbr>The decision was made by the Pacers front office.\u003ca href=\"https://t.co/Vb5e7g1NQs\">pic.twitter.com/Vb5e7g1NQs\u003c/a>\u003c/p>— Front Office Sports (@FOS) \u003ca href=\"https://twitter.com/FOS/status/1918037470035280204?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/FOS/status/1918037470035280204"},{"html":"\u003cp>Tyrese Haliburton hit a go-ahead layup with 1.3 seconds remaining in Tuesday's (April 29) Eastern Conference first-round series-clinching 119-118 win against the Bucks at Gainbridge Fieldhouse. The elder Haliburton was seen waving a towel toward the direction of Antetokounmpo, who finished with 30 points, 20 rebounds and 13 assists, before the Milwaukee star confronted him forehead-to-forehead after the game.\u003c/p>\n\n\u003cp>"I believe in being humble in victory," Antetokounmpo said after the game via \u003cem>ESPN\u003c/em>. "A lot of people out there that are like, no, when you win the game, you talk s--- and it's a green light for you to be disrespectful towards somebody else. I disagree."\u003c/p>\n\n\u003cp>John Haliburton, who claimed he wasn't waving the towel at Antetokounmpo while speaking to \u003ca href=\"https://www.facebook.com/tmj4/videos/1206990914359688\" target=\"_blank\">\u003cem>TMJ4\u003c/em>\u003c/a>, shared a public apology on social media after the incident.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Facebook Video","@query":"https://graph.facebook.com/v16.0/oembed_video?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.facebook.com%2Ftmj4%2Fvideos%2F1206990914359688","@url":"https://www.facebook.com/tmj4/videos/1206990914359688","author_name":"TMJ4","author_url":"https://www.facebook.com/tmj4","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/tmj4/videos/1206990914359688\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/tmj4/videos/1206990914359688/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/tmj4/videos/1206990914359688/\">\u003c/a>\u003cp>Tyrese Haliburton's father spoke with TMJ4 about what Bucks MVP Giannis Antetokounmpo said during a confrontation following Tuesday's playoff game. \n\nThings got heated after John Haliburton walked onto the court and supposedly tracked down the Bucks superstar.\n\nSee the full interview: https://www.tmj4.com/sports/basketball/milwaukee-bucks/dont-you-ever-f-disrespect-me-tyrese-haliburtons-father-tells-tmj4-what-giannis-said-in-confrontation\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/tmj4\">TMJ4 News\u003c/a> on Wednesday, April 30, 2025\u003c/blockquote>\u003c/div>","provider_name":"Facebook","provider_url":"https://www.facebook.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"video","version":"1.0","width":500},"embed_type":"video","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/tmj4/videos/1206990914359688\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/tmj4/videos/1206990914359688/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/tmj4/videos/1206990914359688/\">\u003c/a>\u003cp>Tyrese Haliburton's father spoke with TMJ4 about what Bucks MVP Giannis Antetokounmpo said during a confrontation following Tuesday's playoff game. \n\nThings got heated after John Haliburton walked onto the court and supposedly tracked down the Bucks superstar.\n\nSee the full interview: https://www.tmj4.com/sports/basketball/milwaukee-bucks/dont-you-ever-f-disrespect-me-tyrese-haliburtons-father-tells-tmj4-what-giannis-said-in-confrontation\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/tmj4\">TMJ4 News\u003c/a> on Wednesday, April 30, 2025\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/tmj4/videos/1206990914359688"},{"html":"\u003cp>"I sincerely apologize to Giannis, the Milwaukee Bucks and the Pacers organization for my actions following tonight's game. This was not a good reflection on our sport or my son and I will not make that mistake again," via \u003cem>ESPN\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Giannis Antetokounmpo","keywords/Tyrese Haliburton","keywords/father","keywords/Shams Charania","keywords/John Haliburton","keywords/games","keywords/Decision","keywords/incident","keywords/front office","keywords/NBA","keywords/basketball","keywords/Indiana Pacers","keywords/Milwaukee Bucks"],"primary_image":{"bucket":"new_assets","id":"%2F6813e3bef5410d33a0198342"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746134280000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident","social_title":"","summary":"A decision has been made on Tyrese Haliburton's father's status after an on-court incident.","targets":[{"categories":["syndications/content"],"distribution":["markets/INDIANAPOLIS-IN","markets/MILWAUKEE-WI"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Decision Made On Tyrese Haliburton's Father After Incident","permalink":"https://whyn.iheart.com/content/2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident/"},"slug":"2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813e3bef5410d33a0198342","title":"Decision Made On Tyrese Haliburton's Father After Incident","description":"A decision has been made on Tyrese Haliburton's father's status after an on-court incident.","author":"Jason Hall"},"pub_start":1746134280000,"pub_until":4115978604802,"pub_changed":1746134640416,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/INDIANAPOLIS-IN","markets/MILWAUKEE-WI"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813e298f5410d33a0198337","slug:2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident","slug:2025-05-01-decision-made-on-tyrese-haliburtons-father-after-incident","keyword:keywords/Giannis Antetokounmpo","keyword:keywords/Tyrese Haliburton","keyword:keywords/father","keyword:keywords/Shams Charania","keyword:keywords/John Haliburton","keyword:keywords/games","keyword:keywords/Decision","keyword:keywords/incident","keyword:keywords/front office","keyword:keywords/NBA","keyword:keywords/basketball","keyword:keywords/Indiana Pacers","keyword:keywords/Milwaukee Bucks","author:user"]}},{"id":"%2F6813bb9d7d01815224da3333","type":"PUBLISHING","record":{"ref_id":"%2F6813bb9d7d01815224da3333","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"246b9ace-daf0-4825-9052-2605fa26bf56","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PITTSBURGH, PENNSYLVANIA - APRIL 30: A fan is carted off the field after falling from the stands during the seventh inning of the game between the Chicago Cubs and the Pittsburgh Pirates at PNC Park on April 30, 2025 in Pittsburgh, Pennsylvania. (Photo by","id":"%2F6813bd9f7d01815224da3343","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Chicago Cubs v Pittsburgh Pirates","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A man is reported to be in "critical condition" after falling from the Clemente Wall in right field at PNC Park during Wednesday (April 30) night's game between the \u003ca href=\"https://www.iheart.com/content/2024-12-19-sammy-sosa-cubs-finally-end-feud-amid-apparent-confession/\" target=\"_blank\">Chicago Cubs\u003c/a> and \u003ca href=\"https://www.iheart.com/content/2024-07-12-paul-skenes-achieves-major-milestone-in-historic-rookie-season/https://www.iheart.com/content/2024-07-12-paul-skenes-achieves-major-milestone-in-historic-rookie-season/\" target=\"_blank\">Pittsburgh Pirates\u003c/a>, Pittsburgh Public Safety, which includes Pittsburgh Police and EMS, confirmed in an update shared on its X account Thursday (May 1) morning.\u003c/p>\n\n\u003cp>"UPDATE: This incident is being treated as accidental in nature. The patient remains in critical condition at the hospital. Pittsburgh Police do not anticipate providing any additional updates to the public," the post stated.\u003c/p>\n\n\u003cp>The accident took place right after Pirates outfielder \u003cstrong>Andrew McCutchen\u003c/strong> hit a two-run double in the seventh inning to give his team a 4-3 lead.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FPghPublicSafety%2Fstatus%2F1917926889663905828","@url":"https://x.com/PghPublicSafety/status/1917926889663905828","author_name":"Pittsburgh Public Safety","author_url":"https://twitter.com/PghPublicSafety","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UPDATE: This incident is being treated as accidental in nature. The patient remains in critical condition at the hospital.\u003cbr>\u003cbr>Pittsburgh Police do not anticipate providing any additional updates to the public. \u003ca href=\"https://t.co/sy5ML6bGoK\">https://t.co/sy5ML6bGoK\u003c/a>\u003c/p>— Pittsburgh Public Safety (@PghPublicSafety) \u003ca href=\"https://twitter.com/PghPublicSafety/status/1917926889663905828?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/PghPublicSafety/status/1917926889663905828","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UPDATE: This incident is being treated as accidental in nature. The patient remains in critical condition at the hospital.\u003cbr>\u003cbr>Pittsburgh Police do not anticipate providing any additional updates to the public. \u003ca href=\"https://t.co/sy5ML6bGoK\">https://t.co/sy5ML6bGoK\u003c/a>\u003c/p>— Pittsburgh Public Safety (@PghPublicSafety) \u003ca href=\"https://twitter.com/PghPublicSafety/status/1917926889663905828?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/PghPublicSafety/status/1917926889663905828"},{"html":"\u003cp>Cubs fielders waved frantically to alert medical personnel and pointed to the man, who was lying on the warning track after the fall. The fan was tended to for approximately five minutes by members of both teams' training staffs, as well as stadium personnel, before being carted off the field on a cart.\u003c/p>\n\n\u003cp>Pirates manager \u003cstrong>Derek Shelton\u003c/strong> and Chicago Cubs manager \u003cstrong>Craig Counsell\u003c/strong> both alerted umpires about the situation immediately after the accident occurred.\u003c/p>\n\n\u003cp>"Even though it's 350 feet away or whatever it is, I mean the fact of how it went down and then laying motionless while the play is going on, I mean Craig saw it, I saw it. We both got out there," Shelton said via \u003ca href=\"https://www.espn.com/mlb/story/_/id/44941951/fan-carted-fall-right-field-wall-pnc-park\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>. "... It's extremely unfortunate. That's an understatement."\u003c/p>\n\n\u003cp>McCutchen, a former NL MVP who spent his first nine seasons with the Pirates before returning to the franchise in 2023, also shared a post regarding the situation.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FTheCUTCH22%2Fstatus%2F1917775353659224467","@url":"https://x.com/TheCUTCH22/status/1917775353659224467","author_name":"Andrew McCutchen","author_url":"https://twitter.com/TheCUTCH22","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Truly hate what happened tonight. Cant help but think about that guy, his family and friends. I pray tonight for him. Let us think about his loved ones and hug our families a little tighter tonight. I hope he pulls thru. May God Bless you all. Good night 🙏🏾\u003c/p>— Andrew McCutchen (@TheCUTCH22) \u003ca href=\"https://twitter.com/TheCUTCH22/status/1917775353659224467?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/TheCUTCH22/status/1917775353659224467","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Truly hate what happened tonight. Cant help but think about that guy, his family and friends. I pray tonight for him. Let us think about his loved ones and hug our families a little tighter tonight. I hope he pulls thru. May God Bless you all. Good night 🙏🏾\u003c/p>— Andrew McCutchen (@TheCUTCH22) \u003ca href=\"https://twitter.com/TheCUTCH22/status/1917775353659224467?ref_src=twsrc%5Etfw\">May 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/TheCUTCH22/status/1917775353659224467"},{"html":"\u003cp>"Truly hate what happened tonight. Cant help but think about that guy, his family and friends. I pray tonight for him. Let us think about his loved ones and hug our families a little tighter tonight. I hope he pulls thru. May God Bless you all. Good night," McCutchen wrote on his X account.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/condition","keywords/Pittsburgh Public Safety","keywords/accident","keywords/UPDATE","keywords/game","keywords/fan","keywords/Derek Shelton","keywords/Andrew McCutchen","keywords/MLB","keywords/baseball","keywords/Pittsburgh Pirates","keywords/Chicago Cubs"],"primary_image":{"bucket":"new_assets","id":"%2F6813bd9f7d01815224da3343"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746124260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game","social_title":"","summary":"An MLB fan is in 'critical condition' after an accident that took place during a game.","targets":[{"categories":["syndications/content"],"distribution":["markets/PITTSBURGH-PA"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"MLB Fan In 'Critical Condition' After Accident During Game","permalink":"https://whyn.iheart.com/content/2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game/"},"slug":"2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813bd9f7d01815224da3343","title":"MLB Fan In 'Critical Condition' After Accident During Game","description":"An MLB fan is in 'critical condition' after an accident that took place during a game.","author":"Jason Hall"},"pub_start":1746124260000,"pub_until":4115978604802,"pub_changed":1746124647874,"subscription":[{"tags":["categories/sports","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/content","markets/PITTSBURGH-PA"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813bb9d7d01815224da3333","slug:2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game","slug:2025-05-01-mlb-fan-in-critical-condition-after-accident-during-game","keyword:keywords/condition","keyword:keywords/Pittsburgh Public Safety","keyword:keywords/accident","keyword:keywords/UPDATE","keyword:keywords/game","keyword:keywords/fan","keyword:keywords/Derek Shelton","keyword:keywords/Andrew McCutchen","keyword:keywords/MLB","keyword:keywords/baseball","keyword:keywords/Pittsburgh Pirates","keyword:keywords/Chicago Cubs","author:user"]}}],"resume":{"id":"ID:sports-news-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImJxaUk1IjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"VGRnW","region":"main:dynamic","type":"feed","ordinal":20,"value":{"ad_split":50,"feed_id":"ID:politics-feed","feed_index":1,"link":null,"position":null,"size":1,"title":"Politics"},"tags":["display-hints/horizontal","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6814f68253c0bb887120ca17","type":"PUBLISHING","record":{"ref_id":"%2F6814f68253c0bb887120ca17","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8a3b116b-dec5-44cb-a144-a1cbbf5aad39","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - SEPTEMBER 04: U.S. President Donald Trump participates in a signing ceremony and meeting with the President of Serbia Aleksandar Vucic and the Prime Minister of Kosovo Avdullah Hoti in the Oval Office of the White House on September 4, 2020 in Washington, DC. The Trump administration is hosting the leaders to discuss furthering their economic relations. (Photo by Anna Moneymaker-Pool/Getty Images)","id":"%2F6814f7cf0650b7facb269484","new_tab":false,"schedule":{},"source_credit":"Pool / Getty Images News / Getty Images","title":"President Trump Hosts Trilateral With President Of Serbia And Prime Minister Of Kosovo","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> \u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> has released a budget proposal\u003c/a> that seeks to cut funding for health, education, and clean energy programs while increasing military spending. The proposal, detailed in a 40-page document, was sent to congressional leaders on Friday (May 2).\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxbusiness.com/politics/trump-admin-release-budget-outline-showing-defense-spending-boost\" target=\"_blank\">budget suggests a 23% reduction in discretionary funding\u003c/a>, totaling $163 billion, and a 13% increase in military spending. Among the proposed cuts are $18 billion from the National Institutes of Health, $4 billion from the Low Income Home Energy Assistance Program, and $3.6 billion from the Centers for Disease Control and Prevention. Clean energy, education, scientific research, and international aid programs also face reductions.\u003c/p>\n\n\u003cp>Conversely, the \u003ca href=\"https://www.reuters.com/world/us/trump-unveils-federal-budget-blueprint-2025-05-02/\" target=\"_blank\">budget proposes a $43.8 billion increase for the Department of Homeland Security\u003c/a> and $113.3 billion for the Defense Department. It also allocates $500 million for Health and Human Services Secretary Robert F. Kennedy Jr.'s "Make America Healthy Again" initiatives.\u003c/p>\n\n\u003cp>While White House budgets are typically symbolic and rarely enacted as proposed, they reflect the president's priorities and influence congressional debates. Trump's budget is expected to impact upcoming government funding talks, with current funding set to expire on September 30.\u003c/p>\n\n\u003cp>The budget has drawn praise from Republicans, including House Speaker \u003cstrong>Mike Johnson\u003c/strong>, who called it a "bold blueprint" for American strength. However, it has faced criticism from Democrats, with Senate Minority Leader \u003cstrong>Chuck Schumer\u003c/strong> labeling it an "all out assault on hardworking Americans."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6814f7cf0650b7facb269484"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746204420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","social_title":"","summary":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","permalink":"https://whyn.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/"},"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484","title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","description":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","author":"iHeartRadio"},"pub_start":1746204420000,"pub_until":4115978604802,"pub_changed":1746204754620,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814f68253c0bb887120ca17","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:politics-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImVIYWNZIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"aDyRz","region":"main:dynamic","type":"feed","ordinal":27,"value":{"ad_split":50,"feed_id":"ID:politics-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-date-stamp","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6813bf9bf66b9eddd6402402","type":"PUBLISHING","record":{"ref_id":"%2F6813bf9bf66b9eddd6402402","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4421d9d6-317d-4445-bb5a-a4714da1298a","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - APRIL 29: U.S. President Donald Trump walks toward members of the media prior to answering questions before boarding Marine One on the South Lawn of the White House on April 29, 2025 in Washington, DC. Trump will travel to Michigan for a 100th Day in Office rally. (Photo by Win McNamee/Getty Images)","id":"%2F6813c0fcaf89fc0c91b73902","new_tab":false,"schedule":{},"source_credit":"Win McNamee / Getty Images News / Getty Images","title":"President Trump Departs The White House En Route To Michigan","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003ca href=\"https://www.dailymail.co.uk/media/article-14668773/donald-trump-white-house-drudge-report-launches.html\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.dailymail.co.uk/media/article-14668773/donald-trump-white-house-drudge-report-launches.html\" target=\"_blank\"> has launched a new news aggregation website\u003c/a> called the \u003ca href=\"https://www.whitehouse.gov/wire/\" target=\"_blank\">White House Wire\u003c/a>, aimed at promoting positive stories about his administration. The site, unveiled on Wednesday (April 30), features headlines from outlets like Fox News and the Daily Caller, as well as content from the White House itself. According to a White House official, the site is intended to provide transparency and support the president's agenda by offering "real news all in one place."\u003c/p>\n\n\u003cp>This move comes as President Trump continues to criticize mainstream media outlets. He has previously targeted organizations such as ABC News and the Associated Press, even securing a $16 million settlement from CBS and ABC. The president has hinted that The New York Times could be his next target and has launched investigations into NBC, PBS, and NPR. Additionally, he has excluded journalists from the Associated Press from the White House press pool.\u003c/p>\n\n\u003cp>The White House Wire bears a resemblance to the \u003ca href=\"https://www.drudgereport.com/\" target=\"_blank\">Drudge Report\u003c/a>, a conservative news aggregation site. \u003cstrong>Matt Drudge\u003c/strong>, the founder of the Drudge Report, jokingly\u003ca href=\"https://www.mediaite.com/politics/white-house-launches-its-own-drudge-report-prompting-slap-back-from-drudge/\" target=\"_blank\"> suggested he might consider a $1 trillion lawsuit\u003c/a> in response to the new site. The Drudge Report, once praised by President Trump, has become more critical of him over the years.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6813c0fcaf89fc0c91b73902"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746124740000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire","social_title":"","summary":"A White House official said that the site is intended to provide transparency and support the president's agenda.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Donald Trump Unveils His Own News Website, The White House Wire","permalink":"https://whyn.iheart.com/content/2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire/"},"slug":"2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6813c0fcaf89fc0c91b73902","title":"President Donald Trump Unveils His Own News Website, The White House Wire","description":"A White House official said that the site is intended to provide transparency and support the president's agenda.","author":"iHeartRadio"},"pub_start":1746124740000,"pub_until":4115978604802,"pub_changed":1746125088592,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813bf9bf66b9eddd6402402","slug:2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire","slug:2025-05-01-president-donald-trump-unveils-his-own-news-website-the-white-house-wire","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6813adf6d8eddbc22bb5717c","type":"PUBLISHING","record":{"ref_id":"%2F6813adf6d8eddbc22bb5717c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4675623f-9172-4513-ba28-58da43e55d55","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - APRIL 10: Elon Musk, Tesla and SpaceX CEO and Senior Advisor to the President, attends a Cabinet meeting at the White House on April 10, 2025 in Washington, DC. President Trump convened a Cabinet meeting a day after announcing a 90-day pause on ‘reciprocal’ tariffs, with the exception of China. (Photo by Anna Moneymaker/Getty Images)","id":"%2F6813ae476018f2973ad949e1","new_tab":false,"schedule":{},"source_credit":"Anna Moneymaker / Getty Images News / Getty Images","title":"President Trump Presides Over Cabinet Meeting","type":"asset","url":"","use_caption":false},{"html":"\u003cp>After 100 days leading the Department of Government Efficiency (DOGE), Elon Musk acknowledged that while progress has been made, it is not as effective as he hoped. Musk, who was appointed by President \u003cstrong>Donald Trump\u003c/strong>, initially aimed to cut $2 trillion in government spending but has since revised the goal to $150 billion. As reported by \u003cem>The Washington Post\u003c/em>, \u003ca href=\"https://www.washingtonpost.com/politics/2025/05/01/musk-steps-back-doge-looks-congress-finish-what-it-started/\" target=\"_blank\">Musk estimated that DOGE would save $160 billion by fiscal year 2026\u003c/a>, though specifics remain vague.\u003c/p>\n\n\u003cp>"I think we've been effective, not as effective as I'd like, I think we could be more effective, but we made progress," \u003ca href=\"https://abcnews.go.com/Politics/musk-doge-made-progress-effective-after-100-days/story?id=121347452\" target=\"_blank\">Musk said during a meeting with members of President Trump's cabinet on Wednesday (April 30)\u003c/a>.\u003c/p>\n\n\u003cp>"I think it's possible to do that, but there's that. It's a long road to go and, you know, this, this, this really, it's really difficult," he added. "But our rate of savings per day is pretty good. You know, we're like, $1.6 billion a day, 100 days in."\u003c/p>\n\n\u003cp>Musk's efforts have faced legal challenges and public backlash, with critics arguing that DOGE's actions violate the Constitution. Many of DOGE's initiatives have been reversed or delayed due to legal setbacks. Despite these hurdles, Musk's team has significantly reshaped the federal government, gaining access to sensitive data and implementing mass layoffs.\u003c/p>\n\n\u003cp>Musk plans to \u003ca href=\"https://www.iheart.com/content/2025-04-23-elon-musk-stepping-back-from-doge-to-focus-on-tesla-amid-slumping-sales/\" target=\"_blank\">reduce his involvement with DOGE\u003c/a> to focus more on his private companies, including Tesla, which has seen a 71% drop in profits.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6813ae476018f2973ad949e1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746120360000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days","social_title":"","summary":"Elon Musk is stepping back from his role with the Trump administration.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Elon Musk Reflects On His Work With DOGE During Trump's First 100 Days","permalink":"https://whyn.iheart.com/content/2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days/"},"slug":"2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6813ae476018f2973ad949e1","title":"Elon Musk Reflects On His Work With DOGE During Trump's First 100 Days","description":"Elon Musk is stepping back from his role with the Trump administration.","author":"iHeartRadio"},"pub_start":1746120360000,"pub_until":4115978604802,"pub_changed":1746120718054,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813adf6d8eddbc22bb5717c","slug:2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days","slug:2025-05-01-elon-musk-reflects-on-his-work-with-doge-during-trumps-first-100-days","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6813aa44d8eddbc22bb57171","type":"PUBLISHING","record":{"ref_id":"%2F6813aa44d8eddbc22bb57171","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"2e971bd9-43a6-45d8-8f57-335a3f3e3513","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Immigration law book with judges gavel. Refugee citizenship law concept","id":"%2F6813aaef0650b7facb269100","new_tab":false,"schedule":{},"source_credit":"simpson33 / iStock / Getty Images","title":"Immigration law book with judges gavel","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A federal judge in Texas has \u003ca href=\"https://abcnews.go.com/US/judge-blocks-alien-enemies-act-deport-venezuelans-texas/story?id=121364022\" target=\"_blank\">blocked the Trump administration from using the Alien Enemies Act to deport Venezuelans\u003c/a> from the southern district of Texas. U.S. District Judge \u003cstrong>Fernando Rodriguez Jr\u003c/strong>. ruled that President \u003cstrong>Donald Trump\u003c/strong>'s invocation of the 18th-century law was "unlawful" and exceeded its intended scope. The Alien Enemies Act, historically used during wartime, allows the president to deport noncitizens with minimal due process during an invasion or predatory incursion.\u003c/p>\n\n\u003cp>Judge Rodriguez, appointed by President Trump in 2018, stated that the \u003ca href=\"https://thehill.com/regulation/court-battles/5277593-judge-trump-alien-enemies-act-texas/\" target=\"_blank\">administration's claim of the Venezuelan gang Tren de Aragua invading the U.S. did not meet the criteria of an "invasion\u003c/a>" as required by the Act. The judge emphasized that the proclamation did not suggest an organized, armed group entering the U.S. under Venezuela's direction to conquer or control part of the nation. According to ABC News, the ruling marks the first time a federal judge has declared President Trump's use of the Act unlawful.\u003c/p>\n\n\u003cp>The decision has significant implications as it issues a permanent injunction against using the Alien Enemies Act for deportations. The \u003ca href=\"https://www.texastribune.org/2025/05/01/south-texas-judge-blocks-deportations-venezuelans-trump-alien-enemies-/\" target=\"_blank\">administration may appeal the ruling\u003c/a> to the 5th U.S. Circuit Court of Appeals, known for its conservative leanings. The case is part of a broader legal battle over the administration's use of presidential power in immigration matters.\u003c/p>\n\n\u003cp>The administration's efforts to deport alleged gang members to a prison in El Salvador had sparked a flurry of litigation, with courts previously issuing temporary holds on removals.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6813aaef0650b7facb269100"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746119220000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans","social_title":"","summary":"The judge ruled the administration's claim of the Venezuelan gang Tren de Aragua invading the U.S. did not meet the criteria of an \"invasion.\"","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Another Judge Blocks Trump's Use Of Alien Enemies Act To Deport Venezuelans","permalink":"https://whyn.iheart.com/content/2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans/"},"slug":"2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6813aaef0650b7facb269100","title":"Another Judge Blocks Trump's Use Of Alien Enemies Act To Deport Venezuelans","description":"The judge ruled the administration's claim of the Venezuelan gang Tren de Aragua invading the U.S. did not meet the criteria of an \"invasion.\"","author":"iHeartRadio"},"pub_start":1746119220000,"pub_until":4115978604802,"pub_changed":1746119611280,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813aa44d8eddbc22bb57171","slug:2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans","slug:2025-05-01-another-judge-blocks-trumps-use-of-alien-enemies-act-to-deport-venezuelans","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F68138ee7d8eddbc22bb570b9","type":"PUBLISHING","record":{"ref_id":"%2F68138ee7d8eddbc22bb570b9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6207f978-11c5-4504-929a-79c8dde9fa31","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - APRIL 30: National Security Advisor Michael Waltz speaks on a panel titled Designing the DoD for the 21st Century Battlefield at the Hill and Valley Forum at the U.S. Capitol on April 30, 2025 in Washington, DC. The Hill and Valley Forum brings together lawmakers, tech CEO and venture capitalists for discussion on technology and national security. (Photo by Kevin Dietsch/Getty Images)","id":"%2F68138f90133d4e8539ac0734","new_tab":false,"schedule":{},"source_credit":"Kevin Dietsch / Getty Images News / Getty Images","title":"Corporate CEO's Speak At The Hill & Valley Forum On Capitol Hill","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> has \u003ca href=\"https://www.foxnews.com/politics/mike-waltz-other-national-security-council-staffers-out-latest-trump-purge-following-signal-chat-leak\" target=\"_blank\">dismissed National Security Advisor \u003c/a>\u003ca href=\"https://www.foxnews.com/politics/mike-waltz-other-national-security-council-staffers-out-latest-trump-purge-following-signal-chat-leak\" target=\"_blank\">\u003cstrong>Mike Waltz\u003c/strong>\u003c/a> and several other National Security Council (NSC) staffers following a leak of a Signal chat. The leak involved discussions of military plans against Houthi rebels in Yemen. Waltz, a former Florida congressman and Green Beret, admitted responsibility for inadvertently adding a journalist to the chat, which included top officials like Secretary of Defense \u003cstrong>Pete Hegseth\u003c/strong> and CIA Director \u003cstrong>John Ratcliffe\u003c/strong>.\u003c/p>\n\n\u003cp>Trump said that Secretary of State\u003cstrong> \u003c/strong>\u003ca href=\"https://abcnews.go.com/Politics/michael-waltz-expected-depart-trumps-national-security-adviser/story?id=121360051\" target=\"_blank\">\u003cstrong>Marco Rubio\u003c/strong>\u003c/a>\u003ca href=\"https://abcnews.go.com/Politics/michael-waltz-expected-depart-trumps-national-security-adviser/story?id=121360051\" target=\"_blank\"> will serve as interim national security adviser\u003c/a>. He also said that he will nominate Waltz to be the U.S. ambassador to the United Nations\u003c/p>\n\n\u003cp>The leak, first reported by \u003cem>Fox News\u003c/em>, led to internal discussions about Waltz's future, with some officials suggesting he should resign to avoid putting President Trump in a difficult position. Despite the controversy, Trump initially defended Waltz, emphasizing the success of recent actions against the Houthis. However, the president \u003ca href=\"https://www.usatoday.com/story/news/politics/2025/05/01/mike-waltz-trump-signal-chat/82674433007/\" target=\"_blank\">ultimately decided to remove Waltz and others from the NSC\u003c/a>, stating that the administration would let go of those who were not aligned with its goals.\u003c/p>\n\n\u003cp>According to \u003cem>Politico\u003c/em>, \u003ca href=\"https://www.politico.com/news/2025/05/01/trump-plans-to-oust-national-security-adviser-mike-waltz-00321200\" target=\"_blank\">the incident has sparked debate within the White House\u003c/a> about the handling of sensitive information.\u003c/p>\n\n\u003cp>The White House has stated that measures are being implemented to prevent similar incidents in the future. Press Secretary \u003cstrong>Karoline Leavitt\u003c/strong> confirmed that the case is considered closed, and the administration is moving forward with its national security agenda.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68138f90133d4e8539ac0734"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746112140000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak","social_title":"","summary":"Waltz's deputy Alex Wong was also relieved of his duties.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"National Security Advisor Mike Waltz Ousted After Signal Chat Leak","permalink":"https://whyn.iheart.com/content/2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak/"},"slug":"2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68138f90133d4e8539ac0734","title":"National Security Advisor Mike Waltz Ousted After Signal Chat Leak","description":"Waltz's deputy Alex Wong was also relieved of his duties.","author":"iHeartRadio"},"pub_start":1746112140000,"pub_until":4115978604802,"pub_changed":1746124603925,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138ee7d8eddbc22bb570b9","slug:2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak","slug:2025-05-01-national-security-advisor-mike-waltz-ousted-after-signal-chat-leak","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F68123ce362c8c8705c168e45","type":"PUBLISHING","record":{"ref_id":"%2F68123ce362c8c8705c168e45","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"802c7e58-b10f-4f16-932c-ae9e366bb53e","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - NOVEMBER 09: Mohsen Mahdawi speaks at a protest on the Columbia University campus on November 9, 2023 in New York City. Mahdawi, a Columbia University student and green card holder, was arrested in Vermont by immigration officials on April 14, 2025. (Photo by Mukta Joshi/Getty Images)","id":"%2F68123d41be9718a6853855fe","new_tab":false,"schedule":{},"source_credit":"Mukta Joshi / Getty Images News / Getty Images","title":"Trump Administration's Detention Of Immigrants Associated With Pro-Palestinian Protests Stirs Controversy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.nbcnews.com/news/us-news/judge-orders-columbia-student-mohsen-mahdawi-released-rcna203675\" target=\"_blank\">federal judge in Vermont has ordered the release of \u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/judge-orders-columbia-student-mohsen-mahdawi-released-rcna203675\" target=\"_blank\">\u003cstrong>Mohsen Mahdawi\u003c/strong>\u003c/a>, a Columbia University student and U.S. permanent resident, who was detained by Immigration and Customs Enforcement (ICE) agents during his naturalization interview on April 14. Mahdawi, originally from a refugee camp in the West Bank, was held at the Northwest State Correctional Facility in Vermont.\u003c/p>\n\n\u003cp>Judge \u003cstrong>Geoffrey Crawford\u003c/strong> ruled on Wednesday (April 30) that\u003ca href=\"https://www.theguardian.com/us-news/2025/apr/30/mohsen-mahdawi-released-immigration-detention\" target=\"_blank\"> Mahdawi's two-week detention caused significant harm\u003c/a>, despite him not being charged with a crime. Mahdawi, who has lived in the U.S. for over a decade, was arrested under claims that his presence could have adverse foreign policy consequences. However, his lawyers argued that his detention was in retaliation for his advocacy for Palestinian human rights and his involvement in pro-Palestinian protests at Columbia University.\u003c/p>\n\n\u003cp>Mahdawi denied allegations of antisemitic violence, stating, "I am a peaceful person, and would never express wanting to harm or kill anyone." The court received letters of support from over 90 community members, including those from the Jewish community, vouching for Mahdawi's peaceful nature.\u003c/p>\n\n\u003cp>The Trump administration's attempt to deport Mahdawi, citing foreign policy concerns, has sparked criticism. Senator \u003cstrong>Bernie Sanders\u003c/strong> and other Democratic members of Congress have called for Mahdawi's release, emphasizing his advocacy for peace and justice.\u003c/p>\n\n\u003cp>Mahdawi's release \u003ca href=\"https://abcnews.go.com/US/lawyers-columbia-student-detained-ice-seek-release-case/story?id=121317902\" target=\"_blank\">allows him to continue his studies remotely from Vermont\u003c/a> and travel to New York City for legal and academic purposes. He is expected to graduate from Columbia University next month.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68123d41be9718a6853855fe"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746025560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released","social_title":"","summary":"Mahdawi, a 34-year-old U.S. permanent resident was detained during his April 14 naturalization interview in Vermont.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Judge Orders Columbia Student Mohsen Mahdawi To Be Released","permalink":"https://whyn.iheart.com/content/2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released/"},"slug":"2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68123d41be9718a6853855fe","title":"Judge Orders Columbia Student Mohsen Mahdawi To Be Released","description":"Mahdawi, a 34-year-old U.S. permanent resident was detained during his April 14 naturalization interview in Vermont.","author":"iHeartRadio"},"pub_start":1746025560000,"pub_until":4115978604802,"pub_changed":1746025968089,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68123ce362c8c8705c168e45","slug:2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released","slug:2025-04-30-judge-orders-columbia-student-mohsen-mahdawi-to-be-released","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:politics-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImVIYWNZIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"swv8H","region":"main:dynamic","type":"feed","ordinal":28,"value":{"ad_split":50,"feed_id":"ID:weird-news-feed","feed_index":1,"link":null,"min_size":1,"position":null,"size":1,"title":"Lifestyle"},"tags":["display-hints/horizontal","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6802b7deb2613b172079c662","type":"PUBLISHING","record":{"ref_id":"%2F6802b7deb2613b172079c662","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1aacc7a2-a5be-483d-bad6-990642974465","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Charging mobile phone with wireless charging device on a wooden table","id":"%2F6802b90bf5fe5f40795b6e23","new_tab":false,"schedule":{},"source_credit":"Javier Zayas Photography / Moment / Getty Images","title":"Charging Mobile Phone With Wireless Charging Device","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Casely has issued a \u003ca href=\"https://www.dailymail.co.uk/sciencetech/article-14626199/recall-wireless-power-bank-casely.html\" target=\"_blank\">recall for approximately 429,000 Power Pods\u003c/a> due to overheating risks that can lead to fires. The recall, announced on Thursday (April 17), was prompted by 51 reports of the lithium-ion batteries in these chargers overheating, expanding, or catching fire, resulting in six minor burn injuries. The affected Power Pods, identified by model number E33A, were sold between March 2022 and September 2024 on platforms like Amazon and the Casely website.\u003c/p>\n\n\u003cp>The U.S. Consumer Product Safety Commission has advised consumers to stop using the chargers immediately and contact Casely for a free replacement. The company will provide a new "UL-Certified Power Pod" to those affected. According to the \u003cem>Associated Press\u003c/em>, \u003ca href=\"https://apnews.com/article/casely-power-pod-recall-burn-injuries-9a558e844f20f481c9c285eb13c945c8\" target=\"_blank\">Casely emphasized their commitment to customer safety\u003c/a> and is taking proactive measures to remove faulty products from circulation.\u003c/p>\n\n\u003cp>Consumers must submit a form online and \u003ca href=\"https://www.getcasely.com/pages/2025-recall?srsltid=AfmBOor4hMQWmT5iDA541jj3Y-pD3ZvW40mLZt9ltGDfUUa7huS-QBoE\" target=\"_blank\">provide photos of the recalled charger\u003c/a> marked with "Recalled" and the date to receive a replacement. \u003c/p>\n\n\u003cp>The company's website also advises against disposing of lithium-ion battery devices in regular trash or recycling bins, urging customers to follow local disposal guidelines.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6802b90bf5fe5f40795b6e23"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1745008620000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries","social_title":"","summary":"Casely is urging customers to immediately stop using its 'Power Pods' after receiving 51 reports of battery issues.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Urgent Recall Issued For Wireless Chargers After Reports Of Burn Injuries","permalink":"https://whyn.iheart.com/content/2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries/"},"slug":"2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6802b90bf5fe5f40795b6e23","title":"Urgent Recall Issued For Wireless Chargers After Reports Of Burn Injuries","description":"Casely is urging customers to immediately stop using its 'Power Pods' after receiving 51 reports of battery issues.","author":"iHeartRadio"},"pub_start":1745008620000,"pub_until":4115978604802,"pub_changed":1745260612159,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6802b7deb2613b172079c662","slug:2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries","slug:2025-04-18-urgent-recalled-issued-for-wireless-chargers-after-reports-of-burn-injuries","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:weird-news-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7IldydDliIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"SkYlX","region":"main:dynamic","type":"feed","ordinal":29,"value":{"ad_split":50,"feed_id":"ID:weird-news-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-load-more","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F680018ab0663e5a0e951c40a","type":"PUBLISHING","record":{"ref_id":"%2F680018ab0663e5a0e951c40a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9f8b03db-7c29-43fa-a9d6-b91728f78666","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - APRIL 04: Apple iPhone 16 are seen on display at an Apple store on April 04, 2025 in New York, New York. U.S. President Donald Trump declared a U.S. economic emergency and announced sweeping tariffs of at least 10% and with rates even higher for 60 countries or that have a high trade deficit with the U.S. The tariffs will affect electronics, automobiles, clothing and shoes, wines and spirits, and swiss watches. In retaliation, China announced that they will impose 34% tariffs on the U.S. (Photo by Michael M. Santiago/Getty Images)","id":"%2F68001af08c429903861ba01f","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"President Trump Announces New Reciprocal Tariffs On Dozens Of Nations","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Apple has issued an urgent update for iPhone users following the \u003ca href=\"https://techcrunch.com/2025/04/16/apple-says-zero-day-bugs-exploited-against-specific-targeted-individuals-using-ios/\" target=\"_blank\">discovery of two significant security vulnerabilities\u003c/a>. The update, iOS 18.4.1, addresses flaws that have been exploited in sophisticated attacks targeting specific individuals. Released on Wednesday (April 16), this update is crucial for users with iPhone XS and later models, as well as certain iPads.\u003c/p>\n\n\u003cp>The first vulnerability, identified as CVE-2025-31200, involves a memory corruption issue in the CoreAudio system, which could allow malicious code execution through specially crafted media files. The second flaw, CVE-2025-31201, affects the RPAC system, potentially allowing attackers to bypass Pointer Authentication and gain unauthorized access to devices.\u003c/p>\n\n\u003cp>According to \u003ca href=\"https://support.apple.com/en-us/122282\" target=\"_blank\">Apple's support page, these vulnerabilities have been used in targeted attacks\u003c/a> against individuals such as journalists, dissidents, and government officials. The company has not disclosed full details to prevent further exploitation before users can update their devices.\u003c/p>\n\n\u003cp>Independent security researcher \u003cstrong>Sean Wright\u003c/strong> emphasized the importance of the update, \u003ca href=\"https://www.forbes.com/sites/kateoflahertyuk/2025/04/16/ios-1841-apple-issues-new-update-warning-to-all-iphone-users/\" target=\"_blank\">telling \u003c/a>\u003ca href=\"https://www.forbes.com/sites/kateoflahertyuk/2025/04/16/ios-1841-apple-issues-new-update-warning-to-all-iphone-users/\" target=\"_blank\">\u003cem>Forbes \u003c/em>\u003c/a>\u003ca href=\"https://www.forbes.com/sites/kateoflahertyuk/2025/04/16/ios-1841-apple-issues-new-update-warning-to-all-iphone-users/\" target=\"_blank\">that while the attacks are targeted, widespread exploitation could occur\u003c/a> if attackers obtain detailed information about the vulnerabilities. Wright advised users to update their devices promptly but mentioned that there is generally no need for panic.\u003c/p>\n\n\u003cp>The iOS 18.4.1 update follows the recent iOS 18.4 release, which addressed 62 vulnerabilities, underscoring the ongoing need for vigilance in device security. Users can download the update by navigating to Settings > General > Software Update on their devices.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68001af08c429903861ba01f"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1744837200000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack","social_title":"","summary":"According to Apple, the vulnerabilities have been used in targeted attacks against individuals such as journalists, dissidents, and government officials.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Apple Users Urged To Update Devices Immediately After Sophisticated Attack","permalink":"https://whyn.iheart.com/content/2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack/"},"slug":"2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68001af08c429903861ba01f","title":"Apple Users Urged To Update Devices Immediately After Sophisticated Attack","description":"According to Apple, the vulnerabilities have been used in targeted attacks against individuals such as journalists, dissidents, and government officials.","author":"iHeartRadio"},"pub_start":1744837200000,"pub_until":4115978604802,"pub_changed":1744837633269,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/680018ab0663e5a0e951c40a","slug:2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack","slug:2025-04-16-apple-users-urged-to-update-devices-immediately-after-sophisticated-attack","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F67fe710040bef167c887f462","type":"PUBLISHING","record":{"ref_id":"%2F67fe710040bef167c887f462","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"b97df511-d559-41aa-a07d-29a7c6067ee3","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Fresh, organic pureed vegetables for baby. Shot for a story on homemade, organic, healthy baby foods.","id":"%2F601db840ab5d3a9fc9424064","new_tab":false,"schedule":{},"source_credit":"Wiktory / iStock / Getty Images","title":"baby food","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Over \u003ca href=\"https://www.dailymail.co.uk/sciencetech/article-14610547/recall-baby-food-sold-Target-Good-Gather.html\" target=\"_blank\">25,000 containers of baby food sold exclusively at Target have been urgently recalled\u003c/a> due to lead contamination. The affected product is the Good & Gather Baby Pea, Zucchini, Kale & Thyme Vegetable Purée, which comes in four-ounce containers. This recall involves two specific batches: Lot Number 4169 with a Best by date of December 9, 2025, and Lot Number 4167 with a Best by date of December 7, 2025.\u003c/p>\n\n\u003cp>The U.S. Food and Drug Administration (FDA) initially alerted consumers to the elevated lead levels in March. The alert has now been \u003ca href=\"https://www.fda.gov/safety/industry-guidance-recalls/recalls-background-and-definitions\" target=\"_blank\">upgraded to a Class II recall\u003c/a>, indicating that consuming this baby food could cause temporary health issues, including potential damage to the brain and other organs. Lead is a toxic heavy metal that can accumulate in the body, posing significant risks to young children due to their developing systems.\u003c/p>\n\n\u003cp>Dr. \u003cstrong>Sana Mujahid\u003c/strong> from Consumer Reports emphasized that there is \u003ca href=\"https://www.consumerreports.org/health/food-recalls/target-baby-food-recall-lead-good-and-gather-a2735299586/\" target=\"_blank\">no safe level of lead exposure for babies\u003c/a>, as it can lead to neurological damage, lower IQs, and developmental delays.\u003c/p>\n\n\u003cp>Target has advised customers to discard the affected baby food and offers a full refund. Consumers can contact Target's Guest Relations at 800-440-0680 for assistance. Parents who suspect their child may have consumed the recalled product should consult their pediatrician for lead testing.\u003c/p>\n\n\u003cp>The FDA requires baby food to have lead levels below 10 parts per billion (ppb). However, even low levels of lead exposure can cause irreversible harm. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F601db840ab5d3a9fc9424064"},"primary_target":{"categories":["categories/national-news","categories/lifestyle"],"distribution":["brands/iHeartRadio"]},"publish_date":1744728240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage","social_title":"","summary":"The alert has now been upgraded to a Class II recall, indicating that consuming this baby food could cause temporary health issues,","targets":[{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Urgent Recall Issued For Baby Food That Could Cause Organ Damage","permalink":"https://whyn.iheart.com/content/2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage/"},"slug":"2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/601db840ab5d3a9fc9424064","title":"Urgent Recall Issued For Baby Food That Could Cause Organ Damage","description":"The alert has now been upgraded to a Class II recall, indicating that consuming this baby food could cause temporary health issues,","author":"iHeartRadio"},"pub_start":1744728240000,"pub_until":4115978604802,"pub_changed":1744728710098,"subscription":[{"tags":["categories/national-news","categories/lifestyle","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/67fe710040bef167c887f462","slug:2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage","slug:2025-04-15-urgent-recall-issued-for-baby-food-that-could-cause-organ-damage","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F67f7de5308e5a3fd3d325974","type":"PUBLISHING","record":{"ref_id":"%2F67f7de5308e5a3fd3d325974","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a2f5c49d-383d-4669-9fd9-8d462d9459e1","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"MILAN, ITALY - JULY 31: The Prada Boutique in Galleria Vittorio Emanuele on July 31, 2008 in Milan, Italy. (Photo by Vittorio Zunino Celotto/Getty Images)","id":"%2F67f7df83f3b65fd12ed9a76b","new_tab":false,"schedule":{},"source_credit":"Vittorio Zunino Celotto / Getty Images News / Getty Images","title":"Around Milan","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Prada Group has \u003ca href=\"https://www.nbcnews.com/pop-culture/pop-culture-news/prada-agrees-buy-rival-fashion-house-versace-deal-valued-14-billion-rcna200601\" target=\"_blank\">agreed to purchase Versace from Capri Holdings\u003c/a> in a deal valued at $1.4 billion. Announced on Thursday (April 10), Prada secured the deal by negotiating the purchase price down from $1.6 billion. The acquisition will be financed through $1.6 billion in new debt, following more than $1 billion already borrowed by Prada. The boards of both companies have approved the transaction, which is \u003ca href=\"https://www.reuters.com/markets/deals/italys-prada-agrees-buy-fashion-rival-versace-2025-04-10/\" target=\"_blank\">expected to close in the second half of the year\u003c/a>, pending regulatory approval.\u003c/p>\n\n\u003cp>“Versace will maintain its creative DNA and cultural authenticity, while benefiting from the full strength of the Group’s considerable consolidated platform, including industrial capabilities, retail execution and operational expertise,’’ Prada said in a statement.\u003c/p>\n\n\u003cp>\u003cstrong>Donatella Versace\u003c/strong>, who served as Versace’s chief creative officer for nearly 30 years, stepped down last month, which influenced the negotiations. The luxury brand, founded in 1978 by \u003cstrong>Gianni Versace\u003c/strong>, was acquired by Capri Holdings (formerly Michael Kors) for $2.1 billion in 2018. This latest acquisition marks a significant shift in the luxury fashion industry, as Prada expands its influence and market share.\u003c/p>\n\n\u003cp>"We aim to continue Versace's legacy, celebrating and re-interpreting its bold and timeless aesthetic," \u003ca href=\"https://www.bbc.com/news/articles/cvgppr7g508o\" target=\"_blank\">said Prada chairman \u003c/a>\u003ca href=\"https://www.bbc.com/news/articles/cvgppr7g508o\" target=\"_blank\">\u003cstrong>Patrizio Bertelli\u003c/strong>\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F67f7df83f3b65fd12ed9a76b"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1744297860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal","social_title":"","summary":"\"We aim to continue Versace's legacy, celebrating and re-interpreting its bold and timeless aesthetic,\" said Prada chairman Patrizio Bertelli.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Iconic Fashion House Agrees To Buy Rival Firm In $1.4 Billion Deal","permalink":"https://whyn.iheart.com/content/2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal/"},"slug":"2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/67f7df83f3b65fd12ed9a76b","title":"Iconic Fashion House Agrees To Buy Rival Firm In $1.4 Billion Deal","description":"\"We aim to continue Versace's legacy, celebrating and re-interpreting its bold and timeless aesthetic,\" said Prada chairman Patrizio Bertelli.","author":"iHeartRadio"},"pub_start":1744297860000,"pub_until":4115978604802,"pub_changed":1744298197094,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/67f7de5308e5a3fd3d325974","slug:2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal","slug:2025-04-10-iconic-fashion-house-agrees-to-buy-rival-firm-in-14-billion-deal","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F67f171c70acf5446cc703735","type":"PUBLISHING","record":{"ref_id":"%2F67f171c70acf5446cc703735","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"23cf19b5-82aa-47b0-b183-dd0be67268a4","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"A mixed age range group of friends having a meal together at a restaurant.","id":"%2F62bbb90559148f6de694bf9c","new_tab":false,"schedule":{},"source_credit":"DGLimages / iStock / Getty Images","title":"Living Our Best Life","type":"asset","url":"","use_caption":false},{"html":"\u003cp>After seven years at the top, \u003ca href=\"https://www.foxbusiness.com/retail/olive-garden-loses-its-spot-top-us-casual-dining-restaurant-after-7-years-report\" target=\"_blank\">Olive Garden has been dethroned as America's leading casual dining restaurant\u003c/a> by Texas Roadhouse. The steakhouse chain surged ahead due to a significant increase in sales, marking a shift in consumer preferences from Italian cuisine to steakhouse offerings. According to Fox Business, Texas Roadhouse reported a 14.7% increase in sales, reaching $5.5 billion, while Olive Garden saw only a 0.8% rise, bringing in $5.2 billion.\u003c/p>\n\n\u003cp>Texas Roadhouse's success can be attributed to its expansion, with \u003ca href=\"https://www.dailymail.co.uk/yourmoney/article-14572159/olive-garden-americas-favorite-restaurant-chain-new-competitor-texas-roadhouse.html\" target=\"_blank\">26 new locations opened in 2024\u003c/a>. The chain now operates nearly 650 U.S. locations. Meanwhile, Olive Garden, despite adding 15 new restaurants, struggled to maintain its growth momentum.\u003c/p>\n\n\u003cp>Chili's, Applebee's, and Buffalo Wild Wings followed Texas Roadhouse and Olive Garden in the rankings, \u003ca href=\"https://www.restaurantbusinessonline.com/financing/texas-roadhouse-now-biggest-casual-dining-chain-us\" target=\"_blank\">each recording over $4 billion in sales\u003c/a>. Chili's, in particular, saw a remarkable 31% increase in orders during its third quarter, thanks to a revamped menu and a strong social media push.\u003c/p>\n\n\u003cp>Despite losing the top spot, Olive Garden's parent company, Darden Restaurants, remains optimistic, as it owns both Olive Garden and Texas Roadhouse. Olive Garden is attempting to boost sales with new delivery options and promotions like the never-ending pasta deal.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F62bbb90559148f6de694bf9c"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1743877020000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america","social_title":"","summary":"Olive Garden has been dethroned after a seven-year run.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"After Seven Years, There's a New Top Casual Restaurant In America","permalink":"https://whyn.iheart.com/content/2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america/"},"slug":"2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bbb90559148f6de694bf9c","title":"After Seven Years, There's a New Top Casual Restaurant In America","description":"Olive Garden has been dethroned after a seven-year run.","author":"iHeartRadio"},"pub_start":1743877020000,"pub_until":4115978604802,"pub_changed":1743877356638,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/67f171c70acf5446cc703735","slug:2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america","slug:2025-04-05-after-seven-years-theres-a-new-top-casual-restaurant-in-america","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F67ec0b861e9f5352e5cbabe9","type":"PUBLISHING","record":{"ref_id":"%2F67ec0b861e9f5352e5cbabe9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"2531dd7c-2d42-450f-9d37-059baab65869","revision_id":"AAAAAAAAAAAAAAAAAAAAAQ=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"","id":"%2F60621b6d887f14d07e2c9232","new_tab":false,"schedule":{},"source_credit":"Adam Hester / Tetra images / Getty Images","title":"Caucasian woman using cell phone in bed","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A recent study from Norway has found that \u003ca href=\"https://www.bbc.com/news/articles/cz79jpxzev5o\" target=\"_blank\">spending time on screens in bed is linked to poorer sleep quality\u003c/a> and increased insomnia risk. The study surveyed over 45,000 university students aged 18 to 28 and found that each additional hour of screen time in bed increased the risk of insomnia by 59% and reduced sleep duration by an average of 24 minutes.\u003c/p>\n\n\u003cp>The research did \u003ca href=\"https://www.newsweek.com/screen-time-bed-insomnia-duration-2052087\" target=\"_blank\">not find significant differences between types of screen activities\u003c/a>, such as social media, gaming, or watching TV. Dr. \u003cstrong>Gunnhild Johnsen Hjetland\u003c/strong> of the Norwegian Institute of Public Health, who led the study, stated that screen use itself is the key factor in sleep disruption, likely due to "time displacement," where screen use delays sleep.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2025.1548273/full\" target=\"_blank\">study, published in Frontiers in Psychiatry\u003c/a>, highlights the growing disconnect between technology use and sleep hygiene among young adults. Despite the widespread understanding that sleep is critical for mental and physical health, modern bedtime routines increasingly include screens, apps, and notifications that may keep the brain on high alert.\u003c/p>\n\n\u003cp>While the study found \u003ca href=\"https://www.healthline.com/health-news/screen-time-bedtime-insomnia-risk\" target=\"_blank\">a correlation between bedtime screen use and sleep disruption\u003c/a>, it did not establish causality. Researchers suggest reducing screen use in bed and stopping at least 30-60 minutes before sleep to improve sleep quality. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F60621b6d887f14d07e2c9232"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1743522600000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study","social_title":"","summary":"Each hour of screen time in bed reduced sleep duration by an average of 24 minutes.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Screen Time In Bed Linked To Worse Sleep, Increased Risk Of Insomnia: Study","permalink":"https://whyn.iheart.com/content/2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study/"},"slug":"2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/60621b6d887f14d07e2c9232","title":"Screen Time In Bed Linked To Worse Sleep, Increased Risk Of Insomnia: Study","description":"Each hour of screen time in bed reduced sleep duration by an average of 24 minutes.","author":"iHeartRadio"},"pub_start":1743522600000,"pub_until":4115978604802,"pub_changed":1743523408664,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/67ec0b861e9f5352e5cbabe9","slug:2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study","slug:2025-04-01-screen-time-in-bed-linked-to-worse-sleep-study","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:weird-news-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7IldydDliIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"zlJN0","region":"main:dynamic","type":"show","ordinal":30,"value":{"brands":[{"ref":"config://field/general.default_shows","scope":null,"type":"VAR"}],"title":"Shows"},"tags":[],"schedule":{"begin":0,"end":4115978604802},"shows":[{"_id":"%2F652aa0e7f313b39725700d21f793be5e","slug":"whyn-daybreak-with-john-baibak","ownBrand":"brands/WHYN DayBreak with John Baibak (53267)","configByLookup":{"common":{"branding":{"name":"WHYN DayBreak with John Baibak","logo":{"asset":{"href":"https://i.iheart.com/v3/re/new_assets/667aa6401ac0e3cee2754804"}}}}}},{"_id":"%2F1f3a963fc95f3d8ae9bbff3d45566edc","slug":"the-jim-polito-show","ownBrand":"brands/The Jim Polito Show (10899)","configByLookup":{"common":{"branding":{"name":"The Jim Polito Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6579fc89e54ca8cf1b04a350"}}}}}},{"_id":"%2F10c988fb610c50c05921d32e39d9d35e","slug":"glenn-beck","ownBrand":"brands/Glenn Beck (56047)","configByLookup":{"common":{"branding":{"name":"The Glenn Beck Program","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/611577cd788036a20bd34cec"}}}}}},{"_id":"%2F60c0c84af3f76b50391679de","slug":"the-clay-travis-and-buck-sexton-show","ownBrand":"brands/The Clay Travis and Buck Sexton Show","configByLookup":{"common":{"branding":{"name":"The Clay Travis and Buck Sexton Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/669ad25e815b9e2bc5d7fa77"}}}}}},{"_id":"%2F5a31704665f2b1f7d326225b","slug":"the-howie-carr-show","ownBrand":"brands/The Howie Carr Show","configByLookup":{"common":{"branding":{"name":"The Howie Carr Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5a31acc4282810cee4258ea0"}}}}}},{"_id":"%2F5fe124d08f8db02cfab649af","slug":"the-jesse-kelly-show","ownBrand":"brands/The Jesse Kelly Show","configByLookup":{"common":{"branding":{"name":"The Jesse Kelly Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/60c8b1294420c5f2aa18a2ab"}}}}}},{"_id":"%2F06caedeabcc633ae9dac2bee2be309d3","slug":"coast-to-coast-am","ownBrand":"brands/Coast to Coast AM (55811)","configByLookup":{"common":{"branding":{"name":"Coast to Coast AM with George Noory","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5edf9bd3ad493adf85017725"}}}}}}]},{"id":"MOi2y","region":"main:dynamic","type":"ad","ordinal":31,"value":{"ad_split":0,"position":"3331"},"tags":[],"schedule":null},{"id":"GUwtl","region":"main:dynamic","type":"contests","ordinal":32,"value":{},"tags":["display-hints/tile"],"schedule":{"begin":0,"end":4115978604802}},{"id":"XlM5U","region":"main:dynamic","type":"feed","ordinal":34,"value":{"ad_split":50,"feed_id":"ID:calendar-topics-feed-matsubs","feed_index":0,"link":[{"children":[],"id":"5xD0s","label":"View All","ref":"calendar_content_all","target":"_self","type":"page"}],"min_size":0,"position":null,"size":4,"title":"Events"},"tags":["display-hints/feed-date-stamp","display-hints/feed-show-eyebrow","display-hints/tile","display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[],"resume":null}},{"id":"xAMG8","region":"main:dynamic","type":"keywordcontest","ordinal":35,"value":{"campaign_id":{"ref":"config://field/partners.aptivada_id","scope":null,"type":"VAR"},"campaign_type":"ihrcountdown","title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802},"disabled":false,"campaignId":"1759062"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]},"notFoundPage":{"_id":"/master-site/inferno/error_page","name":"error_page","pageConfig":{"adobe_page_name":"","description":"","keywords":[],"sitemap_frequency":"exclude","thumbnail":"","title":""},"displayName":"404","path":"/_error/404/","primaryBlockId":"eIhzs","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"32svC","region":"header:dynamic","type":"title","ordinal":0,"value":{"title":"Sorry. This page is currently unavailable."},"tags":[],"schedule":{"begin":0,"end":4115978604802}},{"id":"eIhzs","region":"main:dynamic","type":"html","ordinal":0,"value":{"content":"\u003cspan>\nWhile you aren’t able to access this page, you can still check out some of these great stories:\n\u003c/span>","title":null},"tags":["display-hints/primary"],"schedule":{"begin":0,"end":4115978604802}},{"id":"SfxSh","region":"main:dynamic","type":"feed","ordinal":0,"value":{"ad_split":null,"feed_id":"ID:editorial-feed-whatwhere","feed_index":0,"position":null,"size":12,"title":""},"tags":["display-hints/feed-show-eyebrow"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F68152d733e71feabcde87c56","type":"PUBLISHING","record":{"ref_id":"%2F68152d733e71feabcde87c56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"450a79d3-79d6-43c2-8949-bd8d4a875578","revision_id":"AAAAAAAAAAAAAAAAAAAABg=="},"author":"Lauren Crawford","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 31: Team United States Women's Rugby Seven's athletes pose for a photo with their bronze medals at Champions Park on day five of the Olympic Games Paris 2024 on July 31, 2024 in Paris, France. (Photo by Arturo Holmes/Getty Images)","id":"%2F68153af43e71feabcde87c6e","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Champions Park - Olympic Games Paris 2024: Day 5","type":"asset","url":"","use_caption":false},{"html":"\u003cp>What does it take to train like an Olympian?\u003c/p>\n\n\u003cp>Well, the answer may not shock you — a whole lot. I recently got a glimpse of just how much, thanks to a mild training session (and I use that word loosely) with one of Team USA’s most dominant Olympic squads: the history-making U.S. women’s rugby sevens team, who took home the country’s first-ever Olympic rugby medal at the 2024 Summer Games in Paris.\u003c/p>\n\n\u003cp>Thanks to \u003ca href=\"https://www.questnutrition.com/\" target=\"_blank\">Quest Nutrition\u003c/a>, I got to spend the day with a few of these elite athletes and not only train like an Olympian but eat like one too. (I'm now officially obsessed with Quest Overload Bars and chips.)\u003c/p>\n\n\u003cp>The training took place at the Chula Vista Elite Athlete Training Center, where I had the chance to learn directly from\u003cstrong> Josh Schell\u003c/strong>, USA Men’s Head of Performance, and \u003cstrong>Jacque Scaramella\u003c/strong>, MS, RD, CSSD, Sports Dietitian for U.S. Rugby 7s. Let's just say, I was in the hands of the best.\u003c/p>\n\n\u003cp>Before we dive into the training — and yes, we’ll get to that — I got the chance to chat with \u003cstrong>Ariana Ramsey\u003c/strong>, a breakout star of Team USA. She opened up about how she fuels her body through an intense training schedule that's already preparing her for the road to LA 2028.\u003c/p>\n\n\u003cp>For Ariana, proper fuel is key, and that includes her go-to snack: Quest Chips. “At every meeting, we’re eating Quest chips," she told me. "The spicy chili and loaded taco flavors are my favorite.” With two-a-day sessions, weight training, and team meetings all packed into a typical day, it’s no surprise that recovery and protein-packed fuel are essential.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 29: Team United States celebrate victory as they pose for a photo with the Bell after the Women's Rugby Sevens Quarter Final match between Team Great Britain and Team United States on day three of the Olympic Games Paris 2024 at Stade","id":"%2F68153a2e3e71feabcde87c6c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 3","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Now, back to that training session. With coaching from the pros, I jumped, well, power walked, into a series of drills to test whether I had what it takes to make the Olympic team (spoiler alert: I don’t). But I \u003cem>did\u003c/em> learn how to tackle, throw, catch, and kick like a rugby player, getting a small taste of what these powerhouse athletes go through daily.\u003c/p>\n\n\u003cp>While the team is already gearing up for LA 2028, I couldn’t help but ask Ariana what it meant to take home that historic bronze medal almost one year ago. “Winning something at the Olympics changed everything,” she shared. “The momentum, the publicity, the support. It meant more funding for the program and more visibility for the sport. Now, we have to medal again in LA. That pressure is real, but it’s motivating.”\u003c/p>\n\n\u003cp>Keep scrolling to read more from my Q&A with Ariana Ramsey.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - JULY 30: Ariana Ramsey #1 of Team United States celebrates after the Women's Bronze Final rugby 7 match between USA and Australia on day four of the Paris 2024 Olympic Games at Stade de France on July 30, 2024 in Paris, France. (Photo by A","id":"%2F681539e23e71feabcde87c67","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Rugby Sevens - Olympic Games Paris 2024: Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003ch3>\u003cstrong>It’s been nearly a year since the Paris Olympics. What has life been like since?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Right after the Olympics I was getting so many opportunities, speaking engagements, content creation opportunities. My Instagram just went from, you know, freaking 10K to 100K. I was just really grateful for that. Ever since, I’ve just been trying to continue to build my brand, create content, and still try to inspire people from the Games. Life’s been good. I’m back into training, looking ahead to LA 2028. So yeah, I'm really excited for that.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>Have you felt the weight of your Olympic impact, in terms of just how far your story has reached?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Yes. I went to the Tokyo Olympics, and when we didn’t win anything it was like, 'Okay, she went to the Olympics,' and that was it. But when we actually medaled. That was a huge shift. Publicity, the amount of money we received as a program... it just felt so good to actually win something.\u003c/blockquote>\n\n\u003cblockquote>The weight is definitely there, especially for LA 2028. Like, we have to medal now. If we don’t, it’s like, 'Was it just a fluke back then?' So the weight is definitely there, but all I can do is put in the work every day, be focused every practice, so that I don’t have any regrets. I just want to do everything right and hopefully the outcome is what I want.\u003c/blockquote>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40iheartradio%2Fvideo%2F7496696653672484126%3Flang%3Den","@url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en","author_name":"iHeartRadio","author_unique_id":"iheartradio","author_url":"https://www.tiktok.com/@iheartradio","embed_product_id":"7496696653672484126","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1280,"thumbnail_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/obj/tos-useast8-p-0068-tx2/osAEqI1QGfavzEOaAIefArAAkLjrAQIItpkjJT?lk3s=b59d6b55&x-expires=1746392400&x-signature=h2Nzm3lR3i780mEh1AKjqJMhnPQ%3D&shp=b59d6b55&shcp=-","thumbnail_width":720,"title":"I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of #TeamUSA’s Women’s Rugby during the #Olympics! @Ari Ramsey 🏉🇺🇸 #loveislandusa ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@iheartradio/video/7496696653672484126\" data-video-id=\"7496696653672484126\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@iheartradio\" href=\"https://www.tiktok.com/@iheartradio?refer=embed\">@iheartradio\u003c/a> \u003cp>I got a textttt!!! And it’s that @Love Island USA’s @NayNay was so proud of TeamUSA’s Women’s Rugby during the Olympics! @Ari Ramsey 🏉🇺🇸 \u003ca title=\"loveislandusa\" target=\"_blank\" href=\"https://www.tiktok.com/tag/loveislandusa?refer=embed\">#loveislandusa\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - iHeartRadio\" href=\"https://www.tiktok.com/music/original-sound-7496701813324778270?refer=embed\">♬ original sound - iHeartRadio\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@iheartradio/video/7496696653672484126?lang=en"},{"html":"\u003ch3>\u003cstrong>Since medaling, have you noticed a shift in how people view or support rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Oh my God, yes. A lot of people I talk to say their daughter has joined rugby because we won. That’s so inspiring. I’m trying to grow the game. We all are. Hopefully we can open more rugby teams in high schools, that’s the goal now and in colleges too. I think the game is growing. People tell me it is, and I just hope that by us playing, it’ll all pay off.\u003c/blockquote>\n\n\u003ch3>\u003cstrong>You’re inspiring so many. Who inspired you when it came to the game of rugby?\u003c/strong>\u003c/h3>\n\n\u003cblockquote>Definitely \u003ca href=\"https://www.instagram.com/nayatapper/?hl=en\" target=\"_blank\">\u003cstrong>Naya Tapper\u003c/strong>\u003c/a>. She was one of the only Black women on the team. \u003ca href=\"https://www.instagram.com/kristhomas11/?hl=en\" target=\"_blank\">\u003cstrong>Kris Thomas\u003c/strong>\u003c/a> too, she’s from Philly. But Naya was the top try scorer and I was like, 'Oh my God, I want to be like her.' And then I finally got to play with her, watching her as a leader was so inspiring. I want to be that for people. So yeah, I would say her.\u003c/blockquote>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/","cuser":"user/ldap/1122166","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Olympics","keywords/Rugby","keywords/BIN","keywords/women's rugby team","keywords/USA Women's Rugby Sevens"],"primary_image":{"bucket":"new_assets","id":"%2F681539e23e71feabcde87c67"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},"publish_date":1746222060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","social_title":"","summary":"What does it take to train like an Olympian?","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/sports"],"distribution":["formats/BINNEWS"]},{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","permalink":"https://whyn.iheart.com/content/2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey/"},"slug":"2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681539e23e71feabcde87c67","title":"Training Like An Olympian: A Day With Team USA’s Ariana Ramsey","description":"What does it take to train like an Olympian?","author":"Lauren Crawford"},"pub_start":1746222060000,"pub_until":4115978604802,"pub_changed":1746223302616,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB","formats/RNB"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/sports","formats/BINNEWS"]},{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68152d733e71feabcde87c56","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","slug:2025-05-02-training-like-an-olympian-a-day-with-team-usas-ariana-ramsey","keyword:keywords/Olympics","keyword:keywords/Rugby","keyword:keywords/BIN","keyword:keywords/women's rugby team","keyword:keywords/USA Women's Rugby Sevens","author:user"]}},{"id":"%2F6815210053c0bb887120ca39","type":"PUBLISHING","record":{"ref_id":"%2F6815210053c0bb887120ca39","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f24dc3f7-737d-4f40-a223-d439519ab10f","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - MAY 02: Miriam Haley returns to the courtroom after taking a short break from a delay in proceedings before continuing to testify in the retrial of former film producer Harvey Weinstein at Manhattan Criminal Court on May 2, 2025 in New York City. Disgraced Hollywood mogul Harvey Weinstein faces a retrial on rape and sex assault charges for which a previous verdict was overturned, forcing survivors who helped fire up the \"MeToo\" movement to testify against him once again. Weinstein's 2017 conviction by a jury was overturned seven years later by an appeals court that ruled the way witnesses were handled in the original New York trial was unlawful. (Photo by John Angelillo-Pool/Getty Images)","id":"%2F681521676018f2973ad94dab","new_tab":false,"schedule":{},"source_credit":"Pool / Getty Images News / Getty Images","title":"Harvey Weinstein Re-Trial On Rape And Sexual Assault Charges Continues","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Miriam Haley\u003c/strong>, a former \u003cem>Project Runway\u003c/em> production assistant, \u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">abruptly left a New York courtroom on Friday (May 2) after a heated exchange with \u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">\u003cstrong>Harvey Weinstein\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/harvey-weinstein-accuser-miriam-haley-storms-court-cursing-moguls-lawy-rcna204499\" target=\"_blank\">'s lawyer\u003c/a>, \u003cstrong>Jennifer Bonjean\u003c/strong>. During her fourth day of testimony in Weinstein's sex crimes retrial, Haley, 48, broke down in tears as Bonjean questioned her about the night she alleges Weinstein assaulted her in July 2006. \u003c/p>\n\n\u003cp>"Don’t tell me I wasn’t raped by that f****** a******!" Haley yelled, before requesting a break. \u003c/p>\n\n\u003cp>Judge \u003cstrong>Curtis Farber\u003c/strong> granted a 10-minute recess, and \u003ca href=\"https://nypost.com/2025/05/02/us-news/weinstein-accuser-miriam-haley-storms-out-of-courtroom-in-tears-in-the-middle-of-grilling-dont-tell-me-i-wasnt-raped-by-that-f-king-a-hole/\" target=\"_blank\">Haley exited the courtroom\u003c/a>.\u003c/p>\n\n\u003cp>Haley has accused Weinstein of forcibly performing oral sex on her at his SoHo apartment and later raping her at a Tribeca hotel. Weinstein, 73, has pleaded not guilty to the charges. Bonjean \u003ca href=\"https://variety.com/2025/film/news/harvey-weinstein-accuser-miriam-haley-new-york-trial-cross-examination-1236383734/\" target=\"_blank\">challenged Haley's account\u003c/a>, questioning why she agreed to visit Weinstein's apartment despite his previous "bizarre" behavior. Haley explained she did not fear for her safety and thought it would be impolite to refuse.\u003c/p>\n\n\u003cp>This retrial follows the overturning of Weinstein's 2020 conviction. Haley is the first of three accusers expected to testify, including actress Jessica Mann and former model Kaja Sokola. Weinstein's lawyers argue that the encounters were consensual. Haley and her friends testified that she disclosed the assault shortly after it occurred. \u003c/p>\n\n\u003cp>The trial continues with further testimonies expected.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F681521676018f2973ad94dab"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746215460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","social_title":"","summary":"During her fourth day of testimony in Weinstein's sex crimes retrial, Miriam Haley broke down in tears as she was questioned about the night she alleges Weinstein assaulted her.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/entertainment-news","categories/national-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Harvey Weinstein Accuser Curses Out Defense Lawyer, Storms Out Of Court","permalink":"https://whyn.iheart.com/content/2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court/"},"slug":"2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681521676018f2973ad94dab","title":"Harvey Weinstein Accuser Curses Out Defense Lawyer, Storms Out Of Court","description":"During her fourth day of testimony in Weinstein's sex crimes retrial, Miriam Haley broke down in tears as she was questioned about the night she alleges Weinstein assaulted her.","author":"iHeartRadio"},"pub_start":1746215460000,"pub_until":4115978604802,"pub_changed":1746215793663,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/entertainment-news","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815210053c0bb887120ca39","slug:2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","slug:2025-05-02-harvey-weinstein-accuser-curses-out-defense-lawyer-storms-out-of-court","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6815145a53c0bb887120ca2d","type":"PUBLISHING","record":{"ref_id":"%2F6815145a53c0bb887120ca2d","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"16c6c824-5d46-42ed-b1dc-442a6c0de58b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Shot of firefighters in a fire protection suit wearing firefighter helmet using hammer break mirror of burned car for rescue victim inside burned car.","id":"%2F68151662d5dec3bc94ef0436","new_tab":false,"schedule":{},"source_credit":"sukanya sitthikongsak / Moment / Getty Images","title":"Firefighters rescue victim inside burned car.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Seven people died in a\u003ca href=\"https://abcnews.go.com/US/wireStory/7-people-dead-after-pickup-tour-van-collide-121404150\" target=\"_blank\"> fiery collision between a pickup truck and a tour van\u003c/a> near Yellowstone National Park on Thursday (May 1). The crash occurred just before 7:15 p.m. on a highway near Henry's Lake State Park in eastern Idaho, approximately 16 miles west of Yellowstone.\u003c/p>\n\n\u003cp>According to the Idaho State Police, \u003ca href=\"https://www.kare11.com/article/news/nation-world/fatal-crash-near-yellowstone/507-c429cdf6-b286-430c-8f9e-57692ad6bb23\" target=\"_blank\">both vehicles caught fire\u003c/a> following the collision. The driver of the Dodge Ram pickup truck and six passengers from the Mercedes tour van were killed. The van was carrying a tour group of 14 people.\u003c/p>\n\n\u003cp>The driver of the truck was identified as 25-year-old \u003cstrong>Isaiah Moreno\u003c/strong>. According to the \u003cem>New York Times\u003c/em>, Fremont County Coroner, \u003cstrong>Brenda Dye\u003c/strong> said she is waiting for \u003ca href=\"https://www.nytimes.com/2025/05/02/us/yellowstone-tour-van-fatal-crash.html?partner=IFTTT\" target=\"_blank\">DNA testing to identify the bodies of the six victims who were in the van\u003c/a> because they were burned beyond recongintion.\u003c/p>\n\n\u003cp>The incident is currently under investigation as authorities work to determine the cause of the accident.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F68151662d5dec3bc94ef0436"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746212220000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","social_title":"","summary":"Officials said they are waiting on DNA testing to identify the victims because they were burned beyond recognition in the fiery crash.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Multiple People Killed In Crash Between Tour Van And Truck Near Yellowstone","permalink":"https://whyn.iheart.com/content/2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone/"},"slug":"2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68151662d5dec3bc94ef0436","title":"Multiple People Killed In Crash Between Tour Van And Truck Near Yellowstone","description":"Officials said they are waiting on DNA testing to identify the victims because they were burned beyond recognition in the fiery crash.","author":"iHeartRadio"},"pub_start":1746212220000,"pub_until":4115978604802,"pub_changed":1746212710180,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815145a53c0bb887120ca2d","slug:2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","slug:2025-05-02-multiple-people-killed-in-crash-between-tour-van-and-truck-near-yellowstone","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814e9b12f874bf6ca67bb76","type":"PUBLISHING","record":{"ref_id":"%2F6814e9b12f874bf6ca67bb76","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a40873eb-7088-42f0-aa52-d0153271c8dd","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68150bad2f874bf6ca67bb89","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-13-rory-mcilroy-wins-masters-in-playoff-completes-career-grand-slam/\" target=\"_blank\">\u003cstrong>Rory McIlroy\u003c/strong>\u003c/a> revealed the text he received from \u003ca href=\"https://www.iheart.com/content/2025-04-14-tiger-woods-reacts-to-rory-mcilroys-historic-masters-win/\" target=\"_blank\">\u003cstrong>Tiger Woods\u003c/strong>\u003c/a> after winning his first Masters Tournament and joining him in the exclusive Grand Slam major championship club during an appearance on \u003cem>the Tonight Show with \u003c/em>\u003cstrong>\u003cem>Jimmy Fallon\u003c/em>\u003c/strong> Thursday (May 1) night.\u003c/p>\n\n\u003cp>“He just said, ‘welcome to the club, kid,’” McIlroy said.\u003c/p>\n\n\u003cp>McIlroy's win at Augusta secured his fifth career major, having previously won the U.S. Open in 2011, PGA Championship in 2012 and 2014 and the Open Championship in 2014. The Northern Ireland native joined Woods, who completed the career Grand Slam in 2000, as well as \u003cstrong>Gene Sarazen\u003c/strong> (1935), \u003cstrong>Ben Hogan\u003c/strong> (1953), \u003cstrong>Gary Player\u003c/strong> (1965) and \u003cstrong>Jack Nicklaus\u003c/strong> (1966).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DeUZWEFbvN2A","@url":"https://www.youtube.com/watch?v=eUZWEFbvN2A","author_name":"The Tonight Show Starring Jimmy Fallon","author_url":"https://www.youtube.com/@fallontonight","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/eUZWEFbvN2A/hqdefault.jpg","thumbnail_width":480,"title":"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/eUZWEFbvN2A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rory McIlroy on His 17-Year Masters Journey and Getting Congratulated by Elton John and Tiger Woods\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=eUZWEFbvN2A"},{"html":"\u003cp>Woods and McIlroy are both TaylorMade sponsored players and partnered together for the launch of TGL, an offseason golf league featuring themselves and other top PGA athletes that uses a combination of traditional golf and simulated indoor golf. McIlroy defeated \u003cstrong>Justin Rose\u003c/strong>, who led through the first two rounds of the four-day tournament, in a sudden death playoff at Augusta National Golf Course last month. \u003c/p>\n\n\u003cp>The 35-year-old missed a par putt, concluding regulation tied with Rose at 11-under par, before on the 18th hole before defeating Rose in a sudden death playoff by finishing at one over. McIlroy finished with a 73 through 18 holes, which included six birdies, three bogeys and a double bogey, finishing the round at +1 for the day and and 11-under for the tournament.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Rory McIlroy","keywords/Tiger Woods","keywords/Grand Slam","keywords/text","keywords/Masters","keywords/championship","keywords/tournament","keywords/club","keywords/PGA","keywords/Justin Rose","keywords/golf","keywords/Masters Tournament","keywords/major"],"primary_image":{"bucket":"new_assets","id":"%2F68150bad2f874bf6ca67bb89"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746210300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","social_title":"","summary":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","permalink":"https://whyn.iheart.com/content/2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win/"},"slug":"2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68150bad2f874bf6ca67bb89","title":"Rory McIlroy Reveals Tiger Woods' Text After Grand Slam, Masters Win","description":"Rory McIlroy revealed the text he received from Tiger Woods after winning his first Masters to join the Grand Slam major championship club.","author":"Jason Hall"},"pub_start":1746210300000,"pub_until":4115978604802,"pub_changed":1746210647483,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814e9b12f874bf6ca67bb76","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","slug:2025-05-02-rory-mcilroy-reveals-tiger-woods-text-after-grand-slam-masters-win","keyword:keywords/Rory McIlroy","keyword:keywords/Tiger Woods","keyword:keywords/Grand Slam","keyword:keywords/text","keyword:keywords/Masters","keyword:keywords/championship","keyword:keywords/tournament","keyword:keywords/club","keyword:keywords/PGA","keyword:keywords/Justin Rose","keyword:keywords/golf","keyword:keywords/Masters Tournament","keyword:keywords/major","author:user"]}},{"id":"%2F6815076553c0bb887120ca22","type":"PUBLISHING","record":{"ref_id":"%2F6815076553c0bb887120ca22","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"27aaca39-fe0d-416f-b82f-d9130453452d","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"cropped image of prison officer wearing handcuffs on prisoner","id":"%2F62bc742206a3034715868f22","new_tab":false,"schedule":{},"source_credit":"LightFieldStudios / iStock / Getty Images","title":"cropped image of prison officer wearing handcuffs on prisoner","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A Fort Carson soldier, \u003ca href=\"https://www.usatoday.com/story/news/nation/2025/05/02/army-soldier-colorado-raid-cocaine/83401012007/\" target=\"_blank\">Staff Sgt. \u003c/a>\u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">\u003cstrong>Juan Gabriel Orona-Rodriguez\u003c/strong>\u003c/a>\u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">, was arrested on federal drug charges\u003c/a>, including distribution and possession with intent to distribute cocaine, as well as conspiracy to distribute cocaine. The arrest took place on Wednesday (April 30) following a raid at an illegal nightclub in Colorado Springs, Colorado, known as Warike. The operation was part of a larger investigation led by the Drug Enforcement Administration (DEA) and the Federal Bureau of Investigation (FBI).\u003c/p>\n\n\u003cp>According to the U.S. Attorney’s Office, \u003ca href=\"https://www.justice.gov/usao-co/pr/army-soldier-charged-distribution-cocaine-following-dea-operation-illegal-nightclub\" target=\"_blank\">Orona-Rodriguez allegedly sold cocaine to an undercover DEA agent\u003c/a> during the week of April 21. Investigators found text messages on his phone, dating from September 2024 to April 2025, indicating his involvement in buying and selling cocaine. Orona-Rodriguez also held a leadership role in Immortal Security LLC, a company providing armed security to nightclubs, including Warike.\u003c/p>\n\n\u003cp>The raid on Warike involved over 300 officers and agents from various law enforcement agencies. During the operation, 114 individuals suspected of being in the U.S. unlawfully were detained. The \u003ca href=\"https://www.kktv.com/2025/05/01/fort-carson-soldier-arrested-federal-drug-distribution-charges/\" target=\"_blank\">raid was part of "Operation Take Back America,"\u003c/a> a nationwide initiative aimed at addressing illegal immigration and dismantling criminal organizations.\u003c/p>\n\n\u003cp>Orona-Rodriguez was one of about 17 active-duty Army service members present at the nightclub during the raid. The investigation and arrest were facilitated by the DEA's Rocky Mountain Division, the Army Criminal Investigation Division, and Fort Carson officials. The U.S. Attorney’s Office for the District of Colorado is handling the prosecution. Orona-Rodriguez is presumed innocent until proven guilty in court.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F62bc742206a3034715868f22"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746208620000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","social_title":"","summary":"Staff Sgt. Juan Gabriel Orona-Rodriguez was working security at the illegal club when it was raided by law enforcement.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Army Solider Arrested On Federal Drug Charges After Underground Club Raid","permalink":"https://whyn.iheart.com/content/2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid/"},"slug":"2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bc742206a3034715868f22","title":"Army Solider Arrested On Federal Drug Charges After Underground Club Raid","description":"Staff Sgt. Juan Gabriel Orona-Rodriguez was working security at the illegal club when it was raided by law enforcement.","author":"iHeartRadio"},"pub_start":1746208620000,"pub_until":4115978604802,"pub_changed":1746208959415,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6815076553c0bb887120ca22","slug:2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","slug:2025-05-02-army-solider-arrested-on-federal-drug-charges-after-underground-club-raid","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814f68253c0bb887120ca17","type":"PUBLISHING","record":{"ref_id":"%2F6814f68253c0bb887120ca17","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8a3b116b-dec5-44cb-a144-a1cbbf5aad39","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - SEPTEMBER 04: U.S. President Donald Trump participates in a signing ceremony and meeting with the President of Serbia Aleksandar Vucic and the Prime Minister of Kosovo Avdullah Hoti in the Oval Office of the White House on September 4, 2020 in Washington, DC. The Trump administration is hosting the leaders to discuss furthering their economic relations. (Photo by Anna Moneymaker-Pool/Getty Images)","id":"%2F6814f7cf0650b7facb269484","new_tab":false,"schedule":{},"source_credit":"Pool / Getty Images News / Getty Images","title":"President Trump Hosts Trilateral With President Of Serbia And Prime Minister Of Kosovo","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> \u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/politics/trump-administration/trumps-budget-proposes-slashing-health-education-clean-energy-programs-rcna204435\" target=\"_blank\"> has released a budget proposal\u003c/a> that seeks to cut funding for health, education, and clean energy programs while increasing military spending. The proposal, detailed in a 40-page document, was sent to congressional leaders on Friday (May 2).\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxbusiness.com/politics/trump-admin-release-budget-outline-showing-defense-spending-boost\" target=\"_blank\">budget suggests a 23% reduction in discretionary funding\u003c/a>, totaling $163 billion, and a 13% increase in military spending. Among the proposed cuts are $18 billion from the National Institutes of Health, $4 billion from the Low Income Home Energy Assistance Program, and $3.6 billion from the Centers for Disease Control and Prevention. Clean energy, education, scientific research, and international aid programs also face reductions.\u003c/p>\n\n\u003cp>Conversely, the \u003ca href=\"https://www.reuters.com/world/us/trump-unveils-federal-budget-blueprint-2025-05-02/\" target=\"_blank\">budget proposes a $43.8 billion increase for the Department of Homeland Security\u003c/a> and $113.3 billion for the Defense Department. It also allocates $500 million for Health and Human Services Secretary Robert F. Kennedy Jr.'s "Make America Healthy Again" initiatives.\u003c/p>\n\n\u003cp>While White House budgets are typically symbolic and rarely enacted as proposed, they reflect the president's priorities and influence congressional debates. Trump's budget is expected to impact upcoming government funding talks, with current funding set to expire on September 30.\u003c/p>\n\n\u003cp>The budget has drawn praise from Republicans, including House Speaker \u003cstrong>Mike Johnson\u003c/strong>, who called it a "bold blueprint" for American strength. However, it has faced criticism from Democrats, with Senate Minority Leader \u003cstrong>Chuck Schumer\u003c/strong> labeling it an "all out assault on hardworking Americans."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6814f7cf0650b7facb269484"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746204420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","social_title":"","summary":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","permalink":"https://whyn.iheart.com/content/2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda/"},"slug":"2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6814f7cf0650b7facb269484","title":"President Trump Releases 40-Page Budget Proposal To Fund His Agenda","description":"The budget suggests a 23% reduction in discretionary funding, totaling $163 billion.","author":"iHeartRadio"},"pub_start":1746204420000,"pub_until":4115978604802,"pub_changed":1746204754620,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814f68253c0bb887120ca17","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","slug:2025-05-02-president-trump-releases-40-page-budget-proposal-to-fund-his-agenda","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814eda953c0bb887120ca0c","type":"PUBLISHING","record":{"ref_id":"%2F6814eda953c0bb887120ca0c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"48cbd041-91f8-46ca-b5b0-09e261ebdc54","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Space ship on orbit of Earth planet. Expedition of cargo spacecraft to ISS. Deep space and cities lights. Elements of this image furnished by NASA.\n(url: https://www.nasa.gov/sites/default/files/thumbnails/image/iss058e029952.jpg images-assets.nasa.gov/image/iss040e090540/iss040e090540~orig.jpg)","id":"%2F6814edde36fa97a5f2028289","new_tab":false,"schedule":{},"source_credit":"dima_zel / iStock / Getty Images","title":"Space ship on orbit of Earth planet. Expedition of cargo spacecraft to ISS. Deep space and cities lights. Elements of this image furnished by NASA.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Kosmos-482, a Soviet-era spacecraft launched in 1972, is \u003ca href=\"https://www.theguardian.com/science/2025/may/02/soviet-era-spacecraft-kosmos-482-uncontrolled-return-earth-next-week\" target=\"_blank\">expected to make an uncontrolled reentry into Earth's atmosphere\u003c/a> next week. The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.\u003c/p>\n\n\u003cp>The spacecraft, weighing approximately 1,100 pounds, is predicted to reenter around May 10. The \u003ca href=\"https://www.iflscience.com/kosmos-482-soviet-unions-failed-venus-probe-is-about-to-slam-into-earth-79013\" target=\"_blank\">reentry is expected to be uncontrolled\u003c/a>, but experts believe the risk to people on the ground is minimal. \u003c/p>\n\n\u003cp>Kosmos-482 was part of a series of Soviet missions to Venus, but unlike its successful counterpart, Venera 8, \u003ca href=\"https://www.sciencealert.com/defunct-soviet-spacecraft-set-to-crash-to-earth-in-fiery-end-to-53-year-orbit\" target=\"_blank\">it never left Earth's orbit\u003c/a>. The spacecraft's lander, designed to withstand Venus's harsh atmosphere, might survive reentry intact. However, The Guardian reports that the heat shield and parachute system may have degraded over time, potentially causing the probe to burn up upon reentry.\u003c/p>\n\n\u003cp>The reentry zone spans from 51.7 degrees north to 51.7 degrees south latitude, covering a vast area from London to Cape Horn. With most of Earth's surface being water, experts believe it is likely that the probe will fall into an ocean. As the reentry date approaches, more precise predictions will become available.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F6814edde36fa97a5f2028289"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746201900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","social_title":"","summary":"The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Defunct Russian Space Probe From The 1970s To Crash Into The Earth","permalink":"https://whyn.iheart.com/content/2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth/"},"slug":"2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6814edde36fa97a5f2028289","title":"Defunct Russian Space Probe From The 1970s To Crash Into The Earth","description":"The probe, originally intended to land on Venus, has been orbiting Earth for over 50 years due to a rocket malfunction that stranded it in orbit.","author":"iHeartRadio"},"pub_start":1746201900000,"pub_until":4115978604802,"pub_changed":1746202262755,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814eda953c0bb887120ca0c","slug:2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","slug:2025-05-02-defunct-russian-space-probe-from-the-1970s-to-crash-into-the-earth","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814eae0ad683035cfc52517","type":"PUBLISHING","record":{"ref_id":"%2F6814eae0ad683035cfc52517","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f1c3f77e-ea79-41cb-9b26-5f5ecdf7b03f","revision_id":"AAAAAAAAAAAAAAAAAAAAAg=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"OKLAHOMA CITY, OK - OCTOBER 30: Head Coach Gregg Popovich of the San Antonio Spurs looks on during the game against the Oklahoma City Thunder on October 30, 2024 at Paycom Center in Oklahoma City, Oklahoma. NOTE TO USER: User expressly acknowledges and ag","id":"%2F6728f8d98db27342947a1a18","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"San Antonio Spurs v Oklahoma City Thunder","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Basketball Hall of Famer and five-time NBA champion \u003ca href=\"https://www.iheart.com/content/2025-02-23-decision-made-on-gregg-popovichs-status/\" target=\"_blank\">\u003cstrong>Gregg Popovich\u003c/strong>\u003c/a> will step down as head coach of the San Antonio Spurs and transition to a full-time role as team president, the team confirmed on Friday (May 2).\u003c/p>\n\n\u003cp>"While my love and passion for the game remain, I've decided it's time to step away as head coach," Popovich said in a statement shared by the team. "I'm forever grateful to the wonderful players, coaches, staff and fans who allowed me to serve them as the Spurs head coach and am excited for the opportunity to continue to support the organization, community and city that are so meaningful to me."\u003c/p>\n\n\u003cp>Popovich, 76, the NBA's all-time winningest coach, has been on a leave of absence from coaching since suffering what was described as a "mild stroke" in November.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.espn.com/nba/story/_/id/44967466/sources-popovich-done-coaching-spurs-staying-front-office\" target=\"_blank\">\u003cstrong>Shams Charania\u003c/strong>\u003c/a> initially reported Popovich's decision on Friday.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FShamsCharania%2Fstatus%2F1918331728978165996","@url":"https://x.com/ShamsCharania/status/1918331728978165996","author_name":"Shams Charania","author_url":"https://twitter.com/ShamsCharania","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/ShamsCharania/status/1918331728978165996","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said. \u003ca href=\"https://t.co/DNcgRrNbQ2\">https://t.co/DNcgRrNbQ2\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1918331728978165996?ref_src=twsrc%5Etfw\">May 2, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1918331728978165996"},{"html":"\u003cp>"BREAKING: Gregg Popovich will no longer be Head Coach of the San Antonio Spurs and is transitioning full-time to Team President, sources told ESPN. The iconic Popovich is a Basketball Hall of Famer, the NBA’s all-time winningest coach, and led the Spurs to five championships," Charania wrote on his X account. "This is the end of an era as Popovich, 76, has served as Spurs coach since 1996. And a start of another era: Popovich has already been involved throughout the Spurs offseason in President of Basketball role and will continue to be a vital member of their operations, sources said."\u003c/p>\n\n\u003cp>Assistant \u003cstrong>Mitch Johnson\u003c/strong> was promoted to interim head coach and led the team to a 32-45 record in Popovich's absence, despite losing franchise center \u003ca href=\"https://www.iheart.com/content/2025-02-20-victor-wembanyama-to-miss-remainder-of-season-over-serious-issue/\" target=\"_blank\">\u003cstrong>Victor Wembanyama\u003c/strong>\u003c/a>, who was diagnosed with deep vein thrombosis in his right shoulder, in February.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Gregg Popovich","keywords/San Antonio Spurs","keywords/Shams Charania","keywords/Decision","keywords/sources","keywords/coach"],"primary_image":{"bucket":"new_assets","id":"%2F6728f8d98db27342947a1a18"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746201300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","social_title":"","summary":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","targets":[{"categories":["syndications/content"],"distribution":["markets/SANANTONIO-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Decision Made On Gregg Popovich's Future With Spurs","permalink":"https://whyn.iheart.com/content/2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs/"},"slug":"2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6728f8d98db27342947a1a18","title":"Decision Made On Gregg Popovich's Future With Spurs","description":"A decision has been made on Basketball Hall of Famer and five-time NBA champion Gregg Popovich's future with the San Antonio Spurs.","author":"Jason Hall"},"pub_start":1746201300000,"pub_until":4115978604802,"pub_changed":1746202552005,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/SANANTONIO-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814eae0ad683035cfc52517","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","slug:2025-05-02-decision-made-on-gregg-popovichs-future-with-spurs","keyword:keywords/Gregg Popovich","keyword:keywords/San Antonio Spurs","keyword:keywords/Shams Charania","keyword:keywords/Decision","keyword:keywords/sources","keyword:keywords/coach","author:user"]}},{"id":"%2F6814e2e3b9a08480dd3cc524","type":"PUBLISHING","record":{"ref_id":"%2F6814e2e3b9a08480dd3cc524","type":"content","payload":{"amp_enabled":false,"apple_news":{"ref_id":"5e007300-7dd5-4666-8553-5680a3598756","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/187-start-here-29111890/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"speaks during the 'The Best of Laugh-In' panel at the PBS portion of the 2011 Winter TCA press tour held at the Langham Hotel on January 8, 2011 in Pasadena, California.","id":"%2F6814e316b9a08480dd3cc52f","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"2011 Winter TCA Tour - Day 4","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-25-actress-lar-park-lincoln-dead-at-63/\" target=\"_blank\">Actress\u003c/a> and comedian \u003cstrong>Ruth Buzzi\u003c/strong>, best known for appearing on the comedy variety series \u003cem>Rowan & Martin's Laugh-in\u003c/em>, died at the age of 88 on Thursday (May 1) from complications of Alzheimer's disease, her family announced on her official Facebook page.\u003c/p>\n\n\u003cp>"Ruth Buzzi died peacefully in her sleep at home in Texas, the post states. "She was in hospice care for several years with Alzheimer’s disease. Memorial arrangements by Lacy Funeral Home, Stephenville, Texas to be announced.\u003c/p>\n\n\u003cp>"Her family requests donating to Alzheimer’s research (\u003ca href=\"http://www.alz.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExWFdhbFR2TktwdGI0eFVlZgEe0WwkMDdqyBgkUBeqiUtPEwE4Xl8YwIwrbdYse9qOzFgaKFeprGUpTLHxbw0_aem_cMeiRIU3VfYu3_2OIfilQw\" target=\"_blank\">www.alz.org\u003c/a>) in lieu of flowers."\u003c/p>\n\n\u003cp>Buzzi had previously suffered a disabling stroke in 2022 and had been in hospice care for the last several years of her life.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Facebook Post","@query":"https://graph.facebook.com/v16.0/oembed_post?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.facebook.com%2FRealRuthBuzzi%2Fposts%2Fpfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl","@url":"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl","author_name":"Ruth","author_url":"https://www.facebook.com/RealRuthBuzzi","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\" class=\"fb-xfbml-parse-ignore\">\u003cp>July 24, 1936 – May 1, 2025\n\nRuth Buzzi died peacefully in her sleep at home in Texas.\n\nShe was in hospice care for...\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/RealRuthBuzzi\">Ruth Buzzi\u003c/a> on \u003ca href=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\">Friday, May 2, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider_name":"Facebook","provider_url":"https://www.facebook.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":552},"embed_type":"rich","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\" class=\"fb-xfbml-parse-ignore\">\u003cp>July 24, 1936 – May 1, 2025\n\nRuth Buzzi died peacefully in her sleep at home in Texas.\n\nShe was in hospice care for...\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/RealRuthBuzzi\">Ruth Buzzi\u003c/a> on \u003ca href=\"https://graph.facebook.com/100052018909496/posts/1233826728361279/\">Friday, May 2, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/RealRuthBuzzi/posts/pfbid031y2oHoqXMuMCSZg1RToxEVH37UZCvGmrp6JhGBQXoGCv3X6mwouwxATxHF5PtvTJl"},{"html":"\u003cp>Buzzi's career began with appearances on \u003cem>The Garry Moore Show\u003c/em> and \u003cem>The Entertainers\u003c/em> in the early 1960s before making her lone Broadway run as part of the original cast for the musical \u003cem>Sweet Charity\u003c/em>. The Rhode Island native later made guest appearances on \u003cem>The Monkees\u003c/em> and landed a recurring role as 'Pete' on \u003cem>That Girl\u003c/em> before being selected as one of the original cast members on the variety show \u003cem>Laugh-in\u003c/em>.\u003c/p>\n\n\u003cp>Buzzi was the only original cast member to appear in every episode during the entirety of the series (1968-1973), which also launched the careers of \u003ca href=\"https://www.iheart.com/artist/goldie-hawn-30526118/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30526118\" data-catalog-related-id=\"\">\u003cstrong>Goldie Hawn\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/lily-tomlin-43910/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"43910\" data-catalog-related-id=\"\">\u003cstrong>Lily Tomlin\u003c/strong>\u003c/a>, \u003cstrong>Jo Anne Worley\u003c/strong> and \u003cstrong>Judy Carne\u003c/strong>, among others. The actress would later make guest appearances on numerous variety and late night shows and joined the \u003cem>Sesame Street\u003c/em> cast as shopkeeper Ruthie in 1993.\u003c/p>\n\n\u003cp>Buzzi is also credited for voice acting roles on \u003cem>Pound Puppies\u003c/em>, \u003cem>Berenstain Bears\u003c/em> and \u003cem>the Smurfs\u003c/em>, as well as performing in Las Vegas nightclubs before retiring in 2021.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-actress-ruth-buzzi-dead-at-88/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ruth Buzzi","keywords/Rowan & Martin's Laugh-in","keywords/home","keywords/sleep","keywords/actress","keywords/comedian"],"primary_image":{"bucket":"new_assets","id":"%2F6814e316b9a08480dd3cc52f"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746199200000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-actress-ruth-buzzi-dead-at-88","social_title":"","summary":"Actress and comedian Ruth Buzzi, best known for appearing on the comedy variety series Rowan & Martin's Laugh-in, has died at the age of 88.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Actress Ruth Buzzi Dead At 88","permalink":"https://whyn.iheart.com/content/2025-05-02-actress-ruth-buzzi-dead-at-88/"},"slug":"2025-05-02-actress-ruth-buzzi-dead-at-88","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6814e316b9a08480dd3cc52f","title":"Actress Ruth Buzzi Dead At 88","description":"Actress and comedian Ruth Buzzi, best known for appearing on the comedy variety series Rowan & Martin's Laugh-in, has died at the age of 88.","author":"Jason Hall"},"pub_start":1746199200000,"pub_until":4115978604802,"pub_changed":1746200266615,"subscription":[{"tags":["categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814e2e3b9a08480dd3cc524","slug:2025-05-02-actress-ruth-buzzi-dead-at-88","slug:2025-05-02-actress-ruth-buzzi-dead-at-88","keyword:keywords/Ruth Buzzi","keyword:keywords/Rowan & Martin's Laugh-in","keyword:keywords/home","keyword:keywords/sleep","keyword:keywords/actress","keyword:keywords/comedian","author:user"]}},{"id":"%2F6814dda053c0bb887120ca01","type":"PUBLISHING","record":{"ref_id":"%2F6814dda053c0bb887120ca01","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c2906d75-50a4-4312-8c73-0b57d4aeba26","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Small sad boy looking through the window during Coronavirus isolation.","id":"%2F62bb6dd1e8dfd4e2214c7d56","new_tab":false,"schedule":{},"source_credit":"Vera Livchak / Moment / Getty Images","title":"Small sad boy looking through the window during Coronavirus isolation.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Three children, twins aged eight and a ten-year-old, were \u003ca href=\"https://www.dailymail.co.uk/news/article-14671139/Incredible-moment-children-sunlight-time-four-years-rescued-House-Horrors-US-mother-German-father-kept-self-imposed-Covid-lockdown.html\" target=\"_blank\">rescued from a 'house of horrors' in Oviedo, Spain\u003c/a>, on Monday (April 28). Their parents, a 53-year-old German man and his 48-year-old American wife, were arrested and charged with domestic violence and child abandonment. The children had been kept indoors since December 2021 due to a self-imposed COVID-19 lockdown.\u003c/p>\n\n\u003cp>According to \u003cem>PEOPLE\u003c/em>, the Oviedo Police Department acted after a neighbor reported that the children had not been attending school. Upon investigation, police found the home in unsanitary conditions, with trash, medication, and masks scattered throughout. The children were reportedly living among feces and slept in cribs.\u003c/p>\n\n\u003cp>When officers entered the home, \u003ca href=\"https://www.yahoo.com/news/germans-locked-children-spanish-house-130226164.html\" target=\"_blank\">the parents placed multiple masks on the children\u003c/a>, claiming they were "very sick." However, the children appeared healthy but were dirty and had been isolated from the outside world.The children were unsteady when they first stepped outside and were overwhelmed by seeing sunlight and grass.\u003c/p>\n\n\u003cp>The parents allegedly used THC medication on the children, claiming it was for ADHD, though investigators were unsure if the children had the condition. The children have been placed in the custody of the Ministry of Welfare. The parents are being held in pretrial detention without bail and could face up to seven years in prison if convicted.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F62bb6dd1e8dfd4e2214c7d56"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746198240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","social_title":"","summary":"Authorities said the three kids had not been allowed outside since 2021.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kids Saved From Home Where They Had Been Locked Up By COVID-Fearing Parents","permalink":"https://whyn.iheart.com/content/2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents/"},"slug":"2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bb6dd1e8dfd4e2214c7d56","title":"Kids Saved From Home Where They Had Been Locked Up By COVID-Fearing Parents","description":"Authorities said the three kids had not been allowed outside since 2021.","author":"iHeartRadio"},"pub_start":1746198240000,"pub_until":4115978604802,"pub_changed":1746198588444,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814dda053c0bb887120ca01","slug:2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","slug:2025-05-02-kids-saved-from-home-where-they-had-been-locked-up-by-covid-fearing-parents","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814d9e353c0bb887120c9f5","type":"PUBLISHING","record":{"ref_id":"%2F6814d9e353c0bb887120c9f5","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fdc934a1-d44f-4c5a-b852-d75049c4a763","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"FIJI - OCTOBER 29: A pilot in the cockpit controls the planes acceleration in take-off. Taveuni Island, Pacific Ocean, Fiji Islands. (Photo by Jason Edwards/National Geographic/Getty Images)","id":"%2F65f1f05e64c2e3a913748a1e","new_tab":false,"schedule":{},"source_credit":"Jason Edwards 972332/51C CrRM / The Image Bank Unreleased / Getty Images","title":"A pilot in the cockpit controls the planes acceleration in take-off.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>An American Airlines \u003ca href=\"https://www.foxnews.com/us/american-airlines-passenger-restrained-knocked-floor-barging-cockpit-video\" target=\"_blank\">passenger was restrained after attempting to enter the cockpit\u003c/a> on Flight 950 from São Paulo, Brazil, to New York City on Thursday (April 24). The incident occurred in the first-class cabin just before takeoff, causing a significant delay.\u003c/p>\n\n\u003cp>The female passenger, upset over the delayed departure, confronted the flight crew and tried to enter the cockpit. Video \u003ca href=\"https://x.com/aviationbrk/status/1917236878799258068\" target=\"_blank\">footage shows her being restrained\u003c/a> and knocked to the floor by airline staff. Another passenger also became involved, shouting at the woman, which escalated the situation further.\u003c/p>\n\n\u003cp>The flight, a Boeing 787-9 Dreamliner, returned to the gate due to the security issue. Both\u003ca href=\"https://nypost.com/2025/04/29/world-news/american-airlines-passenger-on-jfk-bound-flight-knocked-down-after-storming-cockpit/\" target=\"_blank\"> passengers were removed by law enforcement\u003c/a>, and the flight eventually departed over two hours later. American Airlines emphasized that "the safety and security of our customers and team members is our top priority" in a statement to Simple Flying.\u003c/p>\n\n\u003cp>The incident highlights ongoing concerns about unruly behavior on flights and the importance of cockpit security. The cockpit door was open during taxiing, a practice allowed for communication with ground staff, but it became a focal point in this altercation.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2Faviationbrk%2Fstatus%2F1917236878799258068","@url":"https://x.com/aviationbrk/status/1917236878799258068","author_name":"Breaking Aviation News & Videos","author_url":"https://twitter.com/aviationbrk","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">American Airlines crew members knock down a female passenger who tries to barge into the cockpit just before takeoff to New York.\u003ca href=\"https://t.co/pYLPlOeS9C\">pic.twitter.com/pYLPlOeS9C\u003c/a>\u003c/p>— Breaking Aviation News & Videos (@aviationbrk) \u003ca href=\"https://twitter.com/aviationbrk/status/1917236878799258068?ref_src=twsrc%5Etfw\">April 29, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/aviationbrk/status/1917236878799258068","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">American Airlines crew members knock down a female passenger who tries to barge into the cockpit just before takeoff to New York.\u003ca href=\"https://t.co/pYLPlOeS9C\">pic.twitter.com/pYLPlOeS9C\u003c/a>\u003c/p>— Breaking Aviation News & Videos (@aviationbrk) \u003ca href=\"https://twitter.com/aviationbrk/status/1917236878799258068?ref_src=twsrc%5Etfw\">April 29, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/aviationbrk/status/1917236878799258068"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F65f1f05e64c2e3a913748a1e"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746196920000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","social_title":"","summary":"Two passengers were removed from the flight by the police.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Passenger Tries Storming Plane's Cockpit, Gets Knocked To The Floor","permalink":"https://whyn.iheart.com/content/2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor/"},"slug":"2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/65f1f05e64c2e3a913748a1e","title":"Passenger Tries Storming Plane's Cockpit, Gets Knocked To The Floor","description":"Two passengers were removed from the flight by the police.","author":"iHeartRadio"},"pub_start":1746196920000,"pub_until":4115978604802,"pub_changed":1746197310181,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814d9e353c0bb887120c9f5","slug:2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","slug:2025-05-02-passenger-tries-storming-planes-cockpit-gets-knocked-to-the-floor","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6814cfd153c0bb887120c9e8","type":"PUBLISHING","record":{"ref_id":"%2F6814cfd153c0bb887120c9e8","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"3ef71e39-8241-4952-afe6-8808585bc538","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Justin Collin Adams is accused of a hit-and-run that left three people injured.","id":"%2F6814d2b753c0bb887120c9f3","new_tab":false,"schedule":{},"source_credit":"Sullivan’s Island Police Department","title":"mugshot of Justin Collin Adams","type":"asset","url":"","use_caption":false},{"html":"\u003cp>South Carolina police have \u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">captured \u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">\u003cstrong>Justin Collin Adams\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/news/us-news/manhunt-south-carolina-police-search-armed-suspect-hit-2-kids-1-adult-rcna204261\" target=\"_blank\">, the suspect in a hit-and-run incident that injured two children\u003c/a> and an adult near a preschool on Sullivan's Island. The incident occurred on Thursday (May 1) when Adams allegedly drove his vehicle into pedestrians outside Sunrise Presbyterian Church, which also serves as a daycare.\u003c/p>\n\n\u003cp>Authorities launched a manhunt after Adams fled the scene on foot, reportedly armed with a knife. Adams was \u003ca href=\"https://www.counton2.com/news/local-news/sullivan-island-hit-and-run/\" target=\"_blank\">found hiding in a boat near a dock\u003c/a> across from the church. The discovery was made by an officer in a Charleston County Aviation Unit helicopter.\u003c/p>\n\n\u003cp>During the search, Sullivan's Island Police Chief \u003cstrong>Glenn Meadows\u003c/strong> advised residents to stay indoors and call 911 if they saw anything suspicious. Multiple law enforcement agencies formed a quick response team, conducting a door-to-door search and checking all vehicles leaving the island.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.counton2.com/news/local-news/sullivan-island-hit-and-run/\" target=\"_blank\">injured individuals were taken to the hospital\u003c/a>, with one being treated and released on site. Authorities have not yet determined if the crash was intentional, and the Charleston County Sheriff's Office is leading the investigation to decide on charges.\u003c/p>\n\n\u003cp>Charleston County Sheriff \u003cstrong>Carl Ritchie\u003c/strong> stated that Adams is being interviewed to understand the motive behind the incident and to determine the appropriate charges. The FBI and U.S. Marshals were also involved in the search efforts.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"new_assets","id":"%2F6814d2b753c0bb887120c9f3"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746194880000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","social_title":"","summary":"Two children and adult were injured.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Police Find Preschool Hit And Run Suspect Hiding In Boat","permalink":"https://whyn.iheart.com/content/2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat/"},"slug":"2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6814d2b753c0bb887120c9f3","title":"Police Find Preschool Hit And Run Suspect Hiding In Boat","description":"Two children and adult were injured.","author":"iHeartRadio"},"pub_start":1746194880000,"pub_until":4115978604802,"pub_changed":1746195224851,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6814cfd153c0bb887120c9e8","slug:2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","slug:2025-05-02-police-find-preschool-hit-and-run-suspect-hiding-in-boat","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":12,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk55d2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":null}}},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]},"statusCode":200,"tagsSet":["display-hints/hide-listen-now"]},"device":{"_userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])","_navigator":null,"enableHeaderSearch":null},"player":{"loaded":false,"externalAction":{"_subscriptions":[]},"overrideConfig":null,"defaultId":null,"overrideId":null,"ready":false,"playback":false,"inProgress":false,"iframeUrl":""},"gptReady":false}</script> <script>window.SDK = { environment: {"APTIVADA_SDK_HOST":"campaign.aptivada.com","AB_TEST_HOST":"https://api.iheart.com/api/v3/abtest","OUTBRAIN_WIDGET_URL":"https://widgets.outbrain.com/outbrain.js","OUTBRAIN_PIXEL_URL":"https://amplifypixel.outbrain.com/pixel?mid=004d2133385513d6a3dbfd9993b43474ab","TIKTOK_WIDGET_URL":"https://www.tiktok.com/embed.js","LIVERAMP_LIBRARY_URL":"https://ats.rlcdn.com/ats.js","FACEBOOK_SDK_URL":"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2","GOOGLE_CSE_ACCOUNT_ID":"009224462050322586572:lr5vgdqoe5k","GOOGLE_CSE_AD_ID":"pub-4066651230054012","GOOGLE_CSE_MAX_RESULTS":"10","AMP_HOST":"us.api.iheart.com","DEFAULT_IMAGE":"https://i.iheart.com/v3/re/new_assets/2672c89f-91de-4d1b-b9a9-6284b1e2c8f8","DEFAULT_TIMEZONE":"America/New_York","DEP_SITES_HOST":"","DEP_HTL_HOST":"htl.radioedit.iheart.com","DEP_WEBAPI_HOST":"webapi.radioedit.iheart.com","DEP_PWS_HOST":"pws.radioedit.iheart.com","DEP_GENERATOR_RSS":"","DEP_GENERATOR_SITEMAP":"","IMAGE_HOST":"i.iheart.com","LOG_LEVEL":"info","NODE_ENV":"production","ONETRUST_HOST":"https://cdn.cookielaw.org","ONETRUST_CONSENT_PATH":"https://cdn.cookielaw.org/consent","ONETRUST_IAB_URL":"https://cdn.cookielaw.org/opt-out/otCCPAiab.js","ONETRUST_TOKEN_URL":"https://tv47clj0la.execute-api.us-east-1.amazonaws.com/production/generatetoken?identifier=","ENVIRONMENT":"production","PROTOCOL":"https","GOOGLE_MAPS_API_KEY":"AIzaSyA7WQvMsISHIyotCPatRBwrgHNN9ohKqQE","NATIONAL_SITE_URL":"https://www.iheart.com","COAST_RECAPTCHA_V3_PUBLIC_KEY":"6LceYMcZAAAAAEe_L5pj14w8_cdc4p8pNzDzcIKe","COAST_RECURLY_PUBLIC_KEY":"ewr1-9VtuFVKJS0oVy7hcAVWlGK","IHEART_HELP_SITE":"//help.iheart.com","IHEART_HELP_SITE_CONTEST":"//help.iheart.com/hc/en-us/sections/205969087-Contests","PODCAST_EMBED_KEYID":"AutomatedPodcasts","DEP_API_HOST":"api.radioedit.iheart.com","YOURCHOICE_ICON":"http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684","AD_ICON":"https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca","WWW_AUTH_HOST":"https://www.iheart.com","POSTUP_CONTACT_TEMPLATE_ID":"3","IHR_AUTH_SDK":"https://www.iheart.com/sdk/sdk.js","DEP_CONTENT_HOST":"content.radioedit.iheart.com","CCPA_OPTOUT_URL":"https://www.iheart.com/optout/","AMAZON_PUBLISHER_ID":"3901","REQUEST_TIMEOUT":"15000","ADOBE_LAUNCH_LIBRARY":"//assets.adobedtm.com/dba7b4ad2c8b/773677a854c8/launch-381fe6c887eb.min.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","MAX_AGE_HEADERS":"2592000000","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","PARSELY_LIBRARY":"//cdn.parsely.com/keys/%%HOSTNAME%%/p.js","COMSCORE_CLIENT_ID":"6036262","GOOGLE_RECAPTCHA_V3_PUBLIC_KEY":"6LdKHHoaAAAAAEBsW-KyjdE16eKLZJv5QHy-P5aQ","DEP_GENERATOR_SITEMAP_HOST":"generator-sitemap.radioedit.iheart.com"}}; </script> <script> // This needs to be here so it is loaded before lazysizes. // Lazysizes loads thanks to webpack, before any app code is run. // https://github.com/aFarkas/lazysizes#js-api window.lazySizesConfig = window.lazySizesConfig || {}; window.lazySizesConfig.init = false; // CCPA Compliance window.deferAnalyticsVendorBeacons = false; </script> <script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">["packages-renderer-shared-ui-src-elements-MagicLink-component","src_app_core_chrome_AppTray_component_tsx-src_app_core_chrome_HeaderSearch_component_tsx-src_-b801d3","local","core-components-tiles-OnairTileLoader-component","core-page-blocks-datasource-DatasourceLoader-component","packages_renderer_shared_core_src_lib_ads_ts","Datasource-component","Grid-component","ContentFeedItem-component","components-tiles-ContentTile-component","LeadFeedItem-component","core-components-tiles-WeatherTileLoader-component","TrafficTile-component","Heading-component","LoadMoreFromCursor-component","core-page-blocks-podcast-PodcastsLoader-component","ShowCollection-component","Show-component","core-page-blocks-datasource-DatasourceTileLoader-component","core-page-blocks-contest-KeywordContestLoader-component","vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js","Podcasts-component","FauxButton-component","ImageTile-component","Card-component","AptivadaKeywordContest-component","WeatherTile-component"]</script><script id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":["local","packages-renderer-shared-ui-src-elements-MagicLink-component","core-components-tiles-OnairTileLoader-component","core-page-blocks-datasource-DatasourceLoader-component","Datasource-component","Grid-component","ContentFeedItem-component","components-tiles-ContentTile-component","LeadFeedItem-component","core-components-tiles-WeatherTileLoader-component","core-components-tiles-TrafficTile-component","Heading-component","LoadMoreFromCursor-component","core-page-blocks-podcast-PodcastsLoader-component","ShowCollection-component","Show-component","core-page-blocks-datasource-DatasourceTileLoader-component","core-page-blocks-contest-KeywordContestLoader-component","Podcasts-component","FauxButton-component","ui-ImageTile-component","Card-component","AptivadaKeywordContest-component","WeatherTile-component","TrafficTile-component"]}</script> <script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/runtime.94b1a736e011fc0f6b33.js"></script> <script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/vendor.51fc23b5373e910f4a24.js"></script> <script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/bundle.3b8d77bfae095a091870.js"></script> <script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/packages-renderer-shared-ui-src-elements-MagicLink-component.067528077d2036c348df.js"></script> <script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/src_app_core_chrome_AppTray_component_tsx-src_app_core_chrome_HeaderSearch_component_tsx-src_-b801d3.a1317e0f9342bf8c747f.js"></script> <script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/local.886e64ad0766cf5f72a5.js"></script> <script async data-chunk="core-components-tiles-OnairTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-components-tiles-OnairTileLoader-component.22fd96ce3a97461201e5.js"></script> <script async data-chunk="core-page-blocks-datasource-DatasourceLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-datasource-DatasourceLoader-component.f48ec165e3da9a949f55.js"></script> <script async data-chunk="Datasource-component" src="https://static.inferno.iheart.com/inferno/scripts/packages_renderer_shared_core_src_lib_ads_ts.7c42290bb72cfa9c15d7.js"></script> <script async data-chunk="Datasource-component" src="https://static.inferno.iheart.com/inferno/scripts/Datasource-component.1423c7d635806130822c.js"></script> <script async data-chunk="Grid-component" src="https://static.inferno.iheart.com/inferno/scripts/Grid-component.48dae21730bceb9ee5e7.js"></script> <script async data-chunk="ContentFeedItem-component" src="https://static.inferno.iheart.com/inferno/scripts/ContentFeedItem-component.a58f9b17ed1802cd6512.js"></script> <script async data-chunk="components-tiles-ContentTile-component" src="https://static.inferno.iheart.com/inferno/scripts/components-tiles-ContentTile-component.e418b3821c33ef4d51dd.js"></script> <script async data-chunk="LeadFeedItem-component" src="https://static.inferno.iheart.com/inferno/scripts/LeadFeedItem-component.f9b025ed7a795a039e16.js"></script> <script async data-chunk="core-components-tiles-WeatherTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-components-tiles-WeatherTileLoader-component.224b5c1493848aa4f0f6.js"></script> <script async data-chunk="core-components-tiles-TrafficTile-component" src="https://static.inferno.iheart.com/inferno/scripts/TrafficTile-component.47ac314dfe91b6ebc04f.js"></script> <script async data-chunk="Heading-component" src="https://static.inferno.iheart.com/inferno/scripts/Heading-component.ea88c81b8d34c977158c.js"></script> <script async data-chunk="LoadMoreFromCursor-component" src="https://static.inferno.iheart.com/inferno/scripts/LoadMoreFromCursor-component.bb890d9dab9374f42e37.js"></script> <script async data-chunk="core-page-blocks-podcast-PodcastsLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-podcast-PodcastsLoader-component.c847d80e9aa862b03d51.js"></script> <script async data-chunk="ShowCollection-component" src="https://static.inferno.iheart.com/inferno/scripts/ShowCollection-component.9692637de0ea45061f03.js"></script> <script async data-chunk="Show-component" src="https://static.inferno.iheart.com/inferno/scripts/Show-component.7f0dafb91f97b90e8cff.js"></script> <script async data-chunk="core-page-blocks-datasource-DatasourceTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-datasource-DatasourceTileLoader-component.05d77890dc9884cc76e2.js"></script> <script async data-chunk="core-page-blocks-contest-KeywordContestLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-contest-KeywordContestLoader-component.5e0cc4120d526a5ea860.js"></script> <script async data-chunk="Podcasts-component" src="https://static.inferno.iheart.com/inferno/scripts/vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js.05cdd4f29edec5e3d7e3.js"></script> <script async data-chunk="Podcasts-component" src="https://static.inferno.iheart.com/inferno/scripts/Podcasts-component.8cd764919ecb5b153621.js"></script> <script async data-chunk="FauxButton-component" src="https://static.inferno.iheart.com/inferno/scripts/FauxButton-component.6f17f4f82d52801c5c49.js"></script> <script async data-chunk="ui-ImageTile-component" src="https://static.inferno.iheart.com/inferno/scripts/ImageTile-component.b3ff14a77346457b64fe.js"></script> <script async data-chunk="Card-component" src="https://static.inferno.iheart.com/inferno/scripts/Card-component.24dee8840408569eb2c3.js"></script> <script async data-chunk="AptivadaKeywordContest-component" src="https://static.inferno.iheart.com/inferno/scripts/AptivadaKeywordContest-component.d932ebf2afeb78ef5324.js"></script> <script async data-chunk="WeatherTile-component" src="https://static.inferno.iheart.com/inferno/scripts/WeatherTile-component.e8eb1af90b1d00d39f16.js"></script> </body> </html>