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: ktrh.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="AptivadaKeywordContest-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/AptivadaKeywordContest-component.a21f13419d9d48bf409a.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="WeatherTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/WeatherTile-component.ca557d80a0c5075ed0c1.css"> <style data-reactroot="">:root { --station-font-family: "Roboto","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --gradient-start: hsl(236,55.1%,23.700000000000003%); --gradient-stop: hsl(236,55.1%,17.700000000000003%); --accent-color: #2a3191; --darkFooterColor: hsl(236,55.1%,21.700000000000003%); --premiere-footer-dark-color:var(--darkFooterColor); }</style> <title data-rh="true">NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station</title> <link data-rh="true" rel="shortcut icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/d29c2515d6a5086502b1adb4b8d86233?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/assets.brands/d29c2515d6a5086502b1adb4b8d86233?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/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><link data-rh="true" rel="canonical" type="" title="" href="https://ktrh.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="#2a3191"/><meta data-rh="true" property="og:title" content="NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station"/><meta data-rh="true" property="twitter:title" content="NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station"/><meta data-rh="true" itemprop="name" content="NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station"/><meta data-rh="true" name="parsely-title" content="NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station"/><meta data-rh="true" name="description" content="NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!"/><meta data-rh="true" property="og:description" content="NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!"/><meta data-rh="true" property="twitter:description" content="NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!"/><meta data-rh="true" itemprop="description" content="NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!"/><meta data-rh="true" name="keywords" content="houston news talk, houston weather, houston traffic, michael berry, glen beck, NBC News, ABC News"/><meta data-rh="true" name="parsely-tags" content="houston news talk, houston weather, houston traffic, michael berry, glen beck, NBC News, ABC News"/><meta data-rh="true" property="og:url" content="https://ktrh.iheart.com/"/><meta data-rh="true" property="twitter:url" content="https://ktrh.iheart.com/"/><meta data-rh="true" itemprop="url" content="https://ktrh.iheart.com/"/><meta data-rh="true" name="parsely-link" content="https://ktrh.iheart.com/"/><meta data-rh="true" name="thumbnail" content="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:image" content="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?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/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" name="parsely-image-url" content="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" itemprop="image" content="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" name="msapplication-TileImage" content="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?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="@ktrhnews"/><meta data-rh="true" property="twitter:creator" content="@ktrhnews"/><meta data-rh="true" property="twitter:domain" content="ktrh.iheart.com"/><meta data-rh="true" property="og:site_name" content="NewsRadio 740 KTRH"/><meta data-rh="true" name="application-name" content="NewsRadio 740 KTRH"/><meta data-rh="true" property="fb:app_id" content="107754932643325"/><meta data-rh="true" property="fb:pages" content="107735527344"/><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/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?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 Shows & Blogs" class="button-text" tabindex="0"><span class="menu-label">Shows & Blogs</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="Houston's Morning News" tabindex="0" href="/featured/houstons-morning-news/">Houston's Morning News</a></li><li><a aria-label="Michael Berry" tabindex="0" href="/featured/michael-berry/">Michael Berry</a></li><li><a aria-label="The Sean Hannity Show" tabindex="0" href="/featured/the-sean-hannity-show/">The Sean Hannity Show</a></li><li><a aria-label="Clay & Buck" tabindex="0" href="/featured/the-clay-travis-and-buck-sexton-show/">Clay & Buck</a></li><li><a aria-label="GardenLine" tabindex="0" href="/featured/gardenline-houston/">GardenLine</a></li><li><a aria-label="Your Health with Dr. Joe Galati" tabindex="0" href="/featured/your-health-with-dr-joe-galati/">Your Health with Dr. Joe Galati</a></li><li><a aria-label="The Fanatics" tabindex="0" href="/featured/the-fanatics/">The Fanatics</a></li><li><a aria-label="Broadcast Schedule" tabindex="0" href="/schedule/">Broadcast Schedule</a></li><li><a aria-label="Houston Sports Broadcast Schedule" tabindex="0" href="/content/houston-game-broadcast-schedule/">Houston Sports Broadcast Schedule</a></li><li><a aria-label="Featured Podcasts" tabindex="0" href="/podcasts/">Featured Podcasts</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for News & Info " class="button-text" tabindex="0"><span class="menu-label">News & Info </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="Houston & Texas News" tabindex="0" href="/featured/houston-texas-news/">Houston & Texas News</a></li><li><a aria-label="National News" tabindex="0" href="/topic/national-news/">National News</a></li><li><a aria-label="Weather" tabindex="0" href="/weather/">Weather</a></li><li><a aria-label="Traffic" tabindex="0" href="/traffic/">Traffic</a></li><li><a aria-label="Sports" tabindex="0" href="/topic/sports/">Sports</a></li><li><a href="https://www.facebook.com/pg/ktrhnews/events/" target="_blank" rel="noopener" aria-label="KTRH Events">KTRH Events</a></li><li><a href="https://www.kelsey-seybold.com/make-an-appointment/pages/make-an-appointment.aspx" target="_blank" rel="noopener" aria-label="Kelsey-Seybold Appointments">Kelsey-Seybold Appointments</a></li><li><a href="https://www.txlottery.org/export/sites/lottery/Games/Check_Your_Numbers.html" target="_blank" rel="noopener" aria-label="Check Your Texas Lottery Numbers">Check Your Texas Lottery Numbers</a></li><li><a href="http://astros.com/" target="_blank" rel="noopener" aria-label="Houston Astros Baseball">Houston Astros Baseball</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-1759585/">Listen to Win $1,000</a></li><li><a aria-label="Enter to win a chance to score a whole year of Dave's Hot Chicken!" tabindex="0" href="/promotions/enter-to-win-a-chance-to-1776185/">Enter to win a chance to score a whole year of Dave's Hot Chicken!</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 740 KTRH</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/ktrhnews" 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/ktrhnews" 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.instagram.com/ktrhnews" aria-label="Visit us on instagram" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-instagram" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 7.37836C11.086 7.37836 10.1924 7.64941 9.43242 8.15724C8.6724 8.66508 8.08003 9.38688 7.73023 10.2314C7.38043 11.0759 7.28891 12.0051 7.46723 12.9016C7.64556 13.7981 8.08573 14.6216 8.73208 15.268C9.37842 15.9143 10.2019 16.3545 11.0984 16.5328C11.9949 16.7112 12.9242 16.6196 13.7687 16.2698C14.6132 15.92 15.335 15.3277 15.8428 14.5676C16.3506 13.8076 16.6217 12.9141 16.6217 12C16.6217 10.7743 16.1348 9.59873 15.2681 8.732C14.4013 7.86528 13.2258 7.37836 12.0001 7.37836ZM12.0001 15C11.4067 15 10.8267 14.824 10.3334 14.4944C9.84003 14.1647 9.45553 13.6962 9.22847 13.148C9.00141 12.5998 8.94201 11.9966 9.05777 11.4147C9.17353 10.8328 9.45925 10.2982 9.87881 9.87867C10.2984 9.45912 10.8329 9.17341 11.4148 9.05765C11.9968 8.9419 12.6 9.00131 13.1482 9.22838C13.6963 9.45544 14.1649 9.83995 14.4945 10.3333C14.8241 10.8266 15.0001 11.4067 15.0001 12C15.0001 12.7956 14.684 13.5587 14.1214 14.1213C13.5588 14.6839 12.7957 15 12.0001 15Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" d="M17.8842 7.19576C17.8842 7.79222 17.4007 8.27575 16.8042 8.27575C16.2078 8.27575 15.7243 7.79222 15.7243 7.19576C15.7243 6.5993 16.2078 6.11578 16.8042 6.11578C17.4007 6.11578 17.8842 6.5993 17.8842 7.19576Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12 3C9.55581 3 9.24921 3.01036 8.28942 3.05416C7.33144 3.09789 6.67723 3.25001 6.10476 3.47251C5.50424 3.69849 4.96024 4.05275 4.51069 4.51058C4.05276 4.9601 3.6984 5.50411 3.47233 6.10466C3.25001 6.67716 3.09789 7.33137 3.05434 8.28935C3.01036 9.24915 3 9.55575 3 12C3 14.4443 3.01036 14.7509 3.05434 15.7107C3.09807 16.6687 3.25019 17.3229 3.47268 17.8953C3.69867 18.4959 4.05293 19.0399 4.51076 19.4894C4.96031 19.9472 5.50431 20.3015 6.10484 20.5275C6.67734 20.75 7.33154 20.9021 8.28949 20.9458C9.24944 20.9896 9.55592 21 12.0002 21C14.4444 21 14.751 20.9896 15.7108 20.9458C16.6688 20.9021 17.323 20.75 17.8955 20.5275C18.4933 20.2963 19.0363 19.9427 19.4896 19.4894C19.9428 19.0362 20.2964 18.4932 20.5276 17.8953C20.7501 17.3228 20.9023 16.6686 20.946 15.7107C20.9898 14.7507 21.0001 14.4443 21.0001 12C21.0001 9.55578 20.9898 9.24915 20.946 8.28935C20.9023 7.33137 20.7501 6.67716 20.5276 6.10469C20.3017 5.50417 19.9474 4.96016 19.4896 4.51062C19.04 4.0527 18.496 3.69836 17.8954 3.47233C17.3229 3.25001 16.6687 3.09789 15.7107 3.05434C14.7509 3.01036 14.4443 3 12 3ZM12 4.62165C14.4031 4.62165 14.6878 4.63084 15.6369 4.67414C16.5144 4.71418 16.9909 4.86077 17.308 4.98402C17.699 5.1283 18.0526 5.35835 18.3429 5.65727C18.6418 5.94757 18.8718 6.30118 19.0161 6.69209C19.1394 7.00923 19.286 7.48577 19.326 8.36326C19.3693 9.31231 19.3785 9.59694 19.3785 12.0001C19.3785 14.4033 19.3693 14.6879 19.326 15.637C19.286 16.5145 19.1393 16.991 19.0161 17.3082C18.8664 17.6963 18.6371 18.0488 18.3429 18.343C18.0487 18.6372 17.6962 18.8665 17.308 19.0162C16.9909 19.1395 16.5144 19.2861 15.6369 19.3261C14.688 19.3694 14.4034 19.3786 12 19.3786C9.59665 19.3786 9.31213 19.3694 8.36316 19.3261C7.48566 19.2861 7.00916 19.1395 6.69199 19.0162C6.30107 18.872 5.94747 18.6419 5.65716 18.343C5.35824 18.0527 5.12819 17.6991 4.98391 17.3082C4.86066 16.991 4.71404 16.5145 4.67403 15.637C4.63073 14.688 4.62155 14.4033 4.62155 12.0001C4.62155 9.59694 4.63073 9.31238 4.67403 8.36326C4.71408 7.48577 4.86066 7.00926 4.98391 6.69209C5.12821 6.30116 5.35828 5.94754 5.65723 5.65723C5.94754 5.35832 6.30115 5.12826 6.69206 4.98398C7.00919 4.86073 7.48574 4.71411 8.36323 4.6741C9.31228 4.6308 9.59683 4.62165 12 4.62165Z" 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/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?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 ktrh-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 740 KTRH 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/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Logo for NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></button></div><div class="OnairPlayTile-module_streamStartDetails_vOU86"><h1>NewsRadio 740 KTRH</h1><span class="OnairPlayTile-module_positioner_lTAsj">Houston's News, Weather & Traffic 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/texas-home-improvement/">Texas Home Improvement</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="/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/"><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/681f2d1aaf89fc0c91b7552d?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d?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="High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva" 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="/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/">High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva</a><time class="component-date-display" dateTime="1746898617073">May 10, 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="/featured/houston-texas-news/content/2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend/"><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/681f5ed06d365cf34294cadf?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681f5ed06d365cf34294cadf?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681f5ed06d365cf34294cadf?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681f5ed06d365cf34294cadf?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681f5ed06d365cf34294cadf?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="Galveston County Sheriff Says There Are New Rules For Jeep Weekend" 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="/featured/houston-texas-news/content/2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend/">Galveston County Sheriff Says There Are New Rules For Jeep Weekend</a><time class="component-date-display" dateTime="1746887824632">May 10, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire/"><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/681f52ac6d365cf34294caba?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681f52ac6d365cf34294caba?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681f52ac6d365cf34294caba?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681f52ac6d365cf34294caba?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681f52ac6d365cf34294caba?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="Breaking News: India and Pakistan Agree To Ceasefire" 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="/featured/houston-texas-news/content/2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire/">Breaking News: India and Pakistan Agree To Ceasefire</a><time class="component-date-display" dateTime="1746883616796">May 10, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-05-10-another-embarrassing-day-for-democrats/"><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/681f5047f5db1acd504a4e63?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681f5047f5db1acd504a4e63?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681f5047f5db1acd504a4e63?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681f5047f5db1acd504a4e63?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681f5047f5db1acd504a4e63?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 Embarrassing Day For Democrats" 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="/featured/houston-texas-news/content/2025-05-10-another-embarrassing-day-for-democrats/">Another Embarrassing Day For Democrats</a><time class="component-date-display" dateTime="1746882812909">May 10, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union/"><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/681500008ce421959af372cb?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681500008ce421959af372cb?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681500008ce421959af372cb?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681500008ce421959af372cb?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681500008ce421959af372cb?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="Houston Police Officers Union Overwhelmingly Approves New 5-Year 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="/featured/houston-texas-news/content/2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union/">Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal </a><time class="component-date-display" dateTime="1746830808242">May 09, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies/"><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/681e3d75bfc82c0689ed1994?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681e3d75bfc82c0689ed1994?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681e3d75bfc82c0689ed1994?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681e3d75bfc82c0689ed1994?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681e3d75bfc82c0689ed1994?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="Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies" 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="/featured/houston-texas-news/content/2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies/">Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies</a><time class="component-date-display" dateTime="1746830791364">May 09, 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="/contact/"><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//6706778847a42978e6a4ccef?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//6706778847a42978e6a4ccef?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//6706778847a42978e6a4ccef?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//6706778847a42978e6a4ccef?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//6706778847a42978e6a4ccef?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="Follow us for News Updates & Show Highlights" 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="/contact/">Follow us for News Updates & Show Highlights</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/promotions/"><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//67fd00fb09417ebc38c85faf?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67fd00fb09417ebc38c85faf?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67fd00fb09417ebc38c85faf?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67fd00fb09417ebc38c85faf?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67fd00fb09417ebc38c85faf?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 TO WIN $1000" 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 $1000</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.facebook.com/ktrhnews" 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//65d026b8b17f5a0462af878f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//65d026b8b17f5a0462af878f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//65d026b8b17f5a0462af878f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//65d026b8b17f5a0462af878f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//65d026b8b17f5a0462af878f?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="Get Border Crisis Updates on KTRH Facebook" 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.facebook.com/ktrhnews" class="card-title" target="_blank" rel="noopener">Get Border Crisis Updates on KTRH Facebook</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></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">Houston-Galveston, TX</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<!-- --> <!-- -->63<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->81<!-- -->°</span></p></figcaption></figure><figure><header>Sun</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->60<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->74<!-- -->°</span></p></figcaption></figure><figure><header>Mon</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->68<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->87<!-- -->°</span></p></figcaption></figure><figure><header>Tue</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->73<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->93<!-- -->°</span></p></figcaption></figure><figure><header>Wed</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->74<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->93<!-- -->°</span></p></figcaption></figure><figure><header>Thu</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->77<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->94<!-- -->°</span></p></figcaption></figure><figure><header>Fri</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->77<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->93<!-- -->°</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="/featured/houston-texas-news/content/2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks/"><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/5f91a4abfef97951aa0abaf4?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4?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="Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks" 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="/featured/houston-texas-news/content/2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks/">Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks</a><time class="component-date-display" dateTime="1746830746782">May 09, 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="/featured/houston-texas-news/content/2025-05-08-houstons-budget-problem-could-get-worse-over-time/"><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/681d368944ebe7619e87549f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681d368944ebe7619e87549f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681d368944ebe7619e87549f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681d368944ebe7619e87549f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681d368944ebe7619e87549f?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="Houston's Budget Problem Could Get Worse Over time" 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="/featured/houston-texas-news/content/2025-05-08-houstons-budget-problem-could-get-worse-over-time/">Houston's Budget Problem Could Get Worse Over time</a><time class="component-date-display" dateTime="1746802800000">May 09, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises/"><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/681d08f629c7ae7274077fcc?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681d08f629c7ae7274077fcc?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681d08f629c7ae7274077fcc?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681d08f629c7ae7274077fcc?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681d08f629c7ae7274077fcc?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="WATCH: Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises " 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="/featured/houston-texas-news/content/2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises/">WATCH: Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises </a><time class="component-date-display" dateTime="1746800383756">May 09, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed/"><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/681ce1a17ec9dc8fe0f05065?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681ce1a17ec9dc8fe0f05065?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681ce1a17ec9dc8fe0f05065?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681ce1a17ec9dc8fe0f05065?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681ce1a17ec9dc8fe0f05065?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="As Predicted, HPD's New $31 Million Records System Has Been Delayed" 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="/featured/houston-texas-news/content/2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed/">As Predicted, HPD's New $31 Million Records System Has Been Delayed</a><time class="component-date-display" dateTime="1746789498430">May 09, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea/"><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/681d301bbe9718a685387101?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681d301bbe9718a685387101?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681d301bbe9718a685387101?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681d301bbe9718a685387101?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681d301bbe9718a685387101?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="Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea" 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="/featured/houston-texas-news/content/2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea/">Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea</a><time class="component-date-display" dateTime="1746789461055">May 09, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers/"><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/602aff10e1d7299500a0b556?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/602aff10e1d7299500a0b556?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/602aff10e1d7299500a0b556?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/602aff10e1d7299500a0b556?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/602aff10e1d7299500a0b556?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="Extra Credit: Companies Look to High School for Skilled Workers" 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="/featured/houston-texas-news/content/2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers/">Extra Credit: Companies Look to High School for Skilled Workers</a><time class="component-date-display" dateTime="1746779400000">May 09, 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 740 KTRH<!-- --> 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/960-ktrh-news-29197307/" 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/29197307?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/29197307?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/29197307?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/29197307?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/29197307?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/29197307?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/29197307?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 KTRH News 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">KTRH News</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/44-houstons-morning-news-on-kt-26994314/" 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/26994314?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/26994314?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/26994314?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/26994314?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/26994314?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/26994314?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/26994314?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 Houston's Morning News on KTRH 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">Houston's Morning News on KTRH</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/44-the-michael-berry-show-27764850/" 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/27764850?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/27764850?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/27764850?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/27764850?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/27764850?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/27764850?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/27764850?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 Michael Berry 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 Michael Berry Show</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/44-gardenline-with-skip-richte-27764831/" 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/27764831?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/27764831?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/27764831?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/27764831?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/27764831?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/27764831?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/27764831?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 GardenLine with Skip Richter 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">GardenLine with Skip Richter</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-09-john-elways-agents-official-cause-of-death-determined/"><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/68124f6980242c6983cee4c2?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68124f6980242c6983cee4c2?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68124f6980242c6983cee4c2?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68124f6980242c6983cee4c2?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68124f6980242c6983cee4c2?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/68124f6980242c6983cee4c2?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/68124f6980242c6983cee4c2?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="John Elway's Agent's Official Cause Of Death Determined" 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-09-john-elways-agents-official-cause-of-death-determined/">John Elway's Agent's Official Cause Of Death Determined</a><time class="component-date-display" dateTime="1746819900000">May 09, 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-09-crossfit-athlete-nayeli-clemente-dead-at-24/"><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/681e329d0052288029b2981e?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681e329d0052288029b2981e?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681e329d0052288029b2981e?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681e329d0052288029b2981e?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681e329d0052288029b2981e?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="CrossFit Athlete Nayeli Clemente Dead At 24" 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-09-crossfit-athlete-nayeli-clemente-dead-at-24/">CrossFit Athlete Nayeli Clemente Dead At 24</a><time class="component-date-display" dateTime="1746809940000">May 09, 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-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend/"><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/67a9170f656f8db9e91841ed?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/67a9170f656f8db9e91841ed?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/67a9170f656f8db9e91841ed?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/67a9170f656f8db9e91841ed?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/67a9170f656f8db9e91841ed?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="UNC Issues Response After Surprising Report On Bill Belichick's Girlfriend" 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-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend/">UNC Issues Response After Surprising Report On Bill Belichick's Girlfriend</a><time class="component-date-display" dateTime="1746807300000">May 09, 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-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report/"><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/67feaa6d03eb38ca24d42152?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/67feaa6d03eb38ca24d42152?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/67feaa6d03eb38ca24d42152?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/67feaa6d03eb38ca24d42152?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/67feaa6d03eb38ca24d42152?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="UNC Makes Surprising Decision On Bill Belichick's Girlfriend: Report" 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-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report/">UNC Makes Surprising Decision On Bill Belichick's Girlfriend: Report</a><time class="component-date-display" dateTime="1746796860000">May 09, 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-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate/"><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/681df644f234000913a02258?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681df644f234000913a02258?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681df644f234000913a02258?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681df644f234000913a02258?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681df644f234000913a02258?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="Charles Barkley Gives Strong Take On Transgender Athletes Debate" 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-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate/">Charles Barkley Gives Strong Take On Transgender Athletes Debate</a><time class="component-date-display" dateTime="1746794340000">May 09, 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-08-stephen-curry-breaks-silence-on-injury-status/"><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/681bb24f557c414338b67e1c?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681bb24f557c414338b67e1c?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681bb24f557c414338b67e1c?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681bb24f557c414338b67e1c?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681bb24f557c414338b67e1c?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="Stephen Curry Breaks Silence On Injury Status" 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-08-stephen-curry-breaks-silence-on-injury-status/">Stephen Curry Breaks Silence On Injury Status</a><time class="component-date-display" dateTime="1746734820000">May 08, 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-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-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/681f9d0cf5db1acd504a4ef6?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681f9d0cf5db1acd504a4ef6?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681f9d0cf5db1acd504a4ef6?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681f9d0cf5db1acd504a4ef6?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681f9d0cf5db1acd504a4ef6?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/681f9d0cf5db1acd504a4ef6?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/681f9d0cf5db1acd504a4ef6?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="Mexico Suing Google For Renaming Gulf Of Mexico To Gulf Of 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(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-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america/">Mexico Suing Google For Renaming Gulf Of Mexico To Gulf Of America</a><time class="component-date-display" dateTime="1746902340000">May 10, 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-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center/"><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/681e8403af89fc0c91b753a1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681e8403af89fc0c91b753a1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681e8403af89fc0c91b753a1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681e8403af89fc0c91b753a1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681e8403af89fc0c91b753a1?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="New Jersey Mayor Arrested While Protesting At ICE Detention Center" 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-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center/">New Jersey Mayor Arrested While Protesting At ICE Detention Center</a><time class="component-date-display" dateTime="1746830220000">May 09, 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-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student/"><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/681e4436be9718a685387375?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681e4436be9718a685387375?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681e4436be9718a685387375?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681e4436be9718a685387375?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681e4436be9718a685387375?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="Federal Judge Orders Immediate Release Of Tufts University Doctoral Student" 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-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student/">Federal Judge Orders Immediate Release Of Tufts University Doctoral Student</a><time class="component-date-display" dateTime="1746814020000">May 09, 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-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-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/681e3c310b08b099b2c81222?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681e3c310b08b099b2c81222?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681e3c310b08b099b2c81222?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681e3c310b08b099b2c81222?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681e3c310b08b099b2c81222?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 Open To Raising Taxes On The Rich To Pay For 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-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda/">President Trump Open To Raising Taxes On The Rich To Pay For His Agenda</a><time class="component-date-display" dateTime="1746811740000">May 09, 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-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia/"><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/681e1b79af89fc0c91b7527d?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681e1b79af89fc0c91b7527d?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681e1b79af89fc0c91b7527d?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681e1b79af89fc0c91b7527d?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681e1b79af89fc0c91b7527d?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="Trump Appoints Fox News Host As US Attorney For The District of Columbia" 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-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia/">Trump Appoints Fox News Host As US Attorney For The District of Columbia</a><time class="component-date-display" dateTime="1746803460000">May 09, 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-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system/"><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/681d164436fa97a5f20294e2?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681d164436fa97a5f20294e2?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681d164436fa97a5f20294e2?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681d164436fa97a5f20294e2?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681d164436fa97a5f20294e2?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="FAA Announces Three-Year Plan To Build A New Air Traffic Control System" 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-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system/">FAA Announces Three-Year Plan To Build A New Air Traffic Control System</a><time class="component-date-display" dateTime="1746736380000">May 08, 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="/featured/houston-texas-news/content/2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers/"><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/5f907f1b85fe21e085ff13b4?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/5f907f1b85fe21e085ff13b4?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/5f907f1b85fe21e085ff13b4?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/5f907f1b85fe21e085ff13b4?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/5f907f1b85fe21e085ff13b4?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/5f907f1b85fe21e085ff13b4?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/5f907f1b85fe21e085ff13b4?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="Is Texas (Is the Industry) Ready for Driverless 18-Wheelers?" 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="/featured/houston-texas-news/content/2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers/">Is Texas (Is the Industry) Ready for Driverless 18-Wheelers?</a><time class="component-date-display" dateTime="1745915426824">Apr 29, 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="/featured/houston-texas-news/content/2025-04-28-why-does-the-price-of-gold-keep-going-up/"><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/6807a746534297955f5d55f5?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6807a746534297955f5d55f5?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6807a746534297955f5d55f5?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6807a746534297955f5d55f5?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6807a746534297955f5d55f5?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="Why Does the Price of Gold Keep Going Up? " 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="/featured/houston-texas-news/content/2025-04-28-why-does-the-price-of-gold-keep-going-up/">Why Does the Price of Gold Keep Going Up? </a><time class="component-date-display" dateTime="1745915422309">Apr 29, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume/"><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/6062151377a02e62452dee80?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6062151377a02e62452dee80?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6062151377a02e62452dee80?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6062151377a02e62452dee80?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6062151377a02e62452dee80?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 Feds Lose Money on Student Loans, But Collection Efforts Resume" 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="/featured/houston-texas-news/content/2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume/">The Feds Lose Money on Student Loans, But Collection Efforts Resume</a><time class="component-date-display" dateTime="1745397045300">Apr 23, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-04-22-google-antitrust-case-may-change-how-you-do-some-things/"><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/5f91e334475a59c10546350a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/5f91e334475a59c10546350a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/5f91e334475a59c10546350a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/5f91e334475a59c10546350a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/5f91e334475a59c10546350a?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="Google Antitrust Case May Change How You Do Some Things" 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="/featured/houston-texas-news/content/2025-04-22-google-antitrust-case-may-change-how-you-do-some-things/">Google Antitrust Case May Change How You Do Some Things</a><time class="component-date-display" dateTime="1745397000049">Apr 23, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing/"><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/5f9063b7159256b24da54aa3?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/5f9063b7159256b24da54aa3?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/5f9063b7159256b24da54aa3?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/5f9063b7159256b24da54aa3?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/5f9063b7159256b24da54aa3?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="US Stock Markets Jump, Billions Promised for Manufacturing" 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="/featured/houston-texas-news/content/2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing/">US Stock Markets Jump, Billions Promised for Manufacturing</a><time class="component-date-display" dateTime="1745354100000">Apr 22, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/houston-texas-news/content/2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it/"><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/6062350eec85858a41dced7e?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6062350eec85858a41dced7e?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6062350eec85858a41dced7e?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6062350eec85858a41dced7e?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6062350eec85858a41dced7e?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 "Real ID" Deadline Is Soon. Here Are Tips If You're Going To Miss It" 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="/featured/houston-texas-news/content/2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it/">The "Real ID" Deadline Is Soon. Here Are Tips If You're Going To Miss It</a><time class="component-date-display" dateTime="1745310632723">Apr 22, 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/michael-berry/"><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/5ebc720e4079feba00f658f9?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5ebc720e4079feba00f658f9?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5ebc720e4079feba00f658f9?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Michael Berry" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/michael-berry/">Michael Berry</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/houstons-morning-news/"><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/672e4613927d780d04a95103?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/672e4613927d780d04a95103?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/672e4613927d780d04a95103?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Houston's Morning News with Jimmy Barrett" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/houstons-morning-news/">Houston's Morning News with Jimmy Barrett</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-sean-hannity-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/5b3993547bce9de58dc1d9ac?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5b3993547bce9de58dc1d9ac?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5b3993547bce9de58dc1d9ac?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Sean Hannity Show" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-sean-hannity-show/">The Sean Hannity 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/gardenline-houston/"><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/63f52bf0fd2fb4af335ac861?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/63f52bf0fd2fb4af335ac861?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/63f52bf0fd2fb4af335ac861?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of GardenLine" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/gardenline-houston/">GardenLine</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-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/5e73a4bfda963ffac9b34c78?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e73a4bfda963ffac9b34c78?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e73a4bfda963ffac9b34c78?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Buck Sexton" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-buck-sexton-show/">Buck Sexton</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-station-links"><li><a href="http://kprcradio.com" target="_blank" rel="noopener">KPRC AM 950</a></li><li><a href="http://sports790.com" target="_self">SportsTalk 790</a></li><li><a href="http://sunny99.com" target="_self">SUNNY 99.1</a></li><li><a href="http://thebuzz.com" target="_self">The Buzz</a></li><li><a href="http://937thebeathouston.com" target="_self">The Beat</a></li><li><a href="https://www.iheartmedia.com" target="_blank" rel="noopener">An iHeartMedia Station</a></li></ul><ul class="footer-national-links"><li><a tabindex="0" href="/contact/">Contact</a></li><li><a tabindex="0" href="/advertise/">Advertise on NewsRadio 740 KTRH</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/ktrhnews" 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/ktrhnews" 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.instagram.com/ktrhnews" aria-label="Visit us on instagram" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-instagram" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 7.37836C11.086 7.37836 10.1924 7.64941 9.43242 8.15724C8.6724 8.66508 8.08003 9.38688 7.73023 10.2314C7.38043 11.0759 7.28891 12.0051 7.46723 12.9016C7.64556 13.7981 8.08573 14.6216 8.73208 15.268C9.37842 15.9143 10.2019 16.3545 11.0984 16.5328C11.9949 16.7112 12.9242 16.6196 13.7687 16.2698C14.6132 15.92 15.335 15.3277 15.8428 14.5676C16.3506 13.8076 16.6217 12.9141 16.6217 12C16.6217 10.7743 16.1348 9.59873 15.2681 8.732C14.4013 7.86528 13.2258 7.37836 12.0001 7.37836ZM12.0001 15C11.4067 15 10.8267 14.824 10.3334 14.4944C9.84003 14.1647 9.45553 13.6962 9.22847 13.148C9.00141 12.5998 8.94201 11.9966 9.05777 11.4147C9.17353 10.8328 9.45925 10.2982 9.87881 9.87867C10.2984 9.45912 10.8329 9.17341 11.4148 9.05765C11.9968 8.9419 12.6 9.00131 13.1482 9.22838C13.6963 9.45544 14.1649 9.83995 14.4945 10.3333C14.8241 10.8266 15.0001 11.4067 15.0001 12C15.0001 12.7956 14.684 13.5587 14.1214 14.1213C13.5588 14.6839 12.7957 15 12.0001 15Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" d="M17.8842 7.19576C17.8842 7.79222 17.4007 8.27575 16.8042 8.27575C16.2078 8.27575 15.7243 7.79222 15.7243 7.19576C15.7243 6.5993 16.2078 6.11578 16.8042 6.11578C17.4007 6.11578 17.8842 6.5993 17.8842 7.19576Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12 3C9.55581 3 9.24921 3.01036 8.28942 3.05416C7.33144 3.09789 6.67723 3.25001 6.10476 3.47251C5.50424 3.69849 4.96024 4.05275 4.51069 4.51058C4.05276 4.9601 3.6984 5.50411 3.47233 6.10466C3.25001 6.67716 3.09789 7.33137 3.05434 8.28935C3.01036 9.24915 3 9.55575 3 12C3 14.4443 3.01036 14.7509 3.05434 15.7107C3.09807 16.6687 3.25019 17.3229 3.47268 17.8953C3.69867 18.4959 4.05293 19.0399 4.51076 19.4894C4.96031 19.9472 5.50431 20.3015 6.10484 20.5275C6.67734 20.75 7.33154 20.9021 8.28949 20.9458C9.24944 20.9896 9.55592 21 12.0002 21C14.4444 21 14.751 20.9896 15.7108 20.9458C16.6688 20.9021 17.323 20.75 17.8955 20.5275C18.4933 20.2963 19.0363 19.9427 19.4896 19.4894C19.9428 19.0362 20.2964 18.4932 20.5276 17.8953C20.7501 17.3228 20.9023 16.6686 20.946 15.7107C20.9898 14.7507 21.0001 14.4443 21.0001 12C21.0001 9.55578 20.9898 9.24915 20.946 8.28935C20.9023 7.33137 20.7501 6.67716 20.5276 6.10469C20.3017 5.50417 19.9474 4.96016 19.4896 4.51062C19.04 4.0527 18.496 3.69836 17.8954 3.47233C17.3229 3.25001 16.6687 3.09789 15.7107 3.05434C14.7509 3.01036 14.4443 3 12 3ZM12 4.62165C14.4031 4.62165 14.6878 4.63084 15.6369 4.67414C16.5144 4.71418 16.9909 4.86077 17.308 4.98402C17.699 5.1283 18.0526 5.35835 18.3429 5.65727C18.6418 5.94757 18.8718 6.30118 19.0161 6.69209C19.1394 7.00923 19.286 7.48577 19.326 8.36326C19.3693 9.31231 19.3785 9.59694 19.3785 12.0001C19.3785 14.4033 19.3693 14.6879 19.326 15.637C19.286 16.5145 19.1393 16.991 19.0161 17.3082C18.8664 17.6963 18.6371 18.0488 18.3429 18.343C18.0487 18.6372 17.6962 18.8665 17.308 19.0162C16.9909 19.1395 16.5144 19.2861 15.6369 19.3261C14.688 19.3694 14.4034 19.3786 12 19.3786C9.59665 19.3786 9.31213 19.3694 8.36316 19.3261C7.48566 19.2861 7.00916 19.1395 6.69199 19.0162C6.30107 18.872 5.94747 18.6419 5.65716 18.343C5.35824 18.0527 5.12819 17.6991 4.98391 17.3082C4.86066 16.991 4.71404 16.5145 4.67403 15.637C4.63073 14.688 4.62155 14.4033 4.62155 12.0001C4.62155 9.59694 4.63073 9.31238 4.67403 8.36326C4.71408 7.48577 4.86066 7.00926 4.98391 6.69209C5.12821 6.30116 5.35828 5.94754 5.65723 5.65723C5.94754 5.35832 6.30115 5.12826 6.69206 4.98398C7.00919 4.86073 7.48574 4.71411 8.36323 4.6741C9.31228 4.6308 9.59683 4.62165 12 4.62165Z" fill="#27292D"></path></svg></a></li></ul></div><div class="description">NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!</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/KTRH/" target="_blank" rel="noopener">KTRH<!-- --> <!-- -->Public Inspection File</a></li><li><a href="https://politicalfiles.iheartmedia.com/files/location/KTRH/" target="_blank" rel="noopener">KTRH<!-- --> <!-- -->Political File</a></li><li><a href="https://i.iheart.com/v3/re/assets.eeo/67ec019e24e5b412f46ccce1?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":"%2F6eb9c6aa9e68df5c80668b57bd81dc5d","canonicalHostname":"ktrh.iheart.com","hostnames":[],"facets":["markets/HOUSTON-TX","formats/NEWSTALK","genres/News & Talk","brands/KTRH-AM (700)","markets/HOUSTON-TX","facets/All Sites - English","facets/TacoLikeATexanSweeps","facets/WinB4Contest"],"slug":"ktrh-am","market":"markets/HOUSTON-TX","ownBrand":"brands/KTRH-AM (700)","timeZone":"America/Chicago","keys":["hostname:ktrh.iheart.com","hostname:www.ktrh.com","hostname:ktrh.com","hostname:mattpatrick.ktrh.com","hostname:michaelberry.ktrh.com","hostname:ktrh-am.radio.iheart.com","id:/6eb9c6aa9e68df5c80668b57bd81dc5d","brand:brands/KTRH-AM (700)","slug:ktrh-am","primaryParentOf:/2c3d0ee11b6e94ce9a158eb2c7835d93","primaryParentOf:/5018be675f279387367c4b02b96b13fc","primaryParentOf:/5b15985bae947697fefbe6aa","primaryParentOf:/5b159881d67d1ef10ce6581e","primaryParentOf:/5b1598ac9e93cbea57f48b0b","primaryParentOf:/5b1598ed8fbcb2f07941c7e9","primaryParentOf:/5b1599449e93cbea57f48b0c","primaryParentOf:/5b159966ae947697fefbe6ab","primaryParentOf:/5b159986d67d1ef10ce6581f","primaryParentOf:/5b1599a88fbcb2f07941c7ea","primaryParentOf:/5b1599c9fab0588b3f77a048","primaryParentOf:/5b1599f19e93cbea57f48b0d","primaryParentOf:/5b23b751eaf8974ba90aa5e9","primaryParentOf:/5bd9b5553f35f07551d2e5f0","primaryParentOf:/5d12266d35e2652888c302f4","primaryParentOf:/5d7be80be95d8e57b13a9b83","primaryParentOf:/96d4ba236b574ee88e4ef14e1fa68fc8","primaryParentOf:/c2432209e33a87b243818b573f44c9d8","primaryParentOf:/f042a617e182471d0fc55192d015823a","stream:2285","primaryParentOf:/5f88ac6a0d87ad49f5f1f8b5","broadcastFacility:35674","broadcastFacilityCallsign:ktrh","primaryParentOf:/61a812b0d562aded3aa978ab","primaryParentOf:/62018fc8702c2e37bd12caf8","primaryParentOf:/62713dd0ff1c56b04c5449f8","primaryParentOf:/642dd593fab8b199cbb7b847","primaryParentOf:/64bea689b4b7978c7d8bc122","primaryParentOf:/6707f0af7360220d17726e9b","primaryParentOf:/679ce89325eb62605c4655c5","primaryParentOf:/67f68b47336aca3a21407d1b"],"stream":{"id":2285,"primaryPronouncement":"news radio seven forty k t r h","recentlyPlayedEnabled":false,"isActive":"true"},"ownership":{"id":"providers/Clear Channel","taxo":{"source":{"display_name":"iHeartMedia, Inc."}}},"summary":{"name":"NewsRadio 740 KTRH","description":"NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Rush Limbaugh, Sean Hannity, Mark Levin and more!"},"status":{"hide":{"startDate":0,"endDate":0,"redirectTo":""},"isHidden":false,"isActive":true},"configByLookup":{"_id":"/6eb9c6aa9e68df5c80668b57bd81dc5d/inferno","adPositions":[{"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":0,"sizes":[{"w":300,"h":100}]}],"_id":"/local-site/5052","positionId":"5052","template":"local-site","adSplit":0,"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}]},{"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":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":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":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":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":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":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":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":"berry_partners","path":"/berry-partners"},{"name":"gardenline_partners","path":"/gardenline-partners"},{"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":"wUUeK","priority":0,"source":"/featured/the-latest/content/closings-forecast-and-radar/","regex":false,"schedule":{"begin":1545156420000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FYaCA","priority":0,"source":"/pay","regex":false,"schedule":{"begin":1548775020578,"end":4115978604802},"destination":{"type":"URL","value":"https://pay.iheartmedia.com/secure/checkout.ssp?MarketID=118"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oyY96","priority":0,"source":"https://ktrh.iheart.com/articles/gardenline-organic-lawn-schedule-478567/the-organic-version-of-the-lawn-11683940/","regex":false,"schedule":{"begin":1550238120000,"end":4115978604802},"destination":{"type":"URL","value":"https://ktrh.iheart.com/content/2019-02-15-the-lawn-fertilization-schedule-organic-version/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bwRAv","priority":0,"source":"https://ktrh.iheart.com/content/gardenline-tips-archive/","regex":false,"schedule":{"begin":1550238180000,"end":4115978604802},"destination":{"type":"URL","value":"https://ktrh.iheart.com/content/2019-02-15-gardenline-tip-archives/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ojuxK","priority":0,"source":"/onair/michael-berry-13986/","regex":false,"schedule":{"begin":1552589100000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Michael Berry (13986)"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dViKR","priority":0,"source":"/content/2021-04-23-downtown-george-floyd-mural-vandalized-with-racial-slur/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://937thebeathouston.iheart.com/featured/carmen-contreras/content/2021-04-22-george-floyd-mural-in-downtown-vandalized-with-racial-slur/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JF5VY","priority":0,"source":"/content/2020-08-25-closures-heres-whats-closed-because-of-tropical-storm-laura/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/2021-09-13-houston-weather-closures-and-cancellations-due-to-tropical-storm-nicholas/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sse7Y","priority":0,"source":"https://www.drnewtons.com","regex":false,"schedule":{"begin":1634566440172,"end":4115978604802},"destination":{"type":"URL","value":"http://thechrismckayshow.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"W6d55","priority":0,"source":"/berry-partners","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://ktrh.iheart.com/featured/michael-berry/content/2021-06-09-michael-berry-show-partners/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nkUbd","priority":0,"source":"/michaelbery","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://ktrh.iheart.com/featured/michael-berry/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"eCygU","priority":0,"source":"http://ktrh.com","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Houston & Texas News"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"956dt","priority":0,"source":"/gardenline","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://ktrh.iheart.com/featured/gardenline-with-randy-lemmon/content/2019-02-15-gardenline-tip-archives/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5MAI7","priority":0,"source":"/tips","regex":false,"schedule":{"begin":1660158540676,"end":4115978604802},"destination":{"type":"URL","value":"/featured/gardenline-with-randy-lemmon/content/2019-02-15-gardenline-tip-archives/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wJ8F2","priority":0,"source":"https://ktrh.iheart.com/featured/moore-financial/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.clearwaterfinancialgroup.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oVl22","priority":0,"source":"/featured/moore-financial/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.clearwaterfinancialgroup.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GFP7A","priority":0,"source":"/featured/rethink-your-money-john-hagensen/","regex":false,"schedule":{"begin":1680799080165,"end":4115978604802},"destination":{"type":"URL","value":"https://creativeplanning.com/radio/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1FMMY","priority":0,"source":"/featured/on-the-money-with-ryan-wheless/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://alliedwealth.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"H7w40","priority":0,"source":"/featured/wealth-health/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://moorefinancialservicesgroup.com/matt-moore-brings-wealth-health-radio-to-houston/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VoMwu","priority":0,"source":"/featured/safe-money-radio/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.clearwaterfinancialgroup.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JOpks","priority":0,"source":"/featured/total-wealth-academy/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://totalwealthacademy.com/"},"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}}],"sections":{"general":{"name":"NewsRadio 740 KTRH","positioner":"Houston's News, Weather & Traffic Station","description":"NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!","keywords":[{"id":"houston news talk"},{"id":"houston weather"},{"id":"houston traffic"},{"id":"michael berry"},{"id":"glen beck"},{"id":" NBC News"},{"id":"ABC News"}],"default_content":[{"id":"collections/Michael Berry Blog (13986)"},{"id":"collections/Houston's Morning News"},{"id":"collections/Buck Sexton Show Blog"},{"id":"collections/Houston & Texas News"},{"id":"collections/GardenLine with Randy Lemmon Blog"}],"additional_distributions":[],"default_podcasts":[{"id":"29197307"},{"id":"26994314"},{"id":"27764850"},{"id":"27764831"},{"id":"57927691"},{"id":"27296753"},{"id":"19001275"},{"id":"18899828"},{"id":"22060409"},{"id":"24392822"},{"id":"52808599"},{"id":"28373207"},{"id":"27764882"},{"id":"27764860"},{"id":"53959281"},{"id":"73394343"},{"id":"107690410"},{"id":"122143378"},{"id":"167769138"}],"default_shows":[{"id":"brands/Michael Berry (13986)","sites":{"_id":"%2Fc2432209e33a87b243818b573f44c9d8","slug":"michael-berry","ownBrand":"brands/Michael Berry (13986)","configByLookup":{"common":{"branding":{"name":"Michael Berry"}}}}},{"id":"brands/Houston's Morning News","sites":{"_id":"%2F5b23b751eaf8974ba90aa5e9","slug":"houstons-morning-news","ownBrand":"brands/Houston's Morning News","configByLookup":{"common":{"branding":{"name":"Houston's Morning News with Jimmy Barrett"}}}}},{"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 Sean Hannity Show (55176)","sites":{"_id":"%2F69cf353090e7e902f19b770fbeec51dc","slug":"the-sean-hannity-show","ownBrand":"brands/The Sean Hannity Show (55176)","configByLookup":{"common":{"branding":{"name":"The Sean Hannity Show"}}}}},{"id":"brands/GardenLine with Randy Lemmon (25172)","sites":{"_id":"%2F2c3d0ee11b6e94ce9a158eb2c7835d93","slug":"gardenline-houston","ownBrand":"brands/GardenLine with Randy Lemmon (25172)","configByLookup":{"common":{"branding":{"name":"GardenLine"}}}}},{"id":"brands/Buck Sexton Affiliate Blog","sites":{"_id":"%2F593184f7bc98b9e7c0289481","slug":"the-buck-sexton-show","ownBrand":"brands/Buck Sexton Affiliate Blog","configByLookup":{"common":{"branding":{"name":"Buck Sexton"}}}}}],"default_playlists":[{"id":"312064750::UgYEdapfLoPrq9AyGyLXHz"},{"id":"312064750::9nUmFN7zXDvyUM8fMEuZhB"},{"id":"312064750::JRTxZAr1YFRGnxnsmKC7Zw"}],"default_event_categories":[],"weather_market":"Houston-Galveston, TX","country":{"id":"countries/US"},"geo_latitude":"29.7466655","geo_longitude":"-95.358421","locale":{"taxo":{"name":"en-US"}},"additional_copyright":null},"alert":{"title":"Join our St. Jude Radiothon and help defeat childhood cancer! Listen Live!","link":"ktrh.com/listen","target":"_blank","start_date":{"timestampMs":1733396470260},"end_date":{"timestampMs":1733655675312}},"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":"MuqHL","type":"page","label":"Shows & Blogs","target":"_self","ref":"home","children":[{"id":"jHUUt","type":"brand","label":"Houston's Morning News","target":"_self","ref":"%2F5b23b751eaf8974ba90aa5e9","href":"/featured/houstons-morning-news/"},{"id":"Jf4J7","type":"brand","label":"Michael Berry","target":"_self","ref":"%2Fc2432209e33a87b243818b573f44c9d8","href":"/featured/michael-berry/"},{"id":"ACyad","type":"brand","label":"The Sean Hannity Show","target":"_self","ref":"%2F69cf353090e7e902f19b770fbeec51dc","href":"/featured/the-sean-hannity-show/"},{"id":"qABlb","type":"brand","label":"Clay & Buck","target":"_self","ref":"%2F60c0c84af3f76b50391679de","href":"/featured/the-clay-travis-and-buck-sexton-show/"},{"id":"21X8t","type":"brand","label":"GardenLine","target":"_self","ref":"%2F2c3d0ee11b6e94ce9a158eb2c7835d93","href":"/featured/gardenline-houston/"},{"id":"MiyPF","type":"brand","label":"Your Health with Dr. Joe Galati","target":"_self","ref":"%2F5b1599a88fbcb2f07941c7ea","href":"/featured/your-health-with-dr-joe-galati/"},{"id":"j26fM","type":"brand","label":"The Fanatics","target":"_self","ref":"%2F679ce89325eb62605c4655c5","href":"/featured/the-fanatics/"},{"id":"1vrDJ","type":"page","label":"Broadcast Schedule","target":"_self","ref":"onair_schedule","href":"/schedule/"},{"id":"aIy3h","type":"link","label":"Houston Sports Broadcast Schedule","target":"_self","ref":"/content/houston-game-broadcast-schedule/","href":"/content/houston-game-broadcast-schedule/"},{"id":"r6fC8","type":"page","label":"Featured Podcasts","target":"_self","ref":"podcasts","href":"/podcasts/"}],"href":"/"},{"id":"YiYZY","type":"page","label":"News & Info ","target":"_self","ref":"twofourseven_news","children":[{"id":"YhoPs","type":"brand","label":"Houston & Texas News","target":"_self","ref":"%2F5f88ac6a0d87ad49f5f1f8b5","href":"/featured/houston-texas-news/"},{"id":"WEOvi","type":"link","label":"National News","target":"_self","ref":"/topic/national-news/","href":"/topic/national-news/"},{"id":"J0HIG","type":"page","label":"Weather","target":"_self","ref":"weather","href":"/weather/"},{"id":"6j80y","type":"link","label":"Traffic","target":"_self","ref":"https://ktrh.iheart.com/traffic/","href":"https://ktrh.iheart.com/traffic/"},{"id":"WAdd2","type":"link","label":"Sports","target":"_blank","ref":"/topic/sports/","href":"/topic/sports/"},{"id":"bcWCw","type":"link","label":"KTRH Events","target":"_blank","ref":"https://www.facebook.com/pg/ktrhnews/events/","href":"https://www.facebook.com/pg/ktrhnews/events/"},{"id":"a9Q0k","type":"link","label":"Kelsey-Seybold Appointments","target":"_blank","ref":"https://www.kelsey-seybold.com/make-an-appointment/pages/make-an-appointment.aspx","href":"https://www.kelsey-seybold.com/make-an-appointment/pages/make-an-appointment.aspx"},{"id":"w3dJN","type":"link","label":"Check Your Texas Lottery Numbers","target":"_blank","ref":"https://www.txlottery.org/export/sites/lottery/Games/Check_Your_Numbers.html","href":"https://www.txlottery.org/export/sites/lottery/Games/Check_Your_Numbers.html"},{"id":"0HZZO","type":"link","label":"Houston Astros Baseball","target":"_blank","ref":"http://astros.com/","href":"http://astros.com/"}]}],"menu_footer":[{"id":"dulLB","type":"link","label":"KPRC AM 950","target":"_blank","ref":"http://kprcradio.com","children":[],"href":"http://kprcradio.com"},{"id":"9pFld","type":"link","label":"SportsTalk 790","target":"_self","ref":"http://sports790.com","children":[],"href":"http://sports790.com"},{"id":"7Up4O","type":"link","label":"SUNNY 99.1","target":"_self","ref":"http://sunny99.com","children":[],"href":"http://sunny99.com"},{"id":"tXNcj","type":"link","label":"The Buzz","target":"_self","ref":"http://thebuzz.com","children":[],"href":"http://thebuzz.com"},{"id":"UsNGe","type":"link","label":"The Beat","target":"_self","ref":"http://937thebeathouston.com","children":[],"href":"http://937thebeathouston.com"},{"id":"7uDoP","type":"link","label":"An iHeartMedia Station","target":"_blank","ref":"https://www.iheartmedia.com","children":[],"href":"https://www.iheartmedia.com"}]},"design":{"theme":"default","color_scheme":null,"logo_best_res":{"id":"asset://assets.brands/5d41bdd8cdb06a3ecaff0ec6","asset":{"bucket":"assets.brands","resourceId":"%2F5d41bdd8cdb06a3ecaff0ec6","href":"https://i.iheart.com/v3/re/assets.brands/5d41bdd8cdb06a3ecaff0ec6"}},"station_logo":{"id":"asset://assets.brands/604142bb919c3a42f3b6d4f6","asset":{"bucket":"assets.brands","resourceId":"%2F604142bb919c3a42f3b6d4f6","href":"https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6"}},"logo_favicon":{"id":"asset://assets.brands/d29c2515d6a5086502b1adb4b8d86233","asset":{"bucket":"assets.brands","resourceId":"%2Fd29c2515d6a5086502b1adb4b8d86233","href":"https://i.iheart.com/v3/re/assets.brands/d29c2515d6a5086502b1adb4b8d86233"}},"font":{"id":"site-fonts/Roboto"},"accent_color":"#2a3191","header_color":null,"navigation_color":null,"navigation_links_color":null,"ihr_embed_player_bar_stream_override":{"id":"2285","kind":"station"},"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":"ktrhnews","facebook_app_id":"107754932643325","facebook_fan_page_id":"107735527344","twitter_switch":true,"twitter_name":"ktrhnews","youtube_switch":false,"youtube_name":"ktrhnews","instagram_switch":true,"instagram_name":"ktrhnews","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":"713-212-5740","business_phone_number":"713-212-8000","traffic_tip_phone":"281-214-0440","newsroom_phone":"713-212-8740","sms_number":"","prize_pickup_directions_switch":true,"prize_pickup_info":"If you've won a prize in one of our contests that needs to be picked up, please wait until at least Noon on the following business day before coming by to claim your prize. We are located at 1233 West Loop South, Suite 725, on the NORTHBOUND side of the West Loop between Post Oak and Woodway. There is plenty of free visitor parking. Check in with security and follow instructions to proceed to the 7th floor. Remember to bring a valid ID with your picture. Eligibility Frequency Limits: The Sponsor may set limitations on how frequently an individual can be eligible to win more than one prize within a specified time period. For national sweepstakes/contests, an individual may win only once (1) every fifteen (15) days. However, the same individual may not win more than one trip to a specific event. For local sweepstakes/contests, an individual may win only once (1) every seven (7) days. An individual may not win more than three (3) times in one month. Only one (1) winner per household is permitted in any contest or sweepstakes. “Household members” shall mean people who share the same residence at least three (3) months a year. Winners are responsible for any taxes, and release iHeartMedia from all liability arising from prize dysfunction or expiration. All winners are required to complete a W-9 tax form. (3) Prizes not claimed within 30 days (increased temporarily to 60 days for Covid) of winning date will not be awarded. No exceptions. To ensure proper delivery, we will not mail prizes to winners unless specifically noted — all prizes must be picked up by the winner. We realize, however, that under certain circumstances it may be necessary that a representative claim your prize. You must call us first to arrange such a pick-up. In addition, the representative must present a photocopy of your ID — you must sign the photocopy and include your Social Security number.","location_address1":"1233 West Loop South","location_address2":"Suite 725","location_city":"Houston","location_state":"TX","location_zip":"77027","office_hours":"Monday - Friday 10am-4pm, closed on major holidays","email_form_switch":true,"employment_info_switch":true,"contacts":[{"type":"Program Director"},{"type":"The Michael Berry Show"},{"type":"Website & Social Media Director"},{"type":"Political Advertising Director"},{"type":"Promotions Director"},{"type":"GardenLine with Skip Richter"}],"eeo_report_asset":{"id":"asset://assets.eeo/67ec019e24e5b412f46ccce1"},"employment_link_override":"","public_file_assistance_link_override":null,"email_ip_blacklist":"","enable_contest_promotions":null},"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":"KTRH-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":"35674","broadcastFrequency":"740.0","broadcastBand":"AM","broadcastCallLetters":"KTRH","applicationNotices":[],"politicalLinkOverride":null}]}},"liveConfig":{"sections":{"design":{"ihr_embed_player_bar_stream_override":{"record":{"amp":{"isActive":true}}}}}}}}},"micrositeReferences":[{"_id":"%2F5b1599a88fbcb2f07941c7ea","slug":"your-health-with-dr-joe-galati","ownBrand":"brands/Your Health with Dr. Joe Galati","configByLookup":{"common":{"branding":{"name":"Your Health with Dr. Joe Galati"}}}},{"_id":"%2F679ce89325eb62605c4655c5","slug":"the-fanatics","ownBrand":"brands/The Fanatics","configByLookup":{"common":{"branding":{"name":"The Fanatics"}}}},{"_id":"%2F5f88ac6a0d87ad49f5f1f8b5","slug":"houston-texas-news","ownBrand":"brands/Houston & Texas News","configByLookup":{"common":{"branding":{"name":"KTRH Local Houston and Texas News"}}}},{"_id":"%2Fc2432209e33a87b243818b573f44c9d8","slug":"michael-berry","ownBrand":"brands/Michael Berry (13986)","configByLookup":{"common":{"branding":{"name":"Michael Berry"}}}},{"_id":"%2F5b23b751eaf8974ba90aa5e9","slug":"houstons-morning-news","ownBrand":"brands/Houston's Morning News","configByLookup":{"common":{"branding":{"name":"Houston's Morning News with Jimmy Barrett"}}}},{"_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":"%2F69cf353090e7e902f19b770fbeec51dc","slug":"the-sean-hannity-show","ownBrand":"brands/The Sean Hannity Show (55176)","configByLookup":{"common":{"branding":{"name":"The Sean Hannity Show"}}}},{"_id":"%2F2c3d0ee11b6e94ce9a158eb2c7835d93","slug":"gardenline-houston","ownBrand":"brands/GardenLine with Randy Lemmon (25172)","configByLookup":{"common":{"branding":{"name":"GardenLine"}}}},{"_id":"%2F593184f7bc98b9e7c0289481","slug":"the-buck-sexton-show","ownBrand":"brands/Buck Sexton Affiliate Blog","configByLookup":{"common":{"branding":{"name":"Buck Sexton"}}}}],"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":"%2F681f2c98cf54b72aa152e1cc","type":"PUBLISHING","record":{"ref_id":"%2F681f2c98cf54b72aa152e1cc","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Today is the big day, as the U.S. is set to begin trade and tariff talks with China.\u003c/p>\n\n\u003cp>U.S. Treasury Secretary Scott Bessent and chief trade negotiator Jamieson Greer are going to meet with Chinese economic tsar He Lifeng in Switzerland. \u003c/p>\n\n\u003cp>President Trump said on Friday that an "80% Tariff on China seems right!" adding on his Truth Social that the final number would be up to U.S. Treasury Secretary Scott Bessent. \u003c/p>\n\n\u003cp>Right now, the U.S. has slapped down a 145% tariff on China, and earlier this week Trump said that China was eager to make a deal.\u003c/p>\n\n\u003cp>"Scott's going to be going to Switzerland, meeting with China," Trump told reporters at the White House. "And you know, they very much want to make a deal. We can all play games. Who made the first call, who didn't make them? It doesn't matter. Only matters what happens in that room. But I will tell you that China very much wants to make a deal. We'll see how that works out."\u003c/p>\n\n\u003cp>The Trump tariffs on China went into effect on April 2nd.\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%2Fyoutu.be%2Fbc9smg6ZtbA%3Fsi%3DlKZO5MKoz4eo5lcr","@url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/bc9smg6ZtbA/hqdefault.jpg","thumbnail_width":480,"title":"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"The US and China flags stand behind a microphone awaiting the arrival of US Senator John McCain, who was joined by Senators Lindsey Graham Amy Klobuchar for a press conference at the US Embassy in Beijing on April 9, 2009 during the China stop of the Congressional Delegation's fact-finding Asia-tour. Senator McCain said he urged Chinese officials in talks here to back a strong United Nations response to North Korea's rocket launch, but indicated China had resisted. AFP PHOTO/Frederic J. BROWN (Photo credit should read FREDERIC J. BROWN/AFP via Getty Images)","id":"%2F681f2ec53f733b2708ca53c1","new_tab":false,"schedule":{},"source_credit":"FREDERIC J. BROWN / AFP / Getty Images","title":"The US and China flags stand behind a mi","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681f2d1aaf89fc0c91b7552d"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746898617073,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","social_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","summary":"Chinese goods coming into the US currently face a 145% tariff","targets":[],"title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/"},"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d","title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","description":"Chinese goods coming into the US currently face a 145% tariff","author":"B.D. Hobbs"},"pub_start":1746898617073,"pub_until":4115978604802,"pub_changed":1746898622990,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f2c98cf54b72aa152e1cc","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":"%2F681f5b216d365cf34294cace","type":"PUBLISHING","record":{"ref_id":"%2F681f5b216d365cf34294cace","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Jeep Weekend in Galveston is next weekend, but Galveston County Sheriff Jimmy Fullen has already announced some new restrictions and safety measures.\u003c/p>\n\n\u003cp>On Facebook, Sheriff Fullen said: “We look forward to seeing everybody on Jeep Weekend this year, but we also want to remind you that you need to follow the rules and obey the law."\u003c/p>\n\n\u003cp>This year, several restrictions will be enforced in the designated Jeep Weekend event area:\u003c/p>\n\n\u003cul>\u003cli>Parking on the beach is not allowed.\u003c/li>\n\u003cli>Loading or unloading trailers on the beach is prohibited.\u003c/li>\n\u003cli>Golf carts, ATVs, and dirt bikes are banned.\u003c/li>\n\u003cli>Mass gatherings are forbidden.\u003c/li>\n\u003cli>Glass containers and littering will not be tolerated.\u003c/li>\n\u003cli>Stay off the dunes\u003c/li>\n\u003cli>Drivers license required to drive on beach\u003c/li>\n\u003cli>Speed limit 15 mph\u003c/li>\n\u003cli>Animals must be on leash at all times\u003c/li>\n\u003cli>Bonfires prohibited\u003c/li>\u003c/ul>\n\u003cp>Regarding traffic, individuals are not allowed to stop, stand, or park along the beach or enter public safety zones. Traffic will enter on Honeysuckle Drive and exit on Stingaree Drive, with flow directed eastbound.\u003c/p>\n\n\u003cp>Jeep Weekend, which takes place from May 16 at 6 a.m. to May 19 at midnight.\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%2Fgalvestonsheriffsoffice%2Fvideos%2F568481579606976%2F","@url":"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/","author_name":"Galveston","author_url":"https://www.facebook.com/galvestonsheriffsoffice","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\">\u003c/a>\u003cp>𝐈𝐦𝐩𝐨𝐫𝐭𝐚𝐧𝐭 𝐌𝐞𝐬𝐬𝐚𝐠𝐞 𝐟𝐫𝐨𝐦 𝐒𝐡𝐞𝐫𝐢𝐟𝐟 𝐅𝐮𝐥𝐥𝐞𝐧 𝐀𝐛𝐨𝐮𝐭 𝐉𝐞𝐞𝐩 𝐖𝐞𝐞𝐤𝐞𝐧𝐝\n\nThe restrictions will apply only to the designated Jeep Weekend event area. However, please be aware that there will be strict enforcement of beach sticker permit requirements for all motorized vehicles at all other access points on Bolivar Beaches.\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice\">Galveston County Sheriff's Office\u003c/a> on Friday, May 9, 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/galvestonsheriffsoffice/videos/568481579606976/\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\">\u003c/a>\u003cp>𝐈𝐦𝐩𝐨𝐫𝐭𝐚𝐧𝐭 𝐌𝐞𝐬𝐬𝐚𝐠𝐞 𝐟𝐫𝐨𝐦 𝐒𝐡𝐞𝐫𝐢𝐟𝐟 𝐅𝐮𝐥𝐥𝐞𝐧 𝐀𝐛𝐨𝐮𝐭 𝐉𝐞𝐞𝐩 𝐖𝐞𝐞𝐤𝐞𝐧𝐝\n\nThe restrictions will apply only to the designated Jeep Weekend event area. However, please be aware that there will be strict enforcement of beach sticker permit requirements for all motorized vehicles at all other access points on Bolivar Beaches.\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice\">Galveston County Sheriff's Office\u003c/a> on Friday, May 9, 2025\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681f600c6d365cf34294cae5","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681f5ed06d365cf34294cadf"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746887824632,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","social_title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","summary":"The Galveston County Sheriff announces restrictions ahead of Jeep Weekend","targets":[],"title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend/"},"slug":"2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681f5ed06d365cf34294cadf","title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","description":"The Galveston County Sheriff announces restrictions ahead of Jeep Weekend","author":"B.D. Hobbs"},"pub_start":1746887824632,"pub_until":4115978604802,"pub_changed":1746887830990,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f5b216d365cf34294cace","slug:2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","slug:2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","author:user"]}},{"id":"%2F681f526e6d365cf34294cab1","type":"PUBLISHING","record":{"ref_id":"%2F681f526e6d365cf34294cab1","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>BREAKING NEWS: According to president Trump, India and Pakistan have agreed to a full and immediate ceasefire\u003c/p>\n\n\u003cp>The ceasefire is the result of "a long night of talks mediated by the United States" said Trump on Truth Social.\u003c/p>\n\n\u003cp>India is going along with the agreement, but its army remains "vigilant" and "prepared to launch what is necessary for the defence of our nation" according to officials.\u003c/p>\n\n\u003cp>Meanwhile, the deputy PM for Pakistan says it has "always strived for peace and security in the region"\u003c/p>\n\n\u003cp>Earlier this week, India struck targets in Pakistan and Pakistan-administered Kashmir in response to a deadly militant attack on Indian tourists in Pahalgam last month.\u003c/p>\n\n\u003cp>This is developing story.\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%2Fyoutu.be%2FFDYeDacengQ%3Fsi%3D8PCVj75SY_E3Zifb","@url":"https://youtu.be/FDYeDacengQ?si=8PCVj75SY_E3Zifb","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/FDYeDacengQ?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=\"India-Pakistan conflict: Trump admin warns against escalation\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/FDYeDacengQ/hqdefault.jpg","thumbnail_width":480,"title":"India-Pakistan conflict: Trump admin warns against escalation","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/FDYeDacengQ?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=\"India-Pakistan conflict: Trump admin warns against escalation\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/FDYeDacengQ?si=8PCVj75SY_E3Zifb"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681f53d26d365cf34294cabe","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681f52ac6d365cf34294caba"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746883616796,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Breaking News: India and Pakistan Agree To Ceasefire","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","social_title":"Breaking News: India and Pakistan Agree To Ceasefire","summary":"India and Pakistan agree to a full and immediate ceasefire ","targets":[],"title":"Breaking News: India and Pakistan Agree To Ceasefire","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire/"},"slug":"2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681f52ac6d365cf34294caba","title":"Breaking News: India and Pakistan Agree To Ceasefire","description":"India and Pakistan agree to a full and immediate ceasefire ","author":"B.D. Hobbs"},"pub_start":1746883616796,"pub_until":4115978604802,"pub_changed":1746883620656,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f526e6d365cf34294cab1","slug:2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","slug:2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","author:user"]}},{"id":"%2F681f3e37cf54b72aa152e1f0","type":"PUBLISHING","record":{"ref_id":"%2F681f3e37cf54b72aa152e1f0","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>As blue cities continue to struggle, Democrats are continuing their fight for illegal alien criminals.\u003c/p>\n\n\u003cp>The latest episode happened in New Jersey, where the mayor and three members of congress stormed the ICE facility in Newark, demanding a visit.\u003c/p>\n\n\u003cp>Newark Mayor Ras Baraka, considered to be a top Democratic gubernatorial candidate, was arrested for trespassing, before being released later on\u003c/p>\n\n\u003cp>The White House blasted the Democrats for their defense of deported illegal immigrant criminals. \u003c/p>\n\n\u003cp>"As always, Democrats are prioritizing the welfare of illegal aliens over American citizens - except now they're crossing the line between meaningless political street theatre and outright breaking the law," White House spokesman Kush Desai told Fox News Digital.\u003c/p>\n\n\u003cp>And as for the 3 members of congress? They were ripped by DHS.\u003c/p>\n\n\u003cp> "These members of Congress storming into a detention facility goes beyond bizarre political stunt and puts the safety of our law enforcement agents and the detainees at risk," a DHS statement to Fox News said. "Members of Congress are not above the law and cannot illegally break into detention facilities. Had these members requested a tour, we would have facilitated a tour of the facility." \u003c/p>\n\n\u003cp>The prison currently holds \u003ca href=\"https://www.foxnews.com/category/crime\" target=\"_blank\">\u003cu>alleged killers\u003c/u>\u003c/a>, MS-13 gang members and child rapists, among other criminal offenders. \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%2Fyoutu.be%2FzUk98Wzwp0M%3Fsi%3D3A13h7yl2Z9vdGdb","@url":"https://youtu.be/zUk98Wzwp0M?si=3A13h7yl2Z9vdGdb","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/zUk98Wzwp0M?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=\"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/zUk98Wzwp0M/hqdefault.jpg","thumbnail_width":480,"title":"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/zUk98Wzwp0M?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=\"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/zUk98Wzwp0M?si=3A13h7yl2Z9vdGdb"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Mayor Ras Baraka of Newark speaks to the press near ICE agents at a demonstration outside an immigrant detention centre in Elizabeth, New Jersey May 7, 2025. The Mayor arrived at the gates of Delaney Hall to inspect the previously vacant prison that is being converted into an immigrant detention center. Delaney Hall has the ability to hold over a 1000 people, and the detention facility, privately owned by The GEO Group, holds a contract with the federal government to house people arrested by ICE. (Photo by TIMOTHY A. CLARY / AFP) (Photo by TIMOTHY A. CLARY/AFP via Getty Images) ","id":"%2F681f50d94cc81f32bbd2908c","new_tab":false,"schedule":{},"source_credit":"TIMOTHY A. CLARY / AFP / Getty Images","title":"US-POLITICS-IMMIGRATION-ICE","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-another-embarrassing-day-for-democrats/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681f5047f5db1acd504a4e63"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746882812909,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Another Embarrassing Day For Democrats","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-another-embarrassing-day-for-democrats","social_title":"Another Embarrassing Day For Democrats","summary":"ICE's Delaney Hall in Newark, New Jersey, is currently holding alleged killers, MS-13 gang members, and child rapists","targets":[],"title":"Another Embarrassing Day For Democrats","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-another-embarrassing-day-for-democrats/"},"slug":"2025-05-10-another-embarrassing-day-for-democrats","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f5047f5db1acd504a4e63","title":"Another Embarrassing Day For Democrats","description":"ICE's Delaney Hall in Newark, New Jersey, is currently holding alleged killers, MS-13 gang members, and child rapists","author":"B.D. Hobbs"},"pub_start":1746882812909,"pub_until":4115978604802,"pub_changed":1746882818018,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f3e37cf54b72aa152e1f0","slug:2025-05-10-another-embarrassing-day-for-democrats","slug:2025-05-10-another-embarrassing-day-for-democrats","author:user"]}},{"id":"%2F6814fb238ce421959af372ba","type":"PUBLISHING","record":{"ref_id":"%2F6814fb238ce421959af372ba","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>As expected, the Houston Police Officers Union Overwhelmingly approved with 97%, their historic new 5-year contract. \u003c/p>\n\n\u003cp>Mayor John Whitmire was joined last week by the Houston Police Officers' Union Chief Doug Griffith, and Police Chief J. Noe Diaz to announce details of a five-year contract with HPOU. The contract includes increased starting officers' salaries up to $81k, a pay raise for experienced officers, and significant investments in the Houston Police Department's recruitment and retention strategies.\u003c/p>\n\n\u003cp>The contract will now go to the City Council for a vote next Wednesday.\u003c/p>\n\n\u003cp>With violent crime out of control when he took office, Houston mayor John Whitmire said making Houston safe was a top priority. \u003c/p>\n\n\u003cp>The transformative agreement recognizes the hard work and sacrifice of police officers and makes HPD more competitive with police departments across the state. \u003c/p>\n\n\u003cp>\u003cstrong>The contract includes salary increases (36.5% over 5 years):\u003c/strong>\u003c/p>\n\n\u003cul>\u003cli>July 2025 – 10% Increase\u003c/li>\n\u003cli>July 2026 – 8% Increase\u003c/li>\n\u003cli>July 2027 – 6% Increase\u003c/li>\n\u003cli>July 2028 – 6% Increase\u003c/li>\n\u003cli>July 2029 – 6.5% Increase\u003c/li>\n\u003cli>On July 1, 2025, a first-year officer would make $81,600 while receiving a shift and weekend differential.\u003c/li>\n\u003cli>Patrol pay for an officer with at least two years of seniority will increase from $600 to $1600 annually. More information is available here. \u003c/li>\u003c/ul>\n\n\u003cp>"That is why I left the senate and ran for mayor" Whitmire said, "To make public safety this cities highest priority, and this is a huge step of showing the rank and file our appreciation for putting their lives on the line each and every day."\u003c/p>\n\n\u003cp>Houston police officers will receive 36.5% in raises over the next 5 years, at a cost to the city of $832 million. Last year mayor Whitmire was able to strike a deal with the Houston firefighters.\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%2Fyoutu.be%2FkoEFHMGw8ys%3Fsi%3DAvHChcSChxjh32YP","@url":"https://youtu.be/koEFHMGw8ys?si=AvHChcSChxjh32YP","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/koEFHMGw8ys?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=\"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/koEFHMGw8ys/hqdefault.jpg","thumbnail_width":480,"title":"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/koEFHMGw8ys?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=\"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/koEFHMGw8ys?si=AvHChcSChxjh32YP"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6815007f8ce421959af372cf","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681500008ce421959af372cb"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]},"publish_date":1746830808242,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","social_title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","summary":"HPD officers are set to receive over 36 percent raises over the next 5 years","targets":[],"title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union/"},"slug":"2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681500008ce421959af372cb","title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","description":"HPD officers are set to receive over 36 percent raises over the next 5 years","author":"B.D. Hobbs"},"pub_start":1746830808242,"pub_until":4115978604802,"pub_changed":1746830813660,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6814fb238ce421959af372ba","slug:2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","slug:2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","author:user"]}},{"id":"%2F681e3d34bfc82c0689ed1983","type":"PUBLISHING","record":{"ref_id":"%2F681e3d34bfc82c0689ed1983","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>With the HPD on the verge of a massive pay raise of over 36% for it's officers, Harris County Sheriff Ed Gonzalez held a news conference today demanding that city leaders do the same for his department.\u003c/p>\n\n\u003cp>"We're just to raise awareness because I think it's an important public safety issue in our community" Gonzalez said, "It's urgent now because we see that the disparity just continues to get bigger and bigger."\u003c/p>\n\n\u003cp>That's because Houston police officers are set to get a bump up to $81,000 a year for a starting salary, while Harris County Sheriff's deputies are still at $57,000.\u003c/p>\n\n\u003cp>"They should not have to be begging to try to at least be competitive, and have competitive pay with other counterparts, and we're seeing all across the state where pay is going up. It's the market place, it's change. And that's a good thing."\u003c/p>\n\n\u003cp>As a result, some deputies are already applying for the higher paying city jobs.\u003c/p>\n\n\u003cp>"It's unfair and unfathomable that pretty much since the beginning of time, since the origins of this agency, it always has to be begging for more and more just to keep up with other agencies. That's unacceptable" noted Gonzalez.\u003c/p>\n\n\u003cp>The question now is, will Harris County Commissioner's accept a proposal for a pay raise, while trying to deal with a budget deficit.\u003c/p>\n\n\u003cp> \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%2Fyoutu.be%2FkGPtQTafzwo%3Fsi%3DPTIgRzQsY6ww-8g_","@url":"https://youtu.be/kGPtQTafzwo?si=PTIgRzQsY6ww-8g_","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/kGPtQTafzwo?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=\"Houston Police Officers to Receive 37% Pay Increase Over Five Years\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/kGPtQTafzwo/hqdefault.jpg","thumbnail_width":480,"title":"Houston Police Officers to Receive 37% Pay Increase Over Five Years","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/kGPtQTafzwo?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=\"Houston Police Officers to Receive 37% Pay Increase Over Five Years\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/kGPtQTafzwo?si=PTIgRzQsY6ww-8g_"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681e3e08bfc82c0689ed1998","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681e3d75bfc82c0689ed1994"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746830791364,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","social_title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","summary":"After mayor Whitmire gave big raises to the HPD, the HCSO says it's their turn","targets":[],"title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies/"},"slug":"2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681e3d75bfc82c0689ed1994","title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","description":"After mayor Whitmire gave big raises to the HPD, the HCSO says it's their turn","author":"B.D. Hobbs"},"pub_start":1746830791364,"pub_until":4115978604802,"pub_changed":1746830796184,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681e3d34bfc82c0689ed1983","slug:2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","slug:2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":"%2F660c1c2d960bcfe2f5ba7463","type":"LEADS","record":{"title":"Follow us for News Updates & Show Highlights","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/6706778847a42978e6a4ccef","img_meta":{"base_id":"%2F6706778847a42978e6a4ccef","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"/contact/","web":"/contact/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67fd013109417ebc38c85fb0","type":"LEADS","record":{"title":"LISTEN TO WIN $1000","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67fd00fb09417ebc38c85faf","img_meta":{"base_id":"%2F67fd00fb09417ebc38c85faf","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"/promotions/","web":"/promotions/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F64a710959f920a7dcae850aa","type":"LEADS","record":{"title":"Get Border Crisis Updates on KTRH Facebook","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/65d026b8b17f5a0462af878f","img_meta":{"base_id":"%2F65d026b8b17f5a0462af878f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"https://www.facebook.com/ktrhnews","web":"https://www.facebook.com/ktrhnews"},"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}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoxfSwiZW5kcyI6eyJQVG9PSyI6LTEsIndtZU5LIjotMSwiSkFyUk4iOjJ9fQ==","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":"%2F681d727bbb7f9e54cec46671","type":"PUBLISHING","record":{"ref_id":"%2F681d727bbb7f9e54cec46671","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Andre Perrard","blocks":[{"attributes":{"@provider":"Spreaker","@query":"https://api.spreaker.com/oembed?format=json&url=https%3A%2F%2Fwww.spreaker.com%2Fepisode%2Ftrusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070","@url":"https://www.spreaker.com/episode/trusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070","author_name":"KTRH (KTRH-AM)","author_url":"https://www.spreaker.com/user/ktrh-ktrh-am--9808747","height":480,"html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66009070&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider_name":"Spreaker","provider_url":"https://www.spreaker.com/","thumbnail_height":0,"thumbnail_url":"https://d3wo5wojvuv7l.cloudfront.net/t_widget_player_cover_medium/images.spreaker.com/original/de2e1b73161a95d49beb03396d7211c4.jpg","thumbnail_width":0,"title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks - KTRH News","type":"rich","version":"1.0","width":640},"embed_type":"rich","html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66009070&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider":"Spreaker","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.spreaker.com/episode/trusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070"},{"html":"\u003cp>Amid all the tariff kerfuffle, the United States and China are set to meet this weekend\u003ca href=\"https://www.dailywire.com/news/breakthrough-trump-officials-set-date-for-direct-trade-talks-with-china?topStoryPosition=undefined&author=Daniel+Chaitin&category=News&elementPosition=0&row=1&rowHeadline=Top+Stories&rowType=Top+Stories&title=BREAKTHROUGH%3A+Trump+Officials+Set+Date+For+Direct+Trade+Talks+With+China\" target=\"_blank\"> in Switzerland to begin trade talks.\u003c/a> The basis around President Trump's 145-percent tariffs on the Asian nation are simple. They have taken advantage for years of the U.S., and it is time to get our fair share. China has said they will come to the table. But as anyone in the Western world knows, trusting China comes at your own risk.\u003c/p>\n\n\u003cp>No one is expecting a deal to be done this weekend, as the Chinese are sure to have a load of demands. But even when a deal gets done, trusting the nation will follow through is another story. China for years has gone against the grain and taken advantage of other countries. They continually say they are doing one thing, then do another. There is hope for some progress, but do not expect it to be a pretty conversation.\u003c/p>\n\n\u003cp>Josh Birenbaum, Deputy Director of the Center on Economic and Financial Power at Foundation for Defense of Democracies, says progress is going to be slow, and it is a long row to hoe.\u003c/p>\n\n\u003cp>"I would expect that if a deal does get done, it will take several months," he says. "The number of details that need to be resolved between these two countries is a very long list."\u003c/p>\n\n\u003cp>To put it simply, the situation for both the U.S. and China is untenable. The U.S. does rely on Chinese imports heavily, with many major corporations using the country as their place for production. But the U.S. has been raked over the coals for years on the trade deal between the two, and President Trump's aim is to fix that.\u003c/p>\n\n\u003cp>China, meanwhile, is in a bigger pickle. While the U.S. somewhat depends on China, China is entirely dependent upon the U.S. being in need of what goods they are producing. We are not talking cheap toys or little things, either. They have expanded to provide major items, but if the U.S. can get them elsewhere, the Chinese are up a creek with no paddle.\u003c/p>\n\n\u003cp>"China desperately needs the U.S. markets to sell the types of goods it seeks to build," says Birenbaum. "If China is planning to focus on electric vehicles and solar panels, they are going to need the U.S. cooperation, which gives the U.S. tremendous advantage in negotiations."\u003c/p>\n\n\u003cp>President Trump is holding all the cards in this situation, and among all tariff battles. We have the production capabilities and population to sustain ourselves, if necessary. Other countries need the U.S. more than the U.S. desperately needs them. China falls into that category.\u003c/p>\n\n\u003cp>That is not to say we do not need China, especially when it comes to things like EV's, solar panels, and cell phones. But for the first time in multiple decades, the U.S. has bowed its neck up to China, and now they face the proposition of losing a huge chunk of their GDP.\u003c/p>\n\n\u003cp>But trade is not the only issue that the U.S. needs to focus on in these talks. China for years has been hacking our systems and stealing our technology. That needs to be embedded within any deal to stop them.\u003c/p>\n\n\u003cp>"Things like stealing American intellectual property, using monopolies, and using massive subsidies in ways that push American competitors out of business," Birenbaum says.\u003c/p>\n\n\u003cp>Birenbaum adds that trusting China at their word has to be backed up with cooperation mechanisms, to make sure they stick with whatever the agreement might be.\u003c/p>\n\n\u003cp>President Trump has said positive negotiations are continuing with other countries, but China has always been the whale. Whether we can trust the Chinese is anyone's guess. But if this deal manages to get done, it could be the beginning of the economic boom on which President Trump campaigned.\u003c/p>\n\n\u003cp>The two sides will meet in Geneva this weekend, with Treasury Secretary Scott Bessent heading up the discussion.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"US-China trade war tensions","id":"%2F5f91a4abfef97951aa0abaf4","new_tab":false,"schedule":{},"source_credit":"Toa55 / iStock / Getty Images","title":"US-China trade war tensions","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks/","cuser":"user/ldap/1135944","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/U.S.","keywords/China","keywords/trade talks","keywords/Trump","keywords/progress","keywords/trust"],"primary_image":{"bucket":"assets.getty","id":"%2F5f91a4abfef97951aa0abaf4"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746830746782,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","social_title":"","summary":"The U.S. and China are set for trade talks, but trusting the Chinese remains a concern.","targets":[],"title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks/"},"slug":"2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4","title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks","description":"The U.S. and China are set for trade talks, but trusting the Chinese remains a concern.","author":"Andre Perrard"},"pub_start":1746830746782,"pub_until":4115978604802,"pub_changed":1746830754049,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d727bbb7f9e54cec46671","slug:2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","slug:2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","keyword:keywords/U.S.","keyword:keywords/China","keyword:keywords/trade talks","keyword:keywords/Trump","keyword:keywords/progress","keyword:keywords/trust","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":"%2F681d367244ebe7619e875496","type":"PUBLISHING","record":{"ref_id":"%2F681d367244ebe7619e875496","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Ethan Buchanan","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Houston - Skyline Panorama of City Hall and Downtown, Texas by night, USA","id":"%2F681d368944ebe7619e87549f","new_tab":false,"schedule":{},"source_credit":"iStockphoto","title":"Houston - Skyline Panorama of City Hall and Downtown, Texas by night, USA","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Mayor Whitmire says his $7 billion budget proposal is completely balanced. Still, according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced?\u003c/strong>\u003c/p>\n\n\u003cp>Finance Director Melissa Dubowski laid out a five-year forecast in a recent City Council meeting that projected the budget shortfall over the next five years to be anywhere from 100 to 500 million dollars. So, where is this shortfall coming from?\u003c/p>\n\n\u003cp>Former city councilman Greg Travis says this is largely thanks to the waste that occurred under previous mayoral administrations. He pointed specifically to Whitmire's predecessor, saying, "Mayor Turner pushed everything off that he could. He used the COVID funds wrong, he used them on frivolous matters. I don't know why he was doing that."\u003c/p>\n\n\u003cp>Essentially, Travis says Turner was just kicking cans down the road, and at the same time, continuing to waste money. He even called out Turner's hiring freeze, saying, "Every year we hired more and more people. I don't understand why if you do a hiring freeze, you end with a thousand more people at the end of your term than you did at the beginning of your term."\u003c/p>\n\n\u003cp>He went on to say that Whitmire can solve this budget problem, but it's going to require him to make some big cuts, and the city council could try to stop him. He said, "I think the councilors are going to do that for their own political gain, but I also think there are certain people who want to hurt Whitmire. They're gonna vote opposite of him just to give Whitmire a thumping."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-houstons-budget-problem-could-get-worse-over-time/","cuser":"user/ldap/1136533","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681d368944ebe7619e87549f"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/KTRH-AM (700)","brands/Houston & Texas News"]},"publish_date":1746802800000,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Houston's Budget Problem Could Get Worse Over time","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-houstons-budget-problem-could-get-worse-over-time","social_title":"Houston's Budget Problem Could Get Worse Over time","summary":"Mayor Whitmire says his 7 billion dollar budget proposal is completely balanced, but according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced? ","targets":[],"title":"Houston's Budget Problem Could Get Worse Over time","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-houstons-budget-problem-could-get-worse-over-time/"},"slug":"2025-05-08-houstons-budget-problem-could-get-worse-over-time","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681d368944ebe7619e87549f","title":"Houston's Budget Problem Could Get Worse Over time","description":"Mayor Whitmire says his 7 billion dollar budget proposal is completely balanced, but according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced? ","author":"Ethan Buchanan"},"pub_start":1746802800000,"pub_until":4115978604802,"pub_changed":1746802800000,"subscription":[{"tags":["categories/local-news","brands/KTRH-AM (700)","brands/Houston & Texas News"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d367244ebe7619e875496","slug:2025-05-08-houstons-budget-problem-could-get-worse-over-time","slug:2025-05-08-houstons-budget-problem-could-get-worse-over-time","author:user"]}},{"id":"%2F681d08c929c7ae7274077fba","type":"PUBLISHING","record":{"ref_id":"%2F681d08c929c7ae7274077fba","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Ethan Buchanan","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"166175142","id":"%2F681d08f629c7ae7274077fcc","new_tab":false,"schedule":{},"source_credit":"Scott Halleran","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.\u003c/strong>\u003c/p>\n\n\u003cp>If HPD's new contract is approved, it would raise the starting pay of HPD officers to around $81,000 a year. The current starting salary for Harris County Sheriff's Office deputies is around $57,000. That's a $24,000 disparity.\u003c/p>\n\n\u003cp>At Commissioners Court yesterday, Jose Lopez, president of the Harris County Deputies Organization, spoke out about the disparity, saying, "We're losing deputies, and a crisis is inevitable. We need pay parity with HPD, and we need it now. Don't be the one who turns your back on law enforcement."\u003c/p>\n\n\u003cp>After Lopez spoke, County Judge Lina Hidalgo said that in order to give HCSO deputies a raise, a tax increase would be required, and resistance to tax increases is the reason one hasn't been given already. She said, "Nobody's going to be upset about pay raises for law enforcement. Everyone's going to be happy about it. The challenge is, are you there when it's time to ask for the money?"\u003c/p>\n\n\u003cp>Precinct Three Commissioner Tom Ramsey, who is also the only Republican on the court, suggested that rather than raising taxes, we just cut wasteful spending and use that money to pay for deputy raises. He said to Lopez, "Choices have been made which have impacted y'all's ability to get increases. When we're looking at the budget, I'll be looking at that wasteful spending."\u003c/p>\n\n\u003cp>As he was speaking, Judge Hidalgo attempted to interrupt him multiple times. Ramsey finally addressed her interruptions, saying, "Would you not interrupt me? I didn't interrupt you when you were making some outlandish comments. So I will continue my conversation without you interrupting me. Period."\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%2Ftheshellbelle%2Fstatus%2F1920679293568356795","@url":"https://x.com/theshellbelle/status/1920679293568356795","author_name":"Michelle GCR","author_url":"https://twitter.com/theshellbelle","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"cy\" dir=\"ltr\">PERIOD 🫰🏼 \u003ca href=\"https://t.co/LxyuEf5sNc\">pic.twitter.com/LxyuEf5sNc\u003c/a>\u003c/p>— Michelle GCR (@theshellbelle) \u003ca href=\"https://twitter.com/theshellbelle/status/1920679293568356795?ref_src=twsrc%5Etfw\">May 9, 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/theshellbelle/status/1920679293568356795","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"cy\" dir=\"ltr\">PERIOD 🫰🏼 \u003ca href=\"https://t.co/LxyuEf5sNc\">pic.twitter.com/LxyuEf5sNc\u003c/a>\u003c/p>— Michelle GCR (@theshellbelle) \u003ca href=\"https://twitter.com/theshellbelle/status/1920679293568356795?ref_src=twsrc%5Etfw\">May 9, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/theshellbelle/status/1920679293568356795"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises/","cuser":"user/ldap/1136533","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681d08f629c7ae7274077fcc"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/KTRH-AM (700)","brands/Houston & Texas News"]},"publish_date":1746800383756,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","social_title":"Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","summary":"After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.","targets":[],"title":"WATCH: Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises/"},"slug":"2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681d08f629c7ae7274077fcc","title":"WATCH: Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","description":"After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.","author":"Ethan Buchanan"},"pub_start":1746800383756,"pub_until":4115978604802,"pub_changed":1746800389101,"subscription":[{"tags":["categories/local-news","brands/KTRH-AM (700)","brands/Houston & Texas News"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d08c929c7ae7274077fba","slug:2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","slug:2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","author:user"]}},{"id":"%2F681cde5e7ec9dc8fe0f05053","type":"PUBLISHING","record":{"ref_id":"%2F681cde5e7ec9dc8fe0f05053","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Some more problems for the HPD as the switch to the new $31 million dollar records system has been delayed, likely for at least six months. \u003c/p>\n\n\u003cp>"Yes, it will be delayed but I want to let your listeners know, this is a massive infrastructure undertaking for the police department" said retired HPD Captain, Dr. Greg Fremin.\u003c/p>\n\n\u003cp>But, it's something that Mayor Whitmire was reportedly warned about last August.\u003c/p>\n\n\u003cp>"The mayor obviously, is going to get input from other people, which he did" Fremin told KTRH, "But ultimately he makes the decision which he thinks is in the best interest of the city, and the police department."\u003c/p>\n\n\u003cp>Hopefully, this won't lead to another suspended cases scandal.\u003c/p>\n\n\u003cp>"I don't foresee any negative ramifications, or case backlogs as a result of this" noted Fremin.\u003c/p>\n\n\u003cp>The deal with the computer system company has been extended until November, for an additional cost of $1.7 million. \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%2Fyoutu.be%2FIJOvUstRHwM%3Fsi%3D2Q3JaXYOvKAVypoZ","@url":"https://youtu.be/IJOvUstRHwM?si=2Q3JaXYOvKAVypoZ","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/IJOvUstRHwM?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=\"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/IJOvUstRHwM/hqdefault.jpg","thumbnail_width":480,"title":"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/IJOvUstRHwM?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=\"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/IJOvUstRHwM?si=2Q3JaXYOvKAVypoZ"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Houston Mayor John Whitmire looks on as the new HPD chief Noe Diaz address the media during a press conference in City Hall, Friday, Aug. 2, 2024, in Houston. (Douglas Sweet Jr. for Houston Landing)","id":"%2F681ce1af7ec9dc8fe0f05068","new_tab":false,"schedule":{},"source_credit":"Houston Landing ","title":"Police Chief","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681ce1a17ec9dc8fe0f05065"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]},"publish_date":1746789498430,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","social_title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","summary":"Mayor Whitmire was warned about issues with HPD's new records system last year. Now it's delayed","targets":[],"title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed/"},"slug":"2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681ce1a17ec9dc8fe0f05065","title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","description":"Mayor Whitmire was warned about issues with HPD's new records system last year. Now it's delayed","author":"B.D. Hobbs"},"pub_start":1746789498430,"pub_until":4115978604802,"pub_changed":1746789503749,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681cde5e7ec9dc8fe0f05053","slug:2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","slug:2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","author:user"]}},{"id":"%2F681d2f6f7ec9dc8fe0f05076","type":"PUBLISHING","record":{"ref_id":"%2F681d2f6f7ec9dc8fe0f05076","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Earlier this week, president Donald Trump said that illegal aliens to take up his offer to self deport for $1,000, may have a chance to return to the U.S. someday legally.\u003c/p>\n\n\u003cp>"No, it's not the answer" said Jessica Vaughan with the Center for Immigration Studies, "Legal immigration and illegal immigration right now are almost like two sides of the same coin."\u003c/p>\n\n\u003cp>Which has become a costly coin for the United States.\u003c/p>\n\n\u003cp>"Our country simply cannot absorb that many newcomers, in such a short period of time" Vaughan told KTRH, "And we don't have strong assimile institutions as we used to have."\u003c/p>\n\n\u003cp>It's all part of the left's plan, to change America.\u003c/p>\n\n\u003cp>"The answer is to actually reduce the numbers and have an immigration system where we select people who are likely to succeed here, not just open the doors to anyone who wants to come."\u003c/p>\n\n\u003cp>Which is exactly what the Biden-Harris administration did over the last four years. On purpose.\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%2Fyoutu.be%2F5UZS9zn0rTo%3Fsi%3Du3PayptftDLu61g6","@url":"https://youtu.be/5UZS9zn0rTo?si=u3PayptftDLu61g6","author_name":"LiveNOW from FOX","author_url":"https://www.youtube.com/@livenowfox","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/5UZS9zn0rTo?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=\"Trump deportation: Trump administration offers $1,000 to migrants who self deport\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/5UZS9zn0rTo/hqdefault.jpg","thumbnail_width":480,"title":"Trump deportation: Trump administration offers $1,000 to migrants who self deport","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/5UZS9zn0rTo?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=\"Trump deportation: Trump administration offers $1,000 to migrants who self deport\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/5UZS9zn0rTo?si=u3PayptftDLu61g6"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"GUATEMALA CITY, GUATEMALA - FEBRUARY 09: Guatemalan immigrants deported from the United States arrive on a ICE deportation flight on February 9, 2017 in Guatemala City, Guatemala. The charter jet, carrying 135 deportees, arrived from Texas, where U.S. border agents catch the largest number illigal immigrants crossing into the United States, many of them from Central America. U.S. President Donald Trump pledged to vastly increase the number of deportations. (Photo by John Moore/Getty Images)","id":"%2F681d30a76018f2973ad96078","new_tab":false,"schedule":{},"source_credit":"John Moore / Getty Images News / Getty Images","title":"Deported Guatemalan Immigrants Arrive On ICE Flight from U.S","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681d301bbe9718a685387101"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746789461055,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","social_title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","summary":"America’s Immigration Problem Won’t Be Solved By Letting Illegal Aliens Come Back Legally","targets":[],"title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea/"},"slug":"2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681d301bbe9718a685387101","title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","description":"America’s Immigration Problem Won’t Be Solved By Letting Illegal Aliens Come Back Legally","author":"B.D. Hobbs"},"pub_start":1746789461055,"pub_until":4115978604802,"pub_changed":1746789466637,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d2f6f7ec9dc8fe0f05076","slug:2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","slug:2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","author:user"]}},{"id":"%2F681d2186c92aee2a6aef4cab","type":"PUBLISHING","record":{"ref_id":"%2F681d2186c92aee2a6aef4cab","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Corey Olson","blocks":[{"attributes":{"@provider":"Spreaker","@query":"https://api.spreaker.com/oembed?format=json&url=https%3A%2F%2Fwww.spreaker.com%2Fepisode%2Fextra-credit-companies-look-to-high-school-for-skilled-workers--66005501","@url":"https://www.spreaker.com/episode/extra-credit-companies-look-to-high-school-for-skilled-workers--66005501","author_name":"KTRH (KTRH-AM)","author_url":"https://www.spreaker.com/user/ktrh-ktrh-am--9808747","height":480,"html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66005501&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider_name":"Spreaker","provider_url":"https://www.spreaker.com/","thumbnail_height":0,"thumbnail_url":"https://d3wo5wojvuv7l.cloudfront.net/t_widget_player_cover_medium/images.spreaker.com/original/de2e1b73161a95d49beb03396d7211c4.jpg","thumbnail_width":0,"title":"Extra Credit: Companies Look to High School for Skilled Workers - KTRH News","type":"rich","version":"1.0","width":640},"embed_type":"rich","html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66005501&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider":"Spreaker","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.spreaker.com/episode/extra-credit-companies-look-to-high-school-for-skilled-workers--66005501"},{"html":"\u003cp>Forget college. When it comes to finding the next generation of workers, many companies are skipping universities and going right to high school campuses. The \u003ca href=\"https://www.wsj.com/lifestyle/careers/skilled-trades-high-school-recruitment-fd9f8257?st=RB2Q9F&reflink=article_email_share\" target=\"_blank\">Wall Street Journal reports\u003c/a> on the growing trend of high schoolers with full-time job offers in the skilled trades. One 17-year-old welding student in Pennsylvania says he already has a $68,000 job waiting for him when he graduates next year. Even students who don't have a job offer in high school are increasingly \u003ca href=\"https://ktrh.iheart.com/featured/houston-texas-news/content/2024-04-09-vocational-trade-school-a-viable-alternative-to-expensive-4-year-degrees/\" target=\"_blank\">choosing vocational or trade schools\u003c/a> in lieu of chasing an expensive four-year degree.\u003c/p>\n\n\u003cp>The shortage of skilled labor in the U.S. has been growing for years, but accelerated recently with the mass retirement of baby boomers. That has prompted companies to partner with high schools for trade programs that recruit and develop the next generation of trade workers. Mike Rowe, former host of "Dirty Jobs" and longtime trade work advocate, gives out scholarships to trade school students through his \u003ca href=\"https://mikeroweworks.org/\" target=\"_blank\">MikeRoweWorks\u003c/a> program. Rowe recently \u003ca href=\"https://www.foxbusiness.com/media/age-relying-credentials-nearing-end-mike-rowe-says\" target=\"_blank\">told Fox Business\u003c/a> this is what the future of the American job market looks like. "We have relied too heavily on credentials, and we often overlook the people who are in fact the most qualified to help us close the skills gap, which is very real," he said.\u003c/p>\n\n\u003cp>"We have seven million jobs open right now," he continued. "Most of them don't require a four-year degree, many of them pay six figures."\u003c/p>\n\n\u003cp>Some of the high school trade students who spoke with the Wall Street Journal said they feel like athletes being recruited by pro teams. Rowe expects this trend to continue, based on the growing shortage of skilled labor. "Just in the automotive industry, they've got 67,000 openings right now for skilled tradesmen...they can't find them," he told Fox. "This is the year we're gonna be talking about what is happening in terms of this recruiting crisis. The chickens are coming home to roost."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F602aff10e1d7299500a0b556","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Flive%2Ffox-news-radio-8627%2F","@url":"https://www.iheart.com/live/fox-news-radio-8627/","author_name":"Fox News Radio","author_url":"https://www.iheart.com/live/fox-news-radio-8627/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Fox News Radio\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/live/fox-news-radio-8627/?embed=true&cid=oembed&keyid%5B0%5D=Fox%20News%20Radio&sc=live_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/re/new_assets/5f3b43f0529439aac0159456?ops=fit(300%2C300)","thumbnail_width":300,"title":"Fox News Radio","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Fox News Radio\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/live/fox-news-radio-8627/?embed=true&cid=oembed&keyid%5B0%5D=Fox%20News%20Radio&sc=live_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/live/fox-news-radio-8627/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers/","cuser":"user/ldap/ccrhou1cpo","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/Mike Rowe","keywords/high school","keywords/workers","keywords/universities","keywords/students","keywords/trade programs","keywords/labor","keywords/workforce","keywords/trade school","keywords/jobs","keywords/college","keywords/economy"],"primary_image":{"bucket":"new_assets","id":"%2F602aff10e1d7299500a0b556"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746779400000,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","social_title":"","summary":"Some high school students are being offered full-time jobs in skilled trades.","targets":[],"title":"Extra Credit: Companies Look to High School for Skilled Workers","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers/"},"slug":"2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","summary":{"image":"https://i.iheart.com/v3/re/new_assets/602aff10e1d7299500a0b556","title":"Extra Credit: Companies Look to High School for Skilled Workers","description":"Some high school students are being offered full-time jobs in skilled trades.","author":"Corey Olson"},"pub_start":1746779400000,"pub_until":4115978604802,"pub_changed":1746807789162,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d2186c92aee2a6aef4cab","slug:2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","slug:2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","keyword:keywords/Mike Rowe","keyword:keywords/high school","keyword:keywords/workers","keyword:keywords/universities","keyword:keywords/students","keyword:keywords/trade programs","keyword:keywords/labor","keyword:keywords/workforce","keyword:keywords/trade school","keyword:keywords/jobs","keyword:keywords/college","keyword:keywords/economy","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":["29197307","26994314","27764850","27764831","57927691","27296753","19001275","18899828","22060409","24392822","52808599","28373207","27764882","27764860","53959281","73394343","107690410","122143378","167769138"]},{"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":"%2F681e5a9af6e57cb7cc346cb8","type":"PUBLISHING","record":{"ref_id":"%2F681e5a9af6e57cb7cc346cb8","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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":"INGLEWOOD, CALIFORNIA - JANUARY 02: President of football operations John Elway of the Denver Broncos looks on during warm ups prior to the game between the Los Angeles Chargers and the Denver Broncos at SoFi Stadium on January 02, 2022 in Inglewood, Cali","id":"%2F68124f6980242c6983cee4c2","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Denver Broncos v Los Angeles Chargers","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2024-07-30-john-elway-reveals-biggest-regret-from-tenure-as-broncos-gm/\" target=\"_blank\">Pro Football Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-07-30-john-elway-reveals-biggest-regret-from-tenure-as-broncos-gm/\" target=\"_blank\">\u003cstrong>John Elway\u003c/strong>\u003c/a>'s longtime agent and business partner, \u003ca href=\"https://www.iheart.com/content/2025-04-30-john-elway-breaks-silence-on-agents-death-after-accident/\" target=\"_blank\">\u003cstrong>Jeff Sperbeck\u003c/strong>\u003c/a>, died from blunt head trauma, the Riverside County Sheriff's Office told \u003ca href=\"https://www.tmz.com/2025/05/09/john-elways-agent-jeff-sperbeck-died-of-accidental-blunt-head-trauma-officials-say/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a> on Friday (May 9).\u003c/p>\n\n\u003cp>The determination was made days after Sperbeck died on April 30 and confirmed that the death was ruled accidental.\u003c/p>\n\n\u003cp>Sperbeck, 61, and Elway, 64, hadn't attended the local Stagecoach festival earlier in the day, which was previously reported, according to \u003ca href=\"https://www.9news.com/article/sports/nfl/denver-broncos/mike-klis/golf-cart-accident-details-elway-sperbeck/73-42215d75-9bee-49d4-a39f-86d7f2694ee6\" target=\"_blank\">\u003cem>9News\u003c/em>\u003c/a>. The group had traveled with roughly 10-15 relatives and friends, which included Elway's son, \u003cstrong>Jack\u003c/strong>, his daughter-in-law and comedian \u003cstrong>Johnny\u003c/strong> '\u003cstrong>Bananas\u003c/strong>' \u003cstrong>Devenanzio\u003c/strong>, according to the report.\u003c/p>\n\n\u003cp>The group left a private event hosted by Vouri at The Madison Club later that night and decided not to attend the Stagecoach festival as planned earlier in the day, instead taking three or four golf carts back to Elway's residence on the campus. Elway was driving a single-bench cart with Sperbeck's wife occupying the other seat as Sperbeck and Devenanzio stood on the back of the cart.\u003c/p>\n\n\u003cp>Sperbeck was reported to have fallen "straight back" off the car and "hit his head immediately," according to the report. The agent was confirmed to have died from injuries sustained, according to the Riverside County (California) corner in a statement obtained by \u003ca href=\"https://www.espn.com/nfl/story/_/id/44936924/john-elway-business-partner-ex-agent-dies-fall-injuries\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>\u003cem> \u003c/em>last week.\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%2FAdamSchefter%2Fstatus%2F1917719181933568006","@url":"https://x.com/AdamSchefter/status/1917719181933568006","author_name":"Adam Schefter","author_url":"https://twitter.com/AdamSchefter","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Statement from John Elway:\u003cbr>“I am absolutely devastated and heartbroken by the passing of my close friend, business partner and agent Jeff Sperbeck. There are no words to truly express the profound sadness I feel with the sudden loss of someone who has meant so much to me. My… \u003ca href=\"https://t.co/idRixJ29Az\">pic.twitter.com/idRixJ29Az\u003c/a>\u003c/p>— Adam Schefter (@AdamSchefter) \u003ca href=\"https://twitter.com/AdamSchefter/status/1917719181933568006?ref_src=twsrc%5Etfw\">April 30, 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/AdamSchefter/status/1917719181933568006","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Statement from John Elway:\u003cbr>“I am absolutely devastated and heartbroken by the passing of my close friend, business partner and agent Jeff Sperbeck. There are no words to truly express the profound sadness I feel with the sudden loss of someone who has meant so much to me. My… \u003ca href=\"https://t.co/idRixJ29Az\">pic.twitter.com/idRixJ29Az\u003c/a>\u003c/p>— Adam Schefter (@AdamSchefter) \u003ca href=\"https://twitter.com/AdamSchefter/status/1917719181933568006?ref_src=twsrc%5Etfw\">April 30, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/AdamSchefter/status/1917719181933568006"},{"html":"\u003cp>“I am absolutely devastated and heartbroken by the passing of my close friend, business partner and agent Jeff Sperbeck," Elway said in a statement re-shared by \u003cem>ESPN\u003c/em>'s \u003cstrong>Adam Schefter\u003c/strong> on Wednesday (April 30). "There are no words to truly express the profound sadness I feel with the sudden loss of someone who has meant so much to me. My heart and deepest sympathies go out to Jeff’s wife, \u003cstrong>Cori\u003c/strong>; his children \u003cstrong>Carly\u003c/strong>, \u003cstrong>Sam\u003c/strong> and \u003cstrong>Jackson\u003c/strong>; and everyone who knew and loved him. Jeff will be deeply missed for the loyalty, wisdom, friendship and love he brought into my life and the lives of so many others.”\u003c/p>\n\n\u003cp>Elway reportedly called 911 and Sperbeck was taken to Desert Regional Medical Center in Palm Springs, according to \u003cem>TMZ\u003c/em>. Elway and Sperbeck had attended Stagecoach music festival earlier in the day with their wives and had left a party just prior to the accident occurring.\u003c/p>\n\n\u003cp>Sperbeck, who worked as a sports agent for 30 years, represented Elway in the 1990s prior to launching a winery called 7Cellars, a reference to the quarterback's jersey number, as business partners.\u003c/p>\n\n\u003cp>"This has been a terrible time for everyone involved and our hearts continue to go out to the Sperbeck family," said \u003cstrong>Harvey Steinberg\u003c/strong>, Elway's attorney, in a statement obtained by \u003cem>NBC News\u003c/em> on Friday. "The investigation has confirmed what we already knew: this was a tragic accident and sometimes things happen in life that we will never comprehend," Steinberg said.\u003c/p>\n\n\u003cp>Elway retired after leading the \u003ca href=\"https://www.iheart.com/content/2025-03-06-decision-made-on-recently-arrested-broncos-olb-coach-michael-wilhoite/\" target=\"_blank\">Denver Broncos\u003c/a> to back-to-back Super Bowl victories, which included winning Super Bowl XXXIII MVP in his final appearance. The former No. 1 overall pick ranks 12th in NFL history with 51,475 yards and 14th with 300 touchdown passes.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-john-elways-agents-official-cause-of-death-determined/","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/John Elway","keywords/Jeff Sperbeck","keywords/festival","keywords/cause of death","keywords/agent","keywords/NFL","keywords/football"],"primary_image":{"bucket":"new_assets","id":"%2F68124f6980242c6983cee4c2"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746819900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-john-elways-agents-official-cause-of-death-determined","social_title":"","summary":"Pro Football Hall of Famer John Elway's longtime agent and business partner Jeff Sperbeck's official cause of death has been determined.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"John Elway's Agent's Official Cause Of Death Determined","permalink":"https://ktrh.iheart.com/content/2025-05-09-john-elways-agents-official-cause-of-death-determined/"},"slug":"2025-05-09-john-elways-agents-official-cause-of-death-determined","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68124f6980242c6983cee4c2","title":"John Elway's Agent's Official Cause Of Death Determined","description":"Pro Football Hall of Famer John Elway's longtime agent and business partner Jeff Sperbeck's official cause of death has been determined.","author":"Jason Hall"},"pub_start":1746819900000,"pub_until":4115978604802,"pub_changed":1746820597986,"subscription":[{"tags":["categories/sports","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681e5a9af6e57cb7cc346cb8","slug:2025-05-09-john-elways-agents-official-cause-of-death-determined","slug:2025-05-09-john-elways-agents-official-cause-of-death-determined","keyword:keywords/John Elway","keyword:keywords/Jeff Sperbeck","keyword:keywords/festival","keyword:keywords/cause of death","keyword:keywords/agent","keyword:keywords/NFL","keyword:keywords/football","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":"%2F681e324f0052288029b29813","type":"PUBLISHING","record":{"ref_id":"%2F681e324f0052288029b29813","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"94823975-d0ec-4771-bc55-7497c31a0390","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-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681e329d0052288029b2981e","new_tab":false,"schedule":{},"source_credit":"@Nayeliclem/Instagram","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>CrossFit athlete \u003cstrong>Nayeli Clemente\u003c/strong> has died at the age of 24 after \u003ca href=\"https://www.iheart.com/content/2024-08-28-soccer-player-juan-izquierdo-27-dead-after-on-field-collapse/\" target=\"_blank\">collapsing\u003c/a> during a competition in Mexico, \u003ca href=\"https://www.news.com.au/lifestyle/fitness/exercise/gymgoer-24-suddenly-dies-after-common-workout-routine/news-story/8c9c68c1728f4d7647820a4a213983c4\" target=\"_blank\">\u003cem>News.com.au\u003c/em>\u003c/a> reports.\u003c/p>\n\n\u003cp>Clemente was competing in the Cholula Games in San Andrés Cholula on May 2 in temperatures reported to be 95 degrees Fahrenheit. The 24-year-old reportedly began struggling to breathe and fainted during the 'Team Pyramid Run,' a high-intensity physical test in which team members take turns running increasingly longer distances in a relay-style race.\u003c/p>\n\n\u003cp>Clemente was reported given \u003ca href=\"https://www.iheart.com/content/2022-07-06-boys-who-saved-father-say-they-learned-cpr-from-the-sandlot/\" target=\"_blank\">CPR\u003c/a> by \u003cstrong>Daniela Castruita\u003c/strong>, a doctor who was in the crowd at the time of the incident, and managed to be stabilized before being transported in an ambulance. Clemente's team claimed that the event's medical team was allegedly "slow" and "disorganized" in its response to the emergency in a statement obtained by \u003cem>Jam Press\u003c/em> via \u003cem>News.com.au\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDG4JSnnOMqf%2F","@url":"https://www.instagram.com/p/DG4JSnnOMqf/","author_name":"nayeliclem","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Nayeli Clemente (@nayeliclem)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":800,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/482919894_18489397255057530_5367135382058543110_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QHiLhwyzKoDjoGqa2lxkgJqQpy01j5xIw9okKE76dWQgBHiwqZ2Y9g-11G3XpNLIXc&_nc_ohc=IHdezp6yHEwQ7kNvwH1lKFv&_nc_gid=a8BFTScdZrLiVvaEd-vf6w&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfIA86vR4PaWDmmwPz1PNV4QlrGp9BX5Cm0_CIq-KiVnuw&oe=68241702&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Nayeli Clemente (@nayeliclem)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DG4JSnnOMqf/"},{"html":"\u003cp>“At a critical moment, where every second counted, the medical staff contracted by the event organizers did not respond to the preparation or the necessary resources,” the team claimed.\u003c/p>\n\n\u003cp>“The number of paramedics and ambulances was insufficient for the magnitude of the event, and there was no rapid access to the pyramid. “(They did) not use the basic equipment. The breathing/oxygen machine in the ambulance was not connected at the time.”\u003c/p>\n\n\u003cp>Clemente was transported to a hospital where she was later pronounced dead from sudden cardiac arrest, \u003ca href=\"https://needtoknow.co.uk/2025/05/08/athlete-24-tragically-dies-during-crossfit-competition/\" target=\"_blank\">\u003cu>\u003cem>NeedToKnow\u003c/em>\u003c/u>\u003c/a> reports.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24/","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/Nayeli Clemente","keywords/age","keywords/Clemente","keywords/Crossfit","keywords/Daniela Castruita","keywords/competition","keywords/team","keywords/Mexico","keywords/dead","keywords/death"],"primary_image":{"bucket":"new_assets","id":"%2F681e329d0052288029b2981e"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746809940000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24","social_title":"","summary":"CrossFit athlete Nayeli Clemente has died at the age of 24.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"CrossFit Athlete Nayeli Clemente Dead At 24","permalink":"https://ktrh.iheart.com/content/2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24/"},"slug":"2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681e329d0052288029b2981e","title":"CrossFit Athlete Nayeli Clemente Dead At 24","description":"CrossFit athlete Nayeli Clemente has died at the age of 24.","author":"Jason Hall"},"pub_start":1746809940000,"pub_until":4115978604802,"pub_changed":1746810284477,"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:/681e324f0052288029b29813","slug:2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24","slug:2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24","keyword:keywords/Nayeli Clemente","keyword:keywords/age","keyword:keywords/Clemente","keyword:keywords/Crossfit","keyword:keywords/Daniela Castruita","keyword:keywords/competition","keyword:keywords/team","keyword:keywords/Mexico","keyword:keywords/dead","keyword:keywords/death","author:user"]}},{"id":"%2F681e292a91922e82fb10a7a2","type":"PUBLISHING","record":{"ref_id":"%2F681e292a91922e82fb10a7a2","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"7b61a2cc-0032-4d76-99e7-72a8b4b18a1d","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":"NEW ORLEANS, LOUISIANA - FEBRUARY 08: (L-R) Bill Belichick and Jordan Hudson attend Michael Rubin's 2025 Fanatics Super Bowl Party at The Sugar Mill on February 08, 2025 in New Orleans, Louisiana. (Photo by Mike Coppola/Getty Images for Fanatics)","id":"%2F67a9170f656f8db9e91841ed","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"2025 Fanatics Super Bowl Party","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The University of North Carolina issued a statement claiming head football coach \u003ca href=\"https://www.iheart.com/content/2025-05-01-bill-belichicks-daughter-in-law-shades-girlfriend-jordon-hudson/\" target=\"_blank\">\u003cstrong>Bill Belichick\u003c/strong>\u003c/a>'s girlfriend \u003ca href=\"https://www.iheart.com/content/2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report/\" target=\"_blank\">\u003cstrong>Jordon Hudson\u003c/strong>\u003c/a> was still welcome as a guest at football facilities following a report claiming she'd been banned.\u003c/p>\n\n\u003cp>"While Jordon Hudson is not an employee at the University or Carolina Athletics, she is welcome to the Carolina Football facilities," the school said in the statement obtained by \u003ca href=\"https://www.espn.com/college-football/story/_/id/45068251/unc-says-bill-belichick-girlfriend-welcome-school\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a> on Friday (May 9). "Jordon will continue to manage all activities related to Coach Belichick's personal brand outside of his responsibilities for Carolina Football and the University."\u003c/p>\n\n\u003cp>The school's statement was shared shortly after former \u003cem>ESPN\u003c/em> analyst \u003cstrong>Pablo Torre\u003c/strong> revealed on his \u003ca href=\"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"121600448\" data-catalog-related-id=\"\">\u003cem>Pablo Torre Finds Out\u003c/em>\u003c/a> that sources told him Hudson had been banned from North Carolina's practices and Belichick's family was concerned that their relationship was tarnishing his legacy.\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%2Fpablofindsout%2Fstatus%2F1920802680705831163%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1920802680705831163%257Ctwgr%255E771534df90d73d27a3dfaaa09649d4384c4d9416%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fnypost.com%252F2025%252F05%252F09%252Fsports%252Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%252F","@url":"https://x.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1920802680705831163%7Ctwgr%5E771534df90d73d27a3dfaaa09649d4384c4d9416%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnypost.com%2F2025%2F05%2F09%2Fsports%2Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%2F","author_name":"Pablo Torre Finds Out","author_url":"https://twitter.com/pablofindsout","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Sources tell \u003ca href=\"https://twitter.com/PabloTorre?ref_src=twsrc%5Etfw\">@PabloTorre\u003c/a> that Bill Belichick's girlfriend, Jordon Hudson, is now banned from UNC's football facility.\u003cbr>\u003cbr>One Belichick family source adds: "There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill's legacy, reputation — everything… \u003ca href=\"https://t.co/59xQQtqyc0\">pic.twitter.com/59xQQtqyc0\u003c/a>\u003c/p>— Pablo Torre Finds Out (@pablofindsout) \u003ca href=\"https://twitter.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw\">May 9, 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/pablofindsout/status/1920802680705831163","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Sources tell \u003ca href=\"https://twitter.com/PabloTorre?ref_src=twsrc%5Etfw\">@PabloTorre\u003c/a> that Bill Belichick's girlfriend, Jordon Hudson, is now banned from UNC's football facility.\u003cbr>\u003cbr>One Belichick family source adds: "There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill's legacy, reputation — everything… \u003ca href=\"https://t.co/59xQQtqyc0\">pic.twitter.com/59xQQtqyc0\u003c/a>\u003c/p>— Pablo Torre Finds Out (@pablofindsout) \u003ca href=\"https://twitter.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw\">May 9, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1920802680705831163%7Ctwgr%5E771534df90d73d27a3dfaaa09649d4384c4d9416%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnypost.com%2F2025%2F05%2F09%2Fsports%2Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%2F"},{"html":"\u003cp>“There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill’s legacy, reputation — everything he has built and worked for over decades,” one Belichick family source told Torre, who had previously broke the news that Hudson forced her way into a Dunkin' Donuts Super Bowl commercial in February.\u003c/p>\n\n\u003cp>Torre, who was joined on the episode by \u003ca href=\"https://www.iheart.com/podcast/269-casuals-with-katie-nolan-255227604/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255227604\" data-catalog-related-id=\"\">\u003cstrong>Katie Nolan\u003c/strong>\u003c/a> and \u003cstrong>Michael Cruz Kayne\u003c/strong>, said he spoke to 11 different sources who had dealt with Hudson, 24, a former Bridgewater State University cheerleader, directly since she went public with her relationship with Belichick, 73, last year.\u003c/p>\n\n\u003cp>Torre's investigation addressed Hudson's reputation after Belichick, who signed a five-year, $50 million deal to become UNC's head football coach in December, allowed her into the fold, with two UNC sources said to be higher-ups within the athletic department reportedly deciding last week that Hudson is no longer allowed on the football field or inside its football facility.\u003c/p>\n\n\u003cp>“Don’t think you’ll be hearing much from Jordon moving forward,” one source said, according to Torre.\u003c/p>\n\n\u003cp>Last month, \u003cstrong>Jennifer Schmitt\u003c/strong>, the wife of \u003cstrong>Stephen Belichick\u003c/strong>, Bill's son and defensive coordinator, responded to a comment posted by comedian \u003ca href=\"https://www.iheart.com/podcast/1119-the-nikki-glaser-podcast-79573913/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"79573913\" data-catalog-related-id=\"\">\u003cstrong>Nikki Glaser\u003c/strong>\u003c/a> in which Glaser claimed Hudson was "acting as his publicist" in response to former New England Patriots wide receiver \u003cstrong>Julian Edelman\u003c/strong> and tight end \u003cstrong>Rob Gronkowski\u003c/strong>'s defense of their longtime former coach's relationship after a clip of Hudson interrupting and prohibiting a question from being asked during Belichick's \u003cem>CBS Sunday Morning\u003c/em> interview went viral last month.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDJEXmkNsV5J%2F","@url":"https://www.instagram.com/p/DJEXmkNsV5J/","author_name":"dudesondudes","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Dudes on Dudes with Gronk and Jules (@dudesondudes)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1137,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/494537907_17884163994267477_4342894135203917043_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=109&_nc_oc=Q6cZ2QFjP2DQy_Qo4qsUWqNrrC8BrXMbFoA4eMa23YRcdLXjkKcfp9-sAPXcEOycFCDsv6U&_nc_ohc=GpYzb5YvH08Q7kNvwFIr9ad&_nc_gid=bcGo_KHLuY6mSx7nHzpUzA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfLpiesoYrWhzH45ulgXgWtKGRP8q4mJkG3ZCWJ8MWWVrw&oe=6823E336&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Dudes on Dudes with Gronk and Jules (@dudesondudes)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJEXmkNsV5J/"},{"html":"\u003cp>“Publicists act in a professional manner and don’t ‘storm’ off set delaying an interview,” Schmitt wrote.\u003c/p>\n\n\u003cp>Belichick issued a statement claiming he "clearly communicated" to his publicist, Simon & Schuster, that all promotional interviews would "solely" be about his upcoming book, \u003cem>The Art of Winning -- Lessons from My Life in Football\u003c/em>, which is set to be released next week and claims \u003cem>CBS News\u003c/em> reporter \u003cstrong>Tony Dokoupil\u003c/strong> and producers didn't comply.\u003c/p>\n\n\u003cp>“Unfortunately, the expectation was not honored during the interview,” Belichick said in the statement, which was shared by UNC and obtained by \u003cem>ESPN\u003c/em>'s \u003cstrong>Pete Thamel\u003c/strong> on Wednesday (April 30). “I was surprised when unrelated topics were introduced and I repeatedly expressed to the reporter, Tony Dokoupil, and the producers that I preferred to keep the conversation centered on the book.\u003c/p>\n\n\u003cp>“After the occurred several times, Jordon, with whom I share both a personal and professional relationship, stepped in to reiterate that point to help refocus the discussion. She was not deflecting any specific question or topic but simply doing her job to ensure the interview stayed on track. Some of the clips make it appear as though were were avoiding the question of how we met, but we have been open about the fact that Jordon and I met on a flight to Palm Beach in 2021.\u003c/p>\n\n\u003cp>“The final eight-minute segment does not reflect the productive 35-minute conversation we had, which covered a wide range of topics related to my career. Instead, it presents edited clips and stills from just a few minutes of the interview to suggest a false narrative — that Jordan was attempting to control the conversation — which is simply not true.”\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%2FPeteThamel%2Fstatus%2F1917637735541514356%3Fref_src%3Dtwsrc%255Egoogle%257Ctwcamp%255Eserp%257Ctwgr%255Etweet","@url":"https://x.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet","author_name":"Pete Thamel","author_url":"https://twitter.com/PeteThamel","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UNC releases a statement from Bill Belichick regarding his recent CBS Sunday Morning interview. It says that it's a "false narrative" that his girlfriend, Jordan Hudson was attempting to control the interview. "It presents selectively edited clips and stills from just a few… \u003ca href=\"https://t.co/9lnB4ek03g\">pic.twitter.com/9lnB4ek03g\u003c/a>\u003c/p>— Pete Thamel (@PeteThamel) \u003ca href=\"https://twitter.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Etfw\">April 30, 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/PeteThamel/status/1917637735541514356","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UNC releases a statement from Bill Belichick regarding his recent CBS Sunday Morning interview. It says that it's a "false narrative" that his girlfriend, Jordan Hudson was attempting to control the interview. "It presents selectively edited clips and stills from just a few… \u003ca href=\"https://t.co/9lnB4ek03g\">pic.twitter.com/9lnB4ek03g\u003c/a>\u003c/p>— Pete Thamel (@PeteThamel) \u003ca href=\"https://twitter.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Etfw\">April 30, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet"},{"html":"\u003cp>Hudson went viral in a clip that showed her interrupt Belichick's interview with \u003cem>CBS News\u003c/em> correspondent Tony Dokoupil and said "We're not talking about this," while sitting at a desk in the background after Dokoupil asked how they met.\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%2FYahooSports%2Fstatus%2F1916556376807272532","@url":"https://x.com/YahooSports/status/1916556376807272532","author_name":"Yahoo Sports","author_url":"https://twitter.com/YahooSports","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Bill Belichick’s girlfriend Jordon Hudson shut down a question about how they met during an interview with CBS 😬\u003cbr>\u003cbr>(via \u003ca href=\"https://twitter.com/CBSMornings?ref_src=twsrc%5Etfw\">@cbsmornings\u003c/a>) \u003ca href=\"https://t.co/5D2oYP2KKl\">pic.twitter.com/5D2oYP2KKl\u003c/a>\u003c/p>— Yahoo Sports (@YahooSports) \u003ca href=\"https://twitter.com/YahooSports/status/1916556376807272532?ref_src=twsrc%5Etfw\">April 27, 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/YahooSports/status/1916556376807272532","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Bill Belichick’s girlfriend Jordon Hudson shut down a question about how they met during an interview with CBS 😬\u003cbr>\u003cbr>(via \u003ca href=\"https://twitter.com/CBSMornings?ref_src=twsrc%5Etfw\">@cbsmornings\u003c/a>) \u003ca href=\"https://t.co/5D2oYP2KKl\">pic.twitter.com/5D2oYP2KKl\u003c/a>\u003c/p>— Yahoo Sports (@YahooSports) \u003ca href=\"https://twitter.com/YahooSports/status/1916556376807272532?ref_src=twsrc%5Etfw\">April 27, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/YahooSports/status/1916556376807272532"},{"html":"\u003cp>"No?" Dokoupil asked.\u003c/p>\n\n\u003cp>"No," she responded.\u003c/p>\n\n\u003cp>Dokoupil also asked Belichick, 72, how he handles interest in their relationship, to which the six-time Super Bowl champion head coach and two-time Super Bowl winning assistant responded, "Never been to worried about what anybody else thinks...just tried to do what I feel like is best for me and what's right."\u003c/p>\n\n\u003cp>Earlier this month, public emails revealed Belichick had fears of being viewed as a "predator," while Hudson worried the hiring of Steve Belichick as his defensive coordinator would be seen as nepotism, \u003ca href=\"https://www.nytimes.com/athletic/6279486/2025/04/15/bill-belichick-jordon-hudson-unc-football/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a> reported. Belichick asked for Hudson to be copied on emails sent to him since his surprising decision to take over as the Tar Heels' head coach.\u003c/p>\n\n\u003cp>“Is there anyone monitoring the UNC Football page for slanderous commentary and subsequently deleting it / blocking users that are harassing BB in the comments?” Hudson wrote in a Feb. 13 email obtained by \u003cem>the Athletic\u003c/em>.\u003c/p>\n\n\u003cp>“I cannot believe that UNC would support my being called a ‘predator,’” Belichick responded in an email the next day.\u003c/p>\n\n\u003cp>UNC reportedly didn't find any references to Belichick being called a predator, according to \u003cem>the Athletic\u003c/em>'s report.\u003c/p>\n\n\u003cp>\u003cstrong>Robbi Pickeral Evans\u003c/strong>, who serves as UNC's senior associate athletic director for external affairs and strategic communications, did, however, reassure the couple that the school “hid or erased a comment about their personal life and would continue to block, ban or hide similar remarks,” the report states. Evans called the term "incredibly inappropriate, and as you noted below, UNC would NEVER support" it while addressing the "predator concern."\u003c/p>\n\n\u003cp>Steve Belichick, 38, had previously worked under his dad in various defensive roles for 12 seasons with the Patriots before spending the past season as the University of Washington's defensive coordinator following his father's firing after 24 seasons.\u003c/p>\n\n\u003cp>“Though Steve Belichick is in fact Bill’s son, he should be depicted and represented as his own established, credible entity as opposed to an extension of Bill,” Hudson wrote in a Dec. 22 email regarding the hiring. “It can be easily misinterpreted that Steve is simply benefiting from nepotism but that is not the case. Steve was fortunate to have learned defensive football strategy from the ‘greatest defensive mind’ of all-time. He has earned his position due to his performance and output.”\u003c/p>\n\n\u003cp>Hudson added that she wanted the school to avoid using photos of the Belichicks together and avoid referring to him as "Bill's son."\u003c/p>\n\n\u003cp>“It is really worth emphasizing the point that Steve has the experience of being a COLLEGE defensive coordinator and will bring a plethora of knowledge to the coaching staff,” Hudson wrote. “I believe being strategic about the depiction of the Steve (sic) will prevent controversy and show upmost (sic) respect towards Steve’s career, validate Bill’s decision as a HC to hire Steve.”\u003c/p>\n\n\u003cp>Bill's other son, \u003cstrong>Brian\u003c/strong>, was also hired to his UNC staff as a defensive backs and safeties coach after nine seasons with the Patriots, which included 2024 under his father's successor and former linebacker \u003cstrong>Jerod Mayo\u003c/strong>, who was fired after one season. Brian, however, wasn't mentioned in the emails by Hudson, whose signature states that she works as the "chief operating officer of Belichick Productions."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend/","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/Bill Belichick","keywords/Jordan Hudson","keywords/Jordon Hudson","keywords/UNC","keywords/girlfriend","keywords/Pablo Torre","keywords/worry","keywords/North Carolina Tar Heels","keywords/football","keywords/NFL"],"primary_image":{"bucket":"new_assets","id":"%2F67a9170f656f8db9e91841ed"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746807300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend","social_title":"","summary":"UNC issued a response after a surprising report on Bill Belichick's girlfriend.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"UNC Issues Response After Surprising Report On Bill Belichick's Girlfriend","permalink":"https://ktrh.iheart.com/content/2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend/"},"slug":"2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67a9170f656f8db9e91841ed","title":"UNC Issues Response After Surprising Report On Bill Belichick's Girlfriend","description":"UNC issued a response after a surprising report on Bill Belichick's girlfriend.","author":"Jason Hall"},"pub_start":1746807300000,"pub_until":4115978604802,"pub_changed":1746807660880,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681e292a91922e82fb10a7a2","slug:2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend","slug:2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend","keyword:keywords/Bill Belichick","keyword:keywords/Jordan Hudson","keyword:keywords/Jordon Hudson","keyword:keywords/UNC","keyword:keywords/girlfriend","keyword:keywords/Pablo Torre","keyword:keywords/worry","keyword:keywords/North Carolina Tar Heels","keyword:keywords/football","keyword:keywords/NFL","author:user"]}},{"id":"%2F681dfe5665f5b28b49b4a24a","type":"PUBLISHING","record":{"ref_id":"%2F681dfe5665f5b28b49b4a24a","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F867-pablo-torre-finds-out-121600448%2Fepisode%2Fthe-jordon-rules-an-exclusive-ptfo-274617372%2F","@url":"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/episode/the-jordon-rules-an-exclusive-ptfo-274617372/","author_name":"Pablo Torre Finds Out","author_url":"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"The Jordon Rules: An Exclusive PTFO Investigation - Pablo Torre Finds Out\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/episode/the-jordon-rules-an-exclusive-ptfo-274617372/?embed=true&cid=oembed&keyid%5B0%5D=Pablo%20Torre%20Finds%20Out&keyid%5B1%5D=The%20Jordon%20Rules%3A%20An%20Exclusive%20PTFO%20Investigation%20-%20Pablo%20Torre%20Finds%20Out&sc=podcast_episode_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/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2ZmY2YzY2U2LWU1NjUtMTFlZC1hYzMwLWQzOWM2NWQ3Yzc0MS9pbWFnZS9QVEZPX1Nob3dfQ292ZXItUEFCTE9fVE9SUkVfRklORFNfT1VUXzA0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz","thumbnail_width":300,"title":"The Jordon Rules: An Exclusive PTFO Investigation - Pablo Torre Finds Out","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Jordon Rules: An Exclusive PTFO Investigation - Pablo Torre Finds Out\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/episode/the-jordon-rules-an-exclusive-ptfo-274617372/?embed=true&cid=oembed&keyid%5B0%5D=Pablo%20Torre%20Finds%20Out&keyid%5B1%5D=The%20Jordon%20Rules%3A%20An%20Exclusive%20PTFO%20Investigation%20-%20Pablo%20Torre%20Finds%20Out&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/episode/the-jordon-rules-an-exclusive-ptfo-274617372/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Bill Belichick, Jordon Hudson at the 14th Annual NFL Honors held at Saenger Theatre on February 06, 2025 in New Orleans, Louisiana. (Photo by Christopher Polk/Variety via Getty Images)","id":"%2F67feaa6d03eb38ca24d42152","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"14th Annual NFL Honors - Arrivals","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Former Super Bowl champion and current North Carolina Tar Heels head coach \u003ca href=\"https://www.iheart.com/content/2025-04-30-bill-belichick-breaks-silence-on-girlfriends-interview-controversy/\" target=\"_blank\">\u003cstrong>Bill Belichick\u003c/strong>\u003c/a>'s girlfriend \u003ca href=\"https://www.iheart.com/content/2025-04-29-jordon-hudson-releases-fiery-email-after-bill-belichick-interview-fiasco/\" target=\"_blank\">\u003cstrong>Jordon Hudson\u003c/strong>\u003c/a> has reportedly been banned from his team's practices and \u003ca href=\"https://www.iheart.com/content/2025-05-01-bill-belichicks-daughter-in-law-shades-girlfriend-jordon-hudson/\" target=\"_blank\">his family is concerned\u003c/a> that their relationship is tarnishing his legacy, former \u003cem>ESPN\u003c/em> analyst \u003cstrong>Pablo Torre\u003c/strong> revealed on his \u003ca href=\"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"121600448\" data-catalog-related-id=\"\">\u003cem>Pablo Torre Finds Out\u003c/em>\u003c/a> podcast released on Friday (May 9), according to multiple sources.\u003c/p>\n\n\u003cp>“There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill’s legacy, reputation — everything he has built and worked for over decades,” one Belichick family source told Torre, who had previously broke the news that Hudson forced her way into a Dunkin' Donuts Super Bowl commercial in February.\u003c/p>\n\n\u003cp>Torre, who was joined on the episode by \u003ca href=\"https://www.iheart.com/podcast/269-casuals-with-katie-nolan-255227604/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255227604\" data-catalog-related-id=\"\">\u003cstrong>Katie Nolan\u003c/strong>\u003c/a> and \u003cstrong>Michael Cruz Kayne\u003c/strong>, said he spoke to 11 different sources who had dealt with Hudson, 24, a former Bridgewater State University cheerleader, directly since she went public with her relationship with Belichick, 73, last year.\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%2Fpablofindsout%2Fstatus%2F1920802680705831163%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1920802680705831163%257Ctwgr%255E771534df90d73d27a3dfaaa09649d4384c4d9416%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fnypost.com%252F2025%252F05%252F09%252Fsports%252Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%252F","@url":"https://x.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1920802680705831163%7Ctwgr%5E771534df90d73d27a3dfaaa09649d4384c4d9416%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnypost.com%2F2025%2F05%2F09%2Fsports%2Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%2F","author_name":"Pablo Torre Finds Out","author_url":"https://twitter.com/pablofindsout","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Sources tell \u003ca href=\"https://twitter.com/PabloTorre?ref_src=twsrc%5Etfw\">@PabloTorre\u003c/a> that Bill Belichick's girlfriend, Jordon Hudson, is now banned from UNC's football facility.\u003cbr>\u003cbr>One Belichick family source adds: "There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill's legacy, reputation — everything… \u003ca href=\"https://t.co/59xQQtqyc0\">pic.twitter.com/59xQQtqyc0\u003c/a>\u003c/p>— Pablo Torre Finds Out (@pablofindsout) \u003ca href=\"https://twitter.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw\">May 9, 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/pablofindsout/status/1920802680705831163","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Sources tell \u003ca href=\"https://twitter.com/PabloTorre?ref_src=twsrc%5Etfw\">@PabloTorre\u003c/a> that Bill Belichick's girlfriend, Jordon Hudson, is now banned from UNC's football facility.\u003cbr>\u003cbr>One Belichick family source adds: "There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill's legacy, reputation — everything… \u003ca href=\"https://t.co/59xQQtqyc0\">pic.twitter.com/59xQQtqyc0\u003c/a>\u003c/p>— Pablo Torre Finds Out (@pablofindsout) \u003ca href=\"https://twitter.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw\">May 9, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1920802680705831163%7Ctwgr%5E771534df90d73d27a3dfaaa09649d4384c4d9416%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnypost.com%2F2025%2F05%2F09%2Fsports%2Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%2F"},{"html":"\u003cp>Torre's investigation addressed Hudson's reputation after Belichick, who signed a five-year, $50 million deal to become UNC's head football coach in December, allowed her into the fold, with two UNC sources said to be higher-ups within the athletic department reportedly deciding last week that Hudson is no longer allowed on the football field or inside its football facility.\u003c/p>\n\n\u003cp>“Don’t think you’ll be hearing much from Jordon moving forward,” one source said, according to Torre. \u003c/p>\n\n\u003cp>Last month, \u003cstrong>Jennifer Schmitt\u003c/strong>, the wife of \u003cstrong>Stephen Belichick\u003c/strong>, Bill's son and defensive coordinator, responded to a comment posted by comedian \u003ca href=\"https://www.iheart.com/podcast/1119-the-nikki-glaser-podcast-79573913/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"79573913\" data-catalog-related-id=\"\">\u003cstrong>Nikki Glaser\u003c/strong>\u003c/a> in which Glaser claimed Hudson was "acting as his publicist" in response to former New England Patriots wide receiver \u003cstrong>Julian Edelman\u003c/strong> and tight end \u003cstrong>Rob Gronkowski\u003c/strong>'s defense of their longtime former coach's relationship after a clip of Hudson interrupting and prohibiting a question from being asked during Belichick's \u003cem>CBS Sunday Morning\u003c/em> interview went viral last month.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDJEXmkNsV5J%2F","@url":"https://www.instagram.com/p/DJEXmkNsV5J/","author_name":"dudesondudes","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Dudes on Dudes with Gronk and Jules (@dudesondudes)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1137,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/494537907_17884163994267477_4342894135203917043_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=109&_nc_oc=Q6cZ2QFjP2DQy_Qo4qsUWqNrrC8BrXMbFoA4eMa23YRcdLXjkKcfp9-sAPXcEOycFCDsv6U&_nc_ohc=GpYzb5YvH08Q7kNvwFIr9ad&_nc_gid=bcGo_KHLuY6mSx7nHzpUzA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfLpiesoYrWhzH45ulgXgWtKGRP8q4mJkG3ZCWJ8MWWVrw&oe=6823E336&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Dudes on Dudes with Gronk and Jules (@dudesondudes)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJEXmkNsV5J/"},{"html":"\u003cp>“Publicists act in a professional manner and don’t ‘storm’ off set delaying an interview,” Schmitt wrote.\u003c/p>\n\n\u003cp>Belichick issued a statement claiming he "clearly communicated" to his publicist, Simon & Schuster, that all promotional interviews would "solely" be about his upcoming book, \u003cem>The Art of Winning -- Lessons from My Life in Football\u003c/em>, which is set to be released next week and claims \u003cem>CBS News\u003c/em> reporter \u003cstrong>Tony Dokoupil\u003c/strong> and producers didn't comply.\u003c/p>\n\n\u003cp>“Unfortunately, the expectation was not honored during the interview,” Belichick said in the statement, which was shared by UNC and obtained by \u003cem>ESPN\u003c/em>'s \u003cstrong>Pete Thamel\u003c/strong> on Wednesday (April 30). “I was surprised when unrelated topics were introduced and I repeatedly expressed to the reporter, Tony Dokoupil, and the producers that I preferred to keep the conversation centered on the book.\u003c/p>\n\n\u003cp>“After the occurred several times, Jordon, with whom I share both a personal and professional relationship, stepped in to reiterate that point to help refocus the discussion. She was not deflecting any specific question or topic but simply doing her job to ensure the interview stayed on track. Some of the clips make it appear as though were were avoiding the question of how we met, but we have been open about the fact that Jordon and I met on a flight to Palm Beach in 2021.\u003c/p>\n\n\u003cp>“The final eight-minute segment does not reflect the productive 35-minute conversation we had, which covered a wide range of topics related to my career. Instead, it presents edited clips and stills from just a few minutes of the interview to suggest a false narrative — that Jordan was attempting to control the conversation — which is simply not true.”\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%2FPeteThamel%2Fstatus%2F1917637735541514356%3Fref_src%3Dtwsrc%255Egoogle%257Ctwcamp%255Eserp%257Ctwgr%255Etweet","@url":"https://x.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet","author_name":"Pete Thamel","author_url":"https://twitter.com/PeteThamel","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UNC releases a statement from Bill Belichick regarding his recent CBS Sunday Morning interview. It says that it's a "false narrative" that his girlfriend, Jordan Hudson was attempting to control the interview. "It presents selectively edited clips and stills from just a few… \u003ca href=\"https://t.co/9lnB4ek03g\">pic.twitter.com/9lnB4ek03g\u003c/a>\u003c/p>— Pete Thamel (@PeteThamel) \u003ca href=\"https://twitter.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Etfw\">April 30, 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/PeteThamel/status/1917637735541514356","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UNC releases a statement from Bill Belichick regarding his recent CBS Sunday Morning interview. It says that it's a "false narrative" that his girlfriend, Jordan Hudson was attempting to control the interview. "It presents selectively edited clips and stills from just a few… \u003ca href=\"https://t.co/9lnB4ek03g\">pic.twitter.com/9lnB4ek03g\u003c/a>\u003c/p>— Pete Thamel (@PeteThamel) \u003ca href=\"https://twitter.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Etfw\">April 30, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet"},{"html":"\u003cp>Hudson went viral in a clip that showed her interrupt Belichick's interview with \u003cem>CBS News\u003c/em> correspondent Tony Dokoupil and said "We're not talking about this," while sitting at a desk in the background after Dokoupil asked how they met.\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%2FYahooSports%2Fstatus%2F1916556376807272532","@url":"https://x.com/YahooSports/status/1916556376807272532","author_name":"Yahoo Sports","author_url":"https://twitter.com/YahooSports","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Bill Belichick’s girlfriend Jordon Hudson shut down a question about how they met during an interview with CBS 😬\u003cbr>\u003cbr>(via \u003ca href=\"https://twitter.com/CBSMornings?ref_src=twsrc%5Etfw\">@cbsmornings\u003c/a>) \u003ca href=\"https://t.co/5D2oYP2KKl\">pic.twitter.com/5D2oYP2KKl\u003c/a>\u003c/p>— Yahoo Sports (@YahooSports) \u003ca href=\"https://twitter.com/YahooSports/status/1916556376807272532?ref_src=twsrc%5Etfw\">April 27, 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/YahooSports/status/1916556376807272532","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Bill Belichick’s girlfriend Jordon Hudson shut down a question about how they met during an interview with CBS 😬\u003cbr>\u003cbr>(via \u003ca href=\"https://twitter.com/CBSMornings?ref_src=twsrc%5Etfw\">@cbsmornings\u003c/a>) \u003ca href=\"https://t.co/5D2oYP2KKl\">pic.twitter.com/5D2oYP2KKl\u003c/a>\u003c/p>— Yahoo Sports (@YahooSports) \u003ca href=\"https://twitter.com/YahooSports/status/1916556376807272532?ref_src=twsrc%5Etfw\">April 27, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/YahooSports/status/1916556376807272532"},{"html":"\u003cp>"No?" Dokoupil asked.\u003c/p>\n\n\u003cp>"No," she responded.\u003c/p>\n\n\u003cp>Dokoupil also asked Belichick, 72, how he handles interest in their relationship, to which the six-time Super Bowl champion head coach and two-time Super Bowl winning assistant responded, "Never been to worried about what anybody else thinks...just tried to do what I feel like is best for me and what's right."\u003c/p>\n\n\u003cp>Earlier this month, public emails revealed Belichick had fears of being viewed as a "predator," while Hudson worried the hiring of Steve Belichick as his defensive coordinator would be seen as nepotism, \u003ca href=\"https://www.nytimes.com/athletic/6279486/2025/04/15/bill-belichick-jordon-hudson-unc-football/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a> reported. Belichick asked for Hudson to be copied on emails sent to him since his surprising decision to take over as the Tar Heels' head coach.\u003c/p>\n\n\u003cp>“Is there anyone monitoring the UNC Football page for slanderous commentary and subsequently deleting it / blocking users that are harassing BB in the comments?” Hudson wrote in a Feb. 13 email obtained by \u003cem>the Athletic\u003c/em>.\u003c/p>\n\n\u003cp>“I cannot believe that UNC would support my being called a ‘predator,’” Belichick responded in an email the next day.\u003c/p>\n\n\u003cp>UNC reportedly didn't find any references to Belichick being called a predator, according to \u003cem>the Athletic\u003c/em>'s report.\u003c/p>\n\n\u003cp>\u003cstrong>Robbi Pickeral Evans\u003c/strong>, who serves as UNC's senior associate athletic director for external affairs and strategic communications, did, however, reassure the couple that the school “hid or erased a comment about their personal life and would continue to block, ban or hide similar remarks,” the report states. Evans called the term "incredibly inappropriate, and as you noted below, UNC would NEVER support" it while addressing the "predator concern."\u003c/p>\n\n\u003cp>Steve Belichick, 38, had previously worked under his dad in various defensive roles for 12 seasons with the Patriots before spending the past season as the University of Washington's defensive coordinator following his father's firing after 24 seasons.\u003c/p>\n\n\u003cp>“Though Steve Belichick is in fact Bill’s son, he should be depicted and represented as his own established, credible entity as opposed to an extension of Bill,” Hudson wrote in a Dec. 22 email regarding the hiring. “It can be easily misinterpreted that Steve is simply benefiting from nepotism but that is not the case. Steve was fortunate to have learned defensive football strategy from the ‘greatest defensive mind’ of all-time. He has earned his position due to his performance and output.”\u003c/p>\n\n\u003cp>Hudson added that she wanted the school to avoid using photos of the Belichicks together and avoid referring to him as "Bill's son."\u003c/p>\n\n\u003cp>“It is really worth emphasizing the point that Steve has the experience of being a COLLEGE defensive coordinator and will bring a plethora of knowledge to the coaching staff,” Hudson wrote. “I believe being strategic about the depiction of the Steve (sic) will prevent controversy and show upmost (sic) respect towards Steve’s career, validate Bill’s decision as a HC to hire Steve.”\u003c/p>\n\n\u003cp>Bill's other son, \u003cstrong>Brian\u003c/strong>, was also hired to his UNC staff as a defensive backs and safeties coach after nine seasons with the Patriots, which included 2024 under his father's successor and former linebacker \u003cstrong>Jerod Mayo\u003c/strong>, who was fired after one season. Brian, however, wasn't mentioned in the emails by Hudson, whose signature states that she works as the "chief operating officer of Belichick Productions."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report/","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/Bill Belichick","keywords/Jordon Hudson","keywords/UNC","keywords/Pablo Torre","keywords/worry","keywords/Katie Nolan","keywords/girlfriend","keywords/legacy","keywords/football","keywords/North Carolina Tar Heels","keywords/college football","keywords/banned"],"primary_image":{"bucket":"new_assets","id":"%2F67feaa6d03eb38ca24d42152"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746796860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report","social_title":"","summary":"UNC has reportedly made a surprising decision on Bill Belichick's girlfriend.","targets":[],"title":"UNC Makes Surprising Decision On Bill Belichick's Girlfriend: Report","permalink":"https://ktrh.iheart.com/content/2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report/"},"slug":"2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67feaa6d03eb38ca24d42152","title":"UNC Makes Surprising Decision On Bill Belichick's Girlfriend: Report","description":"UNC has reportedly made a surprising decision on Bill Belichick's girlfriend.","author":"Jason Hall"},"pub_start":1746796860000,"pub_until":4115978604802,"pub_changed":1746807422551,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681dfe5665f5b28b49b4a24a","slug:2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report","slug:2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report","keyword:keywords/Bill Belichick","keyword:keywords/Jordon Hudson","keyword:keywords/UNC","keyword:keywords/Pablo Torre","keyword:keywords/worry","keyword:keywords/Katie Nolan","keyword:keywords/girlfriend","keyword:keywords/legacy","keyword:keywords/football","keyword:keywords/North Carolina Tar Heels","keyword:keywords/college football","keyword:keywords/banned","author:user"]}},{"id":"%2F681df5b4f234000913a0224b","type":"PUBLISHING","record":{"ref_id":"%2F681df5b4f234000913a0224b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6b196feb-158f-4212-827c-fcd770961206","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":"GLENDALE, ARIZONA - APRIL 06: TNT basketball analyst Charles Barkley on air before the NCAA Mens Basketball Tournament Final Four semifinal game between the Purdue Boilermakers and the North Carolina State Wolfpack at State Farm Stadium on April 06, 2024 ","id":"%2F681df644f234000913a02258","new_tab":false,"schedule":{},"source_credit":"Getty Images North America","title":"NC State v Purdue","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Basketball Hall of Famer and \u003cem>TNT\u003c/em> analyst \u003ca href=\"https://www.iheart.com/content/2022-10-17-charles-barkley-agrees-to-massive-new-deal-with-tnt-report/\" target=\"_blank\">\u003cstrong>Charles Barkley\u003c/strong>\u003c/a> referred to supporters of \u003ca href=\"https://www.iheart.com/content/2024-10-23-trans-golfer-nicole-powers-no-longer-competing-against-biological-females/\" target=\"_blank\">transgender\u003c/a> athletes as "stupid" while discussing the highly debated topic on \u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\">\u003cem>Outkick\u003c/em>\u003c/a>\u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\">\u003cem>Don't @ Me\u003c/em>\u003c/a>\u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\"> with \u003c/a>\u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\">\u003cstrong>Dan Dakich\u003c/strong>\u003c/a> Thursday (May 8).\u003c/p>\n\n\u003cp>“I’m gonna make this very simple for you, Dan. Men should not play sports against women,” Barkley said. “I’m not gonna get into all the bulls**t that’s going on out here in the world today.”\u003c/p>\n\n\u003cp>“Men should not play sports against women. If anybody thinks that, I think they’re stupid,” Barkley continued. “I support the gay community 100%. I support the transgender community 100%. But I do not, under any circumstances… think that men should play sports against women," he added.\u003c/p>\n\n\u003cp>Barkley's comments came months after \u003ca href=\"https://www.iheart.com/content/2025-05-08-trump-confirms-very-big-and-exciting-trade-deal/\" target=\"_blank\">President \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-05-08-trump-confirms-very-big-and-exciting-trade-deal/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a> signed an executive order banning biological males from competing in women's sports, which threatened schools choosing not to comply of losing federal funds. The NCAA then changed its gender eligibility policies to ban all biological males from competing in women's sports the following day.\u003c/p>\n\n\u003cp>“If anybody has a problem with that, they’re gonna have to get over it because I’m not gonna change my [mind]. I just think it’s wrong, period,” Barkley said of potential outrage over his stance.\u003c/p>\n\n\u003cp>“I don’t even think that’s controversial… I don’t wanna hear you try to explain it to me. No, no, no, I don’t wanna hear it. I’m not gonna argue with you. Men shouldn’t play sports against women. I’m done,” he added. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate/","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/Charles Barkley","keywords/athletes debate","keywords/take","keywords/basketball","keywords/NBA","keywords/transgender","keywords/transgender athletes","keywords/debate","keywords/NCAA","keywords/college sports","keywords/high school sports"],"primary_image":{"bucket":"new_assets","id":"%2F681df644f234000913a02258"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746794340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate","social_title":"","summary":"Charles Barkley gave a strong take on the transgender athletes debate.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Charles Barkley Gives Strong Take On Transgender Athletes Debate","permalink":"https://ktrh.iheart.com/content/2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate/"},"slug":"2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681df644f234000913a02258","title":"Charles Barkley Gives Strong Take On Transgender Athletes Debate","description":"Charles Barkley gave a strong take on the transgender athletes debate.","author":"Jason Hall"},"pub_start":1746794340000,"pub_until":4115978604802,"pub_changed":1746794727161,"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:/681df5b4f234000913a0224b","slug:2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate","slug:2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate","keyword:keywords/Charles Barkley","keyword:keywords/athletes debate","keyword:keywords/take","keyword:keywords/basketball","keyword:keywords/NBA","keyword:keywords/transgender","keyword:keywords/transgender athletes","keyword:keywords/debate","keyword:keywords/NCAA","keyword:keywords/college sports","keyword:keywords/high school sports","author:user"]}},{"id":"%2F681d0a4bfaf272ac5f52508f","type":"PUBLISHING","record":{"ref_id":"%2F681d0a4bfaf272ac5f52508f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8a23c56d-661b-48df-89f7-36a555cd30bf","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":"MINNEAPOLIS, MN - MAY 6: Stephen Curry #30 of the Golden State Warriors looks on during the game against the Minnesota Timberwolves during Round Two Game One of the 2025 NBA Playoffs on May 6, 2025 at Target Center in Minneapolis, Minnesota. NOTE TO USE","id":"%2F681bb24f557c414338b67e1c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Golden State Warriors v Minnesota Timberwolves - Game One","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Golden State Warriors guard \u003ca href=\"https://www.iheart.com/content/2024-11-14-klay-thompson-ghosted-steph-curry-before-first-game-as-opponents-report/\" target=\"_blank\">\u003cstrong>Stephen Curry\u003c/strong>\u003c/a> broke his silence on \u003ca href=\"https://www.iheart.com/content/2025-05-07-stephen-currys-injury-status-determined/\" target=\"_blank\">being diagnosed with a Grade 1 left hamstring strain\u003c/a>, which will force him to miss Game 2 of the Western Conference Semifinals series against the Minnesota Timberwolves.\u003c/p>\n\n\u003cp>Curry, 37, called the situation a "gut punch" but said he wouldn't rush back, acknowledging the "tricky" nature of hamstring injuries.\u003c/p>\n\n\u003cp>"This is new, and from all that I'm learning about how quickly you can get back, there has to be a healing process," Curry said during the Warriors' shootaround ahead of Game 2 on Thursday (May 8) via \u003cem>ESPN\u003c/em>. "You can't accelerate it more than what it's telling you. So it'll be one of those, after a week, really reevaluating every day to understand when it's safe just to even think about playing, let alone how much can you push it."\u003c/p>\n\n\u003cp>Curry is expected to miss at least one week, however, his return timetable has not yet been determined, according to \u003cem>ESPN\u003c/em>'s \u003cstrong>Shams Charania\u003c/strong>.\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%2F1920158716562678239","@url":"https://x.com/ShamsCharania/status/1920158716562678239","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\">The Warriors expect Stephen Curry to miss at least one week with the Grade 1 left hamstring strain, sources tell ESPN. An exact return will be based on how their All-NBA guard responds to rehab with his first muscle strain. \u003ca href=\"https://t.co/PWhFWz2sEQ\">https://t.co/PWhFWz2sEQ\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1920158716562678239?ref_src=twsrc%5Etfw\">May 7, 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/1920158716562678239","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">The Warriors expect Stephen Curry to miss at least one week with the Grade 1 left hamstring strain, sources tell ESPN. An exact return will be based on how their All-NBA guard responds to rehab with his first muscle strain. \u003ca href=\"https://t.co/PWhFWz2sEQ\">https://t.co/PWhFWz2sEQ\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1920158716562678239?ref_src=twsrc%5Etfw\">May 7, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1920158716562678239"},{"html":"\u003cp>"Golden State's Stephen Curry has sustained a Grade 1 left hamstring strain and will be ruled out for Game 2 against Minnesota on Thursday, sources tell ESPN. It's the first strained muscle of Curry's career, so exact return timetable is unclear due to first rehab like this," Charania wrote on his X account. "The Warriors expect Stephen Curry to miss at least one week with the Grade 1 left hamstring strain, sources tell ESPN. An exact return will be based on how their All-NBA guard responds to rehab with his first muscle strain."\u003c/p>\n\n\u003cp>Curry suffered the injury during the second quarter of the Warriors' eventual 99-88 win against the Timberwolves Tuesday (May 6) night on a driving 14-foot floater. The four-time NBA champion finished Game 1 with 13 points, one assist and one rebound in 13 minutes.\u003c/p>\n\n\u003cp>"He's obviously crushed," said Steve Kerr after the game via \u003ca href=\"https://www.espn.com/nba/story/_/id/45039914/sources-stephen-curry-hamstring-set-miss-least-week\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>. "But the guys picked him up and played a great game, and obviously we're all concerned about Steph but it's part of the game."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-08-stephen-curry-breaks-silence-on-injury-status/","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/Stephen Curry","keywords/hamstring strain","keywords/Golden State Warriors","keywords/injury status","keywords/silence","keywords/muscle strain","keywords/NBA","keywords/basketball","keywords/injury"],"primary_image":{"bucket":"new_assets","id":"%2F681bb24f557c414338b67e1c"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746734820000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-stephen-curry-breaks-silence-on-injury-status","social_title":"","summary":"Golden State Warriors star Stephen Curry broke his silence on his injury status.","targets":[{"categories":["syndications/content"],"distribution":["markets/SANFRANCISCO-CA"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Stephen Curry Breaks Silence On Injury Status","permalink":"https://ktrh.iheart.com/content/2025-05-08-stephen-curry-breaks-silence-on-injury-status/"},"slug":"2025-05-08-stephen-curry-breaks-silence-on-injury-status","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681bb24f557c414338b67e1c","title":"Stephen Curry Breaks Silence On Injury Status","description":"Golden State Warriors star Stephen Curry broke his silence on his injury status.","author":"Jason Hall"},"pub_start":1746734820000,"pub_until":4115978604802,"pub_changed":1746735182910,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/SANFRANCISCO-CA"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681d0a4bfaf272ac5f52508f","slug:2025-05-08-stephen-curry-breaks-silence-on-injury-status","slug:2025-05-08-stephen-curry-breaks-silence-on-injury-status","keyword:keywords/Stephen Curry","keyword:keywords/hamstring strain","keyword:keywords/Golden State Warriors","keyword:keywords/injury status","keyword:keywords/silence","keyword:keywords/muscle strain","keyword:keywords/NBA","keyword:keywords/basketball","keyword:keywords/injury","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":"%2F681f9c7270ee69438ef56445","type":"PUBLISHING","record":{"ref_id":"%2F681f9c7270ee69438ef56445","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a420751c-304b-4a4d-ae33-de0c5e5321fd","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":"This photo illustration shows the \"Gulf of America\" displayed on the Google Earth application on a smartphone on February 11, 2025, in Washington, DC. Google on February 10, 2025, changed the name of the Gulf of Mexico to \"Gulf of America\" for those using its Maps platform inside the United States, complying with an executive order by President Donald Trump. (Photo by Drew ANGERER / AFP) (Photo by DREW ANGERER/AFP via Getty Images) ","id":"%2F681f9d0cf5db1acd504a4ef6","new_tab":false,"schedule":{},"source_credit":"DREW ANGERER / AFP / Getty Images","title":"US-POLITICS-TECHNOLOGY-GOOGLE-TRUMP","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Mexico has announced a\u003ca href=\"https://www.foxnews.com/politics/mexico-sues-google-changing-gulf-mexico-gulf-america-after-trumps-order\" target=\"_blank\"> lawsuit against Google for labeling the Gulf of Mexico as the "Gulf of America"\u003c/a> on its maps. This move follows an executive order issued in February by the Trump administration to \u003ca href=\"https://www.iheart.com/content/2025-05-08-house-votes-in-favor-of-gulf-of-america-name-change/\" target=\"_blank\">rename the gulf\u003c/a>, which led to the change being reflected on Google Maps for users in the United States, while users in Mexico continued to see the original name.\u003c/p>\n\n\u003cp>President \u003cstrong>Claudia Sheinbaum\u003c/strong> of Mexico \u003ca href=\"https://thehill.com/policy/technology/5293012-mexico-sues-google-over-gulf-of-america-label-change/\" target=\"_blank\">expressed her government's disapproval of the unilateral renaming\u003c/a>, which has caused ridicule and anger in Mexico. She emphasized that while the United States can rename its own territories, it cannot impose changes on maritime zones controlled by Mexico or Cuba. "We would have no business in telling them to rename a state, a mountain, or a lake," she stated.\u003c/p>\n\n\u003cp>Google's vice president for government affairs and public policy, \u003cstrong>Cris Turner\u003c/strong>, previously sent a letter to the Mexican government justifying the change and confirming that the name "Gulf of Mexico" would remain visible for users in Mexico. Despite this assurance, the \u003ca href=\"https://www.nytimes.com/2025/05/09/us/politics/gulf-of-mexico-suit-google.html\" target=\"_blank\">Mexican government has decided to pursue legal action\u003c/a>, arguing that the compromise still crosses a line.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-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":"%2F681f9d0cf5db1acd504a4ef6"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746902340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america","social_title":"","summary":"Mexico claims the US cannot unilaterly rename international bodies of water. ","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Mexico Suing Google For Renaming Gulf Of Mexico To Gulf Of America","permalink":"https://ktrh.iheart.com/content/2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america/"},"slug":"2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f9d0cf5db1acd504a4ef6","title":"Mexico Suing Google For Renaming Gulf Of Mexico To Gulf Of America","description":"Mexico claims the US cannot unilaterly rename international bodies of water. ","author":"iHeartRadio"},"pub_start":1746902340000,"pub_until":4115978604802,"pub_changed":1746902705969,"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:/681f9c7270ee69438ef56445","slug:2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america","slug:2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america","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":"%2F681e835470ee69438ef5643a","type":"PUBLISHING","record":{"ref_id":"%2F681e835470ee69438ef5643a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6173e361-8d63-4199-a333-a67eb7e53da5","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":"Mayor Ras Baraka of Newark speaks to the press near ICE agents at a demonstration outside an immigrant detention centre in Elizabeth, New Jersey May 7, 2025. The Mayor arrived at the gates of Delaney Hall to inspect the previously vacant prison that is being converted into an immigrant detention center. Delaney Hall has the ability to hold over a 1000 people, and the detention facility, privately owned by The GEO Group, holds a contract with the federal government to house people arrested by ICE. (Photo by TIMOTHY A. CLARY / AFP) (Photo by TIMOTHY A. CLARY/AFP via Getty Images) ","id":"%2F681e8403af89fc0c91b753a1","new_tab":false,"schedule":{},"source_credit":"TIMOTHY A. CLARY / AFP / Getty Images","title":"US-POLITICS-IMMIGRATION-ICE","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Newark Mayor \u003cstrong>Ras Baraka\u003c/strong> was \u003ca href=\"https://www.foxnews.com/politics/dem-congress-members-storm-new-jersey-ice-prison-conduct-oversight-visit-people-deserve-dignity\" target=\"_blank\">arrested on Friday (May 9) at an Immigration and Customs Enforcement (ICE) detention center in Newark\u003c/a>, New Jersey, on trespassing charges. Baraka, who is running for governor of New Jersey, was taken into custody at the Delaney Hall facility, which recently reopened as the largest detention center on the East Coast. Baraka allegedly ignored multiple warnings from Homeland Security officials to leave the premises.\u003c/p>\n\n\u003cp>The mayor was handcuffed and taken to a Department of Homeland Security office in Newark. Acting U.S. Attorney \u003cstrong>Alina Habba\u003c/strong>, who is also a personal lawyer for President \u003cstrong>Donald Trump\u003c/strong>, stated Baraka "committed trespass" and disregarded the law.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.cnn.com/2025/05/09/us/new-jersey-mayor-arrested-at-ice-detention-center\" target=\"_blank\">arrest occurred during a protest against the facility\u003c/a>, which Newark officials claim opened without proper city permits. The Delaney Hall facility, operated by a private prison firm under contract with ICE, has been a point of contention, with Newark officials challenging its opening in court. The Department of Homeland Security maintains that the facility has proper permits and is being used to detain immigrants who have committed violent crimes.\u003c/p>\n\n\u003cp>Baraka's campaign confirmed his arrest and stated they are monitoring the situation closely. \u003c/p>\n\n\u003cp>Several New Jersey political figures, including Governor \u003cstrong>Phil Murphy\u003c/strong> and Senators \u003cstrong>Cory Booker\u003c/strong> and \u003cstrong>Andy Kim\u003c/strong>, have \u003ca href=\"https://www.nbcnews.com/politics/politics-news/newark-mayor-ras-baraka-arrested-ice-detention-facility-new-jersey-rcna205949\" target=\"_blank\">called for Baraka's immediate release\u003c/a>, criticizing the arrest as unjust. Governor Murphy stated, "Mayor Baraka is an exemplary public servant who has always stood up for our most vulnerable neighbors." \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center/","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":"%2F681e8403af89fc0c91b753a1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746830220000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center","social_title":"","summary":"Newark Mayor Ras Baraka allegedly ignored multiple warnings from Homeland Security officials to leave the premises.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"New Jersey Mayor Arrested While Protesting At ICE Detention Center","permalink":"https://ktrh.iheart.com/content/2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center/"},"slug":"2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681e8403af89fc0c91b753a1","title":"New Jersey Mayor Arrested While Protesting At ICE Detention Center","description":"Newark Mayor Ras Baraka allegedly ignored multiple warnings from Homeland Security officials to leave the premises.","author":"iHeartRadio"},"pub_start":1746830220000,"pub_until":4115978604802,"pub_changed":1746830608398,"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:/681e835470ee69438ef5643a","slug:2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center","slug:2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F681e439fe4905dceb3dd42d9","type":"PUBLISHING","record":{"ref_id":"%2F681e439fe4905dceb3dd42d9","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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 06: People gather for a rally in support of Tufts University student Rumeysa Ozturk and Columbia University student activist Mohsen Mahdawi in Foley Square on May 06, 2025 in New York City. A federal appeals court heard arguments in the cases of Ozturk, a Turkish student at Tufts University who has spent six weeks in immigration detention, and Mahdawi, a Palestinian student at Columbia University recently released from custody. The Justice Department is challenging rulings by two federal judges in Vermont and is seeking to consolidate both cases, citing overlapping legal questions. A district court judge has also ordered that Ozturk be transferred from a Louisiana detention facility to Vermont for hearings to determine whether she was illegally detained. (Photo by Michael M. Santiago/Getty Images)","id":"%2F681e4436be9718a685387375","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"Appeals Hearing Held In New York City For Detained Tufts Student Rumeysa Ozturk","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A federal judge in Vermont has \u003ca href=\"https://www.cnn.com/2025/05/09/us/rumeysa-ozturk-tufts-bail-release\" target=\"_blank\">ordered the immediate release of \u003c/a>\u003ca href=\"https://www.cnn.com/2025/05/09/us/rumeysa-ozturk-tufts-bail-release\" target=\"_blank\">\u003cstrong>Rümeysa Öztürk\u003c/strong>\u003c/a>, a Tufts University doctoral student from Turkey, after six weeks in detention. Öztürk was detained by immigration officers near her Massachusetts home on March 25, following the revocation of her visa by the Trump administration. Her detention sparked protests and raised concerns about free speech and due process.\u003c/p>\n\n\u003cp>Öztürk, who has not been charged with any crime, was \u003ca href=\"https://www.masslive.com/news/2025/05/tufts-doctoral-student-rumeysa-ozturk-to-be-released-on-bail.html\" target=\"_blank\">accused of supporting Hamas\u003c/a>, though no evidence was presented in court. Her detention is part of a series of arrests targeting non-citizen students involved in protests. Öztürk co-authored an op-ed critical of Tufts University's response to the war in Gaza, which her lawyers argue led to her being targeted.\u003c/p>\n\n\u003cp>During her bail hearing, \u003ca href=\"https://www.bostonglobe.com/2025/05/09/metro/rumeysa-ozturk-bail-hearing/\" target=\"_blank\">Öztürk testified remotely from a Louisiana detention center\u003c/a>, where she experienced multiple asthma attacks due to overcrowded and unsanitary conditions. The judge ordered her release on her own recognizance, stating she is not a flight risk or a danger to the community. Öztürk plans to continue her Ph.D. studies at Tufts, which has offered her housing options.\u003c/p>\n\n\u003cp>Secretary of State \u003cstrong>Marco Rubio\u003c/strong> stated that Öztürk's visa was revoked due to her pro-Palestinian activism. Since the \u003ca href=\"https://www.iheart.com/content/2025-04-29-total-illegal-migrants-released-into-us-during-trumps-second-term-revealed/\" target=\"_blank\">start of the second Trump administration\u003c/a>, over 300 student visas have reportedly been revoked for similar reasons. Öztürk's case highlights ongoing debates over immigration policy and free speech rights in the United States.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student/","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":"%2F681e4436be9718a685387375"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746814020000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student","social_title":"","summary":"Rümeysa Öztürk was detained by federal immigration officers on March 25.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]}],"title":"Federal Judge Orders Immediate Release Of Tufts University Doctoral Student","permalink":"https://ktrh.iheart.com/content/2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student/"},"slug":"2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681e4436be9718a685387375","title":"Federal Judge Orders Immediate Release Of Tufts University Doctoral Student","description":"Rümeysa Öztürk was detained by federal immigration officers on March 25.","author":"iHeartRadio"},"pub_start":1746814020000,"pub_until":4115978604802,"pub_changed":1746814416197,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681e439fe4905dceb3dd42d9","slug:2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student","slug:2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F681e3be5e4905dceb3dd42ce","type":"PUBLISHING","record":{"ref_id":"%2F681e3be5e4905dceb3dd42ce","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0ab37e34-a55a-4bcf-8a5d-829a0da86aed","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 - MAY 08: U.S. President Donald Trump address reporters in the Oval Office at the White House on May 08, 2025 in Washington, DC. During his remarks Trump spoke about a trade deal with the United Kingdom that he announced today. (Photo by Anna Moneymaker/Getty Images)","id":"%2F681e3c310b08b099b2c81222","new_tab":false,"schedule":{},"source_credit":"Anna Moneymaker / Getty Images News / Getty Images","title":"President Trump Announces A Trade Agreement With The United Kingdom","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> is \u003ca href=\"https://www.foxnews.com/politics/trump-pushes-tax-hikes-wealthy-big-beautiful-bill-deadline-looms\" target=\"_blank\">contemplating raising taxes on wealthy Americans\u003c/a> to fund a sweeping tax and spending cuts package. This proposal, however, is causing debate among Republicans in Congress. On Friday (May 9), Trump posted on Truth Social that he would "graciously accept" a small tax increase on the rich, though he acknowledged the potential political risks for Republicans. House GOP members are currently working to identify $1.5 trillion in spending cuts to balance the extensive tax reductions.\u003c/p>\n\n\u003cp>Trump also suggested \u003ca href=\"https://www.cnn.com/2025/05/09/politics/trump-tax-wealthy-house-republicans\" target=\"_blank\">letting tax cuts expire for individuals earning at least $2.5 million\u003c/a> or couples making at least $5 million. This move could help counter Democratic arguments about tax cuts favoring the rich. Despite Trump's openness to the idea, his economic adviser, \u003cstrong>Kevin Hassett\u003c/strong>, stated that the president is not a strong advocate of raising taxes on the wealthy.\u003c/p>\n\n\u003cp>The proposal is \u003ca href=\"https://www.reuters.com/world/us/trump-says-he-is-ok-with-republicans-raising-taxes-rich-2025-05-09/\" target=\"_blank\">not receiving a warm welcome from the GOP\u003c/a>, as it contradicts Trump's previous campaign promises to cut taxes for the wealthy. The administration is exploring several options, including creating a new tax bracket for those earning over $5 million per year. However, this idea could complicate the GOP's legislative strategy and faces resistance from many Republican lawmakers.\u003c/p>\n\n\u003cp>The House Ways and Means Committee is considering letting tax breaks for the richest Americans expire, which would return their top income tax rate to 39.6% from the current 37%. This change could impact approximately 1.5 million households and cut about $409 billion of the cost, according to the Tax Foundation, a right-leaning think tank. Another option is to create a new tax bracket for the wealthy, potentially raising $59.3 billion over a decade.\u003c/p>\n\n\u003cp>Despite these discussions, Trump's proposal remains uncertain, as it faces significant opposition within his party. The administration continues to seek ways to balance tax cuts with spending reductions to prevent increasing the national debt. The outcome of these negotiations will determine the final shape of Trump's "big, beautiful bill."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-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":"%2F681e3c310b08b099b2c81222"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746811740000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda","social_title":"","summary":"President Trump has received some pushback from Republicans. ","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Open To Raising Taxes On The Rich To Pay For His Agenda","permalink":"https://ktrh.iheart.com/content/2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda/"},"slug":"2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681e3c310b08b099b2c81222","title":"President Trump Open To Raising Taxes On The Rich To Pay For His Agenda","description":"President Trump has received some pushback from Republicans. ","author":"iHeartRadio"},"pub_start":1746811740000,"pub_until":4115978604802,"pub_changed":1746812246519,"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:/681e3be5e4905dceb3dd42ce","slug:2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda","slug:2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F681e1abd11df96b33fce1308","type":"PUBLISHING","record":{"ref_id":"%2F681e1abd11df96b33fce1308","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"39850321-c318-4207-b114-381d1a6be7cc","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - MAY 04: U.S. President Donald Trump speaks to reporters on the south lawn of the White House on May 04, 2025 in Washington, DC. The President spent the weekend in Florida and returned to Washington on Sunday. (Photo by Tasos Katopodis/Getty Images)","id":"%2F681e1b79af89fc0c91b7527d","new_tab":false,"schedule":{},"source_credit":"Tasos Katopodis / Getty Images News / Getty Images","title":"President Trump Returns To The White House After Weekend In Florida","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump \u003c/strong>has\u003ca href=\"https://abcnews.go.com/US/trump-eying-fox-news-host-jeanine-pirro-top/story?id=121604820\" target=\"_blank\"> appointed \u003c/a>\u003ca href=\"https://abcnews.go.com/US/trump-eying-fox-news-host-jeanine-pirro-top/story?id=121604820\" target=\"_blank\">\u003cstrong>Jeanine Pirro\u003c/strong>\u003c/a>\u003ca href=\"https://abcnews.go.com/US/trump-eying-fox-news-host-jeanine-pirro-top/story?id=121604820\" target=\"_blank\">, a Fox News host and former judge, as the interim U.S. attorney for the District of Columbia\u003c/a>. The announcement came Thursday (May 8), after Trump withdrew the nomination of \u003cstrong>Ed Martin\u003c/strong>, who faced opposition for his leniency toward January 6 Capitol rioters.\u003c/p>\n\n\u003cp>Pirro, known for her \u003ca href=\"https://www.washingtonpost.com/national-security/2025/05/08/jeanine-pirro-trump-us-attorney-fox/\" target=\"_blank\">outspoken support of President Trump\u003c/a>, will replace Martin, who served a controversial 15-week tenure. Trump praised Pirro's qualifications, citing her past roles as assistant district attorney, county judge, and district attorney in Westchester County, New York. Pirro's appointment follows her long-standing relationship with Trump, dating back to their time in New York GOP circles.\u003c/p>\n\n\u003cp>Pirro's history as a Fox News commentator has not been without controversy. Her statements about the 2020 election were part of defamation lawsuits against Fox, resulting in a $787.5 million settlement with Dominion Voting Systems. She is also a defendant in a $2.7 billion defamation lawsuit by Smartmatic, which is expected to go to trial later this year.\u003c/p>\n\n\u003cp>Axios reported that \u003ca href=\"https://www.axios.com/2025/05/08/trump-ed-martin-nomination-rescinded-us-attorney\" target=\"_blank\">Martin will transition to a new role within the Justice Department\u003c/a>, while Pirro's appointment is expected to face scrutiny from Democrats. The duration of her term as interim U.S. attorney has not been specified by President Trump, nor has a permanent successor been named.\u003c/p>\n\n\u003cp>Pirro's departure from Fox News is effective immediately, with her leaving her role as co-host of "The Five." Fox News expressed appreciation for her contributions over her 14-year tenure. As the new interim U.S. attorney, Pirro will oversee more than 350 prosecutors in the nation's capital, handling both local and federal cases.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia/","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":"%2F681e1b79af89fc0c91b7527d"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746803460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia","social_title":"","summary":"Trump withdrew the nomination of Ed Martin, who faced opposition for his leniency toward January 6 Capitol rioters.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Trump Appoints Fox News Host As US Attorney For The District of Columbia","permalink":"https://ktrh.iheart.com/content/2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia/"},"slug":"2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681e1b79af89fc0c91b7527d","title":"Trump Appoints Fox News Host As US Attorney For The District of Columbia","description":"Trump withdrew the nomination of Ed Martin, who faced opposition for his leniency toward January 6 Capitol rioters.","author":"iHeartRadio"},"pub_start":1746803460000,"pub_until":4115978604802,"pub_changed":1746803802245,"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:/681e1abd11df96b33fce1308","slug:2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia","slug:2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F681d149779465f9e2b3e46b2","type":"PUBLISHING","record":{"ref_id":"%2F681d149779465f9e2b3e46b2","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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":"An Air Traffic Controller monitors computer screens inside the Carrier Air Traffic Control Center(CATCC) used with the US Navy's Northrop Grumman X-47B, a demonstration unmanned combat air vehicle (UCAV) designed for aircraft carrier deployment, July 31, 2012 at Naval Air Station Patuxent River, Maryland. The autonomous aircraft has no tail, a maximum unrefueled range of over 2,000 miles (3,200 km), and an endurance of more than six hours. AFP Photo/Paul J. Richards (Photo credit should read PAUL J. RICHARDS/AFP/GettyImages)","id":"%2F681d164436fa97a5f20294e2","new_tab":false,"schedule":{},"source_credit":"PAUL J. RICHARDS / AFP / Getty Images","title":"An Air Traffic Controller monitors compu","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Federal Aviation Administration (FAA) announced a \u003ca href=\"https://www.nbcnews.com/news/us-news/faa-new-air-traffic-control-system-rcna205612\" target=\"_blank\">comprehensive plan to modernize the U.S. air traffic control system\u003c/a> over the next three years. The initiative aims to replace outdated technologies and improve safety and efficiency in response to increasing travel demands and \u003ca href=\"https://www.iheart.com/content/2025-05-08-air-traffic-controllers-sound-the-alarm-over-frequent-system-outages/\" target=\"_blank\">recent aviation incidents\u003c/a>.\u003c/p>\n\n\u003cp>The FAA plans to phase out the current Time Division Multiplexing (TDM) network and \u003ca href=\"https://www.cnn.com/2025/05/08/us/faa-equipment-issues-safety-concerns\" target=\"_blank\">transition to an internet protocol system by 2028\u003c/a>. This upgrade will enhance communication on busy air traffic control channels. Additionally, the FAA intends to replace legacy radios and analog technology by 2027 and build six new state-of-the-art air traffic control centers, marking the first such development since the 1960s.\u003c/p>\n\n\u003cp>Transportation Secretary \u003ca href=\"https://abcnews.go.com/US/plans-new-air-traffic-control-system-unveiled-transportation/story?id=121600117\" target=\"_blank\">\u003cstrong>Sean Duffy\u003c/strong>\u003c/a>\u003ca href=\"https://abcnews.go.com/US/plans-new-air-traffic-control-system-unveiled-transportation/story?id=121600117\" target=\"_blank\"> emphasized the need for immediate action\u003c/a>, stating, "We can't kick the can down the road. We need to do it now." He acknowledged the project would require significant funding and cooperation from Congress. The House Transportation and Infrastructure Committee estimates the cost to exceed $12.5 billion, with additional emergency funding possibly needed.\u003c/p>\n\n\u003cp>The announcement follows a series of aviation incidents, including a fatal midair collision near Ronald Reagan Washington National Airport in January, which highlighted the urgency for system upgrades. The FAA plans to address these issues by upgrading surveillance systems and investing in new ground radar sensors.\u003c/p>\n\n\u003cp>President \u003cstrong>Donald Trump\u003c/strong> expressed his support for the modernization plan, stating, "I'm sorry what you’re going through with the terminals, but we’re going to get them fixed up." The plan has received backing from industry leaders and trade representatives, who recognize the importance of updating the nation's air traffic infrastructure.\u003c/p>\n\n\u003cp>The FAA's modernization efforts aim to accommodate increasing commercial space and unmanned aircraft systems activity, ensuring the safety and efficiency of U.S. aviation in the coming years.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system/","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":"%2F681d164436fa97a5f20294e2"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746736380000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system","social_title":"","summary":"Transportation Secretary Sean Duffy emphasized the need for immediate action, stating, \"We can't kick the can down the road. We need to do it now.\" ","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/news"],"distribution":[]}],"title":"FAA Announces Three-Year Plan To Build A New Air Traffic Control System","permalink":"https://ktrh.iheart.com/content/2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system/"},"slug":"2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681d164436fa97a5f20294e2","title":"FAA Announces Three-Year Plan To Build A New Air Traffic Control System","description":"Transportation Secretary Sean Duffy emphasized the need for immediate action, stating, \"We can't kick the can down the road. We need to do it now.\" ","author":"iHeartRadio"},"pub_start":1746736380000,"pub_until":4115978604802,"pub_changed":1746736836012,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681d149779465f9e2b3e46b2","slug:2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system","slug:2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system","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":"%2F68100d0b451e5819f76eda87","type":"PUBLISHING","record":{"ref_id":"%2F68100d0b451e5819f76eda87","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>Driverless trucks, including the big rigs, are preparing to hit the roads of Texas, and there's a lot of excitement -- but also a lot of concern.\u003c/strong>\u003c/p>\n\n\u003cp>Among those most worried, of course, are members of the \u003cstrong>Owner-Operator Independent Drivers Association (OOIDA). \u003c/strong>\u003c/p>\n\n\u003cp>Trucking "is a very, very safe industry and it's a safe industry because of good people behind the wheel, so we need to give a lot of thought to whether we want to give up on the good ones and the good things they're doing and turn it all over to technology," \u003cstrong>OOIDA President Todd Spencer\u003c/strong> says.\u003c/p>\n\n\u003cp>One big concern, he says, is how the driverless vehicles will operate in dangerous weather, especially during severe thunderstorms, tornadoes and hurricanes.\u003c/p>\n\n\u003cp>Trained, experienced drivers know how to navigate such weather and when to pull off the road, based on conditions.\u003c/p>\n\n\u003cp>Vehicles "may or may not be able to deal with it unless you've got somebody behind the wheel who knows that they're doing."\u003c/p>\n\n\u003cp>Spencer says he's also concerned about whether the makers and operators of driverless trucks such as 18-wheelers have been fully disclosing the safety record of those vehicles.\u003c/p>\n\n\u003cp>"They're not so fully disclosing when things go wrong."\u003c/p>\n\n\u003cp>The US economy is extremely dependent on the trucking industry, and many in the industry are looking forward to technological change.\u003c/p>\n\n\u003cp>The puzzle for the industry is summed up by \u003cstrong>Jeff Farrah of the Autonomous Vehicle Industry Association \u003c/strong>\u003ca href=\"https://www.msn.com/en-us/autos/self-driving-cars/ar-AA1DrMGA\" target=\"_blank\">\u003cstrong>in Axios\u003c/strong>\u003c/a>.\u003c/p>\n\n\u003cp>"The federal government is saying we have to move 50% more freight by 2050 but there's a shortage of drivers. How do I solve this puzzle with more freight to move and less drivers to do it?"\u003c/p>\n\n\u003cp>Yes, Spencer and his organization are worried about replacing their members with technology, but there are many of us who also might worry about our jobs in the face of new tech.\u003c/p>\n\n\u003cp>This could signal a first or second wave of a soon-endless tsunami of skilled, dedicated workers being permanently unemployed by high tech.\u003c/p>\n\n\u003cp>After all, he says, the point of driverless vehicles is to eliminate the driver."\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F5f907f1b85fe21e085ff13b4"},"primary_target":{"categories":["categories/local-news","categories/interviews","categories/lifestyle"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745915426824,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers","social_title":"","summary":"Driverless 18-wheelers are here but is Texas and the industry ready?","targets":[],"title":"Is Texas (Is the Industry) Ready for Driverless 18-Wheelers?","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers/"},"slug":"2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f907f1b85fe21e085ff13b4","title":"Is Texas (Is the Industry) Ready for Driverless 18-Wheelers?","description":"Driverless 18-wheelers are here but is Texas and the industry ready?","author":"Michael Shiloh"},"pub_start":1745915426824,"pub_until":4115978604802,"pub_changed":1745915426824,"subscription":[{"tags":["categories/local-news","categories/interviews","categories/lifestyle","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/68100d0b451e5819f76eda87","slug:2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers","slug:2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers","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":"%2F681003bba02eda97b16143ab","type":"PUBLISHING","record":{"ref_id":"%2F681003bba02eda97b16143ab","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>The price of gold has been going up for some time now, and some economists have been predicting even higher values of the precious metal, but the question for many people is: Why?\u003c/strong>\u003c/p>\n\n\u003cp>There's not one single reason, according to one gold market expert, but a combination of circumstances that feed into concerns about the future, which leads to increased gold investment by people on Wall Street and on Main Street.\u003c/p>\n\n\u003cp>"You have geopolitics and maybe a subset of that is the trade war. I guess it probably warrants its own subcategory of The Trade Wars," according to a \u003cstrong>Senior Fellow at Independent Institute and Freemarket Institute Professor Benjamin Powell. \u003c/strong>\u003c/p>\n\n\u003cp>But it's the inflation during the Biden years and Ukraine war uncertainties and Middle East tensions and rising concerns about national security in the face of China's economic rise that's been feeding the move of money from some investments into the gold markets, and it's stayed there.\u003c/p>\n\n\u003cp>When the going gets rough in the markets, the money flies to ports of safety. Gold has always been a port of safety and that's why its attracting money now.\u003c/p>\n\n\u003cp>Geopolitics is the center, though, and Professor Powell says it's fears of war and fears of inflation\u003cstrong>: \u003c/strong>"all three of these things are going to feed into the flight to quality, the flight to safety that gold represents."\u003c/p>\n\n\u003cp>It's said that in a time of relatively high inflation such as we've seen the past few years, gold holds its value better than anything and is a tried and true store of wealth, which also makes it a safe haven during tumultuous times, adding to its unpredictability.\u003c/p>\n\n\u003cp>Gold isn't predictable, he adds, but what is?\u003c/p>\n\n\u003cp>Markets dislike uncertainties, so the more certainty we have and more clearly our national priorities and policies are defined, the better. \u003c/p>\n\n\u003cp>"Then if we know future policies, then we can predict what will happen to prices," says Professor Powell.\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-28-why-does-the-price-of-gold-keep-going-up/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F6807a746534297955f5d55f5"},"primary_target":{"categories":["categories/local-news","categories/lifestyle","categories/politics","categories/interviews"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745915422309,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-28-why-does-the-price-of-gold-keep-going-up","social_title":"","summary":"Geopolitics, inflation, job uncertainties are all leading to market concerns, and that's leading to more investments into gold","targets":[],"title":"Why Does the Price of Gold Keep Going Up? ","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-28-why-does-the-price-of-gold-keep-going-up/"},"slug":"2025-04-28-why-does-the-price-of-gold-keep-going-up","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6807a746534297955f5d55f5","title":"Why Does the Price of Gold Keep Going Up? ","description":"Geopolitics, inflation, job uncertainties are all leading to market concerns, and that's leading to more investments into gold","author":"Michael Shiloh"},"pub_start":1745915422309,"pub_until":4115978604802,"pub_changed":1745915422309,"subscription":[{"tags":["categories/local-news","categories/lifestyle","categories/politics","categories/interviews","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681003bba02eda97b16143ab","slug:2025-04-28-why-does-the-price-of-gold-keep-going-up","slug:2025-04-28-why-does-the-price-of-gold-keep-going-up","author:user"]}},{"id":"%2F680800bf48939c66cc0fabc6","type":"PUBLISHING","record":{"ref_id":"%2F680800bf48939c66cc0fabc6","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>Collection efforts against borrowers who are behind on their student loans are starting up again after a several-year moratorium, according to the Department of Education, but it may not benefit the federal government much -- the latest studies show the loans are actually losing money because the risks were improperly estimated going back decades.\u003c/strong>\u003c/p>\n\n\u003cp>“Going forward, the\u003cstrong> Department of Education\u003c/strong>, in conjunction with the \u003cstrong>Department of Treasury\u003c/strong>, will shepherd the student loan program responsibly and according to the law, which means helping borrowers return to repayment — both for the sake of their own financial health and our nation’s economic outlook,” \u003cstrong>Education Secretary Linda McMahon said.\u003c/strong>\u003c/p>\n\n\u003cp>\u003cstrong>May 5th is the day collections will begin again\u003c/strong>, she said, after the Biden Administration "misled borrowers: the executive branch does not have the constitutional authority to wipe debt away, nor do the loan balances simply disappear."\u003c/p>\n\n\u003cp>\u003cstrong>But the most overlooked aspect of these student loans is that the federal government did a poor job in originally estimating the returns on them, and the latest reports show the feds aren't making money off the loans as originally intended -- they're losing money. \u003c/strong>\u003c/p>\n\n\u003cp>"A lot of these loans have become much more expensive over time than the government originally anticipated,"\u003cstrong> OpenTheBooks.com Investigative Journalist Jeremy Portnoy\u003c/strong> says. "And that's because of bad assumptions and bad math that the government has been doing since the 1990s.\u003c/p>\n\n\u003cp>"There was a report that just came out from the \u003cstrong>Government Accountability Office\u003c/strong>, turned out the government was expecting a profit of $6 for every $100 they loaned out on student loans, but in the end they're going to \u003cstrong>lose\u003c/strong> $9 for every $100 they're loaning out, and that's because of the way federal loans were estimated based on the rules that were in place in the 1990s."\u003c/p>\n\n\u003cp>In fact, even though the federal budget claims that Washington will lose "only" $2.4 billion in lending money next year, the truth (that is, the "most comprehensive estimate") is that the real cost will probably be \u003ca href=\"https://www.realclearinvestigations.com/articles/2024/09/23/waste_of_the_day_federal_lending_potentially_underestimated_by_628_billion_1059367.html\" target=\"_blank\">27 times higher than originally thought\u003c/a>.\u003c/p>\n\n\u003cp>According to a \u003cstrong>Real Clear Investigations \u003c/strong>report last year, the "\u003cstrong>Congressional Budget Office\u003c/strong> projects the federal government will offer $1.9 trillion of credit assistance in 2025\u003cstrong>:\u003c/strong> $228 billion lent directly to Americans, and $1.6 trillion in guarantees to help Americans pay back private loans if they default\u003c/p>\n\n\u003cp>Portnoy says there have been a number of representatives who have tried to change that formula over the years, "but so far none of the plans have ever gotten much traction."\u003c/p>\n\n\u003cp>There were efforts to try to make lending estimates "more like a private business would have estimated it, but they haven't" seen much progress.\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F6062151377a02e62452dee80"},"primary_target":{"categories":["categories/local-news","categories/lifestyle","categories/politics"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745397045300,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume","social_title":"","summary":"The federal government says it will restart collection efforts against those who have fallen behind on their student loans, but a recent report shows the loans are likely costing the government money because of poor government estimating practices","targets":[],"title":"The Feds Lose Money on Student Loans, But Collection Efforts Resume","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume/"},"slug":"2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6062151377a02e62452dee80","title":"The Feds Lose Money on Student Loans, But Collection Efforts Resume","description":"The federal government says it will restart collection efforts against those who have fallen behind on their student loans, but a recent report shows the loans are likely costing the government money because of poor government estimating practices","author":"Michael Shiloh"},"pub_start":1745397045300,"pub_until":4115978604802,"pub_changed":1745416932183,"subscription":[{"tags":["categories/local-news","categories/lifestyle","categories/politics","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/680800bf48939c66cc0fabc6","slug:2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume","slug:2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume","author:user"]}},{"id":"%2F6807d59a694316cb93808fcd","type":"PUBLISHING","record":{"ref_id":"%2F6807d59a694316cb93808fcd","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>It may not seem like such a big deal, but a court case brought by the US Justice Dept. against Google looks to be a landmark that may also bring noticeable changes to the way you search the web.\u003c/strong>\u003c/p>\n\n\u003cp>\u003cstrong>Google\u003c/strong> already has the go-to search engine on the internet with its Chrome app, which includes access to \u003cstrong>Gemini\u003c/strong>, an A-I outlet that is also integrated into other search engines even though it's primarily controlled by Googe.\u003c/p>\n\n\u003cp>But the Justice Dept. claims in its lawsuit against Google that the search engine and it's \u003cstrong>Chrome\u003c/strong> extensions already control enough of internet searches -- the inclusion of artificial intelligence in that equation will be just too much of a monopoly for the US government to stand idly by and watch.\u003c/p>\n\n\u003cp>Cyber-security firm\u003cstrong> Sentriqs.com CEO Damien Fortune\u003c/strong> says Google has such a large portfolio of products and a large enough number of partners that it can force users to use their products, which means the company has a lot of power that may be an imbalance in the markets.\u003c/p>\n\n\u003cp>"There are two kinds of issues here, one if the financial piece, so obviously they can control where the customers go and where the advertising dollars are spent, but the second piece is it has a lot of control over influence and editorial power in the hands of one company.\u003c/p>\n\n\u003cp>"If Google decides to present something in a certain way, most people are going to see it that way."\u003c/p>\n\n\u003cp>And then there's Gemini. "If you type almost any question for artificial intelligence into the search bar of your web browser, you land on Gemini, which is Google and part of Chrome," Fortune says.\u003c/p>\n\n\u003cp>\u003cstrong>With so much of the future riding on AI, in addition to the increasing competition with China for the future of AI, "this is the type of case that could have implications well outside of search engines."\u003c/strong>\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-google-antitrust-case-may-change-how-you-do-some-things/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F5f91e334475a59c10546350a"},"primary_target":{"categories":["categories/local-news","categories/lifestyle","categories/politics"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745397000049,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-22-google-antitrust-case-may-change-how-you-do-some-things","social_title":"","summary":"A US Justice Dept. antitrust case going to trial against Google has a great potential for far-reaching effects, one cybersecurity firm CEO says ","targets":[],"title":"Google Antitrust Case May Change How You Do Some Things","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-google-antitrust-case-may-change-how-you-do-some-things/"},"slug":"2025-04-22-google-antitrust-case-may-change-how-you-do-some-things","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f91e334475a59c10546350a","title":"Google Antitrust Case May Change How You Do Some Things","description":"A US Justice Dept. antitrust case going to trial against Google has a great potential for far-reaching effects, one cybersecurity firm CEO says ","author":"Michael Shiloh"},"pub_start":1745397000049,"pub_until":4115978604802,"pub_changed":1745416932181,"subscription":[{"tags":["categories/local-news","categories/lifestyle","categories/politics","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6807d59a694316cb93808fcd","slug:2025-04-22-google-antitrust-case-may-change-how-you-do-some-things","slug:2025-04-22-google-antitrust-case-may-change-how-you-do-some-things","author:user"]}},{"id":"%2F6807e9bcc2c615bfa9c1c7ce","type":"PUBLISHING","record":{"ref_id":"%2F6807e9bcc2c615bfa9c1c7ce","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>\u003cstrong>A good day for stocks Tuesday accompanied good news about corporate profits and a promised expansion in US manufacturing. All the big indexes have recovered from a gloomy Monday.\u003c/strong>\u003c/p>\n\n\u003cp>The \u003cstrong>Dow Industrial Average\u003c/strong> was up more than 1,000 points as the day closed, up to 39,197, while the \u003cstrong>S&P 500 \u003c/strong>jumped 130 to reach 5,288, and the \u003cstrong>Nasdaq\u003c/strong> increased 130 points to 5,288.\u003c/p>\n\n\u003cp>And in good news for \u003cstrong>President Donald Trump\u003c/strong>, who's been utilizing tariffs in attempts to bring a return of manufacturing capability to the US, \u003cstrong>Nvidia\u003c/strong> and other companies said they're working to increase their business capacity in this country. Nvidia said last week it's commissioned more than 1 million square feet of manufacturing space with partners to "build and test" Blackwell chips and AI supercomputers in the Houston and Dallas areas.\u003c/p>\n\n\u003cp>\u003cstrong>Apple\u003c/strong> also \u003ca href=\"https://www.msn.com/en-us/money/companies/these-companies-have-announced-their-intention-to-increase-us-manufacturing/ar-AA1DnEki?ocid=BingNewsSerp\" target=\"_blank\">said recently\u003c/a> it's pledging $500 billion over four years toward a new "advanced manufacturing" facility in Houston\u003c/p>\n\n\u003cp>South Korea's \u003cstrong>Hyundai Motor Group\u003c/strong> is pledging a $21 billion investment toward US manufacturing that will take place from 2025 to 2028.\u003c/p>\n\n\u003cp>And \u003cstrong>GE Aerospace\u003c/strong>, a part of \u003cstrong>General Electric\u003c/strong>, says it's splitting itself into three independent company groups early last year. The other two companies that came out of it were \u003cstrong>GE Vernova \u003c/strong>and \u003cstrong>GE HealthCare\u003c/strong>\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F5f9063b7159256b24da54aa3"},"primary_target":{"categories":["categories/local-news","categories/lifestyle"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745354100000,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing","social_title":"","summary":"Good economic news on Tuesday included stock markets up 2-3% for the day, and 4 companies saying they're pledging billions cash to start regrowing manufacturing capacity in the US ","targets":[],"title":"US Stock Markets Jump, Billions Promised for Manufacturing","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing/"},"slug":"2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f9063b7159256b24da54aa3","title":"US Stock Markets Jump, Billions Promised for Manufacturing","description":"Good economic news on Tuesday included stock markets up 2-3% for the day, and 4 companies saying they're pledging billions cash to start regrowing manufacturing capacity in the US ","author":""},"pub_start":1745354100000,"pub_until":4115978604802,"pub_changed":1745373744864,"subscription":[{"tags":["categories/local-news","categories/lifestyle","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6807e9bcc2c615bfa9c1c7ce","slug:2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing","slug:2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing"]}},{"id":"%2F6806ae3ad60ec1e0ed88c7a2","type":"PUBLISHING","record":{"ref_id":"%2F6806ae3ad60ec1e0ed88c7a2","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>It's been 25 years in the making, but the "Real ID" program is ready to "go live" in less than three weeks and some people are predicting chaos at airports because of it.\u003c/strong>\u003c/p>\n\n\u003cp>The deadline for "Real ID" is supposed to be May 7th, just a few days from now. That's when a plan that's been postponed by the federal government many times finally goes into effect, adding a little star onto the upper right of your driver's license.\u003c/p>\n\n\u003cp>The addition to your license means your \u003cstrong>State of Texas\u003c/strong> paperwork is in order, in conjunction with the \u003cstrong>US Department of Homeland Security\u003c/strong>, and you're certified to fly on any domestic airline or do a number of other things that now require somewhat tighter security, such as entering federal buildings. \u003c/p>\n\n\u003cp>The Real ID plan originated during the \u003cstrong>George W. Bush \u003c/strong>presidency, another legacy of the security crackdowns that followed the 9/11 attacks.\u003c/p>\n\n\u003cp>In the almost quarter century since, the system was designed and slowly put into place, the kinks worked out (more or less) and then there were continual, significant delays to the plan's rollout, especially during the pandemic, when the implementation of the \u003cstrong>Real ID\u003c/strong> plan was mostly put on hold.\u003c/p>\n\n\u003cp>But now that the deadline is here, a travel expert at the \u003cstrong>Going Travel app and for Going.com\u003c/strong>, \u003cstrong>Katy Nastro\u003c/strong>, says perhaps the most unfortunate part of the new regulation is that it goes into effect just as the vacation season gets underway, when airports see the longest sustained busy period of the year.\u003c/p>\n\n\u003cp>Things could get a little chaotic as airport ticketing agents and officials get the whole thing straightened out.\u003c/p>\n\n\u003cp>\u003cstrong>Of course, if you don't plan on flying this year or entering any federal buildings, you won't need to stress about this just now. But you'll need to get Real ID attached to your state driver's license eventually.\u003c/strong>\u003c/p>\n\n\u003cp>And maybe it's better if you're not flying out during the run-up to this deadline.\u003c/p>\n\n\u003cp>"There's going to be the likelihood of a large portion of people who have totally forgotten about this deadline and then it crept up on them and then they arrive at the airport assuming they can use their regular ID, when in fact they're going to have to go through a couple of extra steps in the TSA process in order for them to pass through," Nastro says.\u003c/p>\n\n\u003cp>"We're definitely going to see delays because of this fact."\u003c/p>\n\n\u003cp>But she adds -- as comfort to those without the ID -- that "the TSA, after the deadline, will be understanding, knowing that some people weren't able to get their Real ID certification before the deadline," but it will definitely take longer to get to flights, and it may take considerably longer without it.\u003c/p>\n\n\u003cp>Meanwhile, there are alternatives to using Real ID, even after the May 7th deadline.\u003c/p>\n\n\u003cp>Nastro says you can use a \u003cstrong>Global Entry Card\u003c/strong> that allows for expedited entry into the US, and a passport or a passport card are good alternatives. There's also a military ID, or the \u003cstrong>US Customs and Border Protection's Nexus Card\u003c/strong>, or a federal ID or a permanent resident card -- all can be used as alternative forms of ID when you show up at the airport and don't have the Real ID.\u003c/p>\n\n\u003cp>\u003cstrong>Her advice to people who are having trouble getting an appointment at the DMV to receive the Real ID?\u003c/strong> Widen your search circle "in terms of locations. If you're an \u003cstrong>AAA\u003c/strong> member, they're actually setting up what you might call 'satellite centers' in some states for those having trouble getting in to see the DMV."\u003c/p>\n\n\u003cp>"And there are satellite centers that have nothing to do with AAA that are popping up on Saturdays for those who need to get in and get their Real ID. We're even seeing some DMV locations staying open after hours on Tuesdays or Thursdays to help, too.\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F6062350eec85858a41dced7e"},"primary_target":{"categories":["categories/local-news","categories/lifestyle","categories/feel-good"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745310632723,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it","social_title":"","summary":"The deadline is swiftly approaching to have the \"Real ID\" certification added to your driver's license, or you may have a little trouble getting on a plane or getting into some federal buildings, but an expert has some tips","targets":[],"title":"The \"Real ID\" Deadline Is Soon. Here Are Tips If You're Going To Miss It","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it/"},"slug":"2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6062350eec85858a41dced7e","title":"The \"Real ID\" Deadline Is Soon. Here Are Tips If You're Going To Miss It","description":"The deadline is swiftly approaching to have the \"Real ID\" certification added to your driver's license, or you may have a little trouble getting on a plane or getting into some federal buildings, but an expert has some tips","author":"Michael Shiloh"},"pub_start":1745310632723,"pub_until":4115978604802,"pub_changed":1745310632723,"subscription":[{"tags":["categories/local-news","categories/lifestyle","categories/feel-good","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6806ae3ad60ec1e0ed88c7a2","slug:2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it","slug:2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it","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":"%2Fc2432209e33a87b243818b573f44c9d8","slug":"michael-berry","ownBrand":"brands/Michael Berry (13986)","configByLookup":{"common":{"branding":{"name":"Michael Berry","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5ebc720e4079feba00f658f9"}}}}}},{"_id":"%2F5b23b751eaf8974ba90aa5e9","slug":"houstons-morning-news","ownBrand":"brands/Houston's Morning News","configByLookup":{"common":{"branding":{"name":"Houston's Morning News with Jimmy Barrett","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/672e4613927d780d04a95103"}}}}}},{"_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":"%2F69cf353090e7e902f19b770fbeec51dc","slug":"the-sean-hannity-show","ownBrand":"brands/The Sean Hannity Show (55176)","configByLookup":{"common":{"branding":{"name":"The Sean Hannity Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5b3993547bce9de58dc1d9ac"}}}}}},{"_id":"%2F2c3d0ee11b6e94ce9a158eb2c7835d93","slug":"gardenline-houston","ownBrand":"brands/GardenLine with Randy Lemmon (25172)","configByLookup":{"common":{"branding":{"name":"GardenLine","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/63f52bf0fd2fb4af335ac861"}}}}}},{"_id":"%2F593184f7bc98b9e7c0289481","slug":"the-buck-sexton-show","ownBrand":"brands/Buck Sexton Affiliate Blog","configByLookup":{"common":{"branding":{"name":"Buck Sexton","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e73a4bfda963ffac9b34c78"}}}}}}]},{"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-ktrh-am",{"data":[{"appType":"contest","appId":"1743363","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://ktrh.iheart.com/contests/win-a-full-tuition-scholarship-to-amda-and-perform-alongside-broadway-s-brightest-stars-1743363/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-01-19 23:00:00","endTime":"2025-05-18 22:59:00","scheduleStatus":"live","startDate":"2025-01-19 23:00:00","endDate":"2025-05-18 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpRek1UYzFYMjF2WW1sc1pWOHhOek00TkRBM05qRXdMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"192566165","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"countdown","appId":"1759585","parentAppId":"1759062","title":"Listen to Win $1,000","shareTitle":"I just entered the keyword!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://ktrh.iheart.com/contests/listen-to-win-1-000-1759585/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8xOTI1NjYxNjVfY291bnRkb3duXzE3NTk1ODVfbW9iaWxlXzE3NDQ2NTEyMDkuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","prize":"Listen to KTRH NewsRadio 740 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/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8xOTI1NjYxNjVfY291bnRkb3duXzE3NTk1ODVfbW9iaWxlXzE3NDQ2NTEyMDkuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh4T1RJMU5qWXhOalZmWTI5MWJuUmtiM2R1WHpFM05UazFPRFZmYlc5aWFXeGxYekUzTkRRMk5URXlNRGt1YW5Cbklpd2lZblZqYTJWMElqb2lZWEIwYVhaaFpHRXRabWxzWlhNaUxDSmxaR2wwY3lJNmV5SnlaWE5wZW1VaU9uc2lkMmxrZEdnaU9qRTJNREFzSW1obGFXZG9kQ0k2TXpJd01Dd2labWwwSWpvaWFXNXphV1JsSWl3aWQybDBhRzkxZEVWdWJHRnlaMjFsYldWdWRDSTZkSEoxWlgwc0luUnZSbTl5YldGMElqb2lkMlZpY0NJc0luZGxZbkFpT25zaWNYVmhiR2wwZVNJNk1UQXdMQ0p6YldGeWRGTjFZbk5oYlhCc1pTSTZkSEoxWlN3aVpXWm1iM0owSWpvMGZTd2liM0JsY21GMGFXOXVjeUk2VzNzaWIzQmxjbUYwYVc5dUlqb2ljM1J5YVhBaWZWMTlmUT09","accountId":"192566165","facebookShareImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8xOTI1NjYxNjVfY291bnRkb3duXzE3NTk1ODVfc3RhbmRhcmRfMTc0NDY1MTIxNS5qcGciLCJidWNrZXQiOiJhcHRpdmFkYS1maWxlcyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjozMjAwLCJmaXQiOiJpbnNpZGUiLCJ3aXRob3V0RW5sYXJnbWVtZW50Ijp0cnVlfSwidG9Gb3JtYXQiOiJ3ZWJwIiwid2VicCI6eyJxdWFsaXR5IjoxMDAsInNtYXJ0U3Vic2FtcGxlIjp0cnVlLCJlZmZvcnQiOjR9LCJvcGVyYXRpb25zIjpbeyJvcGVyYXRpb24iOiJzdHJpcCJ9XX19","width":"630","shareLocation":"link","timeZone":null},{"appType":"contest","appId":"1776185","parentAppId":"1776103","title":"Enter to win a chance to score a whole year of Dave's Hot Chicken!","shareTitle":"Enter to win a chance to score a whole year of Dave's Hot Chicken!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://ktrh.iheart.com/contests/enter-to-win-a-chance-to-score-a-whole-year-of-dave-s-hot-chicken-1776185/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX3N0YW5kYXJkXzE3NDY2NDk3MTkucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX21vYmlsZV8xNzQ2NjQ5NzA3LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-05-04 23:00:00","endTime":"2025-05-31 22:59:00","scheduleStatus":"live","startDate":"2025-05-04 23:00:00","endDate":"2025-05-31 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX21vYmlsZV8xNzQ2NjQ5NzA3LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpjMk1UQXpYMjF2WW1sc1pWOHhOelEyTmpRNU56QTNMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"192566165","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null}]}],["onairtileloader-ktrh-am",{"data":{"current":{"siteId":"%2F6eb9c6aa9e68df5c80668b57bd81dc5d","site":"brands/KTRH-AM (700)","coreShowId":1889901626,"coreStationId":89,"name":"Texas Home Improvement","show":"shows/Texas Home Improvement (1889901626)","station":"KTRH-AM","link":"","onNow":true,"startTime12":"2:00 PM","startDate":"2025-05-10T19:00:00.000Z","startMs":1746903600000,"startEng":"Saturday, May 10th, 2025 2:00 PM","stopTime12":"4:00 PM","stopDate":"2025-05-10T21:00:00.000Z","stopMs":1746910800000,"stopEng":"Saturday, May 10th, 2025 4:00 PM","showSite":{"slug":"texas-home-improvement","configByLookup":{"sections":{"general":{"name":"Texas Home Improvement","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5c7e610f2ae576e87bc61e62"}}}}}}},"upcoming":{"siteId":"%2F6eb9c6aa9e68df5c80668b57bd81dc5d","site":"brands/KTRH-AM (700)","coreShowId":1627549931,"coreStationId":89,"name":"Safe Money with Scott Mann","show":"shows/Safe Money with Scott Mann (1627549931)","station":"KTRH-AM","link":"","onNow":false,"startTime12":"4:00 PM","startDate":"2025-05-10T21:00:00.000Z","startMs":1746910800000,"startEng":"Saturday, May 10th, 2025 4:00 PM","stopTime12":"5:00 PM","stopDate":"2025-05-10T22:00:00.000Z","stopMs":1746914400000,"stopEng":"Saturday, May 10th, 2025 5:00 PM","showSite":{"slug":"safe-money-with-scott-mann","configByLookup":{"sections":{"general":{"name":"Safe Money with Scott Mann","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/67900d8c0ab5dc07c7158f49"}}}}}}},"later":{"siteId":"%2F6eb9c6aa9e68df5c80668b57bd81dc5d","site":"brands/KTRH-AM (700)","coreShowId":7538,"coreStationId":89,"name":"Safe Money and Income Radio with Michael Masor","show":"shows/Safe Money and Income Radio with Michael Masor (7538)","station":"KTRH-AM","link":"","onNow":false,"startTime12":"5:00 PM","startDate":"2025-05-10T22:00:00.000Z","startMs":1746914400000,"startEng":"Saturday, May 10th, 2025 5:00 PM","stopTime12":"6:00 PM","stopDate":"2025-05-10T23:00:00.000Z","stopMs":1746918000000,"stopEng":"Saturday, May 10th, 2025 6:00 PM","showSite":{"slug":"safe-money-radio","configByLookup":{"sections":{"general":{"name":"Safe Money and Income Radio with Michael Masor","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/66b0da9932bac6bab8f08080"}}}}}}}}}],["keyword-contest-loader-ktrh-am-1759062",{"data":{"appType":"countdown","appId":"1759585","title":"Listen to Win $1,000","currentKeyword":{"previous":{"sort":"5","timeStamp":1746899750,"endTime":1746903336,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13371603","prize":{"timeStamp":1746849600,"endTime":1746936000,"sort":"26","active":"","description":"","countdown_prize_id":"1150393","isStarted":true,"isLive":true,"isComplete":false}},"current":{"sort":"6","timeStamp":1746903336,"endTime":1746906922,"isComplete":false,"isLive":true,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13371604","prize":{"timeStamp":1746849600,"endTime":1746936000,"sort":"26","active":"","description":"","countdown_prize_id":"1150393","isStarted":true,"isLive":true,"isComplete":false}},"next":{"sort":"7","timeStamp":1746906922,"endTime":1746910508,"isComplete":false,"isLive":false,"isStarted":false,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13371605","prize":{"timeStamp":1746849600,"endTime":1746936000,"sort":"26","active":"","description":"","countdown_prize_id":"1150393","isStarted":true,"isLive":true,"isComplete":false}}},"submittableKeyword":{"previous":{"sort":"9","timeStamp":1746827754,"endTime":1746831340,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13371594","prize":{"timeStamp":1746763200,"endTime":1746849600,"sort":"25","active":"","description":"","countdown_prize_id":"1150392","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":"1","timeStamp":1747058146,"endTime":1747061732,"isComplete":false,"isLive":false,"isStarted":false,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13371625","prize":{"timeStamp":1747022400,"endTime":1747108800,"sort":"28","active":"","description":"","countdown_prize_id":"1150395","isStarted":false,"isLive":false,"isComplete":false}}}}}],["$podcastloader-29197307,26994314,27764850,27764831,57927691,27296753,19001275,18899828,22060409,24392822,52808599,28373207,27764882,27764860,53959281,73394343,107690410,122143378,167769138",{"data":[{"id":29197307,"title":"KTRH News","description":"NewsRadio 740 KTRH is Houston's Local and National News, Weather and Traffic station. This channel is dedicated to keeping you up-to-date with our top news stories throughout the day.","lastUpdated":1724176633,"slug":"960-ktrh-news","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBTwOgAAAGWj0JvkA"},"items":[{"id":274616280,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Extra Credit: Companies Look to High School for Skilled Workers","duration":37,"isExplicit":false,"description":"","startDate":1746765008000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":274616279,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks","duration":36,"isExplicit":false,"description":"","startDate":1746765008000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":274399644,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Washington Post Wins Pulitzer For Downplaying Trump Assassination Attempt","duration":37,"isExplicit":false,"description":"","startDate":1746678607000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":274324517,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Fed Keeps Interest Rates Unchanged","duration":36,"isExplicit":false,"description":"","startDate":1746648697000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":274260921,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Patience Over Panic: Trump Voters Sticking It Out","duration":33,"isExplicit":false,"description":"","startDate":1746592207000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":274260920,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Some U.S. Manufacturers Already Seeing Uptick Amid Trump's Tariffs","duration":37,"isExplicit":false,"description":"","startDate":1746592207000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":274164067,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"All the Rage: Angry Dems Face Tough Questions","duration":36,"isExplicit":false,"description":"","startDate":1746505807000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":274164066,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Domestic Migration To Texas Falls By Half In Last Year","duration":37,"isExplicit":false,"description":"","startDate":1746505807000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":274086834,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Look Closer: Negative GDP Not What It Seems","duration":38,"isExplicit":false,"description":"","startDate":1746419409000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"},{"id":273924328,"podcastId":29197307,"podcastSlug":"960-ktrh-news","title":"Border Bull: Trump Exposes Biden's Lies","duration":34,"isExplicit":false,"description":"","startDate":1746160218000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw"}]}},{"id":26994314,"title":"Houston's Morning News on KTRH","description":"NewsRadio 740 KTRH is an AM News/Talk radio station owned by iHeartMedia, Inc.. Houston's Morning News broadcasts with 50,000 watts 24-hours a day, serves the Houston metropolitan area , and streams worldwide. KTRH debuted in April, 1922 and is the South Texas Primary entry point station for the Emergency Alert System. Be sure to listen to Houston's Morning News from 5-8a.m. for the latest news weather and traffic information.","lastUpdated":1731085862,"slug":"44-houstons-morning-news-on-kt","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBcKZ4AAAGWr3R8aA"},"items":[{"id":274695239,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"FULL SHOW: Automakers Not Happy Over The Trump Trade Deal With The U.K.","duration":6973,"isExplicit":false,"description":"Jimmy Barrett takes you through the stories that matter the most on the morning of 05/09/25.\u003cbr />","startDate":1746788109000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274695240,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"HR 1: Jill & Joe Have Not Changed Their Story On Biden's Mental Capacity","duration":2362,"isExplicit":false,"description":"","startDate":1746788052000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274695192,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"HR 2: The Dawn Of The Return of Skilled Workers","duration":2309,"isExplicit":false,"description":"","startDate":1746788018000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274695193,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"HR 3: Voluntary Self-Deportation Doesn't Mean Automatic Return To the U.S.","duration":2302,"isExplicit":false,"description":"","startDate":1746787997000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274695194,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"Jonathan Saenz - President, Texas Values Joins Houston's Morning News","duration":288,"isExplicit":false,"description":"","startDate":1746787948000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274695195,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"Josh Birenbaum - Deputy Director, Foundation For Dependent Democracies Joins Houston's Morning News","duration":240,"isExplicit":false,"description":"","startDate":1746787929000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274695196,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"Tom Ramsey - Harris County Pct. 3 Commissioner Joins Houston's Morning News","duration":215,"isExplicit":false,"description":"","startDate":1746787876000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274475467,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"FULL SHOW: Anti-Israel Demonstrators Get Arrested At Columbia","duration":6894,"isExplicit":false,"description":"Jimmy Barrett takes you through the stories that matter the most on the morning of 05/08/25.\u003cbr />","startDate":1746700476000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274475453,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"HR 1: Young Americans Are Voting Republican","duration":2412,"isExplicit":false,"description":"","startDate":1746700391000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"},{"id":274475422,"podcastId":26994314,"podcastSlug":"44-houstons-morning-news-on-kt","title":"HR 2: Biden Visits His Mainstream Media Friends","duration":2326,"isExplicit":false,"description":"","startDate":1746700369000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzY4M2FkNGU1M2RiMTAzZDEzOGE3YmRmMTVlYjg5YjY5LmpwZw"}]}},{"id":27764850,"title":"The Michael Berry Show","description":"Politics and current events from the Czar of Talk Radio.","lastUpdated":1746637689,"slug":"44-the-michael-berry-show","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBcYfEAAAGWsCx94A"},"items":[{"id":274767099,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"It's A Saturday Morning Bonus Podcast For 05-10-25","duration":3704,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746867600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274759824,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"PM Show Hr 1 | Mothers Day Tributes with Callers","duration":1754,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746823065000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274759825,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"PM Show Hr 2 | CNN Claims Trump is Ruining Cinco De Mayo","duration":1957,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746822502000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274700048,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"AM Show Hr 1 | Laundry Sorceress,","duration":1949,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746793473000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274700049,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"AM Show Hr 3 | Still Calls Me Her Joy","duration":1982,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746793427000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274700050,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"AM Show Hr 2 |Finds My Socks, My Pride, My Shame","duration":1839,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746793397000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274696365,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"PM Show Hr 2 | Maxine Waters is a Bad Representation of Black America","duration":2040,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746736551000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274696366,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"PM Show Hr 1 | Trump Deals with the UK and Biden's Back","duration":1998,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746736409000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274489840,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"AM Show Hr 1 | Rump Ranger Returns, Raccoon with a Crack Pipe, and a North Korea Plot in Houston","duration":1887,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746712495000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"},{"id":274489841,"podcastId":27764850,"podcastSlug":"44-the-michael-berry-show","title":"AM Show Hr 2 | Everyday Heroes: Law Enforcement Officers Saving Lives On and Off Duty","duration":2012,"isExplicit":false,"description":"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746712428000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzMyYWQ2OTk1LTk0OWItNDdiNS1iZmE1LWIyY2UwMTQ4MzE3NS83ODVkMjcyNy1lMzkzLTQwYjctODMwOS1iMmNlMDE0ODMxOTMvaW1hZ2UuanBnP3Q9MTc0NTk1NjQ5NiZzaXplPUxhcmdl"}]}},{"id":27764831,"title":"GardenLine with Skip Richter","description":"KTRH's gardening show has advice to keep your lawn, trees, and garden in top shape year round.","lastUpdated":1724176702,"slug":"44-gardenline-with-skip-richte","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABA0OB8AAAGWCuKWgA"},"items":[{"id":274790992,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"Should I Prune My Tree?","duration":9612,"isExplicit":false,"description":"","startDate":1746881773000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":274046078,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"How to Pick a Spot For Your Plants","duration":9513,"isExplicit":false,"description":"","startDate":1746363968000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":274006691,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"Who's Eating My Peaches?","duration":9377,"isExplicit":false,"description":"","startDate":1746275317000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":273536210,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"Your Garden is More Than Just Pretty!","duration":9592,"isExplicit":false,"description":"","startDate":1745757894000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":273484550,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"Give Your Plants What They Need!","duration":9622,"isExplicit":false,"description":"","startDate":1745671532000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":272988184,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"You Can Make Your Own Garden Of Eden","duration":9489,"isExplicit":false,"description":"","startDate":1745165418000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":272934799,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"You Can't Fail at Gardening","duration":9794,"isExplicit":false,"description":"","startDate":1745065102000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":272433177,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"Go and See an Independent Garden Center!","duration":9625,"isExplicit":false,"description":"","startDate":1744549219000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":272372884,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"Brown Stuff Before Green Stuff!","duration":9761,"isExplicit":false,"description":"","startDate":1744464657000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"},{"id":271857695,"podcastId":27764831,"podcastSlug":"44-gardenline-with-skip-richte","title":"Take A Look At The Garden !","duration":9928,"isExplicit":false,"description":"","startDate":1743939344000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2NkZDc5NTQ3NTQyMTExYzBjOTQwMjhjNjg4ZWQwNmY5LmpwZw"}]}},{"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_AAAAABBd_dQAAAGWszM2AA"},"items":[{"id":274789456,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Weekly Review With Clay and Buck H1 - The Neverending Untold Story","duration":2213,"isExplicit":false,"description":"\u003cp>In hour 1 of the Clay Travis and Buck Sexton show, the hosts dive into several pressing topics, starting with a discussion on President Biden's mental and physical cognition. They highlight a new book that reveals concerns within the White House about Biden's ability to pass a cognitive test in February 2024. This segment underscores the alleged cover-up by Biden's staff, who publicly claimed he was fit for office while privately fearing he wouldn't pass basic cognitive assessments. The conversation also touches on the deep ties between the Democrat party and the corporate media, emphasizing the media's role in perpetuating this narrative.\u003c/p> \u003cp>The hosts then shift to the political implications of Biden's condition, discussing the potential criminality of the cover-up and the integrity of Biden's longtime doctor, Kevin O'Connor. They speculate on the motivations behind the early debate decision in June 2027, suggesting it was a strategic blunder by Biden's team.\u003c/p> \u003cp>Next, Clay and Buck discuss the broader impact of this revelation on the credibility of the Democrat party and the media, comparing it to a rigged sports game. They argue that real journalism should have exposed these issues before the election, not after. The conversation also includes a brief mention of the New York Knicks' comeback win over the Boston Celtics, adding a lighter note to the discussion.\u003c/p> \u003cp>The hosts then address the executive order signed by Trump to end gain-of-function research, linking it to the Wuhan Institute of Virology and the origins of COVID-19. They criticize Dr. Fauci's role in covering up the involvement of American tax dollars in the research and call for criminal charges against him.\u003c/p> \u003cp>The hour concludes with a preview of the upcoming interview with Senator Rand Paul in the third hour, where they plan to discuss various topics including the executive order, the Ukraine mineral deal, tariff talks, and student loans. The hosts express their frustration with the lack of accountability for the Biden administration's actions and emphasize the need for more aggressive measures to hold those responsible accountable.\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/","startDate":1746879000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny80ZGVlZDllMi0zOWJjLTQzMjAtYWExMy1iMmQ4MDExZjRlZjQvaW1hZ2UuanBnP3Q9MTc0NjgxMzg4OSZzaXplPUxhcmdl"},{"id":274789360,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Weekly Review With Clay and Buck H2 - Trump Runs Government Like a Business","duration":2204,"isExplicit":false,"description":"\u003cp>In hour 2 of the Clay Travis and Buck Sexton show, the hosts delve into several significant topics, starting with President Trump's major announcement from the Oval Office. Trump teases a groundbreaking announcement related to the Middle East, speculated to involve the expansion of the Abraham Accords with Saudi Arabia. This segment highlights the potential geopolitical impact and economic benefits of such a deal, including a possible trillion-dollar investment from Saudi Arabia into the U.S.\u003c/p> \u003cp>The discussion then shifts to the Trump administration's economic policies, particularly the tariffs and their long-term effects. Virginia Governor Glenn Youngkin and Treasury Secretary Scott Bessent provide insights into the positive outcomes of these policies, emphasizing job growth and investment in domestic manufacturing. The hosts compare the current administration's approach to economic management with previous administrations, noting the practical experience of Trump's team in private industry.\u003c/p> \u003cp>Clay and Buck also explore the concept of \"win above replacement value\" in politics, arguing that Trump's decisions significantly impact the trajectory of the U.S. compared to other potential leaders like Kamala Harris. They stress the importance of Trump's rapid and decisive actions in reshaping government operations, likening his approach to running a business.\u003c/p> \u003cp>The conversation includes a humorous segment on Trump's proposal to make Canada the 51st state, with Trump and Canadian Prime Minister Mark Carney discussing the idea. While acknowledging the benefits, the hosts recognize the impracticality and national pride issues involved. They appreciate Trump's expansionist mindset and his ability to think creatively about the future of the U.S.\u003c/p> \u003cp>Additionally, the hosts cover Trump's announcement about the Houthis in Yemen, who have reportedly agreed to cease hostilities. This development is seen as a positive step towards stabilizing shipping lanes and reducing conflict in the region.\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&a","startDate":1746878700000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny81ZWE2YTdmZi1iM2Y2LTQ2ZTMtODI3Mi1iMmQ4MDExZjRlZjkvaW1hZ2UuanBnP3Q9MTc0NjgxMzgzNCZzaXplPUxhcmdl"},{"id":274789119,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Weekly Review With Clay and Buck H3 - KY Sen. Rand Paul","duration":2106,"isExplicit":false,"description":"\u003cp>In hour 3 of the Clay Travis and Buck Sexton show, the hosts cover a range of critical topics, starting with a discussion on tariffs for movies. They explore the idea proposed by President Trump to impose tariffs on films made outside the U.S. to encourage domestic production. This segment highlights the economic impact on the movie industry, particularly in Los Angeles, and the potential benefits of onshoring film production to create more American jobs.\u003c/p> \u003cp>The conversation then shifts to Whoopi Goldberg's criticism of Trump's tariff proposal on \"The View.\" The hosts clarify that Trump's plan aims to keep American films produced in the U.S., not restrict creative content set in foreign locations. They emphasize the importance of supporting American workers in the film industry, many of whom are blue-collar and supportive of Trump's policies.\u003c/p> \u003cp>Next, Clay and Buck discuss the broader implications of tariffs and trade policies, including reports that India might agree to zero tariffs on American goods. They analyze the dual arguments within the Trump administration regarding protectionist trade policies versus free trade, and the potential impact on the \"big beautiful bill\" that includes tax cuts and border security measures.\u003c/p> \u003cp>The hosts also delve into the latest developments regarding Dr. Anthony Fauci and gain-of-function research. Senator Rand Paul joins the show to provide updates on the investigation into Fauci's role in funding dangerous research at the Wuhan Institute of Virology. Paul discusses the importance of holding Fauci accountable and preventing future pandemics by scrutinizing gain-of-function research.\u003c/p> \u003cp>Additionally, the show covers President Trump's announcement about the Houthis in Yemen, who have reportedly agreed to cease hostilities. This development is seen as a positive step towards stabilizing shipping lanes and reducing conflict in the region. The hosts also touch on the broader geopolitical implications of Trump's approach to Iran and the potential for diplomatic negotiations to prevent nuclear proliferation.\u003c/p> \u003cp>The hour concludes with a discussion on government spending and the need for significant cuts to address the national debt. Senator Paul emphasizes the importance of fiscal responsibility and the challenges of achieving meaningful reductions in government spending. He also explains why he disagrees with President Trump on tariffs. \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%7C122a527e5b714eba878d9810b4","startDate":1746878400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny85N2U4ZTlhNi03MmUzLTQ3YjUtYmI1Ni1iMmQ4MDExZjRlZjMvaW1hZ2UuanBnP3Q9MTc0NjgxMzc3MyZzaXplPUxhcmdl"},{"id":274756812,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"The Tudor Dixon Podcast: God Bless the USA with Lee Greenwood","duration":840,"isExplicit":false,"description":"\u003cp>In this episode, Music Legend Lee Greenwood discusses the inspiration behind his iconic song 'God Bless the USA,' its cultural significance, and his commitment to supporting wounded warriors and military families. He shares insights into his personal journey, family values, and evolving political perspectives, emphasizing the importance of patriotism and community support. The Tudor Dixon Podcast is part of the Clay Travis & Buck Sexton Podcast Network. For more visit TudorDixonPodcast.com\u003c/p> \u003cp>Fore more info on Lee Greenwood \u003ca href=\"https://leegreenwood.com/\">CLICK 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":1746853200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2U0M2VmNmI4LWU2YmEtNGRhOC1hMjM0LWFmYjkwMTU0ZWFiNy9kNWExZGNjYS1jZjAxLTRjY2UtYjg4Ni1iMmQ4MDEzYjFiNzgvaW1hZ2UuanBnP3Q9MTc0NjgxODAzMCZzaXplPUxhcmdl"},{"id":274722627,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Daily Review with Clay and Buck - May 9 2025","duration":3530,"isExplicit":false,"description":"\u003cp>Biden’s Out of Hiding\u003c/p> \u003cp> \u003c/p> \u003cp> The guys break down President Joe Biden's controversial appearance on \"The View.\" The hosts argue that Biden's performance was a disaster and suggest that the media's coverage of him has been misleading. They emphasize the importance of holding the media accountable to delegitimize their reporting on Donald Trump and other political figures.\u003c/p> \u003cp> \u003c/p> \u003cp>The conversation shifts to the upcoming book by Alex Thompson and Jake Tapper, which is expected to reveal damaging information about Biden and the Democratic Party. The hosts speculate that the Biden administration is attempting to preemptively address these revelations. They also discuss the internal struggles within the Democratic Party, particularly the fight for leadership and the party's future direction.\u003c/p> \u003cp>\u003cbr>Kelly Loeffler\u003c/p> \u003cp>\u003cbr>SBA Administrator Kelly Loeffler provides insights into the optimism among small businesses and the importance of tax certainty for economic growth.\u003c/p> \u003cp>\u003cbr>C&B Podcast Network Host, David Rutherford\u003c/p> \u003cp>\u003cbr>Former Navy SEAL David Rutherford, in a hypothetical discussion about a group of Navy SEALs fighting a gorilla, showcases their humorous side while also touching on military strategy and camaraderie. Rutherford also breaks down the latest from the Pentagon. \u003c/p> \u003cp> \u003c/p> \u003cp>Steve Hilton\u003c/p> \u003cp>\u003cbr>Fox News Host Steve Hilton joins to discuss his run for Governor of California. He details the reasons why he’s running, his potential opponents, and how far the state has fallen.\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","startDate":1746804300000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny82NWMyOTQ5OC1jNGYzLTQ1NGMtOGMxZi1iMmQ4MDEzMjU1OWEvaW1hZ2UuanBnP3Q9MTc0NjgxNTcyMiZzaXplPUxhcmdl"},{"id":274722276,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Hour 1 - Small Business is Big Business","duration":2188,"isExplicit":false,"description":"\u003cp>Hour 1 of the Clay Travis and Buck Sexton Show kicks off with a lively discussion on current events in Trump's America, including the election of Pope Leo the 14th, a Chicago White Sox fan, and his potential impact on the Catholic Church. The hosts delve into various topics, such as the transgender sports issue highlighted by Charles Barkley, and the appointment of Judge Jeanine Pirro as interim US Attorney for DC, emphasizing her role in combating the deep state.\u003c/p> \u003cp> \u003c/p> \u003cp>The show features a robust lineup of guests, including Kelly Loeffler from the Small Business Administration, David Rutherford, a former Navy SEAL, and Steve Hilton, who is running for governor in California. The conversation touches on the weaponization of the DOJ, with Ed Martin taking a senior role, and the FBI investigation into New York Attorney General Letitia James for alleged mortgage fraud.\u003c/p> \u003cp> \u003c/p> \u003cp>The hosts discuss the economic outlook, focusing on small businesses and the impact of Trump's tariffs and trade deals. SBA Administrator Kelly Loeffler provides insights into the optimism among small businesses and the importance of tax certainty for economic growth.\u003c/p> \u003cp> \u003c/p> \u003cp>The hour concludes with discussions on the potential implications of trade deals with the UK and China, the importance of onshoring manufacturing, and the role of small businesses in driving the economy. The hosts also touch on the upcoming Tennessee Titans stadium and its impact on Nashville's economy.\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","startDate":1746804000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny9jODY4NTJlMy1lZWFmLTRjN2UtYmE0Mi1iMmQ4MDEzMWRjOWYvaW1hZ2UuanBnP3Q9MTc0NjgxNTYyMCZzaXplPUxhcmdl"},{"id":274721996,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Hour 2 - 1 Gorilla vs 17 SEALS","duration":2194,"isExplicit":false,"description":"\u003cp>In Hour 2 of the Clay Travis and Buck Sexton Show, the hosts delve into a variety of pressing political topics and current events. They begin by discussing the recent announcement of a new American Pope, which overshadowed President Joe Biden's controversial appearance on \"The View.\" The hosts argue that Biden's performance was a disaster and suggest that the media's coverage of him has been misleading. They emphasize the importance of holding the media accountable to delegitimize their reporting on Donald Trump and other political figures.\u003c/p> \u003cp> \u003c/p> \u003cp>The conversation shifts to the upcoming book by Alex Thompson and Jake Tapper, which is expected to reveal damaging information about Biden and the Democratic Party. The hosts speculate that the Biden administration is attempting to preemptively address these revelations. They also discuss the internal struggles within the Democratic Party, particularly the fight for leadership and the party's future direction.\u003c/p> \u003cp> \u003c/p> \u003cp>A significant portion of the hour is dedicated to analyzing Biden's cognitive abilities and the media's portrayal of him as being in peak condition. The hosts criticize this narrative, highlighting instances where Biden has struggled to answer questions and required assistance from others, including his wife, Jill Biden.\u003c/p> \u003cp> \u003c/p> \u003cp>The hosts also touch on the broader implications of the Democratic Party's recent losses, including the impact on their voter base and the internal conflicts that have arisen as a result. They suggest that the party is in a state of disarray and is struggling to find a clear path forward.\u003c/p> \u003cp> \u003c/p> \u003cp>In a lighter segment, the hosts engage Guest, former Navy SEAL David Rutherford in a hypothetical discussion about a group of Navy SEALs fighting a gorilla, showcasing their humorous side while also touching on military strategy and camaraderie.\u003c/p> \u003cp> \u003c/p> \u003cp>The hour concludes with a discussion on the geopolitical tensions between India and Pakistan, emphasizing the strategic importance of the region and the potential risks associated with the ongoing conflict. The hosts also briefly mention the challenges of addressing the fentanyl crisis and the role of the Mexican cartels.\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%2F","startDate":1746803700000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny9iZDMwNTlkNy1mZGE4LTRmNjctYjkwNy1iMmQ4MDEzMWRjOWYvaW1hZ2UuanBnP3Q9MTc0NjgxNTYxOCZzaXplPUxhcmdl"},{"id":274721753,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Hour 3 - California means to America, what America means to the world","duration":2242,"isExplicit":false,"description":"\u003cp>Hour 3 of the Clay Travis and Buck Sexton Show features an engaging discussion with Steve Hilton, a Fox News personality running for governor of California. Hilton criticizes Gavin Newsom's governance, highlighting issues such as population decline due to mismanagement, high taxes, and excessive regulations. He emphasizes the need for change and outlines his background, including his work in the UK government and his move to California in 2012. Hilton discusses the political landscape, noting recent shifts in several counties from blue to red and the potential for a populist message to resonate with working-class voters, particularly Latinos.\u003c/p> \u003cp> \u003c/p> \u003cp>The conversation also touches on the impact of wildfires in California, attributing their severity to environmental extremism and governmental incompetence. Hilton criticizes the handling of permits for rebuilding and the broader failures of Democrat rule in Los Angeles County. The discussion then shifts to Kamala Harris's political future, with Hilton expressing skepticism about her viability as a change candidate due to her long tenure in California politics without significant accomplishments.\u003c/p> \u003cp> \u003c/p> \u003cp>Clay and Buck also delve into the hypocrisy of Bernie Sanders' use of private jets while campaigning against the oligarchy, highlighting the disconnect between his rhetoric and actions. They discuss the broader issue of politicians enjoying elite lifestyles funded by wealthy donors while advocating for socialist policies.\u003c/p> \u003cp> \u003c/p> \u003cp>The hour concludes with a critique of ESPN's focus on social issues, specifically the inclusion of trans kids in sports, and a reflection on the changing priorities in sports broadcasting. The hosts express frustration with the politicization of sports and emphasize the importance of competition and fairness.\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%7CTWFpbGZsb3d8eyJFbXB0e","startDate":1746803400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3YzIzNmRlLWFlYzAtNDZjMS1iMTQxLWFlM2MwMDAyNmQ3Ny9iOWE0MmFmNS1hMmNiLTQwZTAtYTUwYS1iMmQ4MDEzOTc5ZmIvaW1hZ2UuanBnP3Q9MTc0NjgxNzI4MiZzaXplPUxhcmdl"},{"id":274618440,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"The Tudor Dixon Podcast: Inflation, Regulations, and the Fight for Small Business in America","duration":2586,"isExplicit":false,"description":"\u003cp>In this episode, Tudor talks with EJ Antoni and former Secretary of Labor, Alex Acosta, about the critical role of small businesses in the U.S. economy, especially during Small Business Week. They delve into the current economic challenges, including inflation, rising costs, and the impact of government regulations. EJ highlights the detrimental effects of these regulations and stresses the importance of reversing policies that contribute to inflation. The conversations also explores the implications for younger generations, the need for balanced regulation, and the significance of creating productive jobs. The Tudor Dixon Podcast is part of the Clay Travis & Buck Sexton Podcast Network. For more visit TudorDixonPodcast.com\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":1746766800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2U0M2VmNmI4LWU2YmEtNGRhOC1hMjM0LWFmYjkwMTU0ZWFiNy9mYTczZjY5YS0zMWE5LTRjMjctYjA0Ny1iMmQ4MDA0NzIxMjkvaW1hZ2UuanBnP3Q9MTc0Njc2NTg1MyZzaXplPUxhcmdl"},{"id":274595284,"podcastId":57927691,"podcastSlug":"1119-the-clay-travis-and-buck","title":"Karol Markowicz Show: The Joys and Challenges of Motherhood with Liz Wolfe","duration":1478,"isExplicit":false,"description":"\u003cp>In this episode, Karol and Liz Wolfe discuss various aspects of motherhood, parenting challenges, and the cultural narratives surrounding family life. They explore the complexities of raising children in urban environments, the impact of reproductive technology on family dynamics, and the importance of maintaining a sense of adventure and exploration in life. The discussion also touches on education, career choices, and the need for a more nuanced understanding of personal and societal expectations regarding motherhood and family. The Karol Markowicz Show is part of the Clay Travis & Buck Sexton Podcast Network - new episodes debut every Wednesday & Friday.\u003c/p> \u003cp>Follow Liz's Work \u003ca href=\"https://reason.com/people/liz-wolfe/\">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":1746763200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2UwYmM3MTMxLTA2ZDUtNDI4Yy04ZDIyLWIwNjUwMTA2MTRkMC9kOWQwNTYxZS1hZWM3LTQwMWItYTNkYy1iMmQ4MDAxMDhmZTgvaW1hZ2UuanBnP3Q9MTc0Njc1Mjg5NyZzaXplPUxhcmdl"}]}},{"id":27296753,"title":"The Buck Sexton Show","description":"Buck Sexton breaks down the latest headlines with a fresh and honest perspective! He speaks truth to power, and cuts through the liberal nonsense coming from the mainstream media. Interact with Buck by emailing him at [email protected]","lastUpdated":1745755500,"slug":"51-the-buck-sexton-show","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC85NjFlNDg0Yi0xZGZmLTQ4ZWYtOGJkZC1hZTJiMDAzNTBmYWIvaW1hZ2UuanBnP3Q9MTc0NTc1NTI0NiZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABA5k9IAAAGWHz9HuA"},"items":[{"id":274459309,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Is Trump Foe Tish James Finished?","duration":992,"isExplicit":false,"description":"\u003cp>Former CIA officer and host of \u003cem>The Wright Report\u003c/em>, \u003cstrong>Bryan Dean Wright\u003c/strong>, joins Buck to dig into the Letitia James saga. Together, they trade war stories from the intel world and make the case that the deep state isn’t a conspiracy theory—it’s real, deeply entrenched, and finally being exposed.\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>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746693174000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC8zMzYwODU5ZC01YWI3LTRhZDctYmMxNC1iMmQ3MDBjYzZiNDUvaW1hZ2UuanBnP3Q9MTc0NjcwNzA3MCZzaXplPUxhcmdl"},{"id":274272876,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Trump's Old Nemesis Done For or Coming Back?","duration":1102,"isExplicit":false,"description":"\u003cp>Is Kamala Harris eyeing the California governor’s mansion as her next political move—and a potential springboard back onto the national stage? Buck Sexton is joined by California GOP delegate Elizabeth Barcohana to break down the chatter surrounding Kamala’s post-2024 plans. They dive into her shaky statewide election history, Gavin Newsom’s role in the drama, and what the California Democrat machine may be scheming behind closed doors. Plus, is the film industry on life support thanks to California’s tax and regulatory insanity?\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>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746608876000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC9lZTU0ODU2MC01OGRhLTQ0YTgtYTdjZS1iMmQ2MDBkNThiNTMvaW1hZ2UuanBnP3Q9MTc0NjYyMjY2NiZzaXplPUxhcmdl"},{"id":274184825,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Will This Major Terror Group Be Totally Eradicated?","duration":1241,"isExplicit":false,"description":"\u003cp>Buck Sexton is joined by Dovid Efune, publisher of The New York Sun, to break down the latest developments in Israel’s war against Hamas. With reports that Israel may fully occupy Gaza if no ceasefire or hostage deal is reached, Dovid explains the historical context, Israel’s strategic goals, and what a post-Hamas Gaza could look like. They also turn to Iran’s nuclear ambitions—what the U.S. and Israel’s diverging red lines really mean, and what the Trump administration should do next.\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>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746520201000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC8zYWExODJhYi0yNjBhLTQxYTAtOTc3Ni1iMmQ1MDBjZDBlODAvaW1hZ2UuanBnP3Q9MTc0NjUzNDQwOSZzaXplPUxhcmdl"},{"id":273939426,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","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>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":273855954,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Have We Seen Trump's Best 100 Days?","duration":791,"isExplicit":false,"description":"\u003cp>Is this the strongest start to a presidential term in modern history? Buck Sexton dives deep into President Trump's first 100 days, arguing it may be his most effective stretch yet. From securing the southern border and signing pivotal executive orders to tackling trade with China and issuing key pardons, Buck outlines why he gives Trump an \"A.\" Plus, he discusses media bias, Democrat resistance, economic strategy, and how Trump is using his political capital to reshape the country.\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>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746085359000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC9mYjNhNGU3Ny1kMjliLTRlMmYtYjM3Ny1iMmQwMDBiZTQ5ZDUvaW1hZ2UuanBnP3Q9MTc0NjA5OTE4NyZzaXplPUxhcmdl"},{"id":273401405,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Will Trump Drop the Hammer on Putin? with Erin Maguire","duration":759,"isExplicit":false,"description":"\u003cp>Buck Sexton is joined by GOP strategist and former Trump 2020 comms director Erin Maguire to unpack the chaos and headlines from Trump World. From Putin’s aggression in Ukraine to the media’s obsession with painting Trump as soft on Russia. Plus: Inside the West Wing—how the Trump administration’s media strategy is flipping the script on legacy outlets, and what the press is really saying behind closed doors.\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>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1745581411000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC8zZDU0NGM1Ny1iNGVlLTRiYWUtOWJlNi1iMmNhMDEwMDE1ZjgvaW1hZ2UuanBnP3Q9MTc0NTU5NTE1NSZzaXplPUxhcmdl"},{"id":273306777,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Pentagon Headhunting and Trump Tariff Throwdowns","duration":866,"isExplicit":false,"description":"\u003cp>What’s the real story behind the rumors swirling around the Secretary of Defense? Buck Sexton breaks down the media’s failed takedown attempt of Pete Hegseth, why the left is obsessed with removing him, and what’s truly going on inside the Pentagon. From internal debates on Iran to national security leaks and the war on DEI, Buck shares insights you won’t hear anywhere else — including his personal connection to Hegseth and why Trump is standing firm. Plus, Buck dives into Trump’s tariff strategy with China and why the media’s take is, once again, dead wrong.\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>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1745483747000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC8xOTllZjRhNy05MDY1LTQ5Y2UtYTMyMC1iMmM5MDBjYzkxMTkvaW1hZ2UuanBnP3Q9MTc0NTQ5NzU2NyZzaXplPUxhcmdl"},{"id":273138024,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Is This Major Anti-Trump Foe Finally Finished?","duration":1165,"isExplicit":false,"description":"\u003cp>Buck Sexton is joined by Mark Simone to break down the criminal referral against New York AG Letitia James. Is she in real legal trouble or will politics protect her? Plus, Andrew Cuomo’s rumored comeback, Eric Adams’ collapse, and what Trump’s next moves could mean for the market.\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>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1745319143000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC8yNjI5MjNlNS05M2FhLTQ3MjgtODhlMC1iMmM3MDBjZDI1YmIvaW1hZ2UuanBnP3Q9MTc0NTMyNDgyNyZzaXplPUxhcmdl"},{"id":272789577,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Trump Admin Fights for Women's Sports in Maine","duration":1220,"isExplicit":false,"description":"Buck slams the state of Maine for failing to protect women in sports and praises the Trump administration's Title IX enforcement push. He breaks down the biological realities ignored by the left and why civil rights protections must apply to women. Plus, Buck sounds off on the insanity of a judge trying to bring an illegal MS-13 gang member back into the U.S. and shares a personal update about becoming a father.\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1744888825000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC8xZTFhNjM2YS0wYzEzLTQxYzMtODExMC1iMmMyMDBkMWRmODgvaW1hZ2UuanBnP3Q9MTc0NDkwMzE5NiZzaXplPUxhcmdl"},{"id":272208850,"podcastId":27296753,"podcastSlug":"51-the-buck-sexton-show","title":"Buck Brief - Trump's Art of the Deal Corners China","duration":1001,"isExplicit":false,"description":"\u003cp>In this episode, Buck explains why the Trump trade strategy is more than just tough talk—it’s a game-changer. Allies like Japan and South Korea? They're on board. But China? Buck says, no more free rides. Intellectual property theft, unfair subsidies, and trade manipulation are on notice.\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>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1744280963000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzNkYWUwYjA3LWFhYzAtNDE1NC04YzFlLWFlMmIwMDM1MGY5NC8zOWVmZGQzOS1jMjliLTRiMmMtOTBjYy1iMmJiMDBjYzY5ZjEvaW1hZ2UuanBnP3Q9MTc0NDI4Nzg3MSZzaXplPUxhcmdl"}]}},{"id":19001275,"title":"Rush Limbaugh - Timeless Wisdom","description":"Get a little of Rush each day – his intelligence, analysis, humor and fun – with a clip from the archives. Timeless wisdom, good cheer, forever dittos.","lastUpdated":1735699356,"slug":"57-rush-limbaugh-timeless-wisd","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS8zOGM0MDQ3ZS05YzEzLTQ1YzgtYmQ1NC1hZTM5MDA4MTZmNjMvaW1hZ2UuanBnP3Q9MTY0NDU2NTg4MyZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAVy2J4AAAF-RKTIiA"},"items":[{"id":91887186,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"Rush Interviews Dr. Arthur Laffer","duration":735,"isExplicit":false,"description":"\u003cp>RUSH: We welcome to our program Dr. Arthur Laffer, ladies and gentlemen, who has prepared a research paper on the Obama health care plan. I’ve admired your work, Dr. Laffer, ever since I first heard of you back in the late seventies, early eighties. It’s great to have you here.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>LAFFER: Well, thank you very much, Rush. It’s a pleasure.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>RUSH: By the way, I want to share something with you. You may not know this, but you are partially responsible for Obama becoming a community organizer, from chapter 7, page 54 of his book, Dreams from My Father: ‘There wasn’t much detail to the idea of community organizer. I didn’t know anybody making a living that way. When classmates in college asked me just what it was that a community organizer did, I couldn’t answer them directly instead I’d pronounce on the need for change, change in the White House where Reagan and his minions were carrying on their dirty deeds.’\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>LAFFER: (chuckling)\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>RUSH: You were a minion doing dirty deeds.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>LAFFER: A minion? Minion, minion! Oh, my gosh!\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>RUSH: (laughs)\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>LAFFER: I don’t know if you remember, Rush, but I was on your show in studio in Sacramento, California, many, many years ago.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>RUSH: Oh, that’s right. You know, you’re exactly right.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>LAFFER: You impressed me enormously then as well as today.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>RUSH: Well, I thank you very much for that. It’s mutual, then. I have a summary here of your findings. Let me just run through a couple bullet points and then you can take it and expand on this. ‘The current proposals being discussed in Washington, House and Senate, would raise the total federal government expenditures by 5.6% more than otherwise, adding $285.6 billion to the deficit in 2019, would increase national health care spenders by an additional 8.9%. After all this, it would still leave 30 million Americans uninsured.’ Fill in the blanks here for us.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>LAFFER: Well, you know, it’s a fairly straightforward thing. Without going through the specific numbers — although I’d be more than happy to do that — you know, whenever you separate people from the purchases they make… If you walked into a store and weren’t told what anything cost and you could pick out whatever you wanted free, you’re going to be squanders, you’re going to buy things that are way too expensive that you don’t want. I mean, one of the ways controlling costs is making people responsible for their own money, for their own expenditures and that is exactly what this program does not do. It makes the separation between the patient and the doctor and health services further and further removed, and takes away all control of costs. And, frankly, as P.J. O’Rourke put it, he said, ‘If you think health care is expensive now, just wait ’til you see how much it costs when it’s free,’ and that’s exactly what we’re doing here.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2009%2F08%2F04%2Frush_interviews_dr_arthur_laffer%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7Cb3988143867741c9dc6808d9dd15402e%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637783905642942759%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=ueT%2BYkShgpasYIUVgudA1sD2ZmuMa1nPzQi1cYXCNBA%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2009/08/04/rush_interviews_dr_arthur_laffer/\u003c/a>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1642776049000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS9lZTFkYWQ0ZS1mMjVlLTRkY2EtOGNhOC1hZTM5MDA4MTdjMzYvaW1hZ2UuanBnP3Q9MTY0NDU2NTg5MCZzaXplPUxhcmdl"},{"id":91844740,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"The Establishment Thinks They Have Their Power Back — But They Know It’s Tenuous","duration":1613,"isExplicit":false,"description":"\u003cp>RUSH: Greetings to you, music lovers, thrill-seekers, conversationalists all across the fruited plain. Man, oh, man. I have such a range of emotion flowing through my arteries and veins, going to my heart and away from my heart. I’m watching these people at the Biden inauguration. They think they got it all back. They think they finally have vanquished all of their opposition. And they haven’t the slightest idea.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>You can hear it in the words they’re saying to each other. You can hear it in the way they’re singing their songs. You can see it in the people that showed up for this inauguration who didn’t show up four years ago for the Trump inauguration, and I have to tell you, ladies and gentlemen, I just — (crowd chanting “We love you! We love you!”) Wait a minute. What’s this? That was obviously audio from a Trump rally, one of the many that occurred before the election last November. “We love you.”\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2021%2F01%2F20%2Fthe-establishment-thinks-they-have-their-power-back-but-they-know-its-tenuous%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7Ce6a7a626d90d4555be5508d9dc4989a4%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637783030750312509%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=StHeGqIRgOC2PDqHmmDfZPAHCDJylVFUgt9U9htZqPE%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2021/01/20/the-establishment-thinks-they-have-their-power-back-but-they-know-its-tenuous/\u003c/a>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1642690424000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS9mNjg5ZGEwNy00OTg4LTQ0ZTctODZhMS1hZTM5MDA4MTdjOTAvaW1hZ2UuanBnP3Q9MTY0NDU2NTg5MCZzaXplPUxhcmdl"},{"id":91801996,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"America Is Unhappy Because of the Epic Failures of Liberalism","duration":1498,"isExplicit":false,"description":"\u003cp>RUSH: All right. So look at that headline right there: “Republicans and Democrats Clash Over Police Reform.” You know what this is about? This is about an actual piece of legislation that is being argued and debated in the United States Senate.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>And I did a double take because that’s not how laws are made in our country anymore. The Senate and House don’t actually do anything anymore ’cause they’re all afraid to. Our laws come from regulators, unelected bureaucrats and our judges, as has just been demonstrated by these Supreme Court decisions.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>Josh Hawley from Missouri got it exactly right when he was complaining about Gorsuch and the decisions on the sexual discrimination cases being lapped into the 1964 Civil Rights Act. You know, to put this in perspective, to show you how we conservatives — look, folks, I don’t want to dispirit you here. I’ve already got a story here of polling data — well, a poll shows that half of Americans are unhappy. Let me find the actual headline. Yeah. “Americans Are the Unhappiest They’ve Been in 50 Years.” Not half of Americans. The unhappiest they’ve been in 50 years. Does that not make sense?\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2020%2F06%2F17%2Famerica-is-unhappy-because-of-the-epic-failures-of-liberalism%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7C85e005b5951f4e6bb16208d9db886907%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637782201227768523%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=1RPwJS89FH%2B3sNaM0N2x0%2F8uQxLzju94GRo619cjuQE%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2020/06/17/america-is-unhappy-because-of-the-epic-failures-of-liberalism/\u003c/a>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1642605527000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS9iNjYxYzE2MC1hMzRjLTRjNGItOTliZS1hZTM5MDA4MTdjOTIvaW1hZ2UuanBnP3Q9MTY0NDU2NTg5MSZzaXplPUxhcmdl"},{"id":91757140,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"The Left is in Tizzy Over the Supreme Court Ruling on the Voting Rights Act","duration":463,"isExplicit":false,"description":"\u003cp>RUSH: the Supreme Court rule today that states can no longer be judged by voting discrimination that went on decades ago. This is a decision that marks the end of a major civil rights-era reform, the Voting Rights Act. A 5-4 ruling, and it rewrites a key element of the Voting Rights Act of 1965, which for 50 years has given the federal government unprecedented say in everything, from how states draw their congressional maps, to where they place polling locations. It was all rooted in the belief that southern states were highly discriminatory against blacks, not letting them vote, not letting them register, so the states were totally subservient to the federal government when it came to voting.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2013%2F06%2F25%2Fthe_left_is_in_tizzy_over_the_supreme_court_ruling_on_the_voting_rights_act%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7C1d9524c57e3746bb73d508d9dabf5264%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637781337558038737%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=jKLrj0uqNtu1MJFNXDfQLw1VnOIcZzqBkCk6u9%2Fi9ZY%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2013/06/25/the_left_is_in_tizzy_over_the_supreme_court_ruling_on_the_voting_rights_act/\u003c/a>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1642520455000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS84OWNmZGMyYS1kMmZkLTQwMjYtOThkMi1hZTM5MDA4MjA0M2QvaW1hZ2UuanBnP3Q9MTY0NDU2NjAwNSZzaXplPUxhcmdl"},{"id":91706251,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"Democrats Use Ralph Northam’s Racism to Cover Up What He Said About Abortion","duration":924,"isExplicit":false,"description":"\u003cp>RUSH: (Northam impression) “I’ll tell you something else about old Ralph, Ralph Northam, Ralph Northam from Virginia. Ralph Northam, he doesn’t even think the Democrats really want him to quit. He thinks they’re just sayin’ it ’cause they have to. That’s what he thinks. He thinks they don’t really want him gone, and he thinks they don’t really want his lieutenant governor to sit in in the governor’s chair if they’re forcing him out. So he’s gonna hang on!\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>“So he’s gonna hang on, ’cause ain’t no way ain’t no way some Amos ‘n’ Andy thing back in high school is gonna force him out when Donald Trump is sitting there in Oval Office after Stormy Daniels and Access Hollywood. Ol’ Ralph Northam ain’t leaving!” If they want to get Ralph Northam gone, stop all this blackface high school stuff and focus on what he said about killing babies after they’re born. (paraphrased) “Yeah, you make them comfortable, give ’em a pill, whatever you do to make an infant comfortable, and then you zap it.”\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>That’s what Ralph Northam said. That’s what they covered up. Well, Steve Moore was on CNN brought this up. We have here Erin Burnett, we have Keith Boykin, we have April Ryan. So we got three people against one here, if you count the CNN infobabe, and listen to what happens. This is about a one-minute sound bite. Listen to what happens when Steve Moore brings up what old Ralph Northam from Virginia really, really did…\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2019%2F02%2F05%2Fdemocrats-use-ralph-northams-racism-to-cover-up-what-he-said-about-abortion%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7Cc337fd4d91fc4030329108d9d9eb8635%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637780427913182313%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=8CF1Qu5hkxHAl%2F3XzYEXwFpjvkj1If5nU9aLGu7IOlo%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2019/02/05/democrats-use-ralph-northams-racism-to-cover-up-what-he-said-about-abortion/\u003c/a>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1642430019000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS9jY2FkYTYxNy1iMWE3LTRlYTgtODYyNi1hZTM5MDA4MjFlNzcvaW1hZ2UuanBnP3Q9MTY0NDU2NjAyOCZzaXplPUxhcmdl"},{"id":91607444,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"Democrats Demand You Wear a Symbol of Fear","duration":361,"isExplicit":false,"description":"\u003cp>RUSH: Oh, do you know what I heard right before the program started? This is another great illustration of a point that I’ve been making for I don’t know how long. A quarterback in the National Football League — and I didn’t see it. It was not videotaped so I don’t know who it was. But a current quarterback in the NFL actually said, “Look, I don’t want to get political, but I would like to get back to work.”\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>Now, when the hell did going to work become political? Right now — right here, right now — and who has made this possible? Joe Biden and the Democrat Party, all these mask-wearing freaks demanding that you use the symbol of fear, demanding that everybody wear the symbol of fear. I know why some people believe in masks, and it’s because of the success that we’ve had at grocery stores.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>You know, from the beginning of this, people have been able to go to the grocery store, and there has not been the widespread infections of coronavirus in grocery stores. People had to go there, and they had to go to pharmacies, and there hasn’t been a lot of infection spread. So those people in the grocery stores were all wearing masks and gloves and so the theory is that wearing the mask, wearing the gloves helped stop the spread. So if it worked in grocery stores, why not elsewhere?\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2020%2F05%2F27%2Fdemocrats-demand-you-wear-a-symbol-of-fear%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7C30ed66198d8444a2e1a008d9d790a9e6%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637777839868995899%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=Fdhcu2wXQ9Euh4aKW0fBE%2Bf1S0dU8oyBIErpwE7qMtQ%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2020/05/27/democrats-demand-you-wear-a-symbol-of-fear/\u003c/a>\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1642170449000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS9mMWI1Y2E2Yi0zYTVhLTRkNGMtODc0ZS1hZTM5MDA4MjNmYWMvaW1hZ2UuanBnP3Q9MTY0NDU2NjA1NyZzaXplPUxhcmdl"},{"id":91561961,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"Biden Trashes Hillary and Democrats","duration":357,"isExplicit":false,"description":"\u003cp>RUSH: The Democrats now are admitting privately amongst themselves, they are admitting that they lost. Biden is out with a couple of doses of honesty that are going to be really challenging for his buds in the Democrat Party. Joe Biden in one story here says that he doesn’t think Hillary knew why she was running for president.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>“Vice President Biden believes Hillary Clinton lost the presidential election in part because she never figured why she was running for the nation’s highest office. ‘I don’t think she ever really figured it out,’ Biden told the Los Angeles Times in an interview published Thursday. ‘And by the way, I think it was really hard for her to decide to run.'”\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>If you’re confused by this, just hang in. I’m gonna close the loop here and make it all make sense for you. There’s nobody better at translating these people than I am, so just be patient.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2016%2F12%2F23%2Fbiden_trashes_hillary_and_democrats%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7C65b468b19110410328a308d9d6ba31b4%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637776917457128629%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=rp%2BVj8%2F8N5H2lbaZNk5%2Bab3DwhIU3TsGuA2%2FMw89a4g%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2016/12/23/biden_trashes_hillary_and_democrats/\u003c/a>\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1642079700000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS8xZWM4ZTAxYS00M2MxLTRkYWUtYmYyMS1hZTM5MDA4MmMzYzcvaW1hZ2UuanBnP3Q9MTY0NDU2NjE3MCZzaXplPUxhcmdl"},{"id":91519073,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"Happy Birthday, El Rushbo! And It’s a Big One","duration":145,"isExplicit":false,"description":"\u003cp>RUSH: And greetings to you, music lovers, thrill-seekers, and conversationalists all across the fruited plain. I am back again here in the saddle at the Excellence in Broadcasting Network. Three hours straight ahead. This is Friday, right? So let’s go.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>JOHNNY DONOVAN: And now, from sunny South Florida, it’s Open Line Friday!\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>RUSH: Righto. Now, I have it on good authority that you people were really ticked off yesterday. I mean, those of you that called. I got an email: “Man, your callers today are great.” I haven’t — (highly overrated staff interrupts and starts singing Happy Birthday) Oh, yes, that’s right. Here we come. Happy delayed birthday. Thank you. Thank you. Thank you. Thank you. What kind of flavor is that? Looks like orange something or other? All right. Cool. I picked it out. So, yeah, I was 70 years old on — what was it? Tuesday?\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>I don’t even remember. I have to back count to the 12th. Anyway, they have a delayed 70th birthday.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2021%2F01%2F15%2Fhappy-birthday-el-rushbo-and-its-a-big-one%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7C52bf92fc560546109afa08d9d5feea53%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637776113131047017%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=qh0eh5W6fTd70efnhH7yTDxY5AgBGblnwY5ecypKT3I%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2021/01/15/happy-birthday-el-rushbo-and-its-a-big-one/\u003c/a>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1642000920000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS9jY2JkMGQ5NS01OGIwLTRjNWEtOTlmYS1hZTM5MDA4MmRiZTUvaW1hZ2UuanBnP3Q9MTY0NDU2NjE4OSZzaXplPUxhcmdl"},{"id":91460365,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"Clueless American Leaders Shocked by Putin’s Attempt to Reassemble Soviet Union","duration":1759,"isExplicit":false,"description":"\u003cp>RUSH: We’re gonna get to the Ukraine business, it’s gonna be the focus here. That happens to be the soap opera story. Actually, it’s not the soap opera story. This is Putin running rings around us. There’s no question what’s going on here. Vladimir Putin’s reassembling the Soviet Union. And this is something — I’ve got the sound bite — I predicted this back in 2008. And all the smart money in Washington, inside the Beltway — we’ve got these sound bites, too — they’re shocked that Putin is trying to reassemble the Soviet Union. They can’t believe it.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>Even Lurch — this guy, John Kerry, is shocked that Putin is actually conducting a ground war. Listen to this. Grab number 17. Let’s just get this out of the way ’cause I think it’s hilarious and it is indicative of how just outclassed we are. We’re clueless. This generation of leaders is literally clueless about our enemies. Remember something you were taught early on in this program. The purpose of any military is to kill people and break things. It’s not to advance anybody’s social agenda. It’s not a laboratory for the left’s social ideas or playgrounds. It is to kill people and break things, and the second rule is that the aggressor in any conflict sets the rules. And if they violate an existing rule book, then so be it. The aggressor sets the rules, and right now, Putin is setting the rules.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>I went back and did some research. In 1979 when the Soviets invaded Afghanistan, ’79, ’80, they did it at Christmastime, when we were all distracted. Putin goes into Ukraine, after, by the way, colonizing Georgia. They got Georgia back now. Remember Shalikashvili and South Ossetia? Well, they got Georgia back and they’re marching now. And when did Putin do it? He sent the troops in during the Olympics that he hosted, that NBC televised and the world was watching. And then after that he continued this buildup last night during the Oscars. That is strategy. What it means to me is, in just that regard, if Putin actually made strategic decisions based on the American people being distracted it tells me that Putin believes that American public opinion still matters, in terms of impacting American leadership.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2014%2F03%2F03%2Fclueless_american_leaders_shocked_by_putin_s_attempt_to_reassemble_soviet_union%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7C2e1a0e670c1547705ef408d9d52f5971%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637775221695879527%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=Dfe331wP3govWCoUzV9CkkNCQzCIBzXT8azJgH4MMiI%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2014/03/03/clueless_american_leaders_shocked_by_putin_s_attempt_to_reassemble_soviet_union/\u003c/a>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1641913380000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS9lYzQ0MTY5OS0zYjFiLTQ3ZWItYTgzYy1hZTM5MDA4MzRhNTAvaW1hZ2UuanBnP3Q9MTY0NDU2NjI4NiZzaXplPUxhcmdl"},{"id":91412638,"podcastId":19001275,"podcastSlug":"57-rush-limbaugh-timeless-wisd","title":"I’ve Been Properly Credited for Coining the Term “Undocumented Democrats”","duration":602,"isExplicit":false,"description":"\u003cp>RUSH: The Weekly Standard has a piece in it that, very, very rarely has this ever happened to me. In fact, I can’t ever remember it happening. I’m sure it has, ’cause it’s been 27 years I’ve been doing this. The headline of this — and it’s not a hit piece. It’s not a criticism. The headline’s gonna mislead you. The headline is: “No, Ted Cruz Did Not Invent the Term ‘Undocumented Democrat.'”\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>Apparently Senator Cruz has been running around, after this spat with Marco Rubio on immigration and amnesty and legalization, Cruz has been using the term “undocumented Democrat” instead of “illegal alien” as a means of demonstrating what the Democrats’ interest in this whole thing is. So, now that you know that, here’s the Weekly Standard story.\u003c/p>\u003cp>\u003cbr>\u003c/p>\u003cp>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.rushlimbaugh.com%2Fdaily%2F2015%2F12%2F22%2Fi_ve_been_properly_credited_for_coining_the_term_undocumented_democrats%2F&data=04%7C01%7CMarkWeiner%40iheartmedia.com%7C20969e84c43643b2814908d9d4766d12%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C637774427411583444%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=ACh%2B7o9XDBlh6YIJkf%2B%2Fzg12SwTiqJoUWpZaU9d3%2BM0%3D&reserved=0\">https://www.rushlimbaugh.com/daily/2015/12/22/i_ve_been_properly_credited_for_coining_the_term_undocumented_democrats/\u003c/a>\u003c/p>\u003cp> \u003c/p> Learn more about your ad-choices at \u003ca href=\"https://www.iheartpodcastnetwork.com\">https://www.iheartpodcastnetwork.com\u003c/a>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1641829157000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzA0N2M1Y2NkLTYxMmYtNDg1MS05ZTIxLWFlMzkwMDgxNmY1NS84NDIzYjc0ZC03MDNkLTQ5MzItYjFhYS1hZTM5MDA4MzU0NTcvaW1hZ2UuanBnP3Q9MTY0NDU2NjI5MyZzaXplPUxhcmdl"}]}},{"id":18899828,"title":"The Best of Coast to Coast AM","description":"The Best of Coast to Coast AM podcast, hosted by George Noory. A media phenomenon, Coast to Coast AM deals with UFOs, strange occurrences, life after death, and other unexplained (and often inexplicable) phenomena.","lastUpdated":1735709318,"slug":"1100-the-best-of-coast-to-coas","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBVcGAAAAGWmdNoOA"},"items":[{"id":274758939,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"Heart Health - Best of Coast to Coast AM - 5/9/25","duration":951,"isExplicit":false,"description":"\u003cp>Guest host Connie Willis and natural health advocate John Hewlett discuss his research into cardiovascular heart issues, the dangers of sugar on the heart lining, and if it's possible to change your genetics to lower your risk of heart disease.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746856591000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274699013,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"Episode 51: UFOs & Cattle Mutilations with Linda Moulton Howe","duration":2460,"isExplicit":false,"description":"\u003cp>Captain Ron is joined by Investigative Journalist Linda Moulton Howe to discuss controversial aspects of the UFO phenomenon. Linda will also present information on her conversations with whistleblowers.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746792000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274699012,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"Episode 238: The Persistence of the Soul: A Father's Story","duration":3051,"isExplicit":false,"description":"\u003cp>Tune in as Sandra welcomes Mark Ireland, Co-Founder of Helping Parents Heal, to share extraordinary stories of connection and hope.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746792000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274699011,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"Episode 238: MAJOR Portal Update! & Are Superhero Actors Cursed?","duration":3040,"isExplicit":false,"description":"\u003cp>Josh has an amazing thing to share in his update..your going to love this!!!!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746792000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274669478,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"Medical Medium - Best of Coast to Coast AM - 5/8/25","duration":1093,"isExplicit":false,"description":"\u003cp>George Noory and psychic medium Kimberly Meredith discuss her spiritual healing techniques, how her guides in the afterlife give her messages to heal illnesses, and how to access the Fifth Dimension to receive medical miracles.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746770521000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274404545,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"Conversations with God - Best of Coast to Coast AM - 5/7/25","duration":1107,"isExplicit":false,"description":"\u003cp>George Noory and author Neale Donald Walsch explore his experiences receiving messages from a higher power he believes is God, how he was comforted during struggles in his life including a divorce and serious injuries from a devastating car accident, and how people misconceive God as a judgmental, punishing being instead of an entity of pure love.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746684281000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274264241,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"The American Witch - Best of Coast to Coast AM - 5/6/25","duration":1087,"isExplicit":false,"description":"\u003cp>George Noory and author Melissa St. Hilaire discuss witchcraft, her efforts to destigmatize witchcraft to show its positive aspects, and how people can curse themselves without even knowing it by creating negative energy.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746596692000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274178398,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"Overcoming Fear - Best of Coast to Coast AM - 5/5/25","duration":1086,"isExplicit":false,"description":"\u003cp>George Noory and spiritual coach Roger Burnley explore the channeled messages he has received from a higher intelligence named Wilhelm, the advice he has received to overcome self doubt and fear of the unknown that is holding you back in your life, and how to convince a skeptic that the afterlife is real.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746511384000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274090574,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"UAP Disclosure - Best of Coast to Coast AM - 5/4/25","duration":996,"isExplicit":false,"description":"\u003cp>George Noory and ufologist Stephen Bassett discuss the future of UFO disclosure by the US Government.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746424699000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"},{"id":274034784,"podcastId":18899828,"podcastSlug":"1100-the-best-of-coast-to-coas","title":"Cosmic Government - Best of Coast to Coast AM - 5/3/25","duration":905,"isExplicit":false,"description":"\u003cp>Guest host Richard Syrett and UFO researcher Ella LeBain discuss government secrecy extending into outer space.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746337491000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzYxYzE1MzVhLTU2YmItNDMxYS1hZDZiLWFlMmIwMDM1MGY1Yy9iOTVmMGMyNC1jMTk5LTQ5MzktYjUyYy1hZTJiMDAzNTBmNjUvaW1hZ2UuanBnP3Q9MTY0MzMzOTU5OCZzaXplPUxhcmdl"}]}},{"id":22060409,"title":"This Morning With Gordon Deal","description":"Wake-up with America's first news - Host Gordon Deal goes beyond the headlines with the day's first look at news and business news from the U.S. and around the world; bringing a lively blend of intelligent information, humor, and expert analysis to morning radio.","lastUpdated":1742792618,"slug":"160-this-morning-with-gordon-d","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBRabcAAAGWhzY5gA"},"items":[{"id":274792610,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Weekend with Gordon Deal May 10, 2025","duration":0,"isExplicit":false,"description":"Why San Francisco hates the idea of turning Alcatraz back into a prison, how new AI tools could impact summer travel, and people snacking less.","startDate":1746889200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":274669177,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Morning with Gordon Deal May 09, 2025","duration":0,"isExplicit":false,"description":"American is elected Pope for first time, Supreme Court faces backlog of emergency cases, and big US cities are sinking.","startDate":1746802800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":274403775,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Morning with Gordon Deal May 08, 2025","duration":0,"isExplicit":false,"description":"President Trump to announce trade-deal framework with Britain, Fed warns of rising economic risks as it leaves rates steady, and JetBlue, Southwest top the charts for airline customer satisfaction.","startDate":1746716400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":274264389,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Morning with Gordon Deal May 07, 2025","duration":0,"isExplicit":false,"description":"India fires missiles into Pakistan, killing at least 19, Trump administration may soon deport migrants to Libya, and New Jersey man helps mother with dementia.","startDate":1746630000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":274177684,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Morning with Gordon Deal May 06, 2025","duration":0,"isExplicit":false,"description":"U.S. to pay $1,000 to migrants who self-deport, Trump administration cuts off new federal grants to Harvard, and the Real ID deadline is just around the corner.","startDate":1746543600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":274090312,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Morning with Gordon Deal May 05, 2025","duration":0,"isExplicit":false,"description":"President Trump downplays economic concerns as he looks to cut trade deals, 25 is the new 21, and bodega manager gives kids free food in exchange for great report cards.","startDate":1746457200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":273997559,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Weekend with Gordon Deal May 03, 2025","duration":0,"isExplicit":false,"description":"Can the only U.S. highway measured in kilometers survive 'America First,' tips for preventing hot car accidents, and some couples split up on purpose during flights.","startDate":1746284400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":273930059,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Morning with Gordon Deal May 02, 2025","duration":0,"isExplicit":false,"description":"President Trump ousts National Security Adviser Mike Waltz, Trump signs executive order directing federal funding cuts to PBS and NPR, and cat reunited with owner after 3 years.","startDate":1746198000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":273853772,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Morning with Gordon Deal May 01, 2025","duration":0,"isExplicit":false,"description":"Ukraine, U.S. sign economic deal for minerals, President Trump's avalanche of executive orders leaves Congress with few wins, and follow these money rules for 2025 to keep your wealth from shrinking with it.","startDate":1746111600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"},{"id":273770935,"podcastId":22060409,"podcastSlug":"160-this-morning-with-gordon-d","title":"This Morning with Gordon Deal April 30, 2025","duration":0,"isExplicit":false,"description":"President Trump rallies supporters in Michigan to mark 100 days in office, Wisconsin Supreme Court suspends Judge Hannah Dugan after federal charges, and Exercise can prevent cognitive decline even when energy lags, researchers discover.","startDate":1746025200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cDovL3d3dy5UaGlzbW9ybmluZ3dpdGhnb3Jkb25kZWFsLmNvbS9pbWFnZXMvaWNvbnMvcG9kY2FzdC9UTTE0MDB4MTQwMF9CYWRnZS5qcGc"}]}},{"id":24392822,"title":"The Sean Hannity Show","description":"Sean Hannity is a multimedia superstar, spending four hours a day every day reaching out to millions of Americans on radio, television and the Internet.","lastUpdated":1742166343,"slug":"51-the-sean-hannity-show","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBaKmEAAAGWrNFE8A"},"items":[{"id":274745789,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"WW2, BLM vs 1st Graders & CVS ","duration":1465,"isExplicit":false,"description":"\u003cp>In this episode of the Rogue Recap, Lynda gives some updates on stories from previous shows. We hear from a WW2 veteran with his opinion on the world today and we find out why CVS is giving out medical advice. \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746830338000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274743303,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"Trump Is Busy - May 9th, Hour 1","duration":1853,"isExplicit":false,"description":"\u003cp>Sean covers all the ways in which President Biden left the country a mess and President Trump is spending a year just digging us out.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746826402000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274743304,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"The Iran Threat - May 9th, Hour 2","duration":1893,"isExplicit":false,"description":"\u003cp> Ali-Raise-Uh Jafar-Zah-Day Alireza Jafarzadeh is the Deputy Director of the National Council of Resistance of Iran, the author of The Iran Threat, and an outspoken Middle East expert working to prevent the Iranian regime from acquiring nuclear weapons.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746826392000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274743305,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"Joe Biden Is Back - May 9th, Hour 3","duration":1874,"isExplicit":false,"description":"\u003cp>Miranda Devine, author of THE BIG GUY: How a President and His Son Sold Out, America, and the Laptop from Hell, gives us her take on Joe Biden’s first appearance since losing the office in 2024.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746826385000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274546090,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"Assisted Suicide, Joe's Gibberish and a Fatal Shooting","duration":1480,"isExplicit":false,"description":"\u003cp>Lynda talks about the tremendous antisemitism hitting Temple University's campus. Plus, the controversial debate over the morality of assisted suicide. \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746743975000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274534307,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"How Can Trump Bring Peace - May 8th, Hour 2","duration":1957,"isExplicit":false,"description":"\u003cp> Aaron Cohen, is an Israeli-trained career special operations and intelligence veteran who has served in the counterterrorism space for over two decades. He touches on President Trump’s first visit to the Middle East in his second term and what we should expect. \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746735052000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274534090,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"Remember the Cages? - May 8th, Hour 1","duration":1968,"isExplicit":false,"description":"\u003cp>Do you remember the beginning of President Biden's term when immigrant children were being held in cages while they awaited deportation? It was Sean who was pushing so hard for transparency and yet, now, we're missing 350,000 children. We don't know where they are!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746734971000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274534089,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"Sen. Lindsey Graham: What To Expect in the Middle East - May 8th, Hour 3 ","duration":1965,"isExplicit":false,"description":"\u003cp> Senator Lindsey Graham of South Carolina, joins us to talk about Sean’s big announcement on the show last night and what to expect on his trip next week, and the President’s announcement today with regard to the new agreement with the UK and Prime Minister Starmer.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746734971000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274345193,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"TRANS JESUS, FREE PALESTINE AND LGBTQ FLAGS ","duration":1417,"isExplicit":false,"description":"\u003cp>Is nothing off limits? Today we hit some really wacky news stories, including one about a Jesus being a trans. Not kidding.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746656838000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"},{"id":274344545,"podcastId":24392822,"podcastSlug":"51-the-sean-hannity-show","title":"Do It Ourselves - May 7th, Hour 1","duration":1811,"isExplicit":false,"description":"\u003cp>Sean covers President Trump's efforts to drive manufacturing business to the United States including recent statements rejecting the notion we need Canada for certain manufacturing partnerships. \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746656118000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzRhMGFhMzFmLWQ3ZWMtNGVlMy05MTVmLWFlMzAwMTg4ZDJkYS81NTRiMjc3NC0xMDcyLTRhZmMtODhiMy1hZTMwMDE4OGQyZTgvaW1hZ2UuanBnP3Q9MTY0Mzg0NTgyMSZzaXplPUxhcmdl"}]}},{"id":52808599,"title":"Fifty Plus","description":"Doug Pike hosts Fifty+ weekdays at noon on KPRC AM 950, Houston. As you move into your older and wiser years, you're going to have questions on many different topics. This show is dedicated to you.","lastUpdated":1724176895,"slug":"1248-fifty-plus","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBKvbsAAAGWaDWAuA"},"items":[{"id":274719217,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Grandparents and Snacks","duration":2381,"isExplicit":false,"description":"Today, Doug Pike interviews Crystal Walter about grandparents looking after their grandchildren. Pike also speaks with Shanisty Ireland about Summertime snacks.","startDate":1746800583000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":274511953,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Bones and Cars","duration":2371,"isExplicit":false,"description":"Today, Doug Pike interviews Dr. John Higgins about bone health. Pike also speaks with Don Miller of Universal Technical Institute about taking care of your vehicle.","startDate":1746716878000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":274294816,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Scamming Seniors","duration":2301,"isExplicit":false,"description":"Today, Doug Pike interviews Dr. Robert Roush about the perils of scamming.","startDate":1746627812000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":274216712,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Answering Questions about Alate Health","duration":2332,"isExplicit":false,"description":"Today, Doug Pike interviews Dr. Andrew Doe about Alate Health.","startDate":1746541634000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":273952125,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Lightning Round","duration":2361,"isExplicit":false,"description":"Today, Doug Pike discusses the Kentucky Derby, wedding expenses, and catching snakes.","startDate":1746195799000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":273879312,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Illegal Red Snapper Fishing","duration":2398,"isExplicit":false,"description":"Today, Doug Pike discusses, red snapper fishing, Louisiana cuisine, and jello shots.","startDate":1746109430000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":273801843,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"How much is the Louisiana Purchase worth today?","duration":2417,"isExplicit":false,"description":"Today, Doug Pike discusses the Louisiana Purchase, mowing lawns, and Houston sports.","startDate":1746024358000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":273719420,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Stress and Bonus Families","duration":2395,"isExplicit":false,"description":"Today, Doug Pike interviews Dr. Bethany Williams, PhD about stress. Pike also speaks with Dr. Jann Blackstone about her book \"The Bonus Family Handbook\". ","startDate":1745936757000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":273419365,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Live from Atascocita","duration":2360,"isExplicit":false,"description":"Today, Doug Pike is live from Atascocita!","startDate":1745591697000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"},{"id":273333691,"podcastId":52808599,"podcastSlug":"1248-fifty-plus","title":"Restoring Bikes","duration":2267,"isExplicit":false,"description":"Today, Doug Pike discusses restoring bikes, tidal waves, and fishing lures. ","startDate":1745505059000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1YTM1MGNlZjhkZjE1NTE0YjYwOGEwMmFjZjA1YzhkLmpwZw"}]}},{"id":28373207,"title":"The Lifestyles Unlimited Real Estate Investor Radio Show","description":"Lifestyles Unlimited is the expert real estate investing education and mentoring group that walks individuals through the process of creating passive income by effectively investing in residential real estate assets, from Single Family homes to large-scale Multifamily apartment communities; and connects like-minded investors!","lastUpdated":1719941801,"slug":"966-the-lifestyles-unlimited-r","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy9wb2RjYXN0L2NvdmVycy9jMWEtbWtkNi0zMzI5b2c0cHU2MGstOXU3cmZoLnBuZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBIXIkAAAGWRAyfAA"},"items":[{"id":273983003,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n Serious About Real Estate? This Expo Is for You\n ","duration":1856,"isExplicit":false,"description":"\n \u003cp>Al Gordon urges listeners to attend the upcoming Wealth and Passive Income Expo at the Irving Convention Center, emphasizing its unmatched educational value. He highlights a variety of breakout sessions tailored to all levels of real estate investors—from absolute beginners to experienced multifamily owners. Key sessions cover topics such as avoiding first-time investor mistakes, leveraging tax strategies, utilizing DSCR loans without a job, and analyzing deals using Lifestyles Unlimited’s proprietary Quest tool. This is a can’t-miss, high-impact educational opportunity for anyone serious about building wealth through real estate.\u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1746021600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDI0MTQ2L2MxYS1ta2Q2LTZ6bzg5dm9qczVrNy1heGttN3IucG5n"},{"id":273941597,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n From Hands On to Strategic Real Estate Success\n ","duration":1652,"isExplicit":false,"description":"\n \u003cp>\u003cspan class=\"ui-provider pn po iq pp pq pr ps pt pu pv pw px py pz qa qb qc qd qe qf qg qh qi qj qk ql qm qn qo qp qq qr qs qt qu\" dir=\"ltr\">Al Gordon welcomes Don, a longtime real estate investor who joined Lifestyles Unlimited in 2022 despite already being financially free. Don shares how his passion for hands-on, creative renovation projects gradually shifted as he embraced the Lifestyles Unlimited philosophy of working \u003cem>on\u003c/em> the business rather than \u003cem>in\u003c/em> it. Through this transition, he found a more efficient and scalable approach to investing. Don stays engaged with the Lifestyles community by sharing his experience, offering contractor contacts, and practicing the “trade the trades” strategy to help others succeed. His story highlights the ongoing rewards of both active involvement and strategic networking in real estate.\u003c/span>\u003c/p>\n ","startDate":1745935200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDIzNzI2L2MxYS1ta2Q2LTM0ZDU3NG43aDA4ZC00dmI2aWwucG5n"},{"id":273816990,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n The Retirement Plan That Doesn’t Run Out\n ","duration":1971,"isExplicit":false,"description":"\n \u003cp>Mike Harrison shares the simple yet powerful financial principle that transformed his life: Return on Net Worth (Passive Income ÷ Net Worth). He challenges the traditional model of retirement based on depleting savings and instead advocates for financial independence through passive income that fully covers living expenses. Harrison emphasizes that only through creating reliable streams of passive income—especially from real estate—can individuals achieve lasting financial freedom, regardless of age.\u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1745848800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDIyODUxL2MxYS1ta2Q2LThkcjB6emc3czBubS1oeGM3cWwucG5n"},{"id":273816991,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n Don’t Let Property Taxes Eat Into Your Profits\n ","duration":1978,"isExplicit":false,"description":"\n \u003cp>Andy Webb emphasizes the importance of understanding your property taxes, especially as rising valuations and tax rates in Texas can significantly impact investors' cash flow. He notes that many property owners may be surprised by the recent “Notice of Appraised Value” showing steep increases. Fortunately, Andy explains that owners have the right to protest these valuations — a process he has personally and successfully used for over a decade. He encourages investors not only to file protests by the May 15th deadline but also to consider markets with lower taxes and insurance costs if the burden in Texas becomes too great. Understanding and managing property taxes is essential to maintaining profitability and long-term investment success.\u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1745589600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDIyODUwL2MxYS1ta2Q2LXBrNHc3N2tnYzhxNS10cnF2emoucG5n"},{"id":273816992,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n Lessons from Legends: Investing Wisdom Found in Fairy Tales\n ","duration":2062,"isExplicit":false,"description":"\n \u003cp>Al Gordon highlights the importance of understanding wealth-building principles through fairy tales that offer life lessons. Drawing from the tales of the shoemaker, Puss in Boots, and the three little pigs, he illustrates key themes such as collaboration, ethical wealth-building, and prudent planning in real estate. These stories emphasize how working together, staying ethical, and making thoughtful decisions can lead to success. Al concludes by encouraging listeners to adopt a customized investment plan for their retirement, stressing that real estate is the pathway to achieving financial freedom in five years or less.\u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1745503200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDIyODQ5L2MxYS1ta2Q2LWRtejE5OWo5YW85Ni1wY2pmY2oucG5n"},{"id":273362821,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n The Key to Unlocking Financial Freedom\n ","duration":1756,"isExplicit":false,"description":"\n \u003cp>Al Gordon emphasizes the importance of education and mentorship in real estate investing, offering listeners insights into how they can achieve financial freedom through smart property investments. He compares the stock market's returns to those of real estate, demonstrating how real estate can offer better returns through equity capture, cash flow, and tax advantages. Al shares real-life examples of successful investments, such as a Houston property that generated a 233% return, highlighting how strategic investments outperform traditional stock market options.\u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1745416800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDE5NjcyL2MxYS1ta2Q2LWtwNG5uam94ZnF4di1xaXh0ZjYucG5n"},{"id":273362822,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n A New Start With Every Property Purchased\n ","duration":1987,"isExplicit":false,"description":"\n \u003cp>Al Gordon is joined by Jillian, who shares her impressive journey of acquiring five investment properties since joining Lifestyles Unlimited. After being laid off four times from her construction job and struggling through the COVID-19 shutdown in 2020, Jill realized she had a retirement problem and needed a more stable, cash-flowing future. Despite having no prior real estate education, she immediately immersed herself in the program, completing the training, building her team, and closed on her first Single Family investment property just one month after joining. Now earning more than double what she made in her former full-time role through passice income, Jillian enjoys the freedom and flexibility she once only hoped for.\u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1745330400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDE5NjcwL2MxYS1ta2Q2LWpwZG5ubjBqaGpwMy1zbjljc2UucG5n"},{"id":273179193,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n Don’t Let Fear of Risk Hold You Back\n ","duration":2063,"isExplicit":false,"description":"\n \u003cp>Mike Harrison emphasizes lessons that resonate deeply with real estate investors. He highlights that the wealthy do not fear debt; they fear missed opportunities. He explains that wealth is created through value-add strategies, not taken from others, and that money is not scarce but abundant when used wisely. Harrison underscores that daily habits and smart decisions shape future wealth, while poor choices in finances or life can have long-term costs. Lastly, he argues that working overtime will not make you wealthy and urges listeners to invest instead in high-return vehicles like real estate to reclaim their time and build lasting wealth.\u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1745244000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDE4MTIyL2MxYS1ta2Q2LXFkbW82OWQ5ZnJ6di1wdDJ4YWUucG5n"},{"id":273177736,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n Protect Your Profits With the Right Tax Strategy\n ","duration":2114,"isExplicit":false,"description":"\n \u003cp>Andy Webb details the powerful tax advantages of investing in residential real estate. He emphasizes that while real estate offers passive income and equity capture, the true value lies in what investors keep after taxes. Andy explains how depreciation, passive losses, and 1031 exchanges can significantly reduce or defer taxes. These strategies help investors protect both their cash flow and long-term gains. Ultimately, smart tax planning is key to maximizing real estate wealth.\u003c/p>\n\u003cp> \u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1744984800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDE4MTIwL2MxYS1ta2Q2LTlqcnF4b254aDNwMS15eHNjZnAucG5n"},{"id":273177737,"podcastId":28373207,"podcastSlug":"966-the-lifestyles-unlimited-r","title":"\n Cashing In on Charlotte\n ","duration":1967,"isExplicit":false,"description":"\n \u003cp>Al Gordon continues his market analysis by spotlighting Charlotte, NC, and Charleston, SC, as promising real estate investment markets. Charlotte experienced strong rent growth from 2010 to 2022, peaking in 2022 before leveling off, with current vacancy rates of 7–8% projected to decline. Charleston followed a similar trend until rent growth stalled in 2023–2024, but a modest recovery is expected. Al emphasizes the importance of studying market trends to make informed, strategic investment decisions. He reassures listeners that while the data may seem complex, it is essential for investing with confidence.\u003c/p>\n\u003cp> \u003c/p>\n ","startDate":1744898400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9lcGlzb2Rlcy5jYXN0b3MuY29tLzVlN2Y4YWQ5YmE3NDM0LTgzNjI5MDk3L2ltYWdlcy8yMDE4MTE4L2MxYS1ta2Q2LWRtejJwOWdtYzd4OC1za293a2wucG5n"}]}},{"id":27764882,"title":"Your Health First","description":"Dr. Joseph S. Galati, hosts the weekly \"Your Health First\" broadcast on KTRH","lastUpdated":1724177110,"slug":"44-your-health-first","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAA92RHoAAAGUgG83wA"},"items":[{"id":274056343,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"Preventing Colon Cancer & The Better Bagel","duration":1563,"isExplicit":false,"description":"","startDate":1746379181000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":273562620,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"New York Times Article & Fatty Liver Disease w/ Dr. Mazen Noureddin","duration":2398,"isExplicit":false,"description":"Dr. Galati starts the program by discussing a New York Times article about 17 ways to cut your risk of stroke, dementia, and depression all at once. He also stresses how the common thread of obesity is the leading cause of so many metal health issues or disorders. Dr. Galati also has Dr. Mazen Noureddin join the show to talk about fatty liver disease, second level testing, and more.","startDate":1745788207000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":272459281,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"GLP Drugs, CA Screening, Meal Prep, & Good Patients","duration":2457,"isExplicit":false,"description":"Tonight Dr. Galati separates his segments where he spends time talking about four different topics. These include GLP-1 drugs, cancer screening, meal prepping, and how to be a good patient.","startDate":1744578607000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":270828488,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"Tuesday Webinar & The Mediterranean Diet w/ Lauren Mahesri","duration":2450,"isExplicit":false,"description":"Dr. Galati starts with a program note on a webinar he is hosting Tuesday about cooking at home. He also has Registered Dietician Lauren Mahesri join to talk about the mediterranean diet and how we can adopt a healthier look at what we eat. Dr. Galati wraps up the show spending some time explaining drug and alcohol awareness week.","startDate":1742764207000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":270339982,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"Colon Cancer Awareness Month","duration":2422,"isExplicit":false,"description":"With March being Colon Cancer Awareness Month, Dr. Galati focuses on that. He explains how to prevent this cancer, and the symptoms associated with it. Dr. Galati also talks about a list of food additives in a post he saw from Dr. Mark Hyman. He goes on to ask the question on if you're comfortable experimenting in the kitchen with making new foods.","startDate":1742159407000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":269332392,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"Amyloidosis w/ Cardiologists Barry Trachtenberg & Mahwash Kassi","duration":2113,"isExplicit":false,"description":"Dr. Galati is back in the studio tonight with two guests. He starts with a quick chat about colon cancer now that we are into March. The disease of the night is amyloidosis. Dr. Galati has two colleagues, Dr. Barry Trachtenberg and Dr. Mahwash Kassi join him to talk all about it.","startDate":1740950355000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":268816762,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"American Heart Month w/ Dr. Randeep Suneja","duration":2530,"isExplicit":false,"description":"With February being American Heart Month Dr. Galati focuses on heart disease. He plays a conversation he had earlier in the week with Dr. Randeep Suneja at the Cardiology Center of Houston. He talks about risk factors for heart and cardiovascular disease and the symptoms. Dr Suneja also talks about those who should go for a coronary calcium scan, where the future lies with GLP-1 agents, and more.","startDate":1740345007000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":265787195,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"Telemedicine, A Meeting, & An Article on Super Bowl Sunday","duration":2426,"isExplicit":false,"description":"Dr Galati starts the program by sharing a story about telemedicine. He also talks about his meeting with Dr. Grace Su from the University of Michigan on the state of liver disease. Dr. Galati continues on to talk about a Wallstreet Journal article on an increased risk of heart attack on Super Bowl Sunday and the continued notice of “Making America Healthy Again”. ","startDate":1739135407000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":263705643,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"The Role of Exercise in Your Liver w/ Dr. Jon Stine","duration":2273,"isExplicit":false,"description":"Dr. Galati is back in the KTRH studios for the show tonight. He starts with a quick chat about diet soda and why you should avoid it. Dr. Galati also has Dr. Stine join the show to talk about his jourey at Penn State and the role of exercise for your liver in great detail.","startDate":1738530519000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"},{"id":259409018,"podcastId":27764882,"podcastSlug":"44-your-health-first","title":"Cold Temps Affecting Your Health & Alcohol Use Disorder","duration":2170,"isExplicit":false,"description":"Dr. Galati is back in studio tonight and starts the program with a Space City Weather update. He expresses the importance of being prepared from a health standpoint. Dr. Galati also talks about an alcohol and cancer risk report. He ends the program explaining Alcohol Use Disorder those who take part in Dry January.","startDate":1737321560000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q1M2UxN2Y4YWViOTZiNzI5YmJjNmU1NjI5NTVlY2I2LmpwZw"}]}},{"id":27764860,"title":"The Energy Mixx Radio Show","description":"A program about the oil, gas and energy business heard Sundays on 740 KTRH, Houston","lastUpdated":1724176799,"slug":"44-the-energy-mixx-radio-show","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABANtrMAAAGVWN-qQA"},"items":[{"id":274072217,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"Founder and Executive Director of Power the Future - Daniel Turner","duration":2711,"isExplicit":false,"description":"","startDate":1746396308000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":273564045,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"Phoenix Energy - CEO Adam Ferrari","duration":2711,"isExplicit":false,"description":"","startDate":1745791208000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":273007790,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"Shale Magazine Editor-in-Chief - Robert Rapier","duration":2711,"isExplicit":false,"description":"","startDate":1745186707000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":272461539,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"Policy Director For Life Powered - Brent Bennet","duration":2711,"isExplicit":false,"description":"","startDate":1744581607000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":272129717,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"CERA WEEK 2025","duration":2686,"isExplicit":false,"description":"","startDate":1744206951000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":271364284,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"CERA WEEK 2025","duration":2711,"isExplicit":false,"description":"","startDate":1743368782000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":270830772,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"Chief Strategy and Sustainability Officer at Port of Corpus - Jeffrey Pollack","duration":2711,"isExplicit":false,"description":"","startDate":1742767207000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":270341397,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"Nano Nuclear Energy Inc. CEO - James Walker","duration":2711,"isExplicit":false,"description":"","startDate":1742162407000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":269836922,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"Texas Land Commissioner - Dawn Buckingham","duration":2711,"isExplicit":false,"description":"","startDate":1741557607000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"},{"id":269334195,"podcastId":27764860,"podcastSlug":"44-the-energy-mixx-radio-show","title":"Railroad Commissioner - Jim Wright","duration":2711,"isExplicit":false,"description":"","startDate":1740952808000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzcwNGVkNGU0YjU4ZTZmNDU2NDc1MWNiZTFkYzY0YWU0LmpwZw"}]}},{"id":53959281,"title":"GenX Fit","description":"Gen-X-Fit with Cliff Saunders looks at fitness for everyone that's a Generation X'er. The fitness industry focuses on people in their 20's and 30's. It focuses on the Instagram influencers that aren't real. This podcast is about what's real, because you live a real life.","lastUpdated":1724176916,"slug":"390-genx-fit","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAATf-pAAAAF5HJTisA"},"items":[{"id":91548420,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"The Chevron Houston Marathon returns to LIVE racing Sunday","duration":963,"isExplicit":false,"description":"After being cancelled by COVID as a live event last year, the Chevron Houston Marathon returns to live racing on Sunday. Wade Morehead of the Houston Marathon Committee joins Cliff to talk about what runners can expect in the 50th anniversary race.","startDate":1642048995000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":89133962,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"After being cancelled last year, the Houston Turkey Trot is back.","duration":651,"isExplicit":false,"description":"After being cancelled last year, the Houston Turkey Trot is back. Frederick Goodall with Baker Rhipley talks about what's in store for this Houston Thanksgiving tradition.","startDate":1636615993000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":87739484,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"Jessica Willey juggles motherhood, career while training for the Boston Marathon.","duration":903,"isExplicit":false,"description":"Houston television reporter Jessica Willey is about to do something many distance runners dream of doing; run the Boston Marathon. So how did she balance her training while being a mom of three and working crazy hours? Take a listen to find out.","startDate":1633586062000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":86002381,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"Kimberly Evering is the 'Gal on the Go'","duration":1041,"isExplicit":false,"description":"Kimberly Evering changed her life completely, focusing more on herself and her fitness. She's done everything from running Spartan races to biking 500 miles across her home state of New York to raise money for cancer. She also runs 'Rock n Flow Yoga' in Virginia, where she's inspiring women of all ages.","startDate":1629361000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":85772001,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"Meet the man behind 'Old Man Muscle'","duration":770,"isExplicit":false,"description":"Texas A&M's Dr. Peter Murano is on a mission - to help men over 50 stay in shape. He's the man behind 'Old Man Muscle.' And he didn't get his start as a trainer until he was in his 60's!","startDate":1628754984000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":84787821,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"Natasha Epperson uses fitness to battle Type 2 diabetes","duration":822,"isExplicit":false,"description":"Natasha Epperson was diagnosed with Type 2 diabetes in 2007. She used fitness to reverse it. Now, she's turning back to her bike and her running shoes to beat it again.","startDate":1626248922000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":83812198,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"I was wrong about not missing the gym, and I got a wakeup call when I went back","duration":747,"isExplicit":false,"description":"Earlier this year I talked about how I didn't miss the gym, and how happy I was with my results at home. Well, I am here to admit how wrong I was. Not only did I wind up missing the gym. But I got a wakeup call when I went back; the home workouts didn't do as much as I did to maintain strength. And finally, I will tell you why you might want to check out your local gym before going back to a big box gym.","startDate":1623921503000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":83267139,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"The Chevron Houston Marathon has big plans for its 50th Anniversary race in January","duration":761,"isExplicit":false,"description":"The biggest marathons in the country are all returning as in-person events later this year. Boston, Chicago, New York City, and Los Angeles will all run in the fall, with different COVID-19 protocols in place. The Chevron Houston Marathon is returning to live racing, as well. And Muffy King with the marathon says they are hoping to have a full field of about 30-thousand runners lace up to 'Run Houston.'","startDate":1622694839000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":82492780,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"Dean Karnazes gave up a corporate career at the age of 30 to become a fulltime runner and the 'Ultramarathon Man'","duration":765,"isExplicit":false,"description":"Dean Karnazes had a corporate job. Then, on his 30th birthday, he made a life changing decision. He gave that job up. Now he's 58, a full time runner (known as the Ultramarathon Man). He once ran 50 full marathons in 50 states in 50 days. He talks about that decision, his new book, 'A Runner's High,' and how COVID has impacted his routine.","startDate":1620886143000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"},{"id":81787536,"podcastId":53959281,"podcastSlug":"390-genx-fit","title":"After being canceled last year because of COVID, the Texas MS150 is back!!","duration":616,"isExplicit":false,"description":"After being cancelled last year because of the pandemic, the Texas MS 150 is back. It runs this weekend, with some changes. Daniel Braden from Fleet Feet Houston will be part of a team riding from Houston to College Station this weekend, and he's doing it for a very personal reason.","startDate":1619682190000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2U0YzUwMmFlY2EzYTM4OTJkNDkyMDdjZGI2Y2E1OTdlLmpwZw"}]}},{"id":73394343,"title":"Off The Top","description":"Off the top of my head, I'd say this podcast is about all the stuff that means a lot to me. I've been in radio 18+ years, and am a fan of radio, podcasts, movies, Marvel, TV, tech, video games, pro wrestling, and all that kind of stuff. That would be a lot of podcasts to have to pick from, so I'll just do one about a mix of all the above. Whatever's off the top of my head each episode. I'm Joey Bond, and this is Off The Top!","lastUpdated":1724176535,"slug":"1248-off-the-top","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2QwMzZkNzdmZmU1NDAwNzM1NWU5ZDgzZmVjZDgyYjEzLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAULSRcAAAF6jDmVsA"},"items":[{"id":267055683,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Park Hopping: The Disney Treasure Cruise","duration":1234,"isExplicit":false,"description":"","startDate":1739477819000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2QwMzZkNzdmZmU1NDAwNzM1NWU5ZDgzZmVjZDgyYjEzLmpwZw"},{"id":104712140,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Black Panther: Wakanda Forever","duration":1738,"isExplicit":false,"description":"None","startDate":1668599835000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2FkYTZlMWE4NjRjOWJlNGRkY2FhNzZlOTcwNTlkNjM3LmpwZw"},{"id":99665788,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Park Hopping: Cruise on the Disney Wish","duration":2626,"isExplicit":false,"description":"Disney hosted a media event on their brand new cruise ship the Disney Wish and a few of us from Sunny 99.1 were lucky to get to go experience it. We shared so many photos and videos on the various radio station social media accounts (@sunny99houston) and at sunny99.com, but Jay Rodriguez, Robert Barbosa and myself (Joe Bond) got together for a chat about the great times that already feel like so long ago.","startDate":1658352183000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Y2YWFmZTFmNDlhZjMyMDE5YzIxYWRiY2FkMTkyYmIxLmpwZw"},{"id":92834417,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"The Book of Boba Fett","duration":4639,"isExplicit":false,"description":"For me, nothing Star Wars beats the original trilogy from the 80s, and Boba Fett was my favorite as a kid despite his limited role in the movies. This series has recaptured some of that magic for me and it was fun to deep dive discuss the series with Don and Marvin. Follow @joebombed","startDate":1644694469000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIwMWRiOWI3NzAxZDQ2YjM5Yzk5YmQ1MGU1NDY2NjZkLmpwZw"},{"id":91351728,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Spider-Man: No Way Home","duration":3812,"isExplicit":true,"description":"Joe, Marvin, Don and Chase chat up the latest Spider-Man movie and the most recent Sony Playstation games, including Spider-Man Remastered and Spider-Man Miles Morales. Follow @joebombed","startDate":1641666807000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2QzMjM1OTExZmYxNDRmMDJlMTRjYTE0NjgzMDIzYjJkLmpwZw"},{"id":88360013,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Park Hopping: Halloween Horror Nights","duration":2518,"isExplicit":false,"description":"Don and Joe talk the annual Halloween Horror Nights even at Universal Studios Orlando Florida. This is a must-visit for anyone that's a fan of horror movies and theme parks! @joebombed","startDate":1635016443000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2JiY2I3OWY5MzJiN2Y5OTFhZjE4Y2NiNmI5NjhkYTNiLmpwZw"},{"id":86055846,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Park Hopping: Magic Kingdom at Disney World","duration":5265,"isExplicit":false,"description":"Don and Joe talk in-depth on their recent and lifelong experiences at Magic Kingdom in Disney World Orlando! @joebombed","startDate":1629487012000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzkwMDVmN2Q4MTA0MTc4NTU5MjQ0MmUyOTMwZDRhYjhiLmpwZw"},{"id":85482165,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Black Widow","duration":1167,"isExplicit":false,"description":"We react to the Black Widow movie from Marvel and Disney, after a long series of delays. Follow @thisisoffthetop and @joebombed","startDate":1628019051000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExMTMyN2Y2MzI1N2JiYzk5YzVhZGIwOTdiYjkxOTUzLmpwZw"},{"id":85128703,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Loki episodes 3, 4, 5 & 6 (The Finale)","duration":1483,"isExplicit":false,"description":"The latest series from Marvel on Disney+ is their most watched yet, though it's got a mixed reaction between Joe, Don and Marvin. We chat it up and apply geek logic best we can to help it make sense to us. @joebombed","startDate":1627064162000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA2Nzg3NjZhZjYxNzZkNWJiNTg5MjYzMDRkMDliZjRiLmpwZw"},{"id":84625687,"podcastId":73394343,"podcastSlug":"1248-off-the-top","title":"Zombie Talk","duration":1669,"isExplicit":false,"description":"Just talking about zombies, no big whoop.","startDate":1625850222000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q3MjdiYzc0MzhkNzc5Y2Q2MWFmYjE4OTc0MjYwYThlLmpwZw"}]}},{"id":107690410,"title":"Ad 2 Houston Presents The Admigos Podcast","description":"The Admigos Podcast is a podcast for young professionals in advertising, media, marketing, sales and customer relations who are learning to navigate their careers. The Podcast features conversations that inspire, educate and guide anyone entering the communications industry.","lastUpdated":1724176906,"slug":"1248-ad-2-houston-presents-the","isExternal":false,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAtDn54AAAGQTfrLAA"},"items":[{"id":232533426,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Jacob Dantone - Broadcast Producer, Audio Engineer For Radiolounge And Ad 2 Houston","duration":3069,"isExplicit":false,"description":"Co-Creator, Co-Host, and Executive Producer of the Admigos Podcast sits down with the Admigos to talk about his journey into the world of Audio Engineering.","startDate":1730181600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":227464524,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Jimmy H - Executive Director At Blue Bandit Digital","duration":2777,"isExplicit":false,"description":"Jimmy stops by the Admigos Studio to share his experiences as the Executive Director at Blue Bandit Digital.","startDate":1728972000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":222394707,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Loida Caseras - Strategic Account Manager at the Houston Chronicle, Ad 2 Liason","duration":3208,"isExplicit":false,"description":"Loida Caseras joins the Admigos to discuss her lengthy career in Journalism, as well as her connection to Ad 2 and AAF-Houston.","startDate":1727762400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":217124716,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Caitlyn McIntyre, Account Coordinator - Lopez Negrete Communications","duration":2581,"isExplicit":false,"description":"The Admigos sit down with Ad 2 Houston Membership Chair Chair, Caitlyn McIntyre, to discuss her journey from San Antonio to Texas State and how she landed in Houston working for Lopez Negrete Communications.","startDate":1726552800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":211973865,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"The Art Of Filmmaking with Art Strong and Diego Rodriguez","duration":1947,"isExplicit":false,"description":"The Admigos talk to Art Strong and Diego Rodriguez about their careers as film makersArt Strong: https://ad2houstonadmigospodcast.transistor.fm/5Diego Rodriguez: https://ad2houstonadmigospodcast.transistor.fm/20","startDate":1725343200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":207375531,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Guido Falconi - Former Ad 2 President, Marketing Manger, Conferences for S&P Global","duration":2357,"isExplicit":false,"description":"The Founder of the Admigos Podcast and former Ad 2 Houston president, Guido Falconi, sits down with the Admigos to tell his story.","startDate":1724133600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":203089659,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Ad 2 Reviews: Olympics 2024 Ads","duration":1585,"isExplicit":false,"description":"Cameron and Jacob sit down to discuss some advertisements that aired during the 2024 Olympics","startDate":1722957671000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":198505824,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Jennyfer Arquieta, Ad 2 Houston Vice President","duration":2361,"isExplicit":false,"description":"Jennyfer Arquieta sits down with the Admigos to discuss her new role as Vice President, and her journey in and out of the advertising industry.","startDate":1721714400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":193755333,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Victoria Mendez Vera - President of AAF-UH and Programs Chair for Ad 2 Houston","duration":1126,"isExplicit":false,"description":"One of Ad 2 Houston's newest members and Program's chair, Victoria Mendez Vera joins the Admigos Podcast!","startDate":1720504800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"},{"id":188981150,"podcastId":107690410,"podcastSlug":"1248-ad-2-houston-presents-the","title":"Kate Graves - Strategic Communication in Advertising","duration":1380,"isExplicit":false,"description":"The Admigos sit down with one of their newest board members Kate Graves. They discuss her involvement with Ad 2 Houston, as well as her beginnings in the advertising world.","startDate":1719295200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZiOWVlODQwZjE4YjFhYTk3MzM4YjI4ODExZjFhOWFmLmpwZw"}]}},{"id":122143378,"title":"The Next-Gen Report","description":"The Next Gen Report with Ethan Buchanan","lastUpdated":1724176577,"slug":"1248-the-next-gen-report","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABAv2vQAAAGV9aQFEA"},"items":[{"id":274271199,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"Is Trump Really Divisive?","duration":2344,"isExplicit":false,"description":"\u003cb>Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC.\u003c/b>\u003cbr />\u003cb>\u003c/b>\u003cbr />The drama in the Texas House of Representatives continues. After a senior staffer on Speaker Dustin Burrows' team, allegations are flying that he was using his position to kill legislation behind the speaker’s back. \u003cbr />President Donald Trump does a sit-down interview with NBC's Meet the Press. After watching the interview, you have to ask, \"Is Donald Trump really as divisive as the media says he is?\" \u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1746606608000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":274098068,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"The Texas House Is Cheating You","duration":2346,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC.\u003cbr />\u003cbr />- On paper, the entire government of the State of Texas is run by card-carrying Republicans. So why are we constantly having such difficulty moving Republican priorities like property tax relief through the House of Representatives? State Rep. Brian Harrison (R-HD10) joins us to explain. \u003cbr />- The left has made a lot of excuses for why we need all the waste, fraud, and abuse that DOGE has weeded out to continue. The craziest comes from Tim Walz’s daughter, Hope Walz, who says DOGE's work will hurt the running community.\u003cbr />\u003cbr />Find Representative Brian Harrison on X: \u003ca href=\"https://x.com/brianeharrison\" target=\"_blank\" rel=\"noreferrer noopener\">@brianeharrison\u003c/a>\u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1746435343000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":273777141,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"Trump's First 100 Days","duration":2345,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC.\u003cbr />\u003cbr />- The 2026 midterms are heating up. Texas Attorney General Ken Paxton challenging incumbent John Cornyn for his Senate seat could be the biggest race of the season, so who will Trump endorse? \u003cbr />- The Trump administration, and the American Right as a whole, are all celebrating the first 100 days of Trump's second term. Meanwhile, the left continues to be desperate for both leadership and attention. \u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1746001485000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":273604339,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"No One Is Above The Law","duration":2343,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC.\u003cbr />\u003cbr />Multiple radical left judges across the United States are now being accused by the Trump administration of helping illegal aliens avoid being taken into custody. They're now being arrested for it. \u003cbr />Leftists continue to believe that the best and only answer to all of life’s questions is, \"Just let the federal government handle it.\" Nowhere is that more true than in the world of education. \u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1745838883000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":273262002,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"Pope Francis' Death Matters","duration":1743,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC.\u003cbr />\u003cbr />Pope Francis passed away recently at the age of 88 years old. Even if you aren't a Catholic, this is a major world event that has the potential to impact the entire Western world. \u003cbr />RFK JR and the Department of Health and Human Services moved to ban toxic petroleum-based food dyes. Why does that matter, and when will it take effect? \u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1745428917000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":273037377,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"Letitia James Is In Trouble","duration":2344,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC. \u003cbr />\u003cbr />New York Attorney General Letitia James, who made a name for herself prosecuting Trump for supposedly lying about his properties to get favorable loans, receives a criminal referral from the DOJ for lying about her properties to get favorable loans. Ironic, right? \u003cbr />\u003cbr />The Democratic Party has absolutely no issues to run on in the midterms, so their new policy is just, \"Whatever Trump does, we oppose.\" That includes Trump deporting illegal alien members of MS-13 who abuse their wives. \u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1745226897000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":272687556,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"Joe Biden's Back For Some Reason","duration":2341,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC. \u003cbr />\u003cbr />Joe Biden comes out of hiding to complain that Donald Trump is fixing all the stuff he broke. This is likely a symptom of how desperate the Democratic Party is for leadership. \u003cbr />Trump has a sit-down with El Salvadorian President Nayib Bukele, and the left, of course, loses their minds over the fact that he won't return a member of the MS-13 gang to the U.S. \u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1744793230000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":272105385,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"The 2026 Midterms Are Underway","duration":2344,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC. \u003cbr />\u003cbr />Texas Attorney General Ken Paxton has announced that he is running against U.S. Senator John Cornyn (R-TX) for his seat in the 2026 midterms. \u003cbr />A radical left-wing group called Defense of Democracy has drawn criticism online after its leader was caught on camera saying her children that didn't identify as LGBT were \"dead to her.\" \u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1744188065000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":271918551,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"We Can Solve The Crime Problem (Feat. April Aguirre)","duration":2336,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC. \u003cbr />\u003cbr />The future can be a scary thing, but the closer we get to it, the more it starts to look a lot like the past. We'll talk about what that means for your money. \u003cbr />Violent crime continues to destroy lives across Houston, Texas, and the United States of America. We’ll take a look at why that is, and crime victim advocate April Aguirre will join us to talk about what we can do to stop it. \u003cbr />\u003cbr />Find April on X: \u003ca href=\"https://x.com/AprilAguirreTx\" target=\"_blank\" rel=\"noreferrer noopener\">@AprilAguirreTx\u003c/a>\u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1744016154000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"},{"id":271571700,"podcastId":122143378,"podcastSlug":"1248-the-next-gen-report","title":"Gavin Newsom Missed The Point","duration":2346,"isExplicit":false,"description":"Listen to The Next-Gen Report live! Sundays at 7:00 p.m. on AM950, KPRC. \u003cbr />\u003cbr />California Governor Gavin Newsom has been hard at work trying to make himself look like a moderate. He's realized that \"the Democrat brand is toxic,\" but doesn't understand why. \u003cbr />Democrat Senator Corey Booker has broken the record for the longest ever filibuster on the Senate floor. So what was he filibustering? No one knows. Why did he do it? No one knows that either. \u003cbr />\u003cbr />For the latest news, follow me on Instagram, and X: \u003cbr />\u003ca href=\"https://www.instagram.com/the.ethanbuchanan/\" target=\"_blank\" rel=\"noreferrer noopener\">@the.ethanbuchanan \u003c/a>\u003cbr />\u003ca href=\"https://x.com/_ethanbuchanan\" target=\"_blank\" rel=\"noreferrer noopener\">@_ethanbuchanan\u003c/a>","startDate":1743582922000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzZkZjhjNzkxZmQzOTg1Yjg5MDk4MzJiMmM5M2YwYmFjLmpwZw"}]}},{"id":167769138,"title":"True Film Fan","description":"A weekly deep dive for passionate film fans, including reviews, interviews and commentary on film topics.","lastUpdated":1724176841,"slug":"1248-true-film-fan","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAApc3dsAAAGPTKEnyA"},"items":[{"id":273018754,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"Minecraft movie debut dominates world wide box office","duration":582,"isExplicit":false,"description":"\u003cb>Minecraft is a super popular vidoogame that has long been a favorite of video gamers world wide. \u003c/b>\u003cb>But the movie version has debuted to huge tickets sales at theaters all over the world. While it does star Jack Black and Jason Momoa and was directed by Jared Hess (Nacho Libre, Napoleon Dynamiite) it's not the stars or the director that's the appeal. It's the Minecraft brand.\u003c/b>\u003cbr />\u003cbr />\u003cb>To explain this phenomena, John Wesley Downey brings in Zach Killian, the creator of the highly \u003c/b>\u003cb>popular You Tube Channel WOW SUCH GAMING to discuss the game's populaiirty and it's transfer to the big screen. \u003c/b>\u003cbr />\u003cbr />\u003cb>This is part one of a two part interview. In part two, Zach will talk about his video gaming channel, Zombies and the classic Zombie movie, SHAUN OF THE DEAD.\u003c/b>\u003cbr />\u003cbr />\u003cb>Enjoy this podcast on the giant box office success of Minecraft and follow this podcast channel (hit the follow button) so you won't miss part two and Zombies and Shaun of tghe Dead.\u003c/b>\u003cbr />\u003cbr />\u003cb>Thanks for listening!\u003c/b>\u003cbr />\u003cb>[email protected]\u003c/b>","startDate":1745202327000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":269683713,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"Gun Safety on Film Sets - How it's handled and what went wrong on RUST and THE CROW","duration":3797,"isExplicit":false,"description":"\u003cb>\u003ci>On October 21, 2021, at the Bonanza Creek Ranch in \u003ca href=\"https://en.wikipedia.org/wiki/Bonanza_City,_New_Mexico\" target=\"_blank\" rel=\"noreferrer noopener\">Bonanza City, New Mexico\u003c/a>, cinematographer \u003ca href=\"https://en.wikipedia.org/wiki/Halyna_Hutchins\" target=\"_blank\" rel=\"noreferrer noopener\">Halyna Hutchins\u003c/a> was fatally shot and director \u003ca href=\"https://en.wikipedia.org/wiki/Joel_Souza\" target=\"_blank\" rel=\"noreferrer noopener\">Joel Souza\u003c/a> was injured on the set of the film \u003ca href=\"https://en.wikipedia.org/wiki/Rust_(2024_film)\" target=\"_blank\" rel=\"noreferrer noopener\">Rust\u003c/a> when a live round was discharged from a \u003ca href=\"https://en.wikipedia.org/wiki/Prop_gun\" target=\"_blank\" rel=\"noreferrer noopener\">prop revolver\u003c/a> that actor \u003ca href=\"https://en.wikipedia.org/wiki/Alec_Baldwin\" target=\"_blank\" rel=\"noreferrer noopener\">Alec Baldwin\u003c/a> was using. - Wikipedia\u003c/i>\u003c/b>\u003cbr />\u003cb>\u003ci>\u003c/i>\u003c/b>\u003cbr />\u003cb>This film set tragedy ignited a discussion in the world of film and video production on the handling \u003c/b>\u003cb>of guns on sets as well as raising questions about how accidents such as this can be prevented. \u003c/b>\u003cb>Now TRUE FILM FAN brings you a comprehensive 63 minute interview with Dutch Merrick, a \u003c/b>\u003cb>long time property master and armorer with three decades of film industry experience. \u003c/b>\u003cbr />\u003cbr />\u003cb>Both the RUST shooting as well as the 1993 death of actor Brandon Lee on the set of THE CROW are discussed in detail. Dutch also talks about a book he wrote on film set gun safety practices and talks about the courses he offers in gun safety both in Los Angeles and touring the country.\u003c/b>\u003cbr />\u003cbr />\u003cb>John Wesley Downey\u003c/b>\u003cbr />\u003cb>TRUE FILM FAN\u003c/b>\u003cbr />\u003cbr />\u003cbr />\u003cb>\u003ci>\u003c/i>\u003c/b>","startDate":1741314760000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":231468115,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"TRUE FILM FAN interviews documentary filmmaker on RUNAWAY RADIO about legendary radio station KLOL","duration":3063,"isExplicit":false,"description":"in this lengthy, in depth interview host John Wesley Downey interviews documentary filmmaker\u003cbr />Mike McGuff about his movie RUNAWAY RADIO which focuses on Houston's rock station KLOL which for decades was Houston's feisty, unvonventional radio rogue complee with a cast of distinctive personalities who brokes the rules and gained a loyal audience. Stevens and Pruett, Colonel St. James, Dayna Steele, Outlaw Dave, Crash and more along with the station's colorful logo and bizarre antics were a huge part of what Houston was from 1970 to the early 2000s. Downey also discusses McGuff's 14 year journey and battle to get the film made and completed. Houston radio fans and media buffs will find a lot to consider here, a trip down memory lane that is full of surprises. \u003cbr />\u003cbr />IMPORTANT PROGRAMMING NOTE for next week's holiday Halloween weekend. John will explore the horror classic THE EXORCIST from all angles, it's origins, behind the scenes trivia, John's unique experience with the film, lots of \"how they did it\" info and a full leplanation of the film for those who didn't get it the first time around. It's called THE EXORCIST PHENOMENON - THE DEVIL'S IN THE DETAILS next week on John Wesley Downey's TRUE FILM FAN podcast.\u003cbr />\u003cbr />Don't forget to hit FOLLOW so you can hear future episodes covering the world of movies.","startDate":1729900540000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":214403962,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"Actor James Earl Jones dead at 93 star of movies, TV, stage and animation","duration":98,"isExplicit":false,"description":"\u003cbr />He voiced Darth Vader in Star Wars and Mufasa in the Lion King. He appeared in over 80 movies including Field of Dreams, Conan\\, The Hunt for Red October, Dr. Strangelove, Coming to America and more. He had a Broadway career too. He won all lthe big show biz awards, Emmy, Oscar, Tony and Grammy. The podcast contains an interesting story about how James Earl Jones' family will benefit financially from Jones amazing voice, long after his passing.\u003cbr />\u003cbr />Please share this podcast and follow us for more great cinematic content on the I Heart Radio app.","startDate":1725933540000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":213449997,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"TRUE FILM FAN Tim Burton doubles the fun in BEETLEJUICE BEETLEJUICE sequel","duration":726,"isExplicit":false,"description":"\u003cbr />This podcasts focuses on The Wizard of Odd, American film director Tim Burton,\u003cbr />the filmmaker who launched the modern era super hero blockbuster with Batman\u003cbr />in 1989, has created such memorable characters as Edward Scissorhands and\u003cbr />Jack Skellington in his Halloween/Christmas stop motion animated classic \u003cbr />THE NIGHTMARE BEFORE CHRISTMAS, and brought the Broadway musical\u003cbr />SWEENEY TODD to cinematic form. Prolific, creative and practically his own\u003cbr />genre, Tim has a sequel to his 1988 comedy horror film BEETLEJUICE in the\u003cbr />theatres and John Wesley Downey, host of True Film Fan, GIVES YOU LOTS OF\u003cbr />so you can decide if you want to see it.","startDate":1725692555000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":202272460,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"Rob Saucedo talks about the re-opening of iconic River Oaks Movie Theatre","duration":2124,"isExplicit":false,"description":"\u003cbr />\u003cb>Cinephile Rob Saucedo is already well known to movie fans in Texas for his 13 year tenure as Manager, booker and creative director at the popular upscale Alamo Drafthouse Theater chain.\u003c/b>\u003cbr />\u003cbr />\u003cb>Now Rob has taken on a new challenge. When the effects of covid shut down the legendary\u003c/b>\u003cbr />\u003cb>Ricer Oaks theater, passionate Houston film fans were devastated. This landmark venue had \u003c/b>\u003cb>been playing movies in Houston since November 1939. It appeared it would not survide the covid era. \u003c/b>\u003cbr />\u003cbr />\u003cb>But now, a new company has rescued the property and hired Rob Saucedo to put the River Oaks theater back on the map with all the flair he demonstrated in his previous position at the Alamo Drafthouse.\u003c/b>\u003cbr />\u003cbr />\u003cb>If you're a film fanatic you'll enjoy this 35 minute journey into film with host John Wesley Downey \u003c/b>\u003cb>and author/cinephile Rob Saucedo. Please like, share and follow for the latest uploads of True film Fan.\u003c/b>\u003cbr />\u003cb>\u003c/b>\u003cbr />\u003cb>Don't forget to like, subscribe (follow) for the movie podcast all of Houston is talking about,\u003c/b>\u003cbr />\u003cb>TRUE FILM FAN.\u003c/b>\u003cbr />\u003cb>\u003c/b>\u003cbr />\u003cb>\u003c/b>\u003cbr />\u003cb>\u003c/b>","startDate":1722741352000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":179980817,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"Memorial Day Salute to Saving Private Ryan","duration":347,"isExplicit":false,"description":" \u003cbr />\u003cb>Memorial Day is when we remember and pay tribute to those who have served and sacrificed in \u003c/b>\u003cb>the U.S. military in order for us to be free. In the film world, no movie does that better than SAVING PRIVATE RYAN . \u003c/b>\u003cbr />\u003cb>\u003c/b>\u003cbr />\u003cb>Director Steven Spielberg has said he made Schindler's List for his m other and SAVING PRIVATE RYAN for his father. His father Arnold served in India and the Pacific in World War II in the Signal Corps. The film puts the compassion for a mother who has lost three sons on display alongside the horrors of war and the price of freedom. Please listen to my commentary on this great film and reflect on and appreciate the sacrifices of American soliders on this Memorial Day. \u003c/b>\u003cbr />\u003cb>\u003c/b>\u003cbr />\u003cb>Thanks for listening and please follow the podcast so you never miss what's going on here on TRUE FILM FAN. Thanks!\u003c/b>\u003cbr />\u003cbr />\u003cb>John Wesley Downey\u003c/b>\u003cbr />\u003cb>[email protected]\u003c/b>","startDate":1716773273000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":176739072,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"An epic film starting shooting 63 years ago today","duration":176,"isExplicit":false,"description":" On May 15th, 1961 the cameras rolled for the first time on one of the greatest\u003cbr /> achievements in movie hitosry, the epic LAWRENCE OF ARABIA. Get the basics\u003cbr /> on this landmark film and it's incredible influence on today's filmmakers such as\u003cbr /> Steven Spielberg. Listen to the podcast and use the share button to ciculate it\u003cbr /> among your fellow film fans.\u003cbr />\u003cbr /> John Wesley Downey\u003cbr /> TRUE FILM FAN","startDate":1715823914000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":175516507,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"Gollum gets his own Lord of the Rings movie!","duration":465,"isExplicit":false,"description":"\u003cb>Warner Brothers has announced a new Lord of the Rings movie will be\u003c/b>\u003cbr />\u003cb>made called \"The Hunt for Gollum.\" You'll never guess who directs it.\u003c/b>\u003cbr />\u003cb>It's a few years away, but the irony is, a bunch of fans already did this\u003c/b>\u003cbr />\u003cb>years ago. Huh? Listen to the podcast for all the details from your host\u003c/b>\u003cbr />\u003cb>John Wesley Downey as well as a glimpse into the EXCITING future of the \u003c/b>\u003cbr />\u003cb>True Film Fan FULL LENGTH episodes coming this summer that will delight\u003c/b>\u003cbr />\u003cb>every serious, true film fan.\u003c/b>\u003cbr />\u003cb>\u003c/b>\u003cbr />\u003cb>\u003c/b>","startDate":1715485673000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"},{"id":173858267,"podcastId":167769138,"podcastSlug":"1248-true-film-fan","title":"The Latest Movie News UPDATE","duration":399,"isExplicit":false,"description":" \u003cb> John Wesley Downey updates True Film Fans on this past weekend's\u003c/b>\u003cbr />\u003cb> box office results, which include a movie from 1999 (!), the Star Wars\u003c/b>\u003cbr />\u003cb> prequel the Phantom Meance due to the May Fourth Be with You weekend.\u003c/b>\u003cbr />\u003cb> Ryan Gosling is # 1 but did the movie cost too much? \u003c/b>\u003cbr />\u003cbr />\u003cb> We'll salute to a fan favorite Bernard Hilll RIP who played iconic roles in \u003c/b>\u003cbr />\u003cb> Lord of the Rings (Theoden) and Titanic (The Captain). \u003c/b>\u003cbr />\u003cb> \u003c/b>\u003cbr />\u003cb> John will alert you to cool episodes of True ilm Fan that include \u003c/b>\u003cbr />\u003cb> \"The Devil's in the Details\" a deep dive into the 1973 horror classic\u003c/b>\u003cbr />\u003cb> The Exorcist. A fun episode spotlighting sports films. And a look at the battle\u003c/b>\u003cbr />\u003cb> on set between Stanley Kubrick and Shelley Duvall. John says internet information\u003c/b>\u003cbr />\u003cb> on that story is wrong and needs more information and contest, and he'll have it for\u003c/b>\u003cbr />\u003cb> you. So subscrie and tell outhers about the True Film Fan podcast available on\u003c/b>\u003cbr />\u003cb> your I Heart Radio app or whever you get your podcasts.\u003c/b>","startDate":1714977581000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdlNzA3ZTU3NTQ0YTA2ZjZlZWI4YjA3MjQzNWQzMjZhLmpwZw"}]}}]}],["weathertileloader-29.7466655--95.358421",{"data":[{"dayOfWeek":"Saturday","expirationTimeUtc":1746906177,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":13,"moonriseTimeLocal":"2025-05-10T18:35:16-0500","moonriseTimeUtc":1746920116,"moonsetTimeLocal":"2025-05-10T05:08:16-0500","moonsetTimeUtc":1746871696,"narrative":"Times of sun and clouds. Highs in the low 80s and lows in the low 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-10T06:31:48-0500","sunriseTimeUtc":1746876708,"sunsetTimeLocal":"2025-05-10T20:04:36-0500","sunsetTimeUtc":1746925476,"temperatureMax":81,"temperatureMin":63,"validTimeUtc":1746878400,"validTimeLocal":"2025-05-10T07:00:00-0500","calendarDayTemperatureMax":81,"calendarDayTemperatureMin":64,"day":{"cloudCover":62,"dayOrNight":"D","daypartName":"Today","iconCode":30,"iconCodeExtend":3000,"narrative":"Partly cloudy. High 81F. Winds N at 15 to 25 mph.","precipChance":15,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":43,"snowRange":"","temperature":81,"temperatureHeatIndex":81,"temperatureWindChill":78,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Very High","uvIndex":9,"windDirection":4,"windDirectionCardinal":"N","windPhrase":"Winds N at 15 to 25 mph.","windSpeed":18,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"},"night":{"cloudCover":54,"dayOrNight":"N","daypartName":"Tonight","iconCode":27,"iconCodeExtend":2700,"narrative":"Partly cloudy skies this evening will become overcast overnight. Low 63F. Winds N at 10 to 15 mph.","precipChance":6,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":63,"snowRange":"","temperature":63,"temperatureHeatIndex":77,"temperatureWindChill":63,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":10,"windDirectionCardinal":"N","windPhrase":"Winds N at 10 to 15 mph.","windSpeed":12,"wxPhraseLong":"Mostly Cloudy","wxPhraseShort":"M Cloudy"}},{"dayOfWeek":"Sunday","expirationTimeUtc":1746906177,"moonPhase":"Full Moon","moonPhaseCode":"F","moonPhaseDay":14,"moonriseTimeLocal":"2025-05-11T19:30:25-0500","moonriseTimeUtc":1747009825,"moonsetTimeLocal":"2025-05-11T05:37:01-0500","moonsetTimeUtc":1746959821,"narrative":"Cloudy. Highs in the mid 70s and lows in the low 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-11T06:31:06-0500","sunriseTimeUtc":1746963066,"sunsetTimeLocal":"2025-05-11T20:05:15-0500","sunsetTimeUtc":1747011915,"temperatureMax":74,"temperatureMin":60,"validTimeUtc":1746964800,"validTimeLocal":"2025-05-11T07:00:00-0500","calendarDayTemperatureMax":74,"calendarDayTemperatureMin":63,"day":{"cloudCover":82,"dayOrNight":"D","daypartName":"Tomorrow","iconCode":26,"iconCodeExtend":2600,"narrative":"Overcast. High 74F. Winds NW at 10 to 20 mph.","precipChance":9,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":53,"snowRange":"","temperature":74,"temperatureHeatIndex":74,"temperatureWindChill":64,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"High","uvIndex":7,"windDirection":325,"windDirectionCardinal":"NW","windPhrase":"Winds NW at 10 to 20 mph.","windSpeed":16,"wxPhraseLong":"Cloudy","wxPhraseShort":"Cloudy"},"night":{"cloudCover":41,"dayOrNight":"N","daypartName":"Tomorrow night","iconCode":29,"iconCodeExtend":2900,"narrative":"Partly cloudy. Low near 60F. Winds N at 10 to 15 mph.","precipChance":7,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":71,"snowRange":"","temperature":60,"temperatureHeatIndex":71,"temperatureWindChill":60,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":350,"windDirectionCardinal":"N","windPhrase":"Winds N at 10 to 15 mph.","windSpeed":10,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Monday","expirationTimeUtc":1746906177,"moonPhase":"Full Moon","moonPhaseCode":"F","moonPhaseDay":15,"moonriseTimeLocal":"2025-05-12T20:28:05-0500","moonriseTimeUtc":1747099685,"moonsetTimeLocal":"2025-05-12T06:09:38-0500","moonsetTimeUtc":1747048178,"narrative":"Plenty of sun. Highs in the upper 80s and lows in the upper 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-12T06:30:26-0500","sunriseTimeUtc":1747049426,"sunsetTimeLocal":"2025-05-12T20:05:54-0500","sunsetTimeUtc":1747098354,"temperatureMax":87,"temperatureMin":68,"validTimeUtc":1747051200,"validTimeLocal":"2025-05-12T07:00:00-0500","calendarDayTemperatureMax":87,"calendarDayTemperatureMin":60,"day":{"cloudCover":16,"dayOrNight":"D","daypartName":"Monday","iconCode":34,"iconCodeExtend":3400,"narrative":"Plentiful sunshine. High 87F. Winds WNW at 10 to 20 mph.","precipChance":11,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":52,"snowRange":"","temperature":87,"temperatureHeatIndex":87,"temperatureWindChill":61,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Extreme","uvIndex":11,"windDirection":293,"windDirectionCardinal":"WNW","windPhrase":"Winds WNW at 10 to 20 mph.","windSpeed":13,"wxPhraseLong":"Mostly Sunny","wxPhraseShort":"M Sunny"},"night":{"cloudCover":9,"dayOrNight":"N","daypartName":"Monday night","iconCode":31,"iconCodeExtend":3100,"narrative":"Clear skies. Low 68F. Winds SSE at 5 to 10 mph.","precipChance":8,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":70,"snowRange":"","temperature":68,"temperatureHeatIndex":84,"temperatureWindChill":68,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":167,"windDirectionCardinal":"SSE","windPhrase":"Winds SSE at 5 to 10 mph.","windSpeed":8,"wxPhraseLong":"Clear","wxPhraseShort":"Clear"}},{"dayOfWeek":"Tuesday","expirationTimeUtc":1746906177,"moonPhase":"Full Moon","moonPhaseCode":"F","moonPhaseDay":15,"moonriseTimeLocal":"2025-05-13T21:25:33-0500","moonriseTimeUtc":1747189533,"moonsetTimeLocal":"2025-05-13T06:46:49-0500","moonsetTimeUtc":1747136809,"narrative":"Windy with sunshine. Highs in the low 90s and lows in the low 70s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-13T06:29:47-0500","sunriseTimeUtc":1747135787,"sunsetTimeLocal":"2025-05-13T20:06:33-0500","sunsetTimeUtc":1747184793,"temperatureMax":93,"temperatureMin":73,"validTimeUtc":1747137600,"validTimeLocal":"2025-05-13T07:00:00-0500","calendarDayTemperatureMax":93,"calendarDayTemperatureMin":68,"day":{"cloudCover":16,"dayOrNight":"D","daypartName":"Tuesday","iconCode":24,"iconCodeExtend":3210,"narrative":"Mostly sunny. Becoming windy during the afternoon. High 93F. Winds S at 20 to 30 mph. Higher wind gusts possible.","precipChance":8,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":"Q1016","qualifierPhrase":"Higher wind gusts possible.","relativeHumidity":57,"snowRange":"","temperature":93,"temperatureHeatIndex":94,"temperatureWindChill":70,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Extreme","uvIndex":11,"windDirection":183,"windDirectionCardinal":"S","windPhrase":"Winds S at 20 to 30 mph.","windSpeed":20,"wxPhraseLong":"Sunny/Wind","wxPhraseShort":"Sunny/Wind"},"night":{"cloudCover":32,"dayOrNight":"N","daypartName":"Tuesday night","iconCode":33,"iconCodeExtend":3300,"narrative":"Clear skies with a few passing clouds. Low 73F. Winds S at 10 to 20 mph.","precipChance":5,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":72,"snowRange":"","temperature":73,"temperatureHeatIndex":88,"temperatureWindChill":73,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":185,"windDirectionCardinal":"S","windPhrase":"Winds S at 10 to 20 mph.","windSpeed":17,"wxPhraseLong":"Mostly Clear","wxPhraseShort":"M Clear"}},{"dayOfWeek":"Wednesday","expirationTimeUtc":1746906177,"moonPhase":"Waning Gibbous","moonPhaseCode":"WNG","moonPhaseDay":16,"moonriseTimeLocal":"2025-05-14T22:23:02-0500","moonriseTimeUtc":1747279382,"moonsetTimeLocal":"2025-05-14T07:29:22-0500","moonsetTimeUtc":1747225762,"narrative":"Mix of sun and clouds. Highs in the low 90s and lows in the mid 70s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-14T06:29:09-0500","sunriseTimeUtc":1747222149,"sunsetTimeLocal":"2025-05-14T20:07:11-0500","sunsetTimeUtc":1747271231,"temperatureMax":93,"temperatureMin":74,"validTimeUtc":1747224000,"validTimeLocal":"2025-05-14T07:00:00-0500","calendarDayTemperatureMax":93,"calendarDayTemperatureMin":73,"day":{"cloudCover":40,"dayOrNight":"D","daypartName":"Wednesday","iconCode":30,"iconCodeExtend":3000,"narrative":"Partly cloudy skies. Near record high temperatures. High 93F. Winds S at 15 to 25 mph.","precipChance":5,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":"Q615","qualifierPhrase":"Near record high temperatures.","relativeHumidity":56,"snowRange":"","temperature":93,"temperatureHeatIndex":95,"temperatureWindChill":75,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Extreme","uvIndex":11,"windDirection":187,"windDirectionCardinal":"S","windPhrase":"Winds S at 15 to 25 mph.","windSpeed":20,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"},"night":{"cloudCover":45,"dayOrNight":"N","daypartName":"Wednesday night","iconCode":29,"iconCodeExtend":2900,"narrative":"A few clouds from time to time. Low 74F. Winds S at 10 to 20 mph.","precipChance":7,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":79,"snowRange":"","temperature":74,"temperatureHeatIndex":90,"temperatureWindChill":74,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":177,"windDirectionCardinal":"S","windPhrase":"Winds S at 10 to 20 mph.","windSpeed":16,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Thursday","expirationTimeUtc":1746906177,"moonPhase":"Waning Gibbous","moonPhaseCode":"WNG","moonPhaseDay":17,"moonriseTimeLocal":"2025-05-15T23:16:40-0500","moonriseTimeUtc":1747369000,"moonsetTimeLocal":"2025-05-15T08:19:08-0500","moonsetTimeUtc":1747315148,"narrative":"A few clouds. Highs in the mid 90s and lows in the upper 70s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-15T06:28:32-0500","sunriseTimeUtc":1747308512,"sunsetTimeLocal":"2025-05-15T20:07:50-0500","sunsetTimeUtc":1747357670,"temperatureMax":94,"temperatureMin":77,"validTimeUtc":1747310400,"validTimeLocal":"2025-05-15T07:00:00-0500","calendarDayTemperatureMax":94,"calendarDayTemperatureMin":74,"day":{"cloudCover":35,"dayOrNight":"D","daypartName":"Thursday","iconCode":34,"iconCodeExtend":3400,"narrative":"Sunshine along with some cloudy intervals. Near record high temperatures. High 94F. Winds S at 15 to 25 mph.","precipChance":7,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":"Q615","qualifierPhrase":"Near record high temperatures.","relativeHumidity":59,"snowRange":"","temperature":94,"temperatureHeatIndex":98,"temperatureWindChill":76,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Extreme","uvIndex":11,"windDirection":178,"windDirectionCardinal":"S","windPhrase":"Winds S at 15 to 25 mph.","windSpeed":20,"wxPhraseLong":"Mostly Sunny","wxPhraseShort":"M Sunny"},"night":{"cloudCover":63,"dayOrNight":"N","daypartName":"Thursday night","iconCode":27,"iconCodeExtend":2700,"narrative":"Partly cloudy skies during the evening will give way to cloudy skies overnight. Low 77F. Winds SSE at 10 to 20 mph.","precipChance":8,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":82,"snowRange":"","temperature":77,"temperatureHeatIndex":95,"temperatureWindChill":77,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":154,"windDirectionCardinal":"SSE","windPhrase":"Winds SSE at 10 to 20 mph.","windSpeed":15,"wxPhraseLong":"Mostly Cloudy","wxPhraseShort":"M Cloudy"}},{"dayOfWeek":"Friday","expirationTimeUtc":1746906177,"moonPhase":"Waning Gibbous","moonPhaseCode":"WNG","moonPhaseDay":18,"moonriseTimeLocal":"","moonriseTimeUtc":null,"moonsetTimeLocal":"2025-05-16T09:13:58-0500","moonsetTimeUtc":1747404838,"narrative":"Mix of sun and clouds. Highs in the low 90s and lows in the upper 70s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-05-16T06:27:56-0500","sunriseTimeUtc":1747394876,"sunsetTimeLocal":"2025-05-16T20:08:28-0500","sunsetTimeUtc":1747444108,"temperatureMax":93,"temperatureMin":77,"validTimeUtc":1747396800,"validTimeLocal":"2025-05-16T07:00:00-0500","calendarDayTemperatureMax":93,"calendarDayTemperatureMin":77,"day":{"cloudCover":50,"dayOrNight":"D","daypartName":"Friday","iconCode":30,"iconCodeExtend":3000,"narrative":"Intervals of clouds and sunshine. High 93F. Winds SSE at 15 to 25 mph.","precipChance":12,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":62,"snowRange":"","temperature":93,"temperatureHeatIndex":98,"temperatureWindChill":79,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Extreme","uvIndex":11,"windDirection":166,"windDirectionCardinal":"SSE","windPhrase":"Winds SSE at 15 to 25 mph.","windSpeed":19,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"},"night":{"cloudCover":55,"dayOrNight":"N","daypartName":"Friday night","iconCode":29,"iconCodeExtend":2900,"narrative":"Partly cloudy skies. Low 77F. Winds SSE at 10 to 20 mph.","precipChance":14,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":82,"snowRange":"","temperature":77,"temperatureHeatIndex":94,"temperatureWindChill":77,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":158,"windDirectionCardinal":"SSE","windPhrase":"Winds SSE at 10 to 20 mph.","windSpeed":15,"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","POSTUP_CONTACT_TEMPLATE_ID":"3","WWW_AUTH_HOST":"https://www.iheart.com","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","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","MAX_AGE_HEADERS":"2592000000","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":"%2F681f2c98cf54b72aa152e1cc","type":"PUBLISHING","record":{"ref_id":"%2F681f2c98cf54b72aa152e1cc","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Today is the big day, as the U.S. is set to begin trade and tariff talks with China.\u003c/p>\n\n\u003cp>U.S. Treasury Secretary Scott Bessent and chief trade negotiator Jamieson Greer are going to meet with Chinese economic tsar He Lifeng in Switzerland. \u003c/p>\n\n\u003cp>President Trump said on Friday that an "80% Tariff on China seems right!" adding on his Truth Social that the final number would be up to U.S. Treasury Secretary Scott Bessent. \u003c/p>\n\n\u003cp>Right now, the U.S. has slapped down a 145% tariff on China, and earlier this week Trump said that China was eager to make a deal.\u003c/p>\n\n\u003cp>"Scott's going to be going to Switzerland, meeting with China," Trump told reporters at the White House. "And you know, they very much want to make a deal. We can all play games. Who made the first call, who didn't make them? It doesn't matter. Only matters what happens in that room. But I will tell you that China very much wants to make a deal. We'll see how that works out."\u003c/p>\n\n\u003cp>The Trump tariffs on China went into effect on April 2nd.\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%2Fyoutu.be%2Fbc9smg6ZtbA%3Fsi%3DlKZO5MKoz4eo5lcr","@url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/bc9smg6ZtbA/hqdefault.jpg","thumbnail_width":480,"title":"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"The US and China flags stand behind a microphone awaiting the arrival of US Senator John McCain, who was joined by Senators Lindsey Graham Amy Klobuchar for a press conference at the US Embassy in Beijing on April 9, 2009 during the China stop of the Congressional Delegation's fact-finding Asia-tour. Senator McCain said he urged Chinese officials in talks here to back a strong United Nations response to North Korea's rocket launch, but indicated China had resisted. AFP PHOTO/Frederic J. BROWN (Photo credit should read FREDERIC J. BROWN/AFP via Getty Images)","id":"%2F681f2ec53f733b2708ca53c1","new_tab":false,"schedule":{},"source_credit":"FREDERIC J. BROWN / AFP / Getty Images","title":"The US and China flags stand behind a mi","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681f2d1aaf89fc0c91b7552d"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746898617073,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","social_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","summary":"Chinese goods coming into the US currently face a 145% tariff","targets":[],"title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/"},"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d","title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","description":"Chinese goods coming into the US currently face a 145% tariff","author":"B.D. Hobbs"},"pub_start":1746898617073,"pub_until":4115978604802,"pub_changed":1746898622990,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f2c98cf54b72aa152e1cc","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":"%2F681f2c98cf54b72aa152e1cc","type":"PUBLISHING","record":{"ref_id":"%2F681f2c98cf54b72aa152e1cc","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Today is the big day, as the U.S. is set to begin trade and tariff talks with China.\u003c/p>\n\n\u003cp>U.S. Treasury Secretary Scott Bessent and chief trade negotiator Jamieson Greer are going to meet with Chinese economic tsar He Lifeng in Switzerland. \u003c/p>\n\n\u003cp>President Trump said on Friday that an "80% Tariff on China seems right!" adding on his Truth Social that the final number would be up to U.S. Treasury Secretary Scott Bessent. \u003c/p>\n\n\u003cp>Right now, the U.S. has slapped down a 145% tariff on China, and earlier this week Trump said that China was eager to make a deal.\u003c/p>\n\n\u003cp>"Scott's going to be going to Switzerland, meeting with China," Trump told reporters at the White House. "And you know, they very much want to make a deal. We can all play games. Who made the first call, who didn't make them? It doesn't matter. Only matters what happens in that room. But I will tell you that China very much wants to make a deal. We'll see how that works out."\u003c/p>\n\n\u003cp>The Trump tariffs on China went into effect on April 2nd.\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%2Fyoutu.be%2Fbc9smg6ZtbA%3Fsi%3DlKZO5MKoz4eo5lcr","@url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/bc9smg6ZtbA/hqdefault.jpg","thumbnail_width":480,"title":"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"The US and China flags stand behind a microphone awaiting the arrival of US Senator John McCain, who was joined by Senators Lindsey Graham Amy Klobuchar for a press conference at the US Embassy in Beijing on April 9, 2009 during the China stop of the Congressional Delegation's fact-finding Asia-tour. Senator McCain said he urged Chinese officials in talks here to back a strong United Nations response to North Korea's rocket launch, but indicated China had resisted. AFP PHOTO/Frederic J. BROWN (Photo credit should read FREDERIC J. BROWN/AFP via Getty Images)","id":"%2F681f2ec53f733b2708ca53c1","new_tab":false,"schedule":{},"source_credit":"FREDERIC J. BROWN / AFP / Getty Images","title":"The US and China flags stand behind a mi","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681f2d1aaf89fc0c91b7552d"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746898617073,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","social_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","summary":"Chinese goods coming into the US currently face a 145% tariff","targets":[],"title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/"},"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d","title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","description":"Chinese goods coming into the US currently face a 145% tariff","author":"B.D. Hobbs"},"pub_start":1746898617073,"pub_until":4115978604802,"pub_changed":1746898622990,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f2c98cf54b72aa152e1cc","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":["houston-news-talk","houston-weather","houston-traffic","michael-berry","glen-beck","nbc-news","abc-news"],"genre":["news & talk"],"format":"NEWSTALK"},"analytics":{"pageName":"home","view":{"asset":{"id":"","name":""},"filter":{"name":"","type":""},"authorId":"","pubDate":"","contentOrigin":"","contentOriginType":"","contentFrame":"page","stationCallLetter":"KTRH-AM","stationFormat":"NEWSTALK","stationMarket":"HOUSTON-TX","stationMicrosite":"","tags":["houston-news-talk","houston-weather","houston-traffic","michael-berry","glen-beck","nbc-news","abc-news"],"topics":[],"contentId":"","personalityId":"","photoGalleryExists":"false","photoGalleryPageView":"false"},"device":{"host":"local.inferno.us","subHost":"ktrh.iheart.com","path":"/"},"querystring":{"sc":"dnsredirect","cid":"","keyid":"","pname":"ktrh.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":"#2a3191","type":"meta"}],["shortcut icon",{"value":"https://i.iheart.com/v3/re/assets.brands/d29c2515d6a5086502b1adb4b8d86233?ops=gravity(%22center%22),contain(32,32),quality(65)","type":"link","rel":"shortcut icon"}],["appletouch icon",{"value":"https://i.iheart.com/v3/re/assets.brands/d29c2515d6a5086502b1adb4b8d86233?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 740 KTRH - Houston's News, Weather & Traffic Station","type":"title"}],["meta-property-og:title",{"attrName":"property","name":"og:title","value":"NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station","type":"meta"}],["meta-property-twitter:title",{"attrName":"property","name":"twitter:title","value":"NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station","type":"meta"}],["meta-itemProp-name",{"attrName":"itemProp","name":"name","value":"NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station","type":"meta"}],["meta-name-parsely-title",{"attrName":"name","name":"parsely-title","value":"NewsRadio 740 KTRH - Houston's News, Weather & Traffic Station","type":"meta"}],["meta-name-description",{"attrName":"name","name":"description","value":"NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!","type":"meta"}],["meta-property-og:description",{"attrName":"property","name":"og:description","value":"NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!","type":"meta"}],["meta-property-twitter:description",{"attrName":"property","name":"twitter:description","value":"NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!","type":"meta"}],["meta-itemProp-description",{"attrName":"itemProp","name":"description","value":"NewsRadio 740 is Houston's Local and National News, Weather and Traffic radio station with political analysis from Michael Berry, Jimmy Barrett, Shara Fryer, Sean Hannity, Mark Levin and more!","type":"meta"}],["meta-name-keywords",{"attrName":"name","name":"keywords","value":"houston news talk, houston weather, houston traffic, michael berry, glen beck, NBC News, ABC News","type":"meta"}],["meta-name-parsely-tags",{"attrName":"name","name":"parsely-tags","value":"houston news talk, houston weather, houston traffic, michael berry, glen beck, NBC News, ABC News","type":"meta"}],["meta-property-og:url",{"attrName":"property","name":"og:url","value":"https://ktrh.iheart.com/","type":"meta"}],["meta-property-twitter:url",{"attrName":"property","name":"twitter:url","value":"https://ktrh.iheart.com/","type":"meta"}],["meta-itemProp-url",{"attrName":"itemProp","name":"url","value":"https://ktrh.iheart.com/","type":"meta"}],["meta-name-parsely-link",{"attrName":"name","name":"parsely-link","value":"https://ktrh.iheart.com/","type":"meta"}],["image_src",{"value":"https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?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/assets.brands/604142bb919c3a42f3b6d4f6?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/assets.brands/604142bb919c3a42f3b6d4f6?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/assets.brands/604142bb919c3a42f3b6d4f6?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/assets.brands/604142bb919c3a42f3b6d4f6?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/assets.brands/604142bb919c3a42f3b6d4f6?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/assets.brands/604142bb919c3a42f3b6d4f6?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["pagemap",{"value":"https://i.iheart.com/v3/re/assets.brands/604142bb919c3a42f3b6d4f6?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":"@ktrhnews","type":"meta"}],["meta-property-twitter:creator",{"attrName":"property","name":"twitter:creator","value":"@ktrhnews","type":"meta"}],["canonical",{"value":"https://ktrh.iheart.com/","type":"link","rel":"canonical"}],["meta-property-twitter:domain",{"attrName":"property","name":"twitter:domain","value":"ktrh.iheart.com","type":"meta"}],["meta-property-og:site_name",{"attrName":"property","name":"og:site_name","value":"NewsRadio 740 KTRH","type":"meta"}],["meta-name-application-name",{"attrName":"name","name":"application-name","value":"NewsRadio 740 KTRH","type":"meta"}],["meta-property-fb:app_id",{"attrName":"property","name":"fb:app_id","value":"107754932643325","type":"meta"}],["meta-property-fb:pages",{"attrName":"property","name":"fb:pages","value":"107735527344","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":["Microsite","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:/2c3d0ee11b6e94ce9a158eb2c7835d93/inferno","SM6.0:config-m:/593184f7bc98b9e7c0289481/inferno","SM6.0:config-m:/5b23b751eaf8974ba90aa5e9/Master","SM6.0:config-m:/5b23b751eaf8974ba90aa5e9/Master Microsite","SM6.0:config-m:/60c0c84af3f76b50391679de/Default","SM6.0:config-m:/69cf353090e7e902f19b770fbeec51dc/inferno","SM6.0:config-m:/6eb9c6aa9e68df5c80668b57bd81dc5d/inferno","SM6.0:config-m:/c2432209e33a87b243818b573f44c9d8/inferno","SM6.0:index-m","SM6.0:index-m:/2c3d0ee11b6e94ce9a158eb2c7835d93","SM6.0:index-m:/593184f7bc98b9e7c0289481","SM6.0:index-m:/5b23b751eaf8974ba90aa5e9","SM6.0:index-m:/60c0c84af3f76b50391679de","SM6.0:index-m:/69cf353090e7e902f19b770fbeec51dc","SM6.0:index-m:/6eb9c6aa9e68df5c80668b57bd81dc5d","SM6.0:index-m:/c2432209e33a87b243818b573f44c9d8","TAXO/countries","TAXO/countries%2FUS","TAXO/locales","TAXO/locales%2Fen-US","TAXO/providers","TAXO/providers%2FClear%20Channel","TAXO/resource","app/catalog","app/catalog/20241107191044","app/sites","app/sites/20250416150349","app/streams","app/streams/20241212172159","app/taxonomy","app/taxonomy/20250401143015","streams","streams/2285","webapi","webapi-v4:catalog","webapi-v4:catalog:bdddfe7a55c25dcf0779e83415dc235d","webapi-v4:name-tag2","webapi-v4:name-tag2:3972b6d964263c9e88e14bda918d391c","webapi-v4:name-tag2:6c98d77af4f9144ae917118891e932a6","webapi-v4:sites","webapi-v4:sites:526b722221effcda38fb5d489d780581","webapi-v4:stream-site-brand","webapi-v4:stream-site-brand:7bd2b9ec9aae1845a58e6805ddcc812a","domain/ktrh.iheart.com","PS:content","PS:content:listing","PS:datasource","PS:datasource:/61c23bfbecd9d74d536bc818","PS:datasource:/6243165308d8366e594c4cb3","PS:datasource:/62433a0f246868f86482000c","PS:datasource:/62433a392eda08f517994c3c","PS:datasource:/63348c16ce0c7bd73fd2d06d","PS:leads","PS:leads:/64a710959f920a7dcae850aa","PS:leads:/660c1c2d960bcfe2f5ba7463","PS:leads:/67b8f4a3e072eb3303429080","PS:leads:/67fd013109417ebc38c85fb0","PS:subscription","PS:subscription:dd7545dbbae7bafd1ae40df198bfe12d","SM6.0:datasource-leads","SM6.0:datasource-leads:0fee922e93eca7078f401b28bb20a92c","SM6.0:datasource-leads:2e5cc3e302de6aba6a135e1484b8603a","SM6.0:datasource-leads:6b462ee2c0e3e7121f35b1decbd867b6","SM6.0:datasource-leads:cda6659ffb163715a421a993293db970","SM6.0:datasource-leads:d2c8588a88803db9e13d805abb2fbb3c","SM6.0:datasource-leads:d4320f9b87c40f448a3774b18019ea79","SM6.0:datasource-publishing","SM6.0:datasource-publishing:25af765e14bce9ee47a0591b4a51fbd0","SM6.0:datasource-publishing:3d2f94db51f0920edc5e422c3c13c5bd","SM6.0:datasource-publishing:65dfefff00f6d9f74bc55d67d32ad19e","SM6.0:datasource-publishing:bf00f7c62061ffa504aed883e228429f","SM6.0:datasource-publishing:c4b1d5c41ac73458d74a548d080d631a","SM6.0:datasource-publishing:c4fdc77c744b5021be060fd97bf465c0","SM6.0:datasource-publishing:e3e7c6b9f8eb0d9ceef3625c782b5c75","SM6.0:site-streams","SM6.0:site-streams:7bd2b9ec9aae1845a58e6805ddcc812a","app/calendar-feed-service","app/calendar-feed-service/20230817200206","app/leads","app/leads/20230817200131","app/pubsub","app/pubsub/20250107181532","sites","webapi-v4:sites:ce6d83f0480acb69d99ccd9c0d6f5382","aptivada","vtype/generic_full","vname/home","ihr-amp"],"ttls":{"cdn":900,"browser":900}},"adPlacements":[],"request":{"protocol":"https","hostname":"ktrh.iheart.com","path":"/","query":{"pname":"ktrh.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":"%2F681f2c98cf54b72aa152e1cc","type":"PUBLISHING","record":{"ref_id":"%2F681f2c98cf54b72aa152e1cc","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Today is the big day, as the U.S. is set to begin trade and tariff talks with China.\u003c/p>\n\n\u003cp>U.S. Treasury Secretary Scott Bessent and chief trade negotiator Jamieson Greer are going to meet with Chinese economic tsar He Lifeng in Switzerland. \u003c/p>\n\n\u003cp>President Trump said on Friday that an "80% Tariff on China seems right!" adding on his Truth Social that the final number would be up to U.S. Treasury Secretary Scott Bessent. \u003c/p>\n\n\u003cp>Right now, the U.S. has slapped down a 145% tariff on China, and earlier this week Trump said that China was eager to make a deal.\u003c/p>\n\n\u003cp>"Scott's going to be going to Switzerland, meeting with China," Trump told reporters at the White House. "And you know, they very much want to make a deal. We can all play games. Who made the first call, who didn't make them? It doesn't matter. Only matters what happens in that room. But I will tell you that China very much wants to make a deal. We'll see how that works out."\u003c/p>\n\n\u003cp>The Trump tariffs on China went into effect on April 2nd.\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%2Fyoutu.be%2Fbc9smg6ZtbA%3Fsi%3DlKZO5MKoz4eo5lcr","@url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/bc9smg6ZtbA/hqdefault.jpg","thumbnail_width":480,"title":"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"The US and China flags stand behind a microphone awaiting the arrival of US Senator John McCain, who was joined by Senators Lindsey Graham Amy Klobuchar for a press conference at the US Embassy in Beijing on April 9, 2009 during the China stop of the Congressional Delegation's fact-finding Asia-tour. Senator McCain said he urged Chinese officials in talks here to back a strong United Nations response to North Korea's rocket launch, but indicated China had resisted. AFP PHOTO/Frederic J. BROWN (Photo credit should read FREDERIC J. BROWN/AFP via Getty Images)","id":"%2F681f2ec53f733b2708ca53c1","new_tab":false,"schedule":{},"source_credit":"FREDERIC J. BROWN / AFP / Getty Images","title":"The US and China flags stand behind a mi","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681f2d1aaf89fc0c91b7552d"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746898617073,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","social_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","summary":"Chinese goods coming into the US currently face a 145% tariff","targets":[],"title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/"},"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d","title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","description":"Chinese goods coming into the US currently face a 145% tariff","author":"B.D. Hobbs"},"pub_start":1746898617073,"pub_until":4115978604802,"pub_changed":1746898622990,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f2c98cf54b72aa152e1cc","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":"%2F681f5b216d365cf34294cace","type":"PUBLISHING","record":{"ref_id":"%2F681f5b216d365cf34294cace","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Jeep Weekend in Galveston is next weekend, but Galveston County Sheriff Jimmy Fullen has already announced some new restrictions and safety measures.\u003c/p>\n\n\u003cp>On Facebook, Sheriff Fullen said: “We look forward to seeing everybody on Jeep Weekend this year, but we also want to remind you that you need to follow the rules and obey the law."\u003c/p>\n\n\u003cp>This year, several restrictions will be enforced in the designated Jeep Weekend event area:\u003c/p>\n\n\u003cul>\u003cli>Parking on the beach is not allowed.\u003c/li>\n\u003cli>Loading or unloading trailers on the beach is prohibited.\u003c/li>\n\u003cli>Golf carts, ATVs, and dirt bikes are banned.\u003c/li>\n\u003cli>Mass gatherings are forbidden.\u003c/li>\n\u003cli>Glass containers and littering will not be tolerated.\u003c/li>\n\u003cli>Stay off the dunes\u003c/li>\n\u003cli>Drivers license required to drive on beach\u003c/li>\n\u003cli>Speed limit 15 mph\u003c/li>\n\u003cli>Animals must be on leash at all times\u003c/li>\n\u003cli>Bonfires prohibited\u003c/li>\u003c/ul>\n\u003cp>Regarding traffic, individuals are not allowed to stop, stand, or park along the beach or enter public safety zones. Traffic will enter on Honeysuckle Drive and exit on Stingaree Drive, with flow directed eastbound.\u003c/p>\n\n\u003cp>Jeep Weekend, which takes place from May 16 at 6 a.m. to May 19 at midnight.\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%2Fgalvestonsheriffsoffice%2Fvideos%2F568481579606976%2F","@url":"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/","author_name":"Galveston","author_url":"https://www.facebook.com/galvestonsheriffsoffice","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\">\u003c/a>\u003cp>𝐈𝐦𝐩𝐨𝐫𝐭𝐚𝐧𝐭 𝐌𝐞𝐬𝐬𝐚𝐠𝐞 𝐟𝐫𝐨𝐦 𝐒𝐡𝐞𝐫𝐢𝐟𝐟 𝐅𝐮𝐥𝐥𝐞𝐧 𝐀𝐛𝐨𝐮𝐭 𝐉𝐞𝐞𝐩 𝐖𝐞𝐞𝐤𝐞𝐧𝐝\n\nThe restrictions will apply only to the designated Jeep Weekend event area. However, please be aware that there will be strict enforcement of beach sticker permit requirements for all motorized vehicles at all other access points on Bolivar Beaches.\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice\">Galveston County Sheriff's Office\u003c/a> on Friday, May 9, 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/galvestonsheriffsoffice/videos/568481579606976/\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\">\u003c/a>\u003cp>𝐈𝐦𝐩𝐨𝐫𝐭𝐚𝐧𝐭 𝐌𝐞𝐬𝐬𝐚𝐠𝐞 𝐟𝐫𝐨𝐦 𝐒𝐡𝐞𝐫𝐢𝐟𝐟 𝐅𝐮𝐥𝐥𝐞𝐧 𝐀𝐛𝐨𝐮𝐭 𝐉𝐞𝐞𝐩 𝐖𝐞𝐞𝐤𝐞𝐧𝐝\n\nThe restrictions will apply only to the designated Jeep Weekend event area. However, please be aware that there will be strict enforcement of beach sticker permit requirements for all motorized vehicles at all other access points on Bolivar Beaches.\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice\">Galveston County Sheriff's Office\u003c/a> on Friday, May 9, 2025\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681f600c6d365cf34294cae5","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681f5ed06d365cf34294cadf"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746887824632,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","social_title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","summary":"The Galveston County Sheriff announces restrictions ahead of Jeep Weekend","targets":[],"title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend/"},"slug":"2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681f5ed06d365cf34294cadf","title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","description":"The Galveston County Sheriff announces restrictions ahead of Jeep Weekend","author":"B.D. Hobbs"},"pub_start":1746887824632,"pub_until":4115978604802,"pub_changed":1746887830990,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f5b216d365cf34294cace","slug:2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","slug:2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","author:user"]}},{"id":"%2F681f526e6d365cf34294cab1","type":"PUBLISHING","record":{"ref_id":"%2F681f526e6d365cf34294cab1","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>BREAKING NEWS: According to president Trump, India and Pakistan have agreed to a full and immediate ceasefire\u003c/p>\n\n\u003cp>The ceasefire is the result of "a long night of talks mediated by the United States" said Trump on Truth Social.\u003c/p>\n\n\u003cp>India is going along with the agreement, but its army remains "vigilant" and "prepared to launch what is necessary for the defence of our nation" according to officials.\u003c/p>\n\n\u003cp>Meanwhile, the deputy PM for Pakistan says it has "always strived for peace and security in the region"\u003c/p>\n\n\u003cp>Earlier this week, India struck targets in Pakistan and Pakistan-administered Kashmir in response to a deadly militant attack on Indian tourists in Pahalgam last month.\u003c/p>\n\n\u003cp>This is developing story.\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%2Fyoutu.be%2FFDYeDacengQ%3Fsi%3D8PCVj75SY_E3Zifb","@url":"https://youtu.be/FDYeDacengQ?si=8PCVj75SY_E3Zifb","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/FDYeDacengQ?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=\"India-Pakistan conflict: Trump admin warns against escalation\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/FDYeDacengQ/hqdefault.jpg","thumbnail_width":480,"title":"India-Pakistan conflict: Trump admin warns against escalation","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/FDYeDacengQ?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=\"India-Pakistan conflict: Trump admin warns against escalation\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/FDYeDacengQ?si=8PCVj75SY_E3Zifb"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681f53d26d365cf34294cabe","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681f52ac6d365cf34294caba"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746883616796,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Breaking News: India and Pakistan Agree To Ceasefire","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","social_title":"Breaking News: India and Pakistan Agree To Ceasefire","summary":"India and Pakistan agree to a full and immediate ceasefire ","targets":[],"title":"Breaking News: India and Pakistan Agree To Ceasefire","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire/"},"slug":"2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681f52ac6d365cf34294caba","title":"Breaking News: India and Pakistan Agree To Ceasefire","description":"India and Pakistan agree to a full and immediate ceasefire ","author":"B.D. Hobbs"},"pub_start":1746883616796,"pub_until":4115978604802,"pub_changed":1746883620656,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f526e6d365cf34294cab1","slug:2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","slug:2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","author:user"]}},{"id":"%2F681f3e37cf54b72aa152e1f0","type":"PUBLISHING","record":{"ref_id":"%2F681f3e37cf54b72aa152e1f0","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>As blue cities continue to struggle, Democrats are continuing their fight for illegal alien criminals.\u003c/p>\n\n\u003cp>The latest episode happened in New Jersey, where the mayor and three members of congress stormed the ICE facility in Newark, demanding a visit.\u003c/p>\n\n\u003cp>Newark Mayor Ras Baraka, considered to be a top Democratic gubernatorial candidate, was arrested for trespassing, before being released later on\u003c/p>\n\n\u003cp>The White House blasted the Democrats for their defense of deported illegal immigrant criminals. \u003c/p>\n\n\u003cp>"As always, Democrats are prioritizing the welfare of illegal aliens over American citizens - except now they're crossing the line between meaningless political street theatre and outright breaking the law," White House spokesman Kush Desai told Fox News Digital.\u003c/p>\n\n\u003cp>And as for the 3 members of congress? They were ripped by DHS.\u003c/p>\n\n\u003cp> "These members of Congress storming into a detention facility goes beyond bizarre political stunt and puts the safety of our law enforcement agents and the detainees at risk," a DHS statement to Fox News said. "Members of Congress are not above the law and cannot illegally break into detention facilities. Had these members requested a tour, we would have facilitated a tour of the facility." \u003c/p>\n\n\u003cp>The prison currently holds \u003ca href=\"https://www.foxnews.com/category/crime\" target=\"_blank\">\u003cu>alleged killers\u003c/u>\u003c/a>, MS-13 gang members and child rapists, among other criminal offenders. \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%2Fyoutu.be%2FzUk98Wzwp0M%3Fsi%3D3A13h7yl2Z9vdGdb","@url":"https://youtu.be/zUk98Wzwp0M?si=3A13h7yl2Z9vdGdb","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/zUk98Wzwp0M?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=\"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/zUk98Wzwp0M/hqdefault.jpg","thumbnail_width":480,"title":"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/zUk98Wzwp0M?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=\"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/zUk98Wzwp0M?si=3A13h7yl2Z9vdGdb"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Mayor Ras Baraka of Newark speaks to the press near ICE agents at a demonstration outside an immigrant detention centre in Elizabeth, New Jersey May 7, 2025. The Mayor arrived at the gates of Delaney Hall to inspect the previously vacant prison that is being converted into an immigrant detention center. Delaney Hall has the ability to hold over a 1000 people, and the detention facility, privately owned by The GEO Group, holds a contract with the federal government to house people arrested by ICE. (Photo by TIMOTHY A. CLARY / AFP) (Photo by TIMOTHY A. CLARY/AFP via Getty Images) ","id":"%2F681f50d94cc81f32bbd2908c","new_tab":false,"schedule":{},"source_credit":"TIMOTHY A. CLARY / AFP / Getty Images","title":"US-POLITICS-IMMIGRATION-ICE","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-another-embarrassing-day-for-democrats/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681f5047f5db1acd504a4e63"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746882812909,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Another Embarrassing Day For Democrats","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-another-embarrassing-day-for-democrats","social_title":"Another Embarrassing Day For Democrats","summary":"ICE's Delaney Hall in Newark, New Jersey, is currently holding alleged killers, MS-13 gang members, and child rapists","targets":[],"title":"Another Embarrassing Day For Democrats","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-another-embarrassing-day-for-democrats/"},"slug":"2025-05-10-another-embarrassing-day-for-democrats","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f5047f5db1acd504a4e63","title":"Another Embarrassing Day For Democrats","description":"ICE's Delaney Hall in Newark, New Jersey, is currently holding alleged killers, MS-13 gang members, and child rapists","author":"B.D. Hobbs"},"pub_start":1746882812909,"pub_until":4115978604802,"pub_changed":1746882818018,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f3e37cf54b72aa152e1f0","slug:2025-05-10-another-embarrassing-day-for-democrats","slug:2025-05-10-another-embarrassing-day-for-democrats","author:user"]}},{"id":"%2F6814fb238ce421959af372ba","type":"PUBLISHING","record":{"ref_id":"%2F6814fb238ce421959af372ba","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>As expected, the Houston Police Officers Union Overwhelmingly approved with 97%, their historic new 5-year contract. \u003c/p>\n\n\u003cp>Mayor John Whitmire was joined last week by the Houston Police Officers' Union Chief Doug Griffith, and Police Chief J. Noe Diaz to announce details of a five-year contract with HPOU. The contract includes increased starting officers' salaries up to $81k, a pay raise for experienced officers, and significant investments in the Houston Police Department's recruitment and retention strategies.\u003c/p>\n\n\u003cp>The contract will now go to the City Council for a vote next Wednesday.\u003c/p>\n\n\u003cp>With violent crime out of control when he took office, Houston mayor John Whitmire said making Houston safe was a top priority. \u003c/p>\n\n\u003cp>The transformative agreement recognizes the hard work and sacrifice of police officers and makes HPD more competitive with police departments across the state. \u003c/p>\n\n\u003cp>\u003cstrong>The contract includes salary increases (36.5% over 5 years):\u003c/strong>\u003c/p>\n\n\u003cul>\u003cli>July 2025 – 10% Increase\u003c/li>\n\u003cli>July 2026 – 8% Increase\u003c/li>\n\u003cli>July 2027 – 6% Increase\u003c/li>\n\u003cli>July 2028 – 6% Increase\u003c/li>\n\u003cli>July 2029 – 6.5% Increase\u003c/li>\n\u003cli>On July 1, 2025, a first-year officer would make $81,600 while receiving a shift and weekend differential.\u003c/li>\n\u003cli>Patrol pay for an officer with at least two years of seniority will increase from $600 to $1600 annually. More information is available here. \u003c/li>\u003c/ul>\n\n\u003cp>"That is why I left the senate and ran for mayor" Whitmire said, "To make public safety this cities highest priority, and this is a huge step of showing the rank and file our appreciation for putting their lives on the line each and every day."\u003c/p>\n\n\u003cp>Houston police officers will receive 36.5% in raises over the next 5 years, at a cost to the city of $832 million. Last year mayor Whitmire was able to strike a deal with the Houston firefighters.\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%2Fyoutu.be%2FkoEFHMGw8ys%3Fsi%3DAvHChcSChxjh32YP","@url":"https://youtu.be/koEFHMGw8ys?si=AvHChcSChxjh32YP","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/koEFHMGw8ys?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=\"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/koEFHMGw8ys/hqdefault.jpg","thumbnail_width":480,"title":"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/koEFHMGw8ys?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=\"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/koEFHMGw8ys?si=AvHChcSChxjh32YP"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6815007f8ce421959af372cf","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681500008ce421959af372cb"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]},"publish_date":1746830808242,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","social_title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","summary":"HPD officers are set to receive over 36 percent raises over the next 5 years","targets":[],"title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union/"},"slug":"2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681500008ce421959af372cb","title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","description":"HPD officers are set to receive over 36 percent raises over the next 5 years","author":"B.D. Hobbs"},"pub_start":1746830808242,"pub_until":4115978604802,"pub_changed":1746830813660,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6814fb238ce421959af372ba","slug:2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","slug:2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","author:user"]}},{"id":"%2F681e3d34bfc82c0689ed1983","type":"PUBLISHING","record":{"ref_id":"%2F681e3d34bfc82c0689ed1983","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>With the HPD on the verge of a massive pay raise of over 36% for it's officers, Harris County Sheriff Ed Gonzalez held a news conference today demanding that city leaders do the same for his department.\u003c/p>\n\n\u003cp>"We're just to raise awareness because I think it's an important public safety issue in our community" Gonzalez said, "It's urgent now because we see that the disparity just continues to get bigger and bigger."\u003c/p>\n\n\u003cp>That's because Houston police officers are set to get a bump up to $81,000 a year for a starting salary, while Harris County Sheriff's deputies are still at $57,000.\u003c/p>\n\n\u003cp>"They should not have to be begging to try to at least be competitive, and have competitive pay with other counterparts, and we're seeing all across the state where pay is going up. It's the market place, it's change. And that's a good thing."\u003c/p>\n\n\u003cp>As a result, some deputies are already applying for the higher paying city jobs.\u003c/p>\n\n\u003cp>"It's unfair and unfathomable that pretty much since the beginning of time, since the origins of this agency, it always has to be begging for more and more just to keep up with other agencies. That's unacceptable" noted Gonzalez.\u003c/p>\n\n\u003cp>The question now is, will Harris County Commissioner's accept a proposal for a pay raise, while trying to deal with a budget deficit.\u003c/p>\n\n\u003cp> \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%2Fyoutu.be%2FkGPtQTafzwo%3Fsi%3DPTIgRzQsY6ww-8g_","@url":"https://youtu.be/kGPtQTafzwo?si=PTIgRzQsY6ww-8g_","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/kGPtQTafzwo?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=\"Houston Police Officers to Receive 37% Pay Increase Over Five Years\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/kGPtQTafzwo/hqdefault.jpg","thumbnail_width":480,"title":"Houston Police Officers to Receive 37% Pay Increase Over Five Years","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/kGPtQTafzwo?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=\"Houston Police Officers to Receive 37% Pay Increase Over Five Years\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/kGPtQTafzwo?si=PTIgRzQsY6ww-8g_"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681e3e08bfc82c0689ed1998","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681e3d75bfc82c0689ed1994"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746830791364,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","social_title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","summary":"After mayor Whitmire gave big raises to the HPD, the HCSO says it's their turn","targets":[],"title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies/"},"slug":"2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681e3d75bfc82c0689ed1994","title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","description":"After mayor Whitmire gave big raises to the HPD, the HCSO says it's their turn","author":"B.D. Hobbs"},"pub_start":1746830791364,"pub_until":4115978604802,"pub_changed":1746830796184,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681e3d34bfc82c0689ed1983","slug:2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","slug:2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":"%2F660c1c2d960bcfe2f5ba7463","type":"LEADS","record":{"title":"Follow us for News Updates & Show Highlights","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/6706778847a42978e6a4ccef","img_meta":{"base_id":"%2F6706778847a42978e6a4ccef","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"/contact/","web":"/contact/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67fd013109417ebc38c85fb0","type":"LEADS","record":{"title":"LISTEN TO WIN $1000","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67fd00fb09417ebc38c85faf","img_meta":{"base_id":"%2F67fd00fb09417ebc38c85faf","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"/promotions/","web":"/promotions/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F64a710959f920a7dcae850aa","type":"LEADS","record":{"title":"Get Border Crisis Updates on KTRH Facebook","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/65d026b8b17f5a0462af878f","img_meta":{"base_id":"%2F65d026b8b17f5a0462af878f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"https://www.facebook.com/ktrhnews","web":"https://www.facebook.com/ktrhnews"},"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}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoxfSwiZW5kcyI6eyJQVG9PSyI6LTEsIndtZU5LIjotMSwiSkFyUk4iOjJ9fQ==","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":"%2F681d727bbb7f9e54cec46671","type":"PUBLISHING","record":{"ref_id":"%2F681d727bbb7f9e54cec46671","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Andre Perrard","blocks":[{"attributes":{"@provider":"Spreaker","@query":"https://api.spreaker.com/oembed?format=json&url=https%3A%2F%2Fwww.spreaker.com%2Fepisode%2Ftrusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070","@url":"https://www.spreaker.com/episode/trusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070","author_name":"KTRH (KTRH-AM)","author_url":"https://www.spreaker.com/user/ktrh-ktrh-am--9808747","height":480,"html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66009070&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider_name":"Spreaker","provider_url":"https://www.spreaker.com/","thumbnail_height":0,"thumbnail_url":"https://d3wo5wojvuv7l.cloudfront.net/t_widget_player_cover_medium/images.spreaker.com/original/de2e1b73161a95d49beb03396d7211c4.jpg","thumbnail_width":0,"title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks - KTRH News","type":"rich","version":"1.0","width":640},"embed_type":"rich","html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66009070&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider":"Spreaker","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.spreaker.com/episode/trusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070"},{"html":"\u003cp>Amid all the tariff kerfuffle, the United States and China are set to meet this weekend\u003ca href=\"https://www.dailywire.com/news/breakthrough-trump-officials-set-date-for-direct-trade-talks-with-china?topStoryPosition=undefined&author=Daniel+Chaitin&category=News&elementPosition=0&row=1&rowHeadline=Top+Stories&rowType=Top+Stories&title=BREAKTHROUGH%3A+Trump+Officials+Set+Date+For+Direct+Trade+Talks+With+China\" target=\"_blank\"> in Switzerland to begin trade talks.\u003c/a> The basis around President Trump's 145-percent tariffs on the Asian nation are simple. They have taken advantage for years of the U.S., and it is time to get our fair share. China has said they will come to the table. But as anyone in the Western world knows, trusting China comes at your own risk.\u003c/p>\n\n\u003cp>No one is expecting a deal to be done this weekend, as the Chinese are sure to have a load of demands. But even when a deal gets done, trusting the nation will follow through is another story. China for years has gone against the grain and taken advantage of other countries. They continually say they are doing one thing, then do another. There is hope for some progress, but do not expect it to be a pretty conversation.\u003c/p>\n\n\u003cp>Josh Birenbaum, Deputy Director of the Center on Economic and Financial Power at Foundation for Defense of Democracies, says progress is going to be slow, and it is a long row to hoe.\u003c/p>\n\n\u003cp>"I would expect that if a deal does get done, it will take several months," he says. "The number of details that need to be resolved between these two countries is a very long list."\u003c/p>\n\n\u003cp>To put it simply, the situation for both the U.S. and China is untenable. The U.S. does rely on Chinese imports heavily, with many major corporations using the country as their place for production. But the U.S. has been raked over the coals for years on the trade deal between the two, and President Trump's aim is to fix that.\u003c/p>\n\n\u003cp>China, meanwhile, is in a bigger pickle. While the U.S. somewhat depends on China, China is entirely dependent upon the U.S. being in need of what goods they are producing. We are not talking cheap toys or little things, either. They have expanded to provide major items, but if the U.S. can get them elsewhere, the Chinese are up a creek with no paddle.\u003c/p>\n\n\u003cp>"China desperately needs the U.S. markets to sell the types of goods it seeks to build," says Birenbaum. "If China is planning to focus on electric vehicles and solar panels, they are going to need the U.S. cooperation, which gives the U.S. tremendous advantage in negotiations."\u003c/p>\n\n\u003cp>President Trump is holding all the cards in this situation, and among all tariff battles. We have the production capabilities and population to sustain ourselves, if necessary. Other countries need the U.S. more than the U.S. desperately needs them. China falls into that category.\u003c/p>\n\n\u003cp>That is not to say we do not need China, especially when it comes to things like EV's, solar panels, and cell phones. But for the first time in multiple decades, the U.S. has bowed its neck up to China, and now they face the proposition of losing a huge chunk of their GDP.\u003c/p>\n\n\u003cp>But trade is not the only issue that the U.S. needs to focus on in these talks. China for years has been hacking our systems and stealing our technology. That needs to be embedded within any deal to stop them.\u003c/p>\n\n\u003cp>"Things like stealing American intellectual property, using monopolies, and using massive subsidies in ways that push American competitors out of business," Birenbaum says.\u003c/p>\n\n\u003cp>Birenbaum adds that trusting China at their word has to be backed up with cooperation mechanisms, to make sure they stick with whatever the agreement might be.\u003c/p>\n\n\u003cp>President Trump has said positive negotiations are continuing with other countries, but China has always been the whale. Whether we can trust the Chinese is anyone's guess. But if this deal manages to get done, it could be the beginning of the economic boom on which President Trump campaigned.\u003c/p>\n\n\u003cp>The two sides will meet in Geneva this weekend, with Treasury Secretary Scott Bessent heading up the discussion.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"US-China trade war tensions","id":"%2F5f91a4abfef97951aa0abaf4","new_tab":false,"schedule":{},"source_credit":"Toa55 / iStock / Getty Images","title":"US-China trade war tensions","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks/","cuser":"user/ldap/1135944","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/U.S.","keywords/China","keywords/trade talks","keywords/Trump","keywords/progress","keywords/trust"],"primary_image":{"bucket":"assets.getty","id":"%2F5f91a4abfef97951aa0abaf4"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746830746782,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","social_title":"","summary":"The U.S. and China are set for trade talks, but trusting the Chinese remains a concern.","targets":[],"title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks/"},"slug":"2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4","title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks","description":"The U.S. and China are set for trade talks, but trusting the Chinese remains a concern.","author":"Andre Perrard"},"pub_start":1746830746782,"pub_until":4115978604802,"pub_changed":1746830754049,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d727bbb7f9e54cec46671","slug:2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","slug:2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","keyword:keywords/U.S.","keyword:keywords/China","keyword:keywords/trade talks","keyword:keywords/Trump","keyword:keywords/progress","keyword:keywords/trust","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":"%2F681d367244ebe7619e875496","type":"PUBLISHING","record":{"ref_id":"%2F681d367244ebe7619e875496","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Ethan Buchanan","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Houston - Skyline Panorama of City Hall and Downtown, Texas by night, USA","id":"%2F681d368944ebe7619e87549f","new_tab":false,"schedule":{},"source_credit":"iStockphoto","title":"Houston - Skyline Panorama of City Hall and Downtown, Texas by night, USA","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Mayor Whitmire says his $7 billion budget proposal is completely balanced. Still, according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced?\u003c/strong>\u003c/p>\n\n\u003cp>Finance Director Melissa Dubowski laid out a five-year forecast in a recent City Council meeting that projected the budget shortfall over the next five years to be anywhere from 100 to 500 million dollars. So, where is this shortfall coming from?\u003c/p>\n\n\u003cp>Former city councilman Greg Travis says this is largely thanks to the waste that occurred under previous mayoral administrations. He pointed specifically to Whitmire's predecessor, saying, "Mayor Turner pushed everything off that he could. He used the COVID funds wrong, he used them on frivolous matters. I don't know why he was doing that."\u003c/p>\n\n\u003cp>Essentially, Travis says Turner was just kicking cans down the road, and at the same time, continuing to waste money. He even called out Turner's hiring freeze, saying, "Every year we hired more and more people. I don't understand why if you do a hiring freeze, you end with a thousand more people at the end of your term than you did at the beginning of your term."\u003c/p>\n\n\u003cp>He went on to say that Whitmire can solve this budget problem, but it's going to require him to make some big cuts, and the city council could try to stop him. He said, "I think the councilors are going to do that for their own political gain, but I also think there are certain people who want to hurt Whitmire. They're gonna vote opposite of him just to give Whitmire a thumping."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-houstons-budget-problem-could-get-worse-over-time/","cuser":"user/ldap/1136533","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681d368944ebe7619e87549f"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/KTRH-AM (700)","brands/Houston & Texas News"]},"publish_date":1746802800000,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Houston's Budget Problem Could Get Worse Over time","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-houstons-budget-problem-could-get-worse-over-time","social_title":"Houston's Budget Problem Could Get Worse Over time","summary":"Mayor Whitmire says his 7 billion dollar budget proposal is completely balanced, but according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced? ","targets":[],"title":"Houston's Budget Problem Could Get Worse Over time","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-houstons-budget-problem-could-get-worse-over-time/"},"slug":"2025-05-08-houstons-budget-problem-could-get-worse-over-time","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681d368944ebe7619e87549f","title":"Houston's Budget Problem Could Get Worse Over time","description":"Mayor Whitmire says his 7 billion dollar budget proposal is completely balanced, but according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced? ","author":"Ethan Buchanan"},"pub_start":1746802800000,"pub_until":4115978604802,"pub_changed":1746802800000,"subscription":[{"tags":["categories/local-news","brands/KTRH-AM (700)","brands/Houston & Texas News"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d367244ebe7619e875496","slug:2025-05-08-houstons-budget-problem-could-get-worse-over-time","slug:2025-05-08-houstons-budget-problem-could-get-worse-over-time","author:user"]}},{"id":"%2F681d08c929c7ae7274077fba","type":"PUBLISHING","record":{"ref_id":"%2F681d08c929c7ae7274077fba","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Ethan Buchanan","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"166175142","id":"%2F681d08f629c7ae7274077fcc","new_tab":false,"schedule":{},"source_credit":"Scott Halleran","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.\u003c/strong>\u003c/p>\n\n\u003cp>If HPD's new contract is approved, it would raise the starting pay of HPD officers to around $81,000 a year. The current starting salary for Harris County Sheriff's Office deputies is around $57,000. That's a $24,000 disparity.\u003c/p>\n\n\u003cp>At Commissioners Court yesterday, Jose Lopez, president of the Harris County Deputies Organization, spoke out about the disparity, saying, "We're losing deputies, and a crisis is inevitable. We need pay parity with HPD, and we need it now. Don't be the one who turns your back on law enforcement."\u003c/p>\n\n\u003cp>After Lopez spoke, County Judge Lina Hidalgo said that in order to give HCSO deputies a raise, a tax increase would be required, and resistance to tax increases is the reason one hasn't been given already. She said, "Nobody's going to be upset about pay raises for law enforcement. Everyone's going to be happy about it. The challenge is, are you there when it's time to ask for the money?"\u003c/p>\n\n\u003cp>Precinct Three Commissioner Tom Ramsey, who is also the only Republican on the court, suggested that rather than raising taxes, we just cut wasteful spending and use that money to pay for deputy raises. He said to Lopez, "Choices have been made which have impacted y'all's ability to get increases. When we're looking at the budget, I'll be looking at that wasteful spending."\u003c/p>\n\n\u003cp>As he was speaking, Judge Hidalgo attempted to interrupt him multiple times. Ramsey finally addressed her interruptions, saying, "Would you not interrupt me? I didn't interrupt you when you were making some outlandish comments. So I will continue my conversation without you interrupting me. Period."\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%2Ftheshellbelle%2Fstatus%2F1920679293568356795","@url":"https://x.com/theshellbelle/status/1920679293568356795","author_name":"Michelle GCR","author_url":"https://twitter.com/theshellbelle","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"cy\" dir=\"ltr\">PERIOD 🫰🏼 \u003ca href=\"https://t.co/LxyuEf5sNc\">pic.twitter.com/LxyuEf5sNc\u003c/a>\u003c/p>— Michelle GCR (@theshellbelle) \u003ca href=\"https://twitter.com/theshellbelle/status/1920679293568356795?ref_src=twsrc%5Etfw\">May 9, 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/theshellbelle/status/1920679293568356795","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"cy\" dir=\"ltr\">PERIOD 🫰🏼 \u003ca href=\"https://t.co/LxyuEf5sNc\">pic.twitter.com/LxyuEf5sNc\u003c/a>\u003c/p>— Michelle GCR (@theshellbelle) \u003ca href=\"https://twitter.com/theshellbelle/status/1920679293568356795?ref_src=twsrc%5Etfw\">May 9, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/theshellbelle/status/1920679293568356795"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises/","cuser":"user/ldap/1136533","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681d08f629c7ae7274077fcc"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/KTRH-AM (700)","brands/Houston & Texas News"]},"publish_date":1746800383756,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","social_title":"Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","summary":"After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.","targets":[],"title":"WATCH: Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises/"},"slug":"2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681d08f629c7ae7274077fcc","title":"WATCH: Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","description":"After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.","author":"Ethan Buchanan"},"pub_start":1746800383756,"pub_until":4115978604802,"pub_changed":1746800389101,"subscription":[{"tags":["categories/local-news","brands/KTRH-AM (700)","brands/Houston & Texas News"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d08c929c7ae7274077fba","slug:2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","slug:2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","author:user"]}},{"id":"%2F681cde5e7ec9dc8fe0f05053","type":"PUBLISHING","record":{"ref_id":"%2F681cde5e7ec9dc8fe0f05053","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Some more problems for the HPD as the switch to the new $31 million dollar records system has been delayed, likely for at least six months. \u003c/p>\n\n\u003cp>"Yes, it will be delayed but I want to let your listeners know, this is a massive infrastructure undertaking for the police department" said retired HPD Captain, Dr. Greg Fremin.\u003c/p>\n\n\u003cp>But, it's something that Mayor Whitmire was reportedly warned about last August.\u003c/p>\n\n\u003cp>"The mayor obviously, is going to get input from other people, which he did" Fremin told KTRH, "But ultimately he makes the decision which he thinks is in the best interest of the city, and the police department."\u003c/p>\n\n\u003cp>Hopefully, this won't lead to another suspended cases scandal.\u003c/p>\n\n\u003cp>"I don't foresee any negative ramifications, or case backlogs as a result of this" noted Fremin.\u003c/p>\n\n\u003cp>The deal with the computer system company has been extended until November, for an additional cost of $1.7 million. \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%2Fyoutu.be%2FIJOvUstRHwM%3Fsi%3D2Q3JaXYOvKAVypoZ","@url":"https://youtu.be/IJOvUstRHwM?si=2Q3JaXYOvKAVypoZ","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/IJOvUstRHwM?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=\"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/IJOvUstRHwM/hqdefault.jpg","thumbnail_width":480,"title":"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/IJOvUstRHwM?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=\"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/IJOvUstRHwM?si=2Q3JaXYOvKAVypoZ"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Houston Mayor John Whitmire looks on as the new HPD chief Noe Diaz address the media during a press conference in City Hall, Friday, Aug. 2, 2024, in Houston. (Douglas Sweet Jr. for Houston Landing)","id":"%2F681ce1af7ec9dc8fe0f05068","new_tab":false,"schedule":{},"source_credit":"Houston Landing ","title":"Police Chief","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681ce1a17ec9dc8fe0f05065"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]},"publish_date":1746789498430,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","social_title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","summary":"Mayor Whitmire was warned about issues with HPD's new records system last year. Now it's delayed","targets":[],"title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed/"},"slug":"2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681ce1a17ec9dc8fe0f05065","title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","description":"Mayor Whitmire was warned about issues with HPD's new records system last year. Now it's delayed","author":"B.D. Hobbs"},"pub_start":1746789498430,"pub_until":4115978604802,"pub_changed":1746789503749,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681cde5e7ec9dc8fe0f05053","slug:2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","slug:2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","author:user"]}},{"id":"%2F681d2f6f7ec9dc8fe0f05076","type":"PUBLISHING","record":{"ref_id":"%2F681d2f6f7ec9dc8fe0f05076","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Earlier this week, president Donald Trump said that illegal aliens to take up his offer to self deport for $1,000, may have a chance to return to the U.S. someday legally.\u003c/p>\n\n\u003cp>"No, it's not the answer" said Jessica Vaughan with the Center for Immigration Studies, "Legal immigration and illegal immigration right now are almost like two sides of the same coin."\u003c/p>\n\n\u003cp>Which has become a costly coin for the United States.\u003c/p>\n\n\u003cp>"Our country simply cannot absorb that many newcomers, in such a short period of time" Vaughan told KTRH, "And we don't have strong assimile institutions as we used to have."\u003c/p>\n\n\u003cp>It's all part of the left's plan, to change America.\u003c/p>\n\n\u003cp>"The answer is to actually reduce the numbers and have an immigration system where we select people who are likely to succeed here, not just open the doors to anyone who wants to come."\u003c/p>\n\n\u003cp>Which is exactly what the Biden-Harris administration did over the last four years. On purpose.\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%2Fyoutu.be%2F5UZS9zn0rTo%3Fsi%3Du3PayptftDLu61g6","@url":"https://youtu.be/5UZS9zn0rTo?si=u3PayptftDLu61g6","author_name":"LiveNOW from FOX","author_url":"https://www.youtube.com/@livenowfox","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/5UZS9zn0rTo?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=\"Trump deportation: Trump administration offers $1,000 to migrants who self deport\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/5UZS9zn0rTo/hqdefault.jpg","thumbnail_width":480,"title":"Trump deportation: Trump administration offers $1,000 to migrants who self deport","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/5UZS9zn0rTo?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=\"Trump deportation: Trump administration offers $1,000 to migrants who self deport\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/5UZS9zn0rTo?si=u3PayptftDLu61g6"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"GUATEMALA CITY, GUATEMALA - FEBRUARY 09: Guatemalan immigrants deported from the United States arrive on a ICE deportation flight on February 9, 2017 in Guatemala City, Guatemala. The charter jet, carrying 135 deportees, arrived from Texas, where U.S. border agents catch the largest number illigal immigrants crossing into the United States, many of them from Central America. U.S. President Donald Trump pledged to vastly increase the number of deportations. (Photo by John Moore/Getty Images)","id":"%2F681d30a76018f2973ad96078","new_tab":false,"schedule":{},"source_credit":"John Moore / Getty Images News / Getty Images","title":"Deported Guatemalan Immigrants Arrive On ICE Flight from U.S","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681d301bbe9718a685387101"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746789461055,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","social_title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","summary":"America’s Immigration Problem Won’t Be Solved By Letting Illegal Aliens Come Back Legally","targets":[],"title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea/"},"slug":"2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681d301bbe9718a685387101","title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","description":"America’s Immigration Problem Won’t Be Solved By Letting Illegal Aliens Come Back Legally","author":"B.D. Hobbs"},"pub_start":1746789461055,"pub_until":4115978604802,"pub_changed":1746789466637,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d2f6f7ec9dc8fe0f05076","slug:2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","slug:2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","author:user"]}},{"id":"%2F681d2186c92aee2a6aef4cab","type":"PUBLISHING","record":{"ref_id":"%2F681d2186c92aee2a6aef4cab","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Corey Olson","blocks":[{"attributes":{"@provider":"Spreaker","@query":"https://api.spreaker.com/oembed?format=json&url=https%3A%2F%2Fwww.spreaker.com%2Fepisode%2Fextra-credit-companies-look-to-high-school-for-skilled-workers--66005501","@url":"https://www.spreaker.com/episode/extra-credit-companies-look-to-high-school-for-skilled-workers--66005501","author_name":"KTRH (KTRH-AM)","author_url":"https://www.spreaker.com/user/ktrh-ktrh-am--9808747","height":480,"html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66005501&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider_name":"Spreaker","provider_url":"https://www.spreaker.com/","thumbnail_height":0,"thumbnail_url":"https://d3wo5wojvuv7l.cloudfront.net/t_widget_player_cover_medium/images.spreaker.com/original/de2e1b73161a95d49beb03396d7211c4.jpg","thumbnail_width":0,"title":"Extra Credit: Companies Look to High School for Skilled Workers - KTRH News","type":"rich","version":"1.0","width":640},"embed_type":"rich","html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66005501&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider":"Spreaker","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.spreaker.com/episode/extra-credit-companies-look-to-high-school-for-skilled-workers--66005501"},{"html":"\u003cp>Forget college. When it comes to finding the next generation of workers, many companies are skipping universities and going right to high school campuses. The \u003ca href=\"https://www.wsj.com/lifestyle/careers/skilled-trades-high-school-recruitment-fd9f8257?st=RB2Q9F&reflink=article_email_share\" target=\"_blank\">Wall Street Journal reports\u003c/a> on the growing trend of high schoolers with full-time job offers in the skilled trades. One 17-year-old welding student in Pennsylvania says he already has a $68,000 job waiting for him when he graduates next year. Even students who don't have a job offer in high school are increasingly \u003ca href=\"https://ktrh.iheart.com/featured/houston-texas-news/content/2024-04-09-vocational-trade-school-a-viable-alternative-to-expensive-4-year-degrees/\" target=\"_blank\">choosing vocational or trade schools\u003c/a> in lieu of chasing an expensive four-year degree.\u003c/p>\n\n\u003cp>The shortage of skilled labor in the U.S. has been growing for years, but accelerated recently with the mass retirement of baby boomers. That has prompted companies to partner with high schools for trade programs that recruit and develop the next generation of trade workers. Mike Rowe, former host of "Dirty Jobs" and longtime trade work advocate, gives out scholarships to trade school students through his \u003ca href=\"https://mikeroweworks.org/\" target=\"_blank\">MikeRoweWorks\u003c/a> program. Rowe recently \u003ca href=\"https://www.foxbusiness.com/media/age-relying-credentials-nearing-end-mike-rowe-says\" target=\"_blank\">told Fox Business\u003c/a> this is what the future of the American job market looks like. "We have relied too heavily on credentials, and we often overlook the people who are in fact the most qualified to help us close the skills gap, which is very real," he said.\u003c/p>\n\n\u003cp>"We have seven million jobs open right now," he continued. "Most of them don't require a four-year degree, many of them pay six figures."\u003c/p>\n\n\u003cp>Some of the high school trade students who spoke with the Wall Street Journal said they feel like athletes being recruited by pro teams. Rowe expects this trend to continue, based on the growing shortage of skilled labor. "Just in the automotive industry, they've got 67,000 openings right now for skilled tradesmen...they can't find them," he told Fox. "This is the year we're gonna be talking about what is happening in terms of this recruiting crisis. The chickens are coming home to roost."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F602aff10e1d7299500a0b556","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Flive%2Ffox-news-radio-8627%2F","@url":"https://www.iheart.com/live/fox-news-radio-8627/","author_name":"Fox News Radio","author_url":"https://www.iheart.com/live/fox-news-radio-8627/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Fox News Radio\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/live/fox-news-radio-8627/?embed=true&cid=oembed&keyid%5B0%5D=Fox%20News%20Radio&sc=live_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/re/new_assets/5f3b43f0529439aac0159456?ops=fit(300%2C300)","thumbnail_width":300,"title":"Fox News Radio","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Fox News Radio\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/live/fox-news-radio-8627/?embed=true&cid=oembed&keyid%5B0%5D=Fox%20News%20Radio&sc=live_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/live/fox-news-radio-8627/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers/","cuser":"user/ldap/ccrhou1cpo","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/Mike Rowe","keywords/high school","keywords/workers","keywords/universities","keywords/students","keywords/trade programs","keywords/labor","keywords/workforce","keywords/trade school","keywords/jobs","keywords/college","keywords/economy"],"primary_image":{"bucket":"new_assets","id":"%2F602aff10e1d7299500a0b556"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746779400000,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","social_title":"","summary":"Some high school students are being offered full-time jobs in skilled trades.","targets":[],"title":"Extra Credit: Companies Look to High School for Skilled Workers","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers/"},"slug":"2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","summary":{"image":"https://i.iheart.com/v3/re/new_assets/602aff10e1d7299500a0b556","title":"Extra Credit: Companies Look to High School for Skilled Workers","description":"Some high school students are being offered full-time jobs in skilled trades.","author":"Corey Olson"},"pub_start":1746779400000,"pub_until":4115978604802,"pub_changed":1746807789162,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d2186c92aee2a6aef4cab","slug:2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","slug:2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","keyword:keywords/Mike Rowe","keyword:keywords/high school","keyword:keywords/workers","keyword:keywords/universities","keyword:keywords/students","keyword:keywords/trade programs","keyword:keywords/labor","keyword:keywords/workforce","keyword:keywords/trade school","keyword:keywords/jobs","keyword:keywords/college","keyword:keywords/economy","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":["29197307","26994314","27764850","27764831","57927691","27296753","19001275","18899828","22060409","24392822","52808599","28373207","27764882","27764860","53959281","73394343","107690410","122143378","167769138"]},{"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":"%2F681e5a9af6e57cb7cc346cb8","type":"PUBLISHING","record":{"ref_id":"%2F681e5a9af6e57cb7cc346cb8","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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":"INGLEWOOD, CALIFORNIA - JANUARY 02: President of football operations John Elway of the Denver Broncos looks on during warm ups prior to the game between the Los Angeles Chargers and the Denver Broncos at SoFi Stadium on January 02, 2022 in Inglewood, Cali","id":"%2F68124f6980242c6983cee4c2","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Denver Broncos v Los Angeles Chargers","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2024-07-30-john-elway-reveals-biggest-regret-from-tenure-as-broncos-gm/\" target=\"_blank\">Pro Football Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-07-30-john-elway-reveals-biggest-regret-from-tenure-as-broncos-gm/\" target=\"_blank\">\u003cstrong>John Elway\u003c/strong>\u003c/a>'s longtime agent and business partner, \u003ca href=\"https://www.iheart.com/content/2025-04-30-john-elway-breaks-silence-on-agents-death-after-accident/\" target=\"_blank\">\u003cstrong>Jeff Sperbeck\u003c/strong>\u003c/a>, died from blunt head trauma, the Riverside County Sheriff's Office told \u003ca href=\"https://www.tmz.com/2025/05/09/john-elways-agent-jeff-sperbeck-died-of-accidental-blunt-head-trauma-officials-say/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a> on Friday (May 9).\u003c/p>\n\n\u003cp>The determination was made days after Sperbeck died on April 30 and confirmed that the death was ruled accidental.\u003c/p>\n\n\u003cp>Sperbeck, 61, and Elway, 64, hadn't attended the local Stagecoach festival earlier in the day, which was previously reported, according to \u003ca href=\"https://www.9news.com/article/sports/nfl/denver-broncos/mike-klis/golf-cart-accident-details-elway-sperbeck/73-42215d75-9bee-49d4-a39f-86d7f2694ee6\" target=\"_blank\">\u003cem>9News\u003c/em>\u003c/a>. The group had traveled with roughly 10-15 relatives and friends, which included Elway's son, \u003cstrong>Jack\u003c/strong>, his daughter-in-law and comedian \u003cstrong>Johnny\u003c/strong> '\u003cstrong>Bananas\u003c/strong>' \u003cstrong>Devenanzio\u003c/strong>, according to the report.\u003c/p>\n\n\u003cp>The group left a private event hosted by Vouri at The Madison Club later that night and decided not to attend the Stagecoach festival as planned earlier in the day, instead taking three or four golf carts back to Elway's residence on the campus. Elway was driving a single-bench cart with Sperbeck's wife occupying the other seat as Sperbeck and Devenanzio stood on the back of the cart.\u003c/p>\n\n\u003cp>Sperbeck was reported to have fallen "straight back" off the car and "hit his head immediately," according to the report. The agent was confirmed to have died from injuries sustained, according to the Riverside County (California) corner in a statement obtained by \u003ca href=\"https://www.espn.com/nfl/story/_/id/44936924/john-elway-business-partner-ex-agent-dies-fall-injuries\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>\u003cem> \u003c/em>last week.\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%2FAdamSchefter%2Fstatus%2F1917719181933568006","@url":"https://x.com/AdamSchefter/status/1917719181933568006","author_name":"Adam Schefter","author_url":"https://twitter.com/AdamSchefter","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Statement from John Elway:\u003cbr>“I am absolutely devastated and heartbroken by the passing of my close friend, business partner and agent Jeff Sperbeck. There are no words to truly express the profound sadness I feel with the sudden loss of someone who has meant so much to me. My… \u003ca href=\"https://t.co/idRixJ29Az\">pic.twitter.com/idRixJ29Az\u003c/a>\u003c/p>— Adam Schefter (@AdamSchefter) \u003ca href=\"https://twitter.com/AdamSchefter/status/1917719181933568006?ref_src=twsrc%5Etfw\">April 30, 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/AdamSchefter/status/1917719181933568006","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Statement from John Elway:\u003cbr>“I am absolutely devastated and heartbroken by the passing of my close friend, business partner and agent Jeff Sperbeck. There are no words to truly express the profound sadness I feel with the sudden loss of someone who has meant so much to me. My… \u003ca href=\"https://t.co/idRixJ29Az\">pic.twitter.com/idRixJ29Az\u003c/a>\u003c/p>— Adam Schefter (@AdamSchefter) \u003ca href=\"https://twitter.com/AdamSchefter/status/1917719181933568006?ref_src=twsrc%5Etfw\">April 30, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/AdamSchefter/status/1917719181933568006"},{"html":"\u003cp>“I am absolutely devastated and heartbroken by the passing of my close friend, business partner and agent Jeff Sperbeck," Elway said in a statement re-shared by \u003cem>ESPN\u003c/em>'s \u003cstrong>Adam Schefter\u003c/strong> on Wednesday (April 30). "There are no words to truly express the profound sadness I feel with the sudden loss of someone who has meant so much to me. My heart and deepest sympathies go out to Jeff’s wife, \u003cstrong>Cori\u003c/strong>; his children \u003cstrong>Carly\u003c/strong>, \u003cstrong>Sam\u003c/strong> and \u003cstrong>Jackson\u003c/strong>; and everyone who knew and loved him. Jeff will be deeply missed for the loyalty, wisdom, friendship and love he brought into my life and the lives of so many others.”\u003c/p>\n\n\u003cp>Elway reportedly called 911 and Sperbeck was taken to Desert Regional Medical Center in Palm Springs, according to \u003cem>TMZ\u003c/em>. Elway and Sperbeck had attended Stagecoach music festival earlier in the day with their wives and had left a party just prior to the accident occurring.\u003c/p>\n\n\u003cp>Sperbeck, who worked as a sports agent for 30 years, represented Elway in the 1990s prior to launching a winery called 7Cellars, a reference to the quarterback's jersey number, as business partners.\u003c/p>\n\n\u003cp>"This has been a terrible time for everyone involved and our hearts continue to go out to the Sperbeck family," said \u003cstrong>Harvey Steinberg\u003c/strong>, Elway's attorney, in a statement obtained by \u003cem>NBC News\u003c/em> on Friday. "The investigation has confirmed what we already knew: this was a tragic accident and sometimes things happen in life that we will never comprehend," Steinberg said.\u003c/p>\n\n\u003cp>Elway retired after leading the \u003ca href=\"https://www.iheart.com/content/2025-03-06-decision-made-on-recently-arrested-broncos-olb-coach-michael-wilhoite/\" target=\"_blank\">Denver Broncos\u003c/a> to back-to-back Super Bowl victories, which included winning Super Bowl XXXIII MVP in his final appearance. The former No. 1 overall pick ranks 12th in NFL history with 51,475 yards and 14th with 300 touchdown passes.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-john-elways-agents-official-cause-of-death-determined/","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/John Elway","keywords/Jeff Sperbeck","keywords/festival","keywords/cause of death","keywords/agent","keywords/NFL","keywords/football"],"primary_image":{"bucket":"new_assets","id":"%2F68124f6980242c6983cee4c2"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746819900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-john-elways-agents-official-cause-of-death-determined","social_title":"","summary":"Pro Football Hall of Famer John Elway's longtime agent and business partner Jeff Sperbeck's official cause of death has been determined.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"John Elway's Agent's Official Cause Of Death Determined","permalink":"https://ktrh.iheart.com/content/2025-05-09-john-elways-agents-official-cause-of-death-determined/"},"slug":"2025-05-09-john-elways-agents-official-cause-of-death-determined","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68124f6980242c6983cee4c2","title":"John Elway's Agent's Official Cause Of Death Determined","description":"Pro Football Hall of Famer John Elway's longtime agent and business partner Jeff Sperbeck's official cause of death has been determined.","author":"Jason Hall"},"pub_start":1746819900000,"pub_until":4115978604802,"pub_changed":1746820597986,"subscription":[{"tags":["categories/sports","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681e5a9af6e57cb7cc346cb8","slug:2025-05-09-john-elways-agents-official-cause-of-death-determined","slug:2025-05-09-john-elways-agents-official-cause-of-death-determined","keyword:keywords/John Elway","keyword:keywords/Jeff Sperbeck","keyword:keywords/festival","keyword:keywords/cause of death","keyword:keywords/agent","keyword:keywords/NFL","keyword:keywords/football","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":"%2F681e324f0052288029b29813","type":"PUBLISHING","record":{"ref_id":"%2F681e324f0052288029b29813","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"94823975-d0ec-4771-bc55-7497c31a0390","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-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681e329d0052288029b2981e","new_tab":false,"schedule":{},"source_credit":"@Nayeliclem/Instagram","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>CrossFit athlete \u003cstrong>Nayeli Clemente\u003c/strong> has died at the age of 24 after \u003ca href=\"https://www.iheart.com/content/2024-08-28-soccer-player-juan-izquierdo-27-dead-after-on-field-collapse/\" target=\"_blank\">collapsing\u003c/a> during a competition in Mexico, \u003ca href=\"https://www.news.com.au/lifestyle/fitness/exercise/gymgoer-24-suddenly-dies-after-common-workout-routine/news-story/8c9c68c1728f4d7647820a4a213983c4\" target=\"_blank\">\u003cem>News.com.au\u003c/em>\u003c/a> reports.\u003c/p>\n\n\u003cp>Clemente was competing in the Cholula Games in San Andrés Cholula on May 2 in temperatures reported to be 95 degrees Fahrenheit. The 24-year-old reportedly began struggling to breathe and fainted during the 'Team Pyramid Run,' a high-intensity physical test in which team members take turns running increasingly longer distances in a relay-style race.\u003c/p>\n\n\u003cp>Clemente was reported given \u003ca href=\"https://www.iheart.com/content/2022-07-06-boys-who-saved-father-say-they-learned-cpr-from-the-sandlot/\" target=\"_blank\">CPR\u003c/a> by \u003cstrong>Daniela Castruita\u003c/strong>, a doctor who was in the crowd at the time of the incident, and managed to be stabilized before being transported in an ambulance. Clemente's team claimed that the event's medical team was allegedly "slow" and "disorganized" in its response to the emergency in a statement obtained by \u003cem>Jam Press\u003c/em> via \u003cem>News.com.au\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDG4JSnnOMqf%2F","@url":"https://www.instagram.com/p/DG4JSnnOMqf/","author_name":"nayeliclem","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Nayeli Clemente (@nayeliclem)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":800,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/482919894_18489397255057530_5367135382058543110_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QHiLhwyzKoDjoGqa2lxkgJqQpy01j5xIw9okKE76dWQgBHiwqZ2Y9g-11G3XpNLIXc&_nc_ohc=IHdezp6yHEwQ7kNvwH1lKFv&_nc_gid=a8BFTScdZrLiVvaEd-vf6w&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfIA86vR4PaWDmmwPz1PNV4QlrGp9BX5Cm0_CIq-KiVnuw&oe=68241702&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/p/DG4JSnnOMqf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Nayeli Clemente (@nayeliclem)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DG4JSnnOMqf/"},{"html":"\u003cp>“At a critical moment, where every second counted, the medical staff contracted by the event organizers did not respond to the preparation or the necessary resources,” the team claimed.\u003c/p>\n\n\u003cp>“The number of paramedics and ambulances was insufficient for the magnitude of the event, and there was no rapid access to the pyramid. “(They did) not use the basic equipment. The breathing/oxygen machine in the ambulance was not connected at the time.”\u003c/p>\n\n\u003cp>Clemente was transported to a hospital where she was later pronounced dead from sudden cardiac arrest, \u003ca href=\"https://needtoknow.co.uk/2025/05/08/athlete-24-tragically-dies-during-crossfit-competition/\" target=\"_blank\">\u003cu>\u003cem>NeedToKnow\u003c/em>\u003c/u>\u003c/a> reports.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24/","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/Nayeli Clemente","keywords/age","keywords/Clemente","keywords/Crossfit","keywords/Daniela Castruita","keywords/competition","keywords/team","keywords/Mexico","keywords/dead","keywords/death"],"primary_image":{"bucket":"new_assets","id":"%2F681e329d0052288029b2981e"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746809940000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24","social_title":"","summary":"CrossFit athlete Nayeli Clemente has died at the age of 24.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"CrossFit Athlete Nayeli Clemente Dead At 24","permalink":"https://ktrh.iheart.com/content/2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24/"},"slug":"2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681e329d0052288029b2981e","title":"CrossFit Athlete Nayeli Clemente Dead At 24","description":"CrossFit athlete Nayeli Clemente has died at the age of 24.","author":"Jason Hall"},"pub_start":1746809940000,"pub_until":4115978604802,"pub_changed":1746810284477,"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:/681e324f0052288029b29813","slug:2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24","slug:2025-05-09-crossfit-athlete-nayeli-clemente-dead-at-24","keyword:keywords/Nayeli Clemente","keyword:keywords/age","keyword:keywords/Clemente","keyword:keywords/Crossfit","keyword:keywords/Daniela Castruita","keyword:keywords/competition","keyword:keywords/team","keyword:keywords/Mexico","keyword:keywords/dead","keyword:keywords/death","author:user"]}},{"id":"%2F681e292a91922e82fb10a7a2","type":"PUBLISHING","record":{"ref_id":"%2F681e292a91922e82fb10a7a2","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"7b61a2cc-0032-4d76-99e7-72a8b4b18a1d","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":"NEW ORLEANS, LOUISIANA - FEBRUARY 08: (L-R) Bill Belichick and Jordan Hudson attend Michael Rubin's 2025 Fanatics Super Bowl Party at The Sugar Mill on February 08, 2025 in New Orleans, Louisiana. (Photo by Mike Coppola/Getty Images for Fanatics)","id":"%2F67a9170f656f8db9e91841ed","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"2025 Fanatics Super Bowl Party","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The University of North Carolina issued a statement claiming head football coach \u003ca href=\"https://www.iheart.com/content/2025-05-01-bill-belichicks-daughter-in-law-shades-girlfriend-jordon-hudson/\" target=\"_blank\">\u003cstrong>Bill Belichick\u003c/strong>\u003c/a>'s girlfriend \u003ca href=\"https://www.iheart.com/content/2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report/\" target=\"_blank\">\u003cstrong>Jordon Hudson\u003c/strong>\u003c/a> was still welcome as a guest at football facilities following a report claiming she'd been banned.\u003c/p>\n\n\u003cp>"While Jordon Hudson is not an employee at the University or Carolina Athletics, she is welcome to the Carolina Football facilities," the school said in the statement obtained by \u003ca href=\"https://www.espn.com/college-football/story/_/id/45068251/unc-says-bill-belichick-girlfriend-welcome-school\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a> on Friday (May 9). "Jordon will continue to manage all activities related to Coach Belichick's personal brand outside of his responsibilities for Carolina Football and the University."\u003c/p>\n\n\u003cp>The school's statement was shared shortly after former \u003cem>ESPN\u003c/em> analyst \u003cstrong>Pablo Torre\u003c/strong> revealed on his \u003ca href=\"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"121600448\" data-catalog-related-id=\"\">\u003cem>Pablo Torre Finds Out\u003c/em>\u003c/a> that sources told him Hudson had been banned from North Carolina's practices and Belichick's family was concerned that their relationship was tarnishing his legacy.\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%2Fpablofindsout%2Fstatus%2F1920802680705831163%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1920802680705831163%257Ctwgr%255E771534df90d73d27a3dfaaa09649d4384c4d9416%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fnypost.com%252F2025%252F05%252F09%252Fsports%252Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%252F","@url":"https://x.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1920802680705831163%7Ctwgr%5E771534df90d73d27a3dfaaa09649d4384c4d9416%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnypost.com%2F2025%2F05%2F09%2Fsports%2Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%2F","author_name":"Pablo Torre Finds Out","author_url":"https://twitter.com/pablofindsout","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Sources tell \u003ca href=\"https://twitter.com/PabloTorre?ref_src=twsrc%5Etfw\">@PabloTorre\u003c/a> that Bill Belichick's girlfriend, Jordon Hudson, is now banned from UNC's football facility.\u003cbr>\u003cbr>One Belichick family source adds: "There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill's legacy, reputation — everything… \u003ca href=\"https://t.co/59xQQtqyc0\">pic.twitter.com/59xQQtqyc0\u003c/a>\u003c/p>— Pablo Torre Finds Out (@pablofindsout) \u003ca href=\"https://twitter.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw\">May 9, 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/pablofindsout/status/1920802680705831163","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Sources tell \u003ca href=\"https://twitter.com/PabloTorre?ref_src=twsrc%5Etfw\">@PabloTorre\u003c/a> that Bill Belichick's girlfriend, Jordon Hudson, is now banned from UNC's football facility.\u003cbr>\u003cbr>One Belichick family source adds: "There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill's legacy, reputation — everything… \u003ca href=\"https://t.co/59xQQtqyc0\">pic.twitter.com/59xQQtqyc0\u003c/a>\u003c/p>— Pablo Torre Finds Out (@pablofindsout) \u003ca href=\"https://twitter.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw\">May 9, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1920802680705831163%7Ctwgr%5E771534df90d73d27a3dfaaa09649d4384c4d9416%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnypost.com%2F2025%2F05%2F09%2Fsports%2Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%2F"},{"html":"\u003cp>“There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill’s legacy, reputation — everything he has built and worked for over decades,” one Belichick family source told Torre, who had previously broke the news that Hudson forced her way into a Dunkin' Donuts Super Bowl commercial in February.\u003c/p>\n\n\u003cp>Torre, who was joined on the episode by \u003ca href=\"https://www.iheart.com/podcast/269-casuals-with-katie-nolan-255227604/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255227604\" data-catalog-related-id=\"\">\u003cstrong>Katie Nolan\u003c/strong>\u003c/a> and \u003cstrong>Michael Cruz Kayne\u003c/strong>, said he spoke to 11 different sources who had dealt with Hudson, 24, a former Bridgewater State University cheerleader, directly since she went public with her relationship with Belichick, 73, last year.\u003c/p>\n\n\u003cp>Torre's investigation addressed Hudson's reputation after Belichick, who signed a five-year, $50 million deal to become UNC's head football coach in December, allowed her into the fold, with two UNC sources said to be higher-ups within the athletic department reportedly deciding last week that Hudson is no longer allowed on the football field or inside its football facility.\u003c/p>\n\n\u003cp>“Don’t think you’ll be hearing much from Jordon moving forward,” one source said, according to Torre.\u003c/p>\n\n\u003cp>Last month, \u003cstrong>Jennifer Schmitt\u003c/strong>, the wife of \u003cstrong>Stephen Belichick\u003c/strong>, Bill's son and defensive coordinator, responded to a comment posted by comedian \u003ca href=\"https://www.iheart.com/podcast/1119-the-nikki-glaser-podcast-79573913/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"79573913\" data-catalog-related-id=\"\">\u003cstrong>Nikki Glaser\u003c/strong>\u003c/a> in which Glaser claimed Hudson was "acting as his publicist" in response to former New England Patriots wide receiver \u003cstrong>Julian Edelman\u003c/strong> and tight end \u003cstrong>Rob Gronkowski\u003c/strong>'s defense of their longtime former coach's relationship after a clip of Hudson interrupting and prohibiting a question from being asked during Belichick's \u003cem>CBS Sunday Morning\u003c/em> interview went viral last month.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDJEXmkNsV5J%2F","@url":"https://www.instagram.com/p/DJEXmkNsV5J/","author_name":"dudesondudes","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Dudes on Dudes with Gronk and Jules (@dudesondudes)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1137,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/494537907_17884163994267477_4342894135203917043_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=109&_nc_oc=Q6cZ2QFjP2DQy_Qo4qsUWqNrrC8BrXMbFoA4eMa23YRcdLXjkKcfp9-sAPXcEOycFCDsv6U&_nc_ohc=GpYzb5YvH08Q7kNvwFIr9ad&_nc_gid=bcGo_KHLuY6mSx7nHzpUzA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfLpiesoYrWhzH45ulgXgWtKGRP8q4mJkG3ZCWJ8MWWVrw&oe=6823E336&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Dudes on Dudes with Gronk and Jules (@dudesondudes)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJEXmkNsV5J/"},{"html":"\u003cp>“Publicists act in a professional manner and don’t ‘storm’ off set delaying an interview,” Schmitt wrote.\u003c/p>\n\n\u003cp>Belichick issued a statement claiming he "clearly communicated" to his publicist, Simon & Schuster, that all promotional interviews would "solely" be about his upcoming book, \u003cem>The Art of Winning -- Lessons from My Life in Football\u003c/em>, which is set to be released next week and claims \u003cem>CBS News\u003c/em> reporter \u003cstrong>Tony Dokoupil\u003c/strong> and producers didn't comply.\u003c/p>\n\n\u003cp>“Unfortunately, the expectation was not honored during the interview,” Belichick said in the statement, which was shared by UNC and obtained by \u003cem>ESPN\u003c/em>'s \u003cstrong>Pete Thamel\u003c/strong> on Wednesday (April 30). “I was surprised when unrelated topics were introduced and I repeatedly expressed to the reporter, Tony Dokoupil, and the producers that I preferred to keep the conversation centered on the book.\u003c/p>\n\n\u003cp>“After the occurred several times, Jordon, with whom I share both a personal and professional relationship, stepped in to reiterate that point to help refocus the discussion. She was not deflecting any specific question or topic but simply doing her job to ensure the interview stayed on track. Some of the clips make it appear as though were were avoiding the question of how we met, but we have been open about the fact that Jordon and I met on a flight to Palm Beach in 2021.\u003c/p>\n\n\u003cp>“The final eight-minute segment does not reflect the productive 35-minute conversation we had, which covered a wide range of topics related to my career. Instead, it presents edited clips and stills from just a few minutes of the interview to suggest a false narrative — that Jordan was attempting to control the conversation — which is simply not true.”\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%2FPeteThamel%2Fstatus%2F1917637735541514356%3Fref_src%3Dtwsrc%255Egoogle%257Ctwcamp%255Eserp%257Ctwgr%255Etweet","@url":"https://x.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet","author_name":"Pete Thamel","author_url":"https://twitter.com/PeteThamel","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UNC releases a statement from Bill Belichick regarding his recent CBS Sunday Morning interview. It says that it's a "false narrative" that his girlfriend, Jordan Hudson was attempting to control the interview. "It presents selectively edited clips and stills from just a few… \u003ca href=\"https://t.co/9lnB4ek03g\">pic.twitter.com/9lnB4ek03g\u003c/a>\u003c/p>— Pete Thamel (@PeteThamel) \u003ca href=\"https://twitter.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Etfw\">April 30, 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/PeteThamel/status/1917637735541514356","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UNC releases a statement from Bill Belichick regarding his recent CBS Sunday Morning interview. It says that it's a "false narrative" that his girlfriend, Jordan Hudson was attempting to control the interview. "It presents selectively edited clips and stills from just a few… \u003ca href=\"https://t.co/9lnB4ek03g\">pic.twitter.com/9lnB4ek03g\u003c/a>\u003c/p>— Pete Thamel (@PeteThamel) \u003ca href=\"https://twitter.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Etfw\">April 30, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet"},{"html":"\u003cp>Hudson went viral in a clip that showed her interrupt Belichick's interview with \u003cem>CBS News\u003c/em> correspondent Tony Dokoupil and said "We're not talking about this," while sitting at a desk in the background after Dokoupil asked how they met.\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%2FYahooSports%2Fstatus%2F1916556376807272532","@url":"https://x.com/YahooSports/status/1916556376807272532","author_name":"Yahoo Sports","author_url":"https://twitter.com/YahooSports","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Bill Belichick’s girlfriend Jordon Hudson shut down a question about how they met during an interview with CBS 😬\u003cbr>\u003cbr>(via \u003ca href=\"https://twitter.com/CBSMornings?ref_src=twsrc%5Etfw\">@cbsmornings\u003c/a>) \u003ca href=\"https://t.co/5D2oYP2KKl\">pic.twitter.com/5D2oYP2KKl\u003c/a>\u003c/p>— Yahoo Sports (@YahooSports) \u003ca href=\"https://twitter.com/YahooSports/status/1916556376807272532?ref_src=twsrc%5Etfw\">April 27, 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/YahooSports/status/1916556376807272532","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Bill Belichick’s girlfriend Jordon Hudson shut down a question about how they met during an interview with CBS 😬\u003cbr>\u003cbr>(via \u003ca href=\"https://twitter.com/CBSMornings?ref_src=twsrc%5Etfw\">@cbsmornings\u003c/a>) \u003ca href=\"https://t.co/5D2oYP2KKl\">pic.twitter.com/5D2oYP2KKl\u003c/a>\u003c/p>— Yahoo Sports (@YahooSports) \u003ca href=\"https://twitter.com/YahooSports/status/1916556376807272532?ref_src=twsrc%5Etfw\">April 27, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/YahooSports/status/1916556376807272532"},{"html":"\u003cp>"No?" Dokoupil asked.\u003c/p>\n\n\u003cp>"No," she responded.\u003c/p>\n\n\u003cp>Dokoupil also asked Belichick, 72, how he handles interest in their relationship, to which the six-time Super Bowl champion head coach and two-time Super Bowl winning assistant responded, "Never been to worried about what anybody else thinks...just tried to do what I feel like is best for me and what's right."\u003c/p>\n\n\u003cp>Earlier this month, public emails revealed Belichick had fears of being viewed as a "predator," while Hudson worried the hiring of Steve Belichick as his defensive coordinator would be seen as nepotism, \u003ca href=\"https://www.nytimes.com/athletic/6279486/2025/04/15/bill-belichick-jordon-hudson-unc-football/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a> reported. Belichick asked for Hudson to be copied on emails sent to him since his surprising decision to take over as the Tar Heels' head coach.\u003c/p>\n\n\u003cp>“Is there anyone monitoring the UNC Football page for slanderous commentary and subsequently deleting it / blocking users that are harassing BB in the comments?” Hudson wrote in a Feb. 13 email obtained by \u003cem>the Athletic\u003c/em>.\u003c/p>\n\n\u003cp>“I cannot believe that UNC would support my being called a ‘predator,’” Belichick responded in an email the next day.\u003c/p>\n\n\u003cp>UNC reportedly didn't find any references to Belichick being called a predator, according to \u003cem>the Athletic\u003c/em>'s report.\u003c/p>\n\n\u003cp>\u003cstrong>Robbi Pickeral Evans\u003c/strong>, who serves as UNC's senior associate athletic director for external affairs and strategic communications, did, however, reassure the couple that the school “hid or erased a comment about their personal life and would continue to block, ban or hide similar remarks,” the report states. Evans called the term "incredibly inappropriate, and as you noted below, UNC would NEVER support" it while addressing the "predator concern."\u003c/p>\n\n\u003cp>Steve Belichick, 38, had previously worked under his dad in various defensive roles for 12 seasons with the Patriots before spending the past season as the University of Washington's defensive coordinator following his father's firing after 24 seasons.\u003c/p>\n\n\u003cp>“Though Steve Belichick is in fact Bill’s son, he should be depicted and represented as his own established, credible entity as opposed to an extension of Bill,” Hudson wrote in a Dec. 22 email regarding the hiring. “It can be easily misinterpreted that Steve is simply benefiting from nepotism but that is not the case. Steve was fortunate to have learned defensive football strategy from the ‘greatest defensive mind’ of all-time. He has earned his position due to his performance and output.”\u003c/p>\n\n\u003cp>Hudson added that she wanted the school to avoid using photos of the Belichicks together and avoid referring to him as "Bill's son."\u003c/p>\n\n\u003cp>“It is really worth emphasizing the point that Steve has the experience of being a COLLEGE defensive coordinator and will bring a plethora of knowledge to the coaching staff,” Hudson wrote. “I believe being strategic about the depiction of the Steve (sic) will prevent controversy and show upmost (sic) respect towards Steve’s career, validate Bill’s decision as a HC to hire Steve.”\u003c/p>\n\n\u003cp>Bill's other son, \u003cstrong>Brian\u003c/strong>, was also hired to his UNC staff as a defensive backs and safeties coach after nine seasons with the Patriots, which included 2024 under his father's successor and former linebacker \u003cstrong>Jerod Mayo\u003c/strong>, who was fired after one season. Brian, however, wasn't mentioned in the emails by Hudson, whose signature states that she works as the "chief operating officer of Belichick Productions."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend/","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/Bill Belichick","keywords/Jordan Hudson","keywords/Jordon Hudson","keywords/UNC","keywords/girlfriend","keywords/Pablo Torre","keywords/worry","keywords/North Carolina Tar Heels","keywords/football","keywords/NFL"],"primary_image":{"bucket":"new_assets","id":"%2F67a9170f656f8db9e91841ed"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746807300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend","social_title":"","summary":"UNC issued a response after a surprising report on Bill Belichick's girlfriend.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"UNC Issues Response After Surprising Report On Bill Belichick's Girlfriend","permalink":"https://ktrh.iheart.com/content/2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend/"},"slug":"2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67a9170f656f8db9e91841ed","title":"UNC Issues Response After Surprising Report On Bill Belichick's Girlfriend","description":"UNC issued a response after a surprising report on Bill Belichick's girlfriend.","author":"Jason Hall"},"pub_start":1746807300000,"pub_until":4115978604802,"pub_changed":1746807660880,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681e292a91922e82fb10a7a2","slug:2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend","slug:2025-05-09-unc-issues-response-after-surprising-report-on-bill-belichicks-girlfriend","keyword:keywords/Bill Belichick","keyword:keywords/Jordan Hudson","keyword:keywords/Jordon Hudson","keyword:keywords/UNC","keyword:keywords/girlfriend","keyword:keywords/Pablo Torre","keyword:keywords/worry","keyword:keywords/North Carolina Tar Heels","keyword:keywords/football","keyword:keywords/NFL","author:user"]}},{"id":"%2F681dfe5665f5b28b49b4a24a","type":"PUBLISHING","record":{"ref_id":"%2F681dfe5665f5b28b49b4a24a","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F867-pablo-torre-finds-out-121600448%2Fepisode%2Fthe-jordon-rules-an-exclusive-ptfo-274617372%2F","@url":"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/episode/the-jordon-rules-an-exclusive-ptfo-274617372/","author_name":"Pablo Torre Finds Out","author_url":"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"The Jordon Rules: An Exclusive PTFO Investigation - Pablo Torre Finds Out\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/episode/the-jordon-rules-an-exclusive-ptfo-274617372/?embed=true&cid=oembed&keyid%5B0%5D=Pablo%20Torre%20Finds%20Out&keyid%5B1%5D=The%20Jordon%20Rules%3A%20An%20Exclusive%20PTFO%20Investigation%20-%20Pablo%20Torre%20Finds%20Out&sc=podcast_episode_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/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2ZmY2YzY2U2LWU1NjUtMTFlZC1hYzMwLWQzOWM2NWQ3Yzc0MS9pbWFnZS9QVEZPX1Nob3dfQ292ZXItUEFCTE9fVE9SUkVfRklORFNfT1VUXzA0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz","thumbnail_width":300,"title":"The Jordon Rules: An Exclusive PTFO Investigation - Pablo Torre Finds Out","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Jordon Rules: An Exclusive PTFO Investigation - Pablo Torre Finds Out\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/episode/the-jordon-rules-an-exclusive-ptfo-274617372/?embed=true&cid=oembed&keyid%5B0%5D=Pablo%20Torre%20Finds%20Out&keyid%5B1%5D=The%20Jordon%20Rules%3A%20An%20Exclusive%20PTFO%20Investigation%20-%20Pablo%20Torre%20Finds%20Out&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/episode/the-jordon-rules-an-exclusive-ptfo-274617372/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Bill Belichick, Jordon Hudson at the 14th Annual NFL Honors held at Saenger Theatre on February 06, 2025 in New Orleans, Louisiana. (Photo by Christopher Polk/Variety via Getty Images)","id":"%2F67feaa6d03eb38ca24d42152","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"14th Annual NFL Honors - Arrivals","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Former Super Bowl champion and current North Carolina Tar Heels head coach \u003ca href=\"https://www.iheart.com/content/2025-04-30-bill-belichick-breaks-silence-on-girlfriends-interview-controversy/\" target=\"_blank\">\u003cstrong>Bill Belichick\u003c/strong>\u003c/a>'s girlfriend \u003ca href=\"https://www.iheart.com/content/2025-04-29-jordon-hudson-releases-fiery-email-after-bill-belichick-interview-fiasco/\" target=\"_blank\">\u003cstrong>Jordon Hudson\u003c/strong>\u003c/a> has reportedly been banned from his team's practices and \u003ca href=\"https://www.iheart.com/content/2025-05-01-bill-belichicks-daughter-in-law-shades-girlfriend-jordon-hudson/\" target=\"_blank\">his family is concerned\u003c/a> that their relationship is tarnishing his legacy, former \u003cem>ESPN\u003c/em> analyst \u003cstrong>Pablo Torre\u003c/strong> revealed on his \u003ca href=\"https://www.iheart.com/podcast/867-pablo-torre-finds-out-121600448/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"121600448\" data-catalog-related-id=\"\">\u003cem>Pablo Torre Finds Out\u003c/em>\u003c/a> podcast released on Friday (May 9), according to multiple sources.\u003c/p>\n\n\u003cp>“There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill’s legacy, reputation — everything he has built and worked for over decades,” one Belichick family source told Torre, who had previously broke the news that Hudson forced her way into a Dunkin' Donuts Super Bowl commercial in February.\u003c/p>\n\n\u003cp>Torre, who was joined on the episode by \u003ca href=\"https://www.iheart.com/podcast/269-casuals-with-katie-nolan-255227604/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255227604\" data-catalog-related-id=\"\">\u003cstrong>Katie Nolan\u003c/strong>\u003c/a> and \u003cstrong>Michael Cruz Kayne\u003c/strong>, said he spoke to 11 different sources who had dealt with Hudson, 24, a former Bridgewater State University cheerleader, directly since she went public with her relationship with Belichick, 73, last year.\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%2Fpablofindsout%2Fstatus%2F1920802680705831163%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1920802680705831163%257Ctwgr%255E771534df90d73d27a3dfaaa09649d4384c4d9416%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fnypost.com%252F2025%252F05%252F09%252Fsports%252Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%252F","@url":"https://x.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1920802680705831163%7Ctwgr%5E771534df90d73d27a3dfaaa09649d4384c4d9416%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnypost.com%2F2025%2F05%2F09%2Fsports%2Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%2F","author_name":"Pablo Torre Finds Out","author_url":"https://twitter.com/pablofindsout","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Sources tell \u003ca href=\"https://twitter.com/PabloTorre?ref_src=twsrc%5Etfw\">@PabloTorre\u003c/a> that Bill Belichick's girlfriend, Jordon Hudson, is now banned from UNC's football facility.\u003cbr>\u003cbr>One Belichick family source adds: "There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill's legacy, reputation — everything… \u003ca href=\"https://t.co/59xQQtqyc0\">pic.twitter.com/59xQQtqyc0\u003c/a>\u003c/p>— Pablo Torre Finds Out (@pablofindsout) \u003ca href=\"https://twitter.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw\">May 9, 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/pablofindsout/status/1920802680705831163","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Sources tell \u003ca href=\"https://twitter.com/PabloTorre?ref_src=twsrc%5Etfw\">@PabloTorre\u003c/a> that Bill Belichick's girlfriend, Jordon Hudson, is now banned from UNC's football facility.\u003cbr>\u003cbr>One Belichick family source adds: "There is deep worry for how detrimental Jordon can be for not just North Carolina but Bill's legacy, reputation — everything… \u003ca href=\"https://t.co/59xQQtqyc0\">pic.twitter.com/59xQQtqyc0\u003c/a>\u003c/p>— Pablo Torre Finds Out (@pablofindsout) \u003ca href=\"https://twitter.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw\">May 9, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/pablofindsout/status/1920802680705831163?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1920802680705831163%7Ctwgr%5E771534df90d73d27a3dfaaa09649d4384c4d9416%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnypost.com%2F2025%2F05%2F09%2Fsports%2Fjordon-hudson-banned-from-unc-practices-with-bill-belichicks-family-worried-ex-espner%2F"},{"html":"\u003cp>Torre's investigation addressed Hudson's reputation after Belichick, who signed a five-year, $50 million deal to become UNC's head football coach in December, allowed her into the fold, with two UNC sources said to be higher-ups within the athletic department reportedly deciding last week that Hudson is no longer allowed on the football field or inside its football facility.\u003c/p>\n\n\u003cp>“Don’t think you’ll be hearing much from Jordon moving forward,” one source said, according to Torre. \u003c/p>\n\n\u003cp>Last month, \u003cstrong>Jennifer Schmitt\u003c/strong>, the wife of \u003cstrong>Stephen Belichick\u003c/strong>, Bill's son and defensive coordinator, responded to a comment posted by comedian \u003ca href=\"https://www.iheart.com/podcast/1119-the-nikki-glaser-podcast-79573913/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"79573913\" data-catalog-related-id=\"\">\u003cstrong>Nikki Glaser\u003c/strong>\u003c/a> in which Glaser claimed Hudson was "acting as his publicist" in response to former New England Patriots wide receiver \u003cstrong>Julian Edelman\u003c/strong> and tight end \u003cstrong>Rob Gronkowski\u003c/strong>'s defense of their longtime former coach's relationship after a clip of Hudson interrupting and prohibiting a question from being asked during Belichick's \u003cem>CBS Sunday Morning\u003c/em> interview went viral last month.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDJEXmkNsV5J%2F","@url":"https://www.instagram.com/p/DJEXmkNsV5J/","author_name":"dudesondudes","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Dudes on Dudes with Gronk and Jules (@dudesondudes)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1137,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/494537907_17884163994267477_4342894135203917043_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=109&_nc_oc=Q6cZ2QFjP2DQy_Qo4qsUWqNrrC8BrXMbFoA4eMa23YRcdLXjkKcfp9-sAPXcEOycFCDsv6U&_nc_ohc=GpYzb5YvH08Q7kNvwFIr9ad&_nc_gid=bcGo_KHLuY6mSx7nHzpUzA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfLpiesoYrWhzH45ulgXgWtKGRP8q4mJkG3ZCWJ8MWWVrw&oe=6823E336&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DJEXmkNsV5J/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Dudes on Dudes with Gronk and Jules (@dudesondudes)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJEXmkNsV5J/"},{"html":"\u003cp>“Publicists act in a professional manner and don’t ‘storm’ off set delaying an interview,” Schmitt wrote.\u003c/p>\n\n\u003cp>Belichick issued a statement claiming he "clearly communicated" to his publicist, Simon & Schuster, that all promotional interviews would "solely" be about his upcoming book, \u003cem>The Art of Winning -- Lessons from My Life in Football\u003c/em>, which is set to be released next week and claims \u003cem>CBS News\u003c/em> reporter \u003cstrong>Tony Dokoupil\u003c/strong> and producers didn't comply.\u003c/p>\n\n\u003cp>“Unfortunately, the expectation was not honored during the interview,” Belichick said in the statement, which was shared by UNC and obtained by \u003cem>ESPN\u003c/em>'s \u003cstrong>Pete Thamel\u003c/strong> on Wednesday (April 30). “I was surprised when unrelated topics were introduced and I repeatedly expressed to the reporter, Tony Dokoupil, and the producers that I preferred to keep the conversation centered on the book.\u003c/p>\n\n\u003cp>“After the occurred several times, Jordon, with whom I share both a personal and professional relationship, stepped in to reiterate that point to help refocus the discussion. She was not deflecting any specific question or topic but simply doing her job to ensure the interview stayed on track. Some of the clips make it appear as though were were avoiding the question of how we met, but we have been open about the fact that Jordon and I met on a flight to Palm Beach in 2021.\u003c/p>\n\n\u003cp>“The final eight-minute segment does not reflect the productive 35-minute conversation we had, which covered a wide range of topics related to my career. Instead, it presents edited clips and stills from just a few minutes of the interview to suggest a false narrative — that Jordan was attempting to control the conversation — which is simply not true.”\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%2FPeteThamel%2Fstatus%2F1917637735541514356%3Fref_src%3Dtwsrc%255Egoogle%257Ctwcamp%255Eserp%257Ctwgr%255Etweet","@url":"https://x.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet","author_name":"Pete Thamel","author_url":"https://twitter.com/PeteThamel","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UNC releases a statement from Bill Belichick regarding his recent CBS Sunday Morning interview. It says that it's a "false narrative" that his girlfriend, Jordan Hudson was attempting to control the interview. "It presents selectively edited clips and stills from just a few… \u003ca href=\"https://t.co/9lnB4ek03g\">pic.twitter.com/9lnB4ek03g\u003c/a>\u003c/p>— Pete Thamel (@PeteThamel) \u003ca href=\"https://twitter.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Etfw\">April 30, 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/PeteThamel/status/1917637735541514356","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">UNC releases a statement from Bill Belichick regarding his recent CBS Sunday Morning interview. It says that it's a "false narrative" that his girlfriend, Jordan Hudson was attempting to control the interview. "It presents selectively edited clips and stills from just a few… \u003ca href=\"https://t.co/9lnB4ek03g\">pic.twitter.com/9lnB4ek03g\u003c/a>\u003c/p>— Pete Thamel (@PeteThamel) \u003ca href=\"https://twitter.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Etfw\">April 30, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/PeteThamel/status/1917637735541514356?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet"},{"html":"\u003cp>Hudson went viral in a clip that showed her interrupt Belichick's interview with \u003cem>CBS News\u003c/em> correspondent Tony Dokoupil and said "We're not talking about this," while sitting at a desk in the background after Dokoupil asked how they met.\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%2FYahooSports%2Fstatus%2F1916556376807272532","@url":"https://x.com/YahooSports/status/1916556376807272532","author_name":"Yahoo Sports","author_url":"https://twitter.com/YahooSports","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Bill Belichick’s girlfriend Jordon Hudson shut down a question about how they met during an interview with CBS 😬\u003cbr>\u003cbr>(via \u003ca href=\"https://twitter.com/CBSMornings?ref_src=twsrc%5Etfw\">@cbsmornings\u003c/a>) \u003ca href=\"https://t.co/5D2oYP2KKl\">pic.twitter.com/5D2oYP2KKl\u003c/a>\u003c/p>— Yahoo Sports (@YahooSports) \u003ca href=\"https://twitter.com/YahooSports/status/1916556376807272532?ref_src=twsrc%5Etfw\">April 27, 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/YahooSports/status/1916556376807272532","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Bill Belichick’s girlfriend Jordon Hudson shut down a question about how they met during an interview with CBS 😬\u003cbr>\u003cbr>(via \u003ca href=\"https://twitter.com/CBSMornings?ref_src=twsrc%5Etfw\">@cbsmornings\u003c/a>) \u003ca href=\"https://t.co/5D2oYP2KKl\">pic.twitter.com/5D2oYP2KKl\u003c/a>\u003c/p>— Yahoo Sports (@YahooSports) \u003ca href=\"https://twitter.com/YahooSports/status/1916556376807272532?ref_src=twsrc%5Etfw\">April 27, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/YahooSports/status/1916556376807272532"},{"html":"\u003cp>"No?" Dokoupil asked.\u003c/p>\n\n\u003cp>"No," she responded.\u003c/p>\n\n\u003cp>Dokoupil also asked Belichick, 72, how he handles interest in their relationship, to which the six-time Super Bowl champion head coach and two-time Super Bowl winning assistant responded, "Never been to worried about what anybody else thinks...just tried to do what I feel like is best for me and what's right."\u003c/p>\n\n\u003cp>Earlier this month, public emails revealed Belichick had fears of being viewed as a "predator," while Hudson worried the hiring of Steve Belichick as his defensive coordinator would be seen as nepotism, \u003ca href=\"https://www.nytimes.com/athletic/6279486/2025/04/15/bill-belichick-jordon-hudson-unc-football/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a> reported. Belichick asked for Hudson to be copied on emails sent to him since his surprising decision to take over as the Tar Heels' head coach.\u003c/p>\n\n\u003cp>“Is there anyone monitoring the UNC Football page for slanderous commentary and subsequently deleting it / blocking users that are harassing BB in the comments?” Hudson wrote in a Feb. 13 email obtained by \u003cem>the Athletic\u003c/em>.\u003c/p>\n\n\u003cp>“I cannot believe that UNC would support my being called a ‘predator,’” Belichick responded in an email the next day.\u003c/p>\n\n\u003cp>UNC reportedly didn't find any references to Belichick being called a predator, according to \u003cem>the Athletic\u003c/em>'s report.\u003c/p>\n\n\u003cp>\u003cstrong>Robbi Pickeral Evans\u003c/strong>, who serves as UNC's senior associate athletic director for external affairs and strategic communications, did, however, reassure the couple that the school “hid or erased a comment about their personal life and would continue to block, ban or hide similar remarks,” the report states. Evans called the term "incredibly inappropriate, and as you noted below, UNC would NEVER support" it while addressing the "predator concern."\u003c/p>\n\n\u003cp>Steve Belichick, 38, had previously worked under his dad in various defensive roles for 12 seasons with the Patriots before spending the past season as the University of Washington's defensive coordinator following his father's firing after 24 seasons.\u003c/p>\n\n\u003cp>“Though Steve Belichick is in fact Bill’s son, he should be depicted and represented as his own established, credible entity as opposed to an extension of Bill,” Hudson wrote in a Dec. 22 email regarding the hiring. “It can be easily misinterpreted that Steve is simply benefiting from nepotism but that is not the case. Steve was fortunate to have learned defensive football strategy from the ‘greatest defensive mind’ of all-time. He has earned his position due to his performance and output.”\u003c/p>\n\n\u003cp>Hudson added that she wanted the school to avoid using photos of the Belichicks together and avoid referring to him as "Bill's son."\u003c/p>\n\n\u003cp>“It is really worth emphasizing the point that Steve has the experience of being a COLLEGE defensive coordinator and will bring a plethora of knowledge to the coaching staff,” Hudson wrote. “I believe being strategic about the depiction of the Steve (sic) will prevent controversy and show upmost (sic) respect towards Steve’s career, validate Bill’s decision as a HC to hire Steve.”\u003c/p>\n\n\u003cp>Bill's other son, \u003cstrong>Brian\u003c/strong>, was also hired to his UNC staff as a defensive backs and safeties coach after nine seasons with the Patriots, which included 2024 under his father's successor and former linebacker \u003cstrong>Jerod Mayo\u003c/strong>, who was fired after one season. Brian, however, wasn't mentioned in the emails by Hudson, whose signature states that she works as the "chief operating officer of Belichick Productions."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report/","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/Bill Belichick","keywords/Jordon Hudson","keywords/UNC","keywords/Pablo Torre","keywords/worry","keywords/Katie Nolan","keywords/girlfriend","keywords/legacy","keywords/football","keywords/North Carolina Tar Heels","keywords/college football","keywords/banned"],"primary_image":{"bucket":"new_assets","id":"%2F67feaa6d03eb38ca24d42152"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746796860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report","social_title":"","summary":"UNC has reportedly made a surprising decision on Bill Belichick's girlfriend.","targets":[],"title":"UNC Makes Surprising Decision On Bill Belichick's Girlfriend: Report","permalink":"https://ktrh.iheart.com/content/2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report/"},"slug":"2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67feaa6d03eb38ca24d42152","title":"UNC Makes Surprising Decision On Bill Belichick's Girlfriend: Report","description":"UNC has reportedly made a surprising decision on Bill Belichick's girlfriend.","author":"Jason Hall"},"pub_start":1746796860000,"pub_until":4115978604802,"pub_changed":1746807422551,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681dfe5665f5b28b49b4a24a","slug:2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report","slug:2025-05-09-unc-makes-surprising-decision-on-bill-belichicks-girlfriend-report","keyword:keywords/Bill Belichick","keyword:keywords/Jordon Hudson","keyword:keywords/UNC","keyword:keywords/Pablo Torre","keyword:keywords/worry","keyword:keywords/Katie Nolan","keyword:keywords/girlfriend","keyword:keywords/legacy","keyword:keywords/football","keyword:keywords/North Carolina Tar Heels","keyword:keywords/college football","keyword:keywords/banned","author:user"]}},{"id":"%2F681df5b4f234000913a0224b","type":"PUBLISHING","record":{"ref_id":"%2F681df5b4f234000913a0224b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6b196feb-158f-4212-827c-fcd770961206","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":"GLENDALE, ARIZONA - APRIL 06: TNT basketball analyst Charles Barkley on air before the NCAA Mens Basketball Tournament Final Four semifinal game between the Purdue Boilermakers and the North Carolina State Wolfpack at State Farm Stadium on April 06, 2024 ","id":"%2F681df644f234000913a02258","new_tab":false,"schedule":{},"source_credit":"Getty Images North America","title":"NC State v Purdue","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Basketball Hall of Famer and \u003cem>TNT\u003c/em> analyst \u003ca href=\"https://www.iheart.com/content/2022-10-17-charles-barkley-agrees-to-massive-new-deal-with-tnt-report/\" target=\"_blank\">\u003cstrong>Charles Barkley\u003c/strong>\u003c/a> referred to supporters of \u003ca href=\"https://www.iheart.com/content/2024-10-23-trans-golfer-nicole-powers-no-longer-competing-against-biological-females/\" target=\"_blank\">transgender\u003c/a> athletes as "stupid" while discussing the highly debated topic on \u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\">\u003cem>Outkick\u003c/em>\u003c/a>\u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\">\u003cem>Don't @ Me\u003c/em>\u003c/a>\u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\"> with \u003c/a>\u003ca href=\"https://www.outkick.com/sports/charles-barkley-nike-transgender-youth-study-outkick-dakich\" target=\"_blank\">\u003cstrong>Dan Dakich\u003c/strong>\u003c/a> Thursday (May 8).\u003c/p>\n\n\u003cp>“I’m gonna make this very simple for you, Dan. Men should not play sports against women,” Barkley said. “I’m not gonna get into all the bulls**t that’s going on out here in the world today.”\u003c/p>\n\n\u003cp>“Men should not play sports against women. If anybody thinks that, I think they’re stupid,” Barkley continued. “I support the gay community 100%. I support the transgender community 100%. But I do not, under any circumstances… think that men should play sports against women," he added.\u003c/p>\n\n\u003cp>Barkley's comments came months after \u003ca href=\"https://www.iheart.com/content/2025-05-08-trump-confirms-very-big-and-exciting-trade-deal/\" target=\"_blank\">President \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-05-08-trump-confirms-very-big-and-exciting-trade-deal/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a> signed an executive order banning biological males from competing in women's sports, which threatened schools choosing not to comply of losing federal funds. The NCAA then changed its gender eligibility policies to ban all biological males from competing in women's sports the following day.\u003c/p>\n\n\u003cp>“If anybody has a problem with that, they’re gonna have to get over it because I’m not gonna change my [mind]. I just think it’s wrong, period,” Barkley said of potential outrage over his stance.\u003c/p>\n\n\u003cp>“I don’t even think that’s controversial… I don’t wanna hear you try to explain it to me. No, no, no, I don’t wanna hear it. I’m not gonna argue with you. Men shouldn’t play sports against women. I’m done,” he added. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate/","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/Charles Barkley","keywords/athletes debate","keywords/take","keywords/basketball","keywords/NBA","keywords/transgender","keywords/transgender athletes","keywords/debate","keywords/NCAA","keywords/college sports","keywords/high school sports"],"primary_image":{"bucket":"new_assets","id":"%2F681df644f234000913a02258"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746794340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate","social_title":"","summary":"Charles Barkley gave a strong take on the transgender athletes debate.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Charles Barkley Gives Strong Take On Transgender Athletes Debate","permalink":"https://ktrh.iheart.com/content/2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate/"},"slug":"2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681df644f234000913a02258","title":"Charles Barkley Gives Strong Take On Transgender Athletes Debate","description":"Charles Barkley gave a strong take on the transgender athletes debate.","author":"Jason Hall"},"pub_start":1746794340000,"pub_until":4115978604802,"pub_changed":1746794727161,"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:/681df5b4f234000913a0224b","slug:2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate","slug:2025-05-09-charles-barkley-gives-strong-take-on-transgender-athletes-debate","keyword:keywords/Charles Barkley","keyword:keywords/athletes debate","keyword:keywords/take","keyword:keywords/basketball","keyword:keywords/NBA","keyword:keywords/transgender","keyword:keywords/transgender athletes","keyword:keywords/debate","keyword:keywords/NCAA","keyword:keywords/college sports","keyword:keywords/high school sports","author:user"]}},{"id":"%2F681d0a4bfaf272ac5f52508f","type":"PUBLISHING","record":{"ref_id":"%2F681d0a4bfaf272ac5f52508f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8a23c56d-661b-48df-89f7-36a555cd30bf","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":"MINNEAPOLIS, MN - MAY 6: Stephen Curry #30 of the Golden State Warriors looks on during the game against the Minnesota Timberwolves during Round Two Game One of the 2025 NBA Playoffs on May 6, 2025 at Target Center in Minneapolis, Minnesota. NOTE TO USE","id":"%2F681bb24f557c414338b67e1c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Golden State Warriors v Minnesota Timberwolves - Game One","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Golden State Warriors guard \u003ca href=\"https://www.iheart.com/content/2024-11-14-klay-thompson-ghosted-steph-curry-before-first-game-as-opponents-report/\" target=\"_blank\">\u003cstrong>Stephen Curry\u003c/strong>\u003c/a> broke his silence on \u003ca href=\"https://www.iheart.com/content/2025-05-07-stephen-currys-injury-status-determined/\" target=\"_blank\">being diagnosed with a Grade 1 left hamstring strain\u003c/a>, which will force him to miss Game 2 of the Western Conference Semifinals series against the Minnesota Timberwolves.\u003c/p>\n\n\u003cp>Curry, 37, called the situation a "gut punch" but said he wouldn't rush back, acknowledging the "tricky" nature of hamstring injuries.\u003c/p>\n\n\u003cp>"This is new, and from all that I'm learning about how quickly you can get back, there has to be a healing process," Curry said during the Warriors' shootaround ahead of Game 2 on Thursday (May 8) via \u003cem>ESPN\u003c/em>. "You can't accelerate it more than what it's telling you. So it'll be one of those, after a week, really reevaluating every day to understand when it's safe just to even think about playing, let alone how much can you push it."\u003c/p>\n\n\u003cp>Curry is expected to miss at least one week, however, his return timetable has not yet been determined, according to \u003cem>ESPN\u003c/em>'s \u003cstrong>Shams Charania\u003c/strong>.\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%2F1920158716562678239","@url":"https://x.com/ShamsCharania/status/1920158716562678239","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\">The Warriors expect Stephen Curry to miss at least one week with the Grade 1 left hamstring strain, sources tell ESPN. An exact return will be based on how their All-NBA guard responds to rehab with his first muscle strain. \u003ca href=\"https://t.co/PWhFWz2sEQ\">https://t.co/PWhFWz2sEQ\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1920158716562678239?ref_src=twsrc%5Etfw\">May 7, 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/1920158716562678239","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">The Warriors expect Stephen Curry to miss at least one week with the Grade 1 left hamstring strain, sources tell ESPN. An exact return will be based on how their All-NBA guard responds to rehab with his first muscle strain. \u003ca href=\"https://t.co/PWhFWz2sEQ\">https://t.co/PWhFWz2sEQ\u003c/a>\u003c/p>— Shams Charania (@ShamsCharania) \u003ca href=\"https://twitter.com/ShamsCharania/status/1920158716562678239?ref_src=twsrc%5Etfw\">May 7, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ShamsCharania/status/1920158716562678239"},{"html":"\u003cp>"Golden State's Stephen Curry has sustained a Grade 1 left hamstring strain and will be ruled out for Game 2 against Minnesota on Thursday, sources tell ESPN. It's the first strained muscle of Curry's career, so exact return timetable is unclear due to first rehab like this," Charania wrote on his X account. "The Warriors expect Stephen Curry to miss at least one week with the Grade 1 left hamstring strain, sources tell ESPN. An exact return will be based on how their All-NBA guard responds to rehab with his first muscle strain."\u003c/p>\n\n\u003cp>Curry suffered the injury during the second quarter of the Warriors' eventual 99-88 win against the Timberwolves Tuesday (May 6) night on a driving 14-foot floater. The four-time NBA champion finished Game 1 with 13 points, one assist and one rebound in 13 minutes.\u003c/p>\n\n\u003cp>"He's obviously crushed," said Steve Kerr after the game via \u003ca href=\"https://www.espn.com/nba/story/_/id/45039914/sources-stephen-curry-hamstring-set-miss-least-week\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a>. "But the guys picked him up and played a great game, and obviously we're all concerned about Steph but it's part of the game."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-08-stephen-curry-breaks-silence-on-injury-status/","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/Stephen Curry","keywords/hamstring strain","keywords/Golden State Warriors","keywords/injury status","keywords/silence","keywords/muscle strain","keywords/NBA","keywords/basketball","keywords/injury"],"primary_image":{"bucket":"new_assets","id":"%2F681bb24f557c414338b67e1c"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746734820000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-stephen-curry-breaks-silence-on-injury-status","social_title":"","summary":"Golden State Warriors star Stephen Curry broke his silence on his injury status.","targets":[{"categories":["syndications/content"],"distribution":["markets/SANFRANCISCO-CA"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Stephen Curry Breaks Silence On Injury Status","permalink":"https://ktrh.iheart.com/content/2025-05-08-stephen-curry-breaks-silence-on-injury-status/"},"slug":"2025-05-08-stephen-curry-breaks-silence-on-injury-status","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681bb24f557c414338b67e1c","title":"Stephen Curry Breaks Silence On Injury Status","description":"Golden State Warriors star Stephen Curry broke his silence on his injury status.","author":"Jason Hall"},"pub_start":1746734820000,"pub_until":4115978604802,"pub_changed":1746735182910,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/SANFRANCISCO-CA"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681d0a4bfaf272ac5f52508f","slug:2025-05-08-stephen-curry-breaks-silence-on-injury-status","slug:2025-05-08-stephen-curry-breaks-silence-on-injury-status","keyword:keywords/Stephen Curry","keyword:keywords/hamstring strain","keyword:keywords/Golden State Warriors","keyword:keywords/injury status","keyword:keywords/silence","keyword:keywords/muscle strain","keyword:keywords/NBA","keyword:keywords/basketball","keyword:keywords/injury","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":"%2F681f9c7270ee69438ef56445","type":"PUBLISHING","record":{"ref_id":"%2F681f9c7270ee69438ef56445","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a420751c-304b-4a4d-ae33-de0c5e5321fd","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":"This photo illustration shows the \"Gulf of America\" displayed on the Google Earth application on a smartphone on February 11, 2025, in Washington, DC. Google on February 10, 2025, changed the name of the Gulf of Mexico to \"Gulf of America\" for those using its Maps platform inside the United States, complying with an executive order by President Donald Trump. (Photo by Drew ANGERER / AFP) (Photo by DREW ANGERER/AFP via Getty Images) ","id":"%2F681f9d0cf5db1acd504a4ef6","new_tab":false,"schedule":{},"source_credit":"DREW ANGERER / AFP / Getty Images","title":"US-POLITICS-TECHNOLOGY-GOOGLE-TRUMP","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Mexico has announced a\u003ca href=\"https://www.foxnews.com/politics/mexico-sues-google-changing-gulf-mexico-gulf-america-after-trumps-order\" target=\"_blank\"> lawsuit against Google for labeling the Gulf of Mexico as the "Gulf of America"\u003c/a> on its maps. This move follows an executive order issued in February by the Trump administration to \u003ca href=\"https://www.iheart.com/content/2025-05-08-house-votes-in-favor-of-gulf-of-america-name-change/\" target=\"_blank\">rename the gulf\u003c/a>, which led to the change being reflected on Google Maps for users in the United States, while users in Mexico continued to see the original name.\u003c/p>\n\n\u003cp>President \u003cstrong>Claudia Sheinbaum\u003c/strong> of Mexico \u003ca href=\"https://thehill.com/policy/technology/5293012-mexico-sues-google-over-gulf-of-america-label-change/\" target=\"_blank\">expressed her government's disapproval of the unilateral renaming\u003c/a>, which has caused ridicule and anger in Mexico. She emphasized that while the United States can rename its own territories, it cannot impose changes on maritime zones controlled by Mexico or Cuba. "We would have no business in telling them to rename a state, a mountain, or a lake," she stated.\u003c/p>\n\n\u003cp>Google's vice president for government affairs and public policy, \u003cstrong>Cris Turner\u003c/strong>, previously sent a letter to the Mexican government justifying the change and confirming that the name "Gulf of Mexico" would remain visible for users in Mexico. Despite this assurance, the \u003ca href=\"https://www.nytimes.com/2025/05/09/us/politics/gulf-of-mexico-suit-google.html\" target=\"_blank\">Mexican government has decided to pursue legal action\u003c/a>, arguing that the compromise still crosses a line.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-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":"%2F681f9d0cf5db1acd504a4ef6"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746902340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america","social_title":"","summary":"Mexico claims the US cannot unilaterly rename international bodies of water. ","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Mexico Suing Google For Renaming Gulf Of Mexico To Gulf Of America","permalink":"https://ktrh.iheart.com/content/2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america/"},"slug":"2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f9d0cf5db1acd504a4ef6","title":"Mexico Suing Google For Renaming Gulf Of Mexico To Gulf Of America","description":"Mexico claims the US cannot unilaterly rename international bodies of water. ","author":"iHeartRadio"},"pub_start":1746902340000,"pub_until":4115978604802,"pub_changed":1746902705969,"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:/681f9c7270ee69438ef56445","slug:2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america","slug:2025-05-10-mexico-suing-google-for-renaming-gulf-of-mexico-to-gulf-of-america","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":"%2F681e835470ee69438ef5643a","type":"PUBLISHING","record":{"ref_id":"%2F681e835470ee69438ef5643a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6173e361-8d63-4199-a333-a67eb7e53da5","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":"Mayor Ras Baraka of Newark speaks to the press near ICE agents at a demonstration outside an immigrant detention centre in Elizabeth, New Jersey May 7, 2025. The Mayor arrived at the gates of Delaney Hall to inspect the previously vacant prison that is being converted into an immigrant detention center. Delaney Hall has the ability to hold over a 1000 people, and the detention facility, privately owned by The GEO Group, holds a contract with the federal government to house people arrested by ICE. (Photo by TIMOTHY A. CLARY / AFP) (Photo by TIMOTHY A. CLARY/AFP via Getty Images) ","id":"%2F681e8403af89fc0c91b753a1","new_tab":false,"schedule":{},"source_credit":"TIMOTHY A. CLARY / AFP / Getty Images","title":"US-POLITICS-IMMIGRATION-ICE","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Newark Mayor \u003cstrong>Ras Baraka\u003c/strong> was \u003ca href=\"https://www.foxnews.com/politics/dem-congress-members-storm-new-jersey-ice-prison-conduct-oversight-visit-people-deserve-dignity\" target=\"_blank\">arrested on Friday (May 9) at an Immigration and Customs Enforcement (ICE) detention center in Newark\u003c/a>, New Jersey, on trespassing charges. Baraka, who is running for governor of New Jersey, was taken into custody at the Delaney Hall facility, which recently reopened as the largest detention center on the East Coast. Baraka allegedly ignored multiple warnings from Homeland Security officials to leave the premises.\u003c/p>\n\n\u003cp>The mayor was handcuffed and taken to a Department of Homeland Security office in Newark. Acting U.S. Attorney \u003cstrong>Alina Habba\u003c/strong>, who is also a personal lawyer for President \u003cstrong>Donald Trump\u003c/strong>, stated Baraka "committed trespass" and disregarded the law.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.cnn.com/2025/05/09/us/new-jersey-mayor-arrested-at-ice-detention-center\" target=\"_blank\">arrest occurred during a protest against the facility\u003c/a>, which Newark officials claim opened without proper city permits. The Delaney Hall facility, operated by a private prison firm under contract with ICE, has been a point of contention, with Newark officials challenging its opening in court. The Department of Homeland Security maintains that the facility has proper permits and is being used to detain immigrants who have committed violent crimes.\u003c/p>\n\n\u003cp>Baraka's campaign confirmed his arrest and stated they are monitoring the situation closely. \u003c/p>\n\n\u003cp>Several New Jersey political figures, including Governor \u003cstrong>Phil Murphy\u003c/strong> and Senators \u003cstrong>Cory Booker\u003c/strong> and \u003cstrong>Andy Kim\u003c/strong>, have \u003ca href=\"https://www.nbcnews.com/politics/politics-news/newark-mayor-ras-baraka-arrested-ice-detention-facility-new-jersey-rcna205949\" target=\"_blank\">called for Baraka's immediate release\u003c/a>, criticizing the arrest as unjust. Governor Murphy stated, "Mayor Baraka is an exemplary public servant who has always stood up for our most vulnerable neighbors." \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center/","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":"%2F681e8403af89fc0c91b753a1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746830220000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center","social_title":"","summary":"Newark Mayor Ras Baraka allegedly ignored multiple warnings from Homeland Security officials to leave the premises.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"New Jersey Mayor Arrested While Protesting At ICE Detention Center","permalink":"https://ktrh.iheart.com/content/2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center/"},"slug":"2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681e8403af89fc0c91b753a1","title":"New Jersey Mayor Arrested While Protesting At ICE Detention Center","description":"Newark Mayor Ras Baraka allegedly ignored multiple warnings from Homeland Security officials to leave the premises.","author":"iHeartRadio"},"pub_start":1746830220000,"pub_until":4115978604802,"pub_changed":1746830608398,"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:/681e835470ee69438ef5643a","slug:2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center","slug:2025-05-09-new-jersey-mayor-arrested-while-protesting-at-ice-detention-center","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F681e439fe4905dceb3dd42d9","type":"PUBLISHING","record":{"ref_id":"%2F681e439fe4905dceb3dd42d9","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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 06: People gather for a rally in support of Tufts University student Rumeysa Ozturk and Columbia University student activist Mohsen Mahdawi in Foley Square on May 06, 2025 in New York City. A federal appeals court heard arguments in the cases of Ozturk, a Turkish student at Tufts University who has spent six weeks in immigration detention, and Mahdawi, a Palestinian student at Columbia University recently released from custody. The Justice Department is challenging rulings by two federal judges in Vermont and is seeking to consolidate both cases, citing overlapping legal questions. A district court judge has also ordered that Ozturk be transferred from a Louisiana detention facility to Vermont for hearings to determine whether she was illegally detained. (Photo by Michael M. Santiago/Getty Images)","id":"%2F681e4436be9718a685387375","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"Appeals Hearing Held In New York City For Detained Tufts Student Rumeysa Ozturk","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A federal judge in Vermont has \u003ca href=\"https://www.cnn.com/2025/05/09/us/rumeysa-ozturk-tufts-bail-release\" target=\"_blank\">ordered the immediate release of \u003c/a>\u003ca href=\"https://www.cnn.com/2025/05/09/us/rumeysa-ozturk-tufts-bail-release\" target=\"_blank\">\u003cstrong>Rümeysa Öztürk\u003c/strong>\u003c/a>, a Tufts University doctoral student from Turkey, after six weeks in detention. Öztürk was detained by immigration officers near her Massachusetts home on March 25, following the revocation of her visa by the Trump administration. Her detention sparked protests and raised concerns about free speech and due process.\u003c/p>\n\n\u003cp>Öztürk, who has not been charged with any crime, was \u003ca href=\"https://www.masslive.com/news/2025/05/tufts-doctoral-student-rumeysa-ozturk-to-be-released-on-bail.html\" target=\"_blank\">accused of supporting Hamas\u003c/a>, though no evidence was presented in court. Her detention is part of a series of arrests targeting non-citizen students involved in protests. Öztürk co-authored an op-ed critical of Tufts University's response to the war in Gaza, which her lawyers argue led to her being targeted.\u003c/p>\n\n\u003cp>During her bail hearing, \u003ca href=\"https://www.bostonglobe.com/2025/05/09/metro/rumeysa-ozturk-bail-hearing/\" target=\"_blank\">Öztürk testified remotely from a Louisiana detention center\u003c/a>, where she experienced multiple asthma attacks due to overcrowded and unsanitary conditions. The judge ordered her release on her own recognizance, stating she is not a flight risk or a danger to the community. Öztürk plans to continue her Ph.D. studies at Tufts, which has offered her housing options.\u003c/p>\n\n\u003cp>Secretary of State \u003cstrong>Marco Rubio\u003c/strong> stated that Öztürk's visa was revoked due to her pro-Palestinian activism. Since the \u003ca href=\"https://www.iheart.com/content/2025-04-29-total-illegal-migrants-released-into-us-during-trumps-second-term-revealed/\" target=\"_blank\">start of the second Trump administration\u003c/a>, over 300 student visas have reportedly been revoked for similar reasons. Öztürk's case highlights ongoing debates over immigration policy and free speech rights in the United States.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student/","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":"%2F681e4436be9718a685387375"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746814020000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student","social_title":"","summary":"Rümeysa Öztürk was detained by federal immigration officers on March 25.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]}],"title":"Federal Judge Orders Immediate Release Of Tufts University Doctoral Student","permalink":"https://ktrh.iheart.com/content/2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student/"},"slug":"2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681e4436be9718a685387375","title":"Federal Judge Orders Immediate Release Of Tufts University Doctoral Student","description":"Rümeysa Öztürk was detained by federal immigration officers on March 25.","author":"iHeartRadio"},"pub_start":1746814020000,"pub_until":4115978604802,"pub_changed":1746814416197,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681e439fe4905dceb3dd42d9","slug:2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student","slug:2025-05-09-federal-judge-orders-immediate-release-of-tufts-university-doctoral-student","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F681e3be5e4905dceb3dd42ce","type":"PUBLISHING","record":{"ref_id":"%2F681e3be5e4905dceb3dd42ce","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0ab37e34-a55a-4bcf-8a5d-829a0da86aed","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 - MAY 08: U.S. President Donald Trump address reporters in the Oval Office at the White House on May 08, 2025 in Washington, DC. During his remarks Trump spoke about a trade deal with the United Kingdom that he announced today. (Photo by Anna Moneymaker/Getty Images)","id":"%2F681e3c310b08b099b2c81222","new_tab":false,"schedule":{},"source_credit":"Anna Moneymaker / Getty Images News / Getty Images","title":"President Trump Announces A Trade Agreement With The United Kingdom","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> is \u003ca href=\"https://www.foxnews.com/politics/trump-pushes-tax-hikes-wealthy-big-beautiful-bill-deadline-looms\" target=\"_blank\">contemplating raising taxes on wealthy Americans\u003c/a> to fund a sweeping tax and spending cuts package. This proposal, however, is causing debate among Republicans in Congress. On Friday (May 9), Trump posted on Truth Social that he would "graciously accept" a small tax increase on the rich, though he acknowledged the potential political risks for Republicans. House GOP members are currently working to identify $1.5 trillion in spending cuts to balance the extensive tax reductions.\u003c/p>\n\n\u003cp>Trump also suggested \u003ca href=\"https://www.cnn.com/2025/05/09/politics/trump-tax-wealthy-house-republicans\" target=\"_blank\">letting tax cuts expire for individuals earning at least $2.5 million\u003c/a> or couples making at least $5 million. This move could help counter Democratic arguments about tax cuts favoring the rich. Despite Trump's openness to the idea, his economic adviser, \u003cstrong>Kevin Hassett\u003c/strong>, stated that the president is not a strong advocate of raising taxes on the wealthy.\u003c/p>\n\n\u003cp>The proposal is \u003ca href=\"https://www.reuters.com/world/us/trump-says-he-is-ok-with-republicans-raising-taxes-rich-2025-05-09/\" target=\"_blank\">not receiving a warm welcome from the GOP\u003c/a>, as it contradicts Trump's previous campaign promises to cut taxes for the wealthy. The administration is exploring several options, including creating a new tax bracket for those earning over $5 million per year. However, this idea could complicate the GOP's legislative strategy and faces resistance from many Republican lawmakers.\u003c/p>\n\n\u003cp>The House Ways and Means Committee is considering letting tax breaks for the richest Americans expire, which would return their top income tax rate to 39.6% from the current 37%. This change could impact approximately 1.5 million households and cut about $409 billion of the cost, according to the Tax Foundation, a right-leaning think tank. Another option is to create a new tax bracket for the wealthy, potentially raising $59.3 billion over a decade.\u003c/p>\n\n\u003cp>Despite these discussions, Trump's proposal remains uncertain, as it faces significant opposition within his party. The administration continues to seek ways to balance tax cuts with spending reductions to prevent increasing the national debt. The outcome of these negotiations will determine the final shape of Trump's "big, beautiful bill."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-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":"%2F681e3c310b08b099b2c81222"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746811740000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda","social_title":"","summary":"President Trump has received some pushback from Republicans. ","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Open To Raising Taxes On The Rich To Pay For His Agenda","permalink":"https://ktrh.iheart.com/content/2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda/"},"slug":"2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681e3c310b08b099b2c81222","title":"President Trump Open To Raising Taxes On The Rich To Pay For His Agenda","description":"President Trump has received some pushback from Republicans. ","author":"iHeartRadio"},"pub_start":1746811740000,"pub_until":4115978604802,"pub_changed":1746812246519,"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:/681e3be5e4905dceb3dd42ce","slug:2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda","slug:2025-05-09-president-trump-open-to-raising-taxes-on-the-rich-to-pay-for-his-agenda","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F681e1abd11df96b33fce1308","type":"PUBLISHING","record":{"ref_id":"%2F681e1abd11df96b33fce1308","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"39850321-c318-4207-b114-381d1a6be7cc","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"WASHINGTON, DC - MAY 04: U.S. President Donald Trump speaks to reporters on the south lawn of the White House on May 04, 2025 in Washington, DC. The President spent the weekend in Florida and returned to Washington on Sunday. (Photo by Tasos Katopodis/Getty Images)","id":"%2F681e1b79af89fc0c91b7527d","new_tab":false,"schedule":{},"source_credit":"Tasos Katopodis / Getty Images News / Getty Images","title":"President Trump Returns To The White House After Weekend In Florida","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump \u003c/strong>has\u003ca href=\"https://abcnews.go.com/US/trump-eying-fox-news-host-jeanine-pirro-top/story?id=121604820\" target=\"_blank\"> appointed \u003c/a>\u003ca href=\"https://abcnews.go.com/US/trump-eying-fox-news-host-jeanine-pirro-top/story?id=121604820\" target=\"_blank\">\u003cstrong>Jeanine Pirro\u003c/strong>\u003c/a>\u003ca href=\"https://abcnews.go.com/US/trump-eying-fox-news-host-jeanine-pirro-top/story?id=121604820\" target=\"_blank\">, a Fox News host and former judge, as the interim U.S. attorney for the District of Columbia\u003c/a>. The announcement came Thursday (May 8), after Trump withdrew the nomination of \u003cstrong>Ed Martin\u003c/strong>, who faced opposition for his leniency toward January 6 Capitol rioters.\u003c/p>\n\n\u003cp>Pirro, known for her \u003ca href=\"https://www.washingtonpost.com/national-security/2025/05/08/jeanine-pirro-trump-us-attorney-fox/\" target=\"_blank\">outspoken support of President Trump\u003c/a>, will replace Martin, who served a controversial 15-week tenure. Trump praised Pirro's qualifications, citing her past roles as assistant district attorney, county judge, and district attorney in Westchester County, New York. Pirro's appointment follows her long-standing relationship with Trump, dating back to their time in New York GOP circles.\u003c/p>\n\n\u003cp>Pirro's history as a Fox News commentator has not been without controversy. Her statements about the 2020 election were part of defamation lawsuits against Fox, resulting in a $787.5 million settlement with Dominion Voting Systems. She is also a defendant in a $2.7 billion defamation lawsuit by Smartmatic, which is expected to go to trial later this year.\u003c/p>\n\n\u003cp>Axios reported that \u003ca href=\"https://www.axios.com/2025/05/08/trump-ed-martin-nomination-rescinded-us-attorney\" target=\"_blank\">Martin will transition to a new role within the Justice Department\u003c/a>, while Pirro's appointment is expected to face scrutiny from Democrats. The duration of her term as interim U.S. attorney has not been specified by President Trump, nor has a permanent successor been named.\u003c/p>\n\n\u003cp>Pirro's departure from Fox News is effective immediately, with her leaving her role as co-host of "The Five." Fox News expressed appreciation for her contributions over her 14-year tenure. As the new interim U.S. attorney, Pirro will oversee more than 350 prosecutors in the nation's capital, handling both local and federal cases.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia/","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":"%2F681e1b79af89fc0c91b7527d"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746803460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia","social_title":"","summary":"Trump withdrew the nomination of Ed Martin, who faced opposition for his leniency toward January 6 Capitol rioters.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Trump Appoints Fox News Host As US Attorney For The District of Columbia","permalink":"https://ktrh.iheart.com/content/2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia/"},"slug":"2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681e1b79af89fc0c91b7527d","title":"Trump Appoints Fox News Host As US Attorney For The District of Columbia","description":"Trump withdrew the nomination of Ed Martin, who faced opposition for his leniency toward January 6 Capitol rioters.","author":"iHeartRadio"},"pub_start":1746803460000,"pub_until":4115978604802,"pub_changed":1746803802245,"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:/681e1abd11df96b33fce1308","slug:2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia","slug:2025-05-09-trump-appoints-fox-news-host-as-us-attorney-for-the-district-of-columbia","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F681d149779465f9e2b3e46b2","type":"PUBLISHING","record":{"ref_id":"%2F681d149779465f9e2b3e46b2","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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":"An Air Traffic Controller monitors computer screens inside the Carrier Air Traffic Control Center(CATCC) used with the US Navy's Northrop Grumman X-47B, a demonstration unmanned combat air vehicle (UCAV) designed for aircraft carrier deployment, July 31, 2012 at Naval Air Station Patuxent River, Maryland. The autonomous aircraft has no tail, a maximum unrefueled range of over 2,000 miles (3,200 km), and an endurance of more than six hours. AFP Photo/Paul J. Richards (Photo credit should read PAUL J. RICHARDS/AFP/GettyImages)","id":"%2F681d164436fa97a5f20294e2","new_tab":false,"schedule":{},"source_credit":"PAUL J. RICHARDS / AFP / Getty Images","title":"An Air Traffic Controller monitors compu","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Federal Aviation Administration (FAA) announced a \u003ca href=\"https://www.nbcnews.com/news/us-news/faa-new-air-traffic-control-system-rcna205612\" target=\"_blank\">comprehensive plan to modernize the U.S. air traffic control system\u003c/a> over the next three years. The initiative aims to replace outdated technologies and improve safety and efficiency in response to increasing travel demands and \u003ca href=\"https://www.iheart.com/content/2025-05-08-air-traffic-controllers-sound-the-alarm-over-frequent-system-outages/\" target=\"_blank\">recent aviation incidents\u003c/a>.\u003c/p>\n\n\u003cp>The FAA plans to phase out the current Time Division Multiplexing (TDM) network and \u003ca href=\"https://www.cnn.com/2025/05/08/us/faa-equipment-issues-safety-concerns\" target=\"_blank\">transition to an internet protocol system by 2028\u003c/a>. This upgrade will enhance communication on busy air traffic control channels. Additionally, the FAA intends to replace legacy radios and analog technology by 2027 and build six new state-of-the-art air traffic control centers, marking the first such development since the 1960s.\u003c/p>\n\n\u003cp>Transportation Secretary \u003ca href=\"https://abcnews.go.com/US/plans-new-air-traffic-control-system-unveiled-transportation/story?id=121600117\" target=\"_blank\">\u003cstrong>Sean Duffy\u003c/strong>\u003c/a>\u003ca href=\"https://abcnews.go.com/US/plans-new-air-traffic-control-system-unveiled-transportation/story?id=121600117\" target=\"_blank\"> emphasized the need for immediate action\u003c/a>, stating, "We can't kick the can down the road. We need to do it now." He acknowledged the project would require significant funding and cooperation from Congress. The House Transportation and Infrastructure Committee estimates the cost to exceed $12.5 billion, with additional emergency funding possibly needed.\u003c/p>\n\n\u003cp>The announcement follows a series of aviation incidents, including a fatal midair collision near Ronald Reagan Washington National Airport in January, which highlighted the urgency for system upgrades. The FAA plans to address these issues by upgrading surveillance systems and investing in new ground radar sensors.\u003c/p>\n\n\u003cp>President \u003cstrong>Donald Trump\u003c/strong> expressed his support for the modernization plan, stating, "I'm sorry what you’re going through with the terminals, but we’re going to get them fixed up." The plan has received backing from industry leaders and trade representatives, who recognize the importance of updating the nation's air traffic infrastructure.\u003c/p>\n\n\u003cp>The FAA's modernization efforts aim to accommodate increasing commercial space and unmanned aircraft systems activity, ensuring the safety and efficiency of U.S. aviation in the coming years.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system/","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":"%2F681d164436fa97a5f20294e2"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1746736380000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system","social_title":"","summary":"Transportation Secretary Sean Duffy emphasized the need for immediate action, stating, \"We can't kick the can down the road. We need to do it now.\" ","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/news"],"distribution":[]}],"title":"FAA Announces Three-Year Plan To Build A New Air Traffic Control System","permalink":"https://ktrh.iheart.com/content/2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system/"},"slug":"2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681d164436fa97a5f20294e2","title":"FAA Announces Three-Year Plan To Build A New Air Traffic Control System","description":"Transportation Secretary Sean Duffy emphasized the need for immediate action, stating, \"We can't kick the can down the road. We need to do it now.\" ","author":"iHeartRadio"},"pub_start":1746736380000,"pub_until":4115978604802,"pub_changed":1746736836012,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681d149779465f9e2b3e46b2","slug:2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system","slug:2025-05-08-faa-announces-three-year-plan-to-build-a-new-air-traffic-control-system","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":"%2F68100d0b451e5819f76eda87","type":"PUBLISHING","record":{"ref_id":"%2F68100d0b451e5819f76eda87","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>Driverless trucks, including the big rigs, are preparing to hit the roads of Texas, and there's a lot of excitement -- but also a lot of concern.\u003c/strong>\u003c/p>\n\n\u003cp>Among those most worried, of course, are members of the \u003cstrong>Owner-Operator Independent Drivers Association (OOIDA). \u003c/strong>\u003c/p>\n\n\u003cp>Trucking "is a very, very safe industry and it's a safe industry because of good people behind the wheel, so we need to give a lot of thought to whether we want to give up on the good ones and the good things they're doing and turn it all over to technology," \u003cstrong>OOIDA President Todd Spencer\u003c/strong> says.\u003c/p>\n\n\u003cp>One big concern, he says, is how the driverless vehicles will operate in dangerous weather, especially during severe thunderstorms, tornadoes and hurricanes.\u003c/p>\n\n\u003cp>Trained, experienced drivers know how to navigate such weather and when to pull off the road, based on conditions.\u003c/p>\n\n\u003cp>Vehicles "may or may not be able to deal with it unless you've got somebody behind the wheel who knows that they're doing."\u003c/p>\n\n\u003cp>Spencer says he's also concerned about whether the makers and operators of driverless trucks such as 18-wheelers have been fully disclosing the safety record of those vehicles.\u003c/p>\n\n\u003cp>"They're not so fully disclosing when things go wrong."\u003c/p>\n\n\u003cp>The US economy is extremely dependent on the trucking industry, and many in the industry are looking forward to technological change.\u003c/p>\n\n\u003cp>The puzzle for the industry is summed up by \u003cstrong>Jeff Farrah of the Autonomous Vehicle Industry Association \u003c/strong>\u003ca href=\"https://www.msn.com/en-us/autos/self-driving-cars/ar-AA1DrMGA\" target=\"_blank\">\u003cstrong>in Axios\u003c/strong>\u003c/a>.\u003c/p>\n\n\u003cp>"The federal government is saying we have to move 50% more freight by 2050 but there's a shortage of drivers. How do I solve this puzzle with more freight to move and less drivers to do it?"\u003c/p>\n\n\u003cp>Yes, Spencer and his organization are worried about replacing their members with technology, but there are many of us who also might worry about our jobs in the face of new tech.\u003c/p>\n\n\u003cp>This could signal a first or second wave of a soon-endless tsunami of skilled, dedicated workers being permanently unemployed by high tech.\u003c/p>\n\n\u003cp>After all, he says, the point of driverless vehicles is to eliminate the driver."\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F5f907f1b85fe21e085ff13b4"},"primary_target":{"categories":["categories/local-news","categories/interviews","categories/lifestyle"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745915426824,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers","social_title":"","summary":"Driverless 18-wheelers are here but is Texas and the industry ready?","targets":[],"title":"Is Texas (Is the Industry) Ready for Driverless 18-Wheelers?","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers/"},"slug":"2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f907f1b85fe21e085ff13b4","title":"Is Texas (Is the Industry) Ready for Driverless 18-Wheelers?","description":"Driverless 18-wheelers are here but is Texas and the industry ready?","author":"Michael Shiloh"},"pub_start":1745915426824,"pub_until":4115978604802,"pub_changed":1745915426824,"subscription":[{"tags":["categories/local-news","categories/interviews","categories/lifestyle","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/68100d0b451e5819f76eda87","slug:2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers","slug:2025-04-28-is-texas-is-the-industry-ready-for-driverless-18-wheelers","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":"%2F681003bba02eda97b16143ab","type":"PUBLISHING","record":{"ref_id":"%2F681003bba02eda97b16143ab","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>The price of gold has been going up for some time now, and some economists have been predicting even higher values of the precious metal, but the question for many people is: Why?\u003c/strong>\u003c/p>\n\n\u003cp>There's not one single reason, according to one gold market expert, but a combination of circumstances that feed into concerns about the future, which leads to increased gold investment by people on Wall Street and on Main Street.\u003c/p>\n\n\u003cp>"You have geopolitics and maybe a subset of that is the trade war. I guess it probably warrants its own subcategory of The Trade Wars," according to a \u003cstrong>Senior Fellow at Independent Institute and Freemarket Institute Professor Benjamin Powell. \u003c/strong>\u003c/p>\n\n\u003cp>But it's the inflation during the Biden years and Ukraine war uncertainties and Middle East tensions and rising concerns about national security in the face of China's economic rise that's been feeding the move of money from some investments into the gold markets, and it's stayed there.\u003c/p>\n\n\u003cp>When the going gets rough in the markets, the money flies to ports of safety. Gold has always been a port of safety and that's why its attracting money now.\u003c/p>\n\n\u003cp>Geopolitics is the center, though, and Professor Powell says it's fears of war and fears of inflation\u003cstrong>: \u003c/strong>"all three of these things are going to feed into the flight to quality, the flight to safety that gold represents."\u003c/p>\n\n\u003cp>It's said that in a time of relatively high inflation such as we've seen the past few years, gold holds its value better than anything and is a tried and true store of wealth, which also makes it a safe haven during tumultuous times, adding to its unpredictability.\u003c/p>\n\n\u003cp>Gold isn't predictable, he adds, but what is?\u003c/p>\n\n\u003cp>Markets dislike uncertainties, so the more certainty we have and more clearly our national priorities and policies are defined, the better. \u003c/p>\n\n\u003cp>"Then if we know future policies, then we can predict what will happen to prices," says Professor Powell.\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-28-why-does-the-price-of-gold-keep-going-up/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F6807a746534297955f5d55f5"},"primary_target":{"categories":["categories/local-news","categories/lifestyle","categories/politics","categories/interviews"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745915422309,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-28-why-does-the-price-of-gold-keep-going-up","social_title":"","summary":"Geopolitics, inflation, job uncertainties are all leading to market concerns, and that's leading to more investments into gold","targets":[],"title":"Why Does the Price of Gold Keep Going Up? ","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-28-why-does-the-price-of-gold-keep-going-up/"},"slug":"2025-04-28-why-does-the-price-of-gold-keep-going-up","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6807a746534297955f5d55f5","title":"Why Does the Price of Gold Keep Going Up? ","description":"Geopolitics, inflation, job uncertainties are all leading to market concerns, and that's leading to more investments into gold","author":"Michael Shiloh"},"pub_start":1745915422309,"pub_until":4115978604802,"pub_changed":1745915422309,"subscription":[{"tags":["categories/local-news","categories/lifestyle","categories/politics","categories/interviews","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681003bba02eda97b16143ab","slug:2025-04-28-why-does-the-price-of-gold-keep-going-up","slug:2025-04-28-why-does-the-price-of-gold-keep-going-up","author:user"]}},{"id":"%2F680800bf48939c66cc0fabc6","type":"PUBLISHING","record":{"ref_id":"%2F680800bf48939c66cc0fabc6","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>Collection efforts against borrowers who are behind on their student loans are starting up again after a several-year moratorium, according to the Department of Education, but it may not benefit the federal government much -- the latest studies show the loans are actually losing money because the risks were improperly estimated going back decades.\u003c/strong>\u003c/p>\n\n\u003cp>“Going forward, the\u003cstrong> Department of Education\u003c/strong>, in conjunction with the \u003cstrong>Department of Treasury\u003c/strong>, will shepherd the student loan program responsibly and according to the law, which means helping borrowers return to repayment — both for the sake of their own financial health and our nation’s economic outlook,” \u003cstrong>Education Secretary Linda McMahon said.\u003c/strong>\u003c/p>\n\n\u003cp>\u003cstrong>May 5th is the day collections will begin again\u003c/strong>, she said, after the Biden Administration "misled borrowers: the executive branch does not have the constitutional authority to wipe debt away, nor do the loan balances simply disappear."\u003c/p>\n\n\u003cp>\u003cstrong>But the most overlooked aspect of these student loans is that the federal government did a poor job in originally estimating the returns on them, and the latest reports show the feds aren't making money off the loans as originally intended -- they're losing money. \u003c/strong>\u003c/p>\n\n\u003cp>"A lot of these loans have become much more expensive over time than the government originally anticipated,"\u003cstrong> OpenTheBooks.com Investigative Journalist Jeremy Portnoy\u003c/strong> says. "And that's because of bad assumptions and bad math that the government has been doing since the 1990s.\u003c/p>\n\n\u003cp>"There was a report that just came out from the \u003cstrong>Government Accountability Office\u003c/strong>, turned out the government was expecting a profit of $6 for every $100 they loaned out on student loans, but in the end they're going to \u003cstrong>lose\u003c/strong> $9 for every $100 they're loaning out, and that's because of the way federal loans were estimated based on the rules that were in place in the 1990s."\u003c/p>\n\n\u003cp>In fact, even though the federal budget claims that Washington will lose "only" $2.4 billion in lending money next year, the truth (that is, the "most comprehensive estimate") is that the real cost will probably be \u003ca href=\"https://www.realclearinvestigations.com/articles/2024/09/23/waste_of_the_day_federal_lending_potentially_underestimated_by_628_billion_1059367.html\" target=\"_blank\">27 times higher than originally thought\u003c/a>.\u003c/p>\n\n\u003cp>According to a \u003cstrong>Real Clear Investigations \u003c/strong>report last year, the "\u003cstrong>Congressional Budget Office\u003c/strong> projects the federal government will offer $1.9 trillion of credit assistance in 2025\u003cstrong>:\u003c/strong> $228 billion lent directly to Americans, and $1.6 trillion in guarantees to help Americans pay back private loans if they default\u003c/p>\n\n\u003cp>Portnoy says there have been a number of representatives who have tried to change that formula over the years, "but so far none of the plans have ever gotten much traction."\u003c/p>\n\n\u003cp>There were efforts to try to make lending estimates "more like a private business would have estimated it, but they haven't" seen much progress.\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F6062151377a02e62452dee80"},"primary_target":{"categories":["categories/local-news","categories/lifestyle","categories/politics"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745397045300,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume","social_title":"","summary":"The federal government says it will restart collection efforts against those who have fallen behind on their student loans, but a recent report shows the loans are likely costing the government money because of poor government estimating practices","targets":[],"title":"The Feds Lose Money on Student Loans, But Collection Efforts Resume","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume/"},"slug":"2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6062151377a02e62452dee80","title":"The Feds Lose Money on Student Loans, But Collection Efforts Resume","description":"The federal government says it will restart collection efforts against those who have fallen behind on their student loans, but a recent report shows the loans are likely costing the government money because of poor government estimating practices","author":"Michael Shiloh"},"pub_start":1745397045300,"pub_until":4115978604802,"pub_changed":1745416932183,"subscription":[{"tags":["categories/local-news","categories/lifestyle","categories/politics","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/680800bf48939c66cc0fabc6","slug:2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume","slug:2025-04-22-the-feds-lose-money-on-student-loans-but-collection-efforts-resume","author:user"]}},{"id":"%2F6807d59a694316cb93808fcd","type":"PUBLISHING","record":{"ref_id":"%2F6807d59a694316cb93808fcd","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>It may not seem like such a big deal, but a court case brought by the US Justice Dept. against Google looks to be a landmark that may also bring noticeable changes to the way you search the web.\u003c/strong>\u003c/p>\n\n\u003cp>\u003cstrong>Google\u003c/strong> already has the go-to search engine on the internet with its Chrome app, which includes access to \u003cstrong>Gemini\u003c/strong>, an A-I outlet that is also integrated into other search engines even though it's primarily controlled by Googe.\u003c/p>\n\n\u003cp>But the Justice Dept. claims in its lawsuit against Google that the search engine and it's \u003cstrong>Chrome\u003c/strong> extensions already control enough of internet searches -- the inclusion of artificial intelligence in that equation will be just too much of a monopoly for the US government to stand idly by and watch.\u003c/p>\n\n\u003cp>Cyber-security firm\u003cstrong> Sentriqs.com CEO Damien Fortune\u003c/strong> says Google has such a large portfolio of products and a large enough number of partners that it can force users to use their products, which means the company has a lot of power that may be an imbalance in the markets.\u003c/p>\n\n\u003cp>"There are two kinds of issues here, one if the financial piece, so obviously they can control where the customers go and where the advertising dollars are spent, but the second piece is it has a lot of control over influence and editorial power in the hands of one company.\u003c/p>\n\n\u003cp>"If Google decides to present something in a certain way, most people are going to see it that way."\u003c/p>\n\n\u003cp>And then there's Gemini. "If you type almost any question for artificial intelligence into the search bar of your web browser, you land on Gemini, which is Google and part of Chrome," Fortune says.\u003c/p>\n\n\u003cp>\u003cstrong>With so much of the future riding on AI, in addition to the increasing competition with China for the future of AI, "this is the type of case that could have implications well outside of search engines."\u003c/strong>\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-google-antitrust-case-may-change-how-you-do-some-things/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F5f91e334475a59c10546350a"},"primary_target":{"categories":["categories/local-news","categories/lifestyle","categories/politics"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745397000049,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-22-google-antitrust-case-may-change-how-you-do-some-things","social_title":"","summary":"A US Justice Dept. antitrust case going to trial against Google has a great potential for far-reaching effects, one cybersecurity firm CEO says ","targets":[],"title":"Google Antitrust Case May Change How You Do Some Things","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-google-antitrust-case-may-change-how-you-do-some-things/"},"slug":"2025-04-22-google-antitrust-case-may-change-how-you-do-some-things","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f91e334475a59c10546350a","title":"Google Antitrust Case May Change How You Do Some Things","description":"A US Justice Dept. antitrust case going to trial against Google has a great potential for far-reaching effects, one cybersecurity firm CEO says ","author":"Michael Shiloh"},"pub_start":1745397000049,"pub_until":4115978604802,"pub_changed":1745416932181,"subscription":[{"tags":["categories/local-news","categories/lifestyle","categories/politics","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6807d59a694316cb93808fcd","slug:2025-04-22-google-antitrust-case-may-change-how-you-do-some-things","slug:2025-04-22-google-antitrust-case-may-change-how-you-do-some-things","author:user"]}},{"id":"%2F6807e9bcc2c615bfa9c1c7ce","type":"PUBLISHING","record":{"ref_id":"%2F6807e9bcc2c615bfa9c1c7ce","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>\u003cstrong>A good day for stocks Tuesday accompanied good news about corporate profits and a promised expansion in US manufacturing. All the big indexes have recovered from a gloomy Monday.\u003c/strong>\u003c/p>\n\n\u003cp>The \u003cstrong>Dow Industrial Average\u003c/strong> was up more than 1,000 points as the day closed, up to 39,197, while the \u003cstrong>S&P 500 \u003c/strong>jumped 130 to reach 5,288, and the \u003cstrong>Nasdaq\u003c/strong> increased 130 points to 5,288.\u003c/p>\n\n\u003cp>And in good news for \u003cstrong>President Donald Trump\u003c/strong>, who's been utilizing tariffs in attempts to bring a return of manufacturing capability to the US, \u003cstrong>Nvidia\u003c/strong> and other companies said they're working to increase their business capacity in this country. Nvidia said last week it's commissioned more than 1 million square feet of manufacturing space with partners to "build and test" Blackwell chips and AI supercomputers in the Houston and Dallas areas.\u003c/p>\n\n\u003cp>\u003cstrong>Apple\u003c/strong> also \u003ca href=\"https://www.msn.com/en-us/money/companies/these-companies-have-announced-their-intention-to-increase-us-manufacturing/ar-AA1DnEki?ocid=BingNewsSerp\" target=\"_blank\">said recently\u003c/a> it's pledging $500 billion over four years toward a new "advanced manufacturing" facility in Houston\u003c/p>\n\n\u003cp>South Korea's \u003cstrong>Hyundai Motor Group\u003c/strong> is pledging a $21 billion investment toward US manufacturing that will take place from 2025 to 2028.\u003c/p>\n\n\u003cp>And \u003cstrong>GE Aerospace\u003c/strong>, a part of \u003cstrong>General Electric\u003c/strong>, says it's splitting itself into three independent company groups early last year. The other two companies that came out of it were \u003cstrong>GE Vernova \u003c/strong>and \u003cstrong>GE HealthCare\u003c/strong>\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F5f9063b7159256b24da54aa3"},"primary_target":{"categories":["categories/local-news","categories/lifestyle"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745354100000,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing","social_title":"","summary":"Good economic news on Tuesday included stock markets up 2-3% for the day, and 4 companies saying they're pledging billions cash to start regrowing manufacturing capacity in the US ","targets":[],"title":"US Stock Markets Jump, Billions Promised for Manufacturing","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing/"},"slug":"2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f9063b7159256b24da54aa3","title":"US Stock Markets Jump, Billions Promised for Manufacturing","description":"Good economic news on Tuesday included stock markets up 2-3% for the day, and 4 companies saying they're pledging billions cash to start regrowing manufacturing capacity in the US ","author":""},"pub_start":1745354100000,"pub_until":4115978604802,"pub_changed":1745373744864,"subscription":[{"tags":["categories/local-news","categories/lifestyle","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6807e9bcc2c615bfa9c1c7ce","slug:2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing","slug:2025-04-22-us-stock-markets-jump-billions-promised-for-manufacturing"]}},{"id":"%2F6806ae3ad60ec1e0ed88c7a2","type":"PUBLISHING","record":{"ref_id":"%2F6806ae3ad60ec1e0ed88c7a2","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Michael Shiloh","blocks":[{"html":"\u003cp>\u003cstrong>It's been 25 years in the making, but the "Real ID" program is ready to "go live" in less than three weeks and some people are predicting chaos at airports because of it.\u003c/strong>\u003c/p>\n\n\u003cp>The deadline for "Real ID" is supposed to be May 7th, just a few days from now. That's when a plan that's been postponed by the federal government many times finally goes into effect, adding a little star onto the upper right of your driver's license.\u003c/p>\n\n\u003cp>The addition to your license means your \u003cstrong>State of Texas\u003c/strong> paperwork is in order, in conjunction with the \u003cstrong>US Department of Homeland Security\u003c/strong>, and you're certified to fly on any domestic airline or do a number of other things that now require somewhat tighter security, such as entering federal buildings. \u003c/p>\n\n\u003cp>The Real ID plan originated during the \u003cstrong>George W. Bush \u003c/strong>presidency, another legacy of the security crackdowns that followed the 9/11 attacks.\u003c/p>\n\n\u003cp>In the almost quarter century since, the system was designed and slowly put into place, the kinks worked out (more or less) and then there were continual, significant delays to the plan's rollout, especially during the pandemic, when the implementation of the \u003cstrong>Real ID\u003c/strong> plan was mostly put on hold.\u003c/p>\n\n\u003cp>But now that the deadline is here, a travel expert at the \u003cstrong>Going Travel app and for Going.com\u003c/strong>, \u003cstrong>Katy Nastro\u003c/strong>, says perhaps the most unfortunate part of the new regulation is that it goes into effect just as the vacation season gets underway, when airports see the longest sustained busy period of the year.\u003c/p>\n\n\u003cp>Things could get a little chaotic as airport ticketing agents and officials get the whole thing straightened out.\u003c/p>\n\n\u003cp>\u003cstrong>Of course, if you don't plan on flying this year or entering any federal buildings, you won't need to stress about this just now. But you'll need to get Real ID attached to your state driver's license eventually.\u003c/strong>\u003c/p>\n\n\u003cp>And maybe it's better if you're not flying out during the run-up to this deadline.\u003c/p>\n\n\u003cp>"There's going to be the likelihood of a large portion of people who have totally forgotten about this deadline and then it crept up on them and then they arrive at the airport assuming they can use their regular ID, when in fact they're going to have to go through a couple of extra steps in the TSA process in order for them to pass through," Nastro says.\u003c/p>\n\n\u003cp>"We're definitely going to see delays because of this fact."\u003c/p>\n\n\u003cp>But she adds -- as comfort to those without the ID -- that "the TSA, after the deadline, will be understanding, knowing that some people weren't able to get their Real ID certification before the deadline," but it will definitely take longer to get to flights, and it may take considerably longer without it.\u003c/p>\n\n\u003cp>Meanwhile, there are alternatives to using Real ID, even after the May 7th deadline.\u003c/p>\n\n\u003cp>Nastro says you can use a \u003cstrong>Global Entry Card\u003c/strong> that allows for expedited entry into the US, and a passport or a passport card are good alternatives. There's also a military ID, or the \u003cstrong>US Customs and Border Protection's Nexus Card\u003c/strong>, or a federal ID or a permanent resident card -- all can be used as alternative forms of ID when you show up at the airport and don't have the Real ID.\u003c/p>\n\n\u003cp>\u003cstrong>Her advice to people who are having trouble getting an appointment at the DMV to receive the Real ID?\u003c/strong> Widen your search circle "in terms of locations. If you're an \u003cstrong>AAA\u003c/strong> member, they're actually setting up what you might call 'satellite centers' in some states for those having trouble getting in to see the DMV."\u003c/p>\n\n\u003cp>"And there are satellite centers that have nothing to do with AAA that are popping up on Saturdays for those who need to get in and get their Real ID. We're even seeing some DMV locations staying open after hours on Tuesdays or Thursdays to help, too.\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"29197307","kind":"podcast","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it/","cuser":"user/ldap/1139189","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F6062350eec85858a41dced7e"},"primary_target":{"categories":["categories/local-news","categories/lifestyle","categories/feel-good"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1745310632723,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it","social_title":"","summary":"The deadline is swiftly approaching to have the \"Real ID\" certification added to your driver's license, or you may have a little trouble getting on a plane or getting into some federal buildings, but an expert has some tips","targets":[],"title":"The \"Real ID\" Deadline Is Soon. Here Are Tips If You're Going To Miss It","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it/"},"slug":"2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6062350eec85858a41dced7e","title":"The \"Real ID\" Deadline Is Soon. Here Are Tips If You're Going To Miss It","description":"The deadline is swiftly approaching to have the \"Real ID\" certification added to your driver's license, or you may have a little trouble getting on a plane or getting into some federal buildings, but an expert has some tips","author":"Michael Shiloh"},"pub_start":1745310632723,"pub_until":4115978604802,"pub_changed":1745310632723,"subscription":[{"tags":["categories/local-news","categories/lifestyle","categories/feel-good","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6806ae3ad60ec1e0ed88c7a2","slug:2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it","slug:2025-04-21-the-real-id-deadline-is-soon-here-are-tips-if-youre-going-to-miss-it","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":"%2Fc2432209e33a87b243818b573f44c9d8","slug":"michael-berry","ownBrand":"brands/Michael Berry (13986)","configByLookup":{"common":{"branding":{"name":"Michael Berry","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5ebc720e4079feba00f658f9"}}}}}},{"_id":"%2F5b23b751eaf8974ba90aa5e9","slug":"houstons-morning-news","ownBrand":"brands/Houston's Morning News","configByLookup":{"common":{"branding":{"name":"Houston's Morning News with Jimmy Barrett","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/672e4613927d780d04a95103"}}}}}},{"_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":"%2F69cf353090e7e902f19b770fbeec51dc","slug":"the-sean-hannity-show","ownBrand":"brands/The Sean Hannity Show (55176)","configByLookup":{"common":{"branding":{"name":"The Sean Hannity Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5b3993547bce9de58dc1d9ac"}}}}}},{"_id":"%2F2c3d0ee11b6e94ce9a158eb2c7835d93","slug":"gardenline-houston","ownBrand":"brands/GardenLine with Randy Lemmon (25172)","configByLookup":{"common":{"branding":{"name":"GardenLine","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/63f52bf0fd2fb4af335ac861"}}}}}},{"_id":"%2F593184f7bc98b9e7c0289481","slug":"the-buck-sexton-show","ownBrand":"brands/Buck Sexton Affiliate Blog","configByLookup":{"common":{"branding":{"name":"Buck Sexton","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e73a4bfda963ffac9b34c78"}}}}}}]},{"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":"%2F681f2c98cf54b72aa152e1cc","type":"PUBLISHING","record":{"ref_id":"%2F681f2c98cf54b72aa152e1cc","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Today is the big day, as the U.S. is set to begin trade and tariff talks with China.\u003c/p>\n\n\u003cp>U.S. Treasury Secretary Scott Bessent and chief trade negotiator Jamieson Greer are going to meet with Chinese economic tsar He Lifeng in Switzerland. \u003c/p>\n\n\u003cp>President Trump said on Friday that an "80% Tariff on China seems right!" adding on his Truth Social that the final number would be up to U.S. Treasury Secretary Scott Bessent. \u003c/p>\n\n\u003cp>Right now, the U.S. has slapped down a 145% tariff on China, and earlier this week Trump said that China was eager to make a deal.\u003c/p>\n\n\u003cp>"Scott's going to be going to Switzerland, meeting with China," Trump told reporters at the White House. "And you know, they very much want to make a deal. We can all play games. Who made the first call, who didn't make them? It doesn't matter. Only matters what happens in that room. But I will tell you that China very much wants to make a deal. We'll see how that works out."\u003c/p>\n\n\u003cp>The Trump tariffs on China went into effect on April 2nd.\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%2Fyoutu.be%2Fbc9smg6ZtbA%3Fsi%3DlKZO5MKoz4eo5lcr","@url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/bc9smg6ZtbA/hqdefault.jpg","thumbnail_width":480,"title":"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/bc9smg6ZtbA?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=\"GOOD NEWS FRIDAY: ‘Dealmaker’ Trump locks in deal ahead of trade talks with China\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/bc9smg6ZtbA?si=lKZO5MKoz4eo5lcr"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"The US and China flags stand behind a microphone awaiting the arrival of US Senator John McCain, who was joined by Senators Lindsey Graham Amy Klobuchar for a press conference at the US Embassy in Beijing on April 9, 2009 during the China stop of the Congressional Delegation's fact-finding Asia-tour. Senator McCain said he urged Chinese officials in talks here to back a strong United Nations response to North Korea's rocket launch, but indicated China had resisted. AFP PHOTO/Frederic J. BROWN (Photo credit should read FREDERIC J. BROWN/AFP via Getty Images)","id":"%2F681f2ec53f733b2708ca53c1","new_tab":false,"schedule":{},"source_credit":"FREDERIC J. BROWN / AFP / Getty Images","title":"The US and China flags stand behind a mi","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681f2d1aaf89fc0c91b7552d"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746898617073,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","social_title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","summary":"Chinese goods coming into the US currently face a 145% tariff","targets":[],"title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china/"},"slug":"2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f2d1aaf89fc0c91b7552d","title":"High Stakes Trade Talks Between The U.S. And China Are Underway In Geneva","description":"Chinese goods coming into the US currently face a 145% tariff","author":"B.D. Hobbs"},"pub_start":1746898617073,"pub_until":4115978604802,"pub_changed":1746898622990,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f2c98cf54b72aa152e1cc","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","slug:2025-05-10-let-the-talks-begin-the-us-is-set-for-high-stakes-trade-talks-with-china","author:user"]}},{"id":"%2F681f5b216d365cf34294cace","type":"PUBLISHING","record":{"ref_id":"%2F681f5b216d365cf34294cace","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Jeep Weekend in Galveston is next weekend, but Galveston County Sheriff Jimmy Fullen has already announced some new restrictions and safety measures.\u003c/p>\n\n\u003cp>On Facebook, Sheriff Fullen said: “We look forward to seeing everybody on Jeep Weekend this year, but we also want to remind you that you need to follow the rules and obey the law."\u003c/p>\n\n\u003cp>This year, several restrictions will be enforced in the designated Jeep Weekend event area:\u003c/p>\n\n\u003cul>\u003cli>Parking on the beach is not allowed.\u003c/li>\n\u003cli>Loading or unloading trailers on the beach is prohibited.\u003c/li>\n\u003cli>Golf carts, ATVs, and dirt bikes are banned.\u003c/li>\n\u003cli>Mass gatherings are forbidden.\u003c/li>\n\u003cli>Glass containers and littering will not be tolerated.\u003c/li>\n\u003cli>Stay off the dunes\u003c/li>\n\u003cli>Drivers license required to drive on beach\u003c/li>\n\u003cli>Speed limit 15 mph\u003c/li>\n\u003cli>Animals must be on leash at all times\u003c/li>\n\u003cli>Bonfires prohibited\u003c/li>\u003c/ul>\n\u003cp>Regarding traffic, individuals are not allowed to stop, stand, or park along the beach or enter public safety zones. Traffic will enter on Honeysuckle Drive and exit on Stingaree Drive, with flow directed eastbound.\u003c/p>\n\n\u003cp>Jeep Weekend, which takes place from May 16 at 6 a.m. to May 19 at midnight.\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%2Fgalvestonsheriffsoffice%2Fvideos%2F568481579606976%2F","@url":"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/","author_name":"Galveston","author_url":"https://www.facebook.com/galvestonsheriffsoffice","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\">\u003c/a>\u003cp>𝐈𝐦𝐩𝐨𝐫𝐭𝐚𝐧𝐭 𝐌𝐞𝐬𝐬𝐚𝐠𝐞 𝐟𝐫𝐨𝐦 𝐒𝐡𝐞𝐫𝐢𝐟𝐟 𝐅𝐮𝐥𝐥𝐞𝐧 𝐀𝐛𝐨𝐮𝐭 𝐉𝐞𝐞𝐩 𝐖𝐞𝐞𝐤𝐞𝐧𝐝\n\nThe restrictions will apply only to the designated Jeep Weekend event area. However, please be aware that there will be strict enforcement of beach sticker permit requirements for all motorized vehicles at all other access points on Bolivar Beaches.\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice\">Galveston County Sheriff's Office\u003c/a> on Friday, May 9, 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/galvestonsheriffsoffice/videos/568481579606976/\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/\">\u003c/a>\u003cp>𝐈𝐦𝐩𝐨𝐫𝐭𝐚𝐧𝐭 𝐌𝐞𝐬𝐬𝐚𝐠𝐞 𝐟𝐫𝐨𝐦 𝐒𝐡𝐞𝐫𝐢𝐟𝐟 𝐅𝐮𝐥𝐥𝐞𝐧 𝐀𝐛𝐨𝐮𝐭 𝐉𝐞𝐞𝐩 𝐖𝐞𝐞𝐤𝐞𝐧𝐝\n\nThe restrictions will apply only to the designated Jeep Weekend event area. However, please be aware that there will be strict enforcement of beach sticker permit requirements for all motorized vehicles at all other access points on Bolivar Beaches.\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/galvestonsheriffsoffice\">Galveston County Sheriff's Office\u003c/a> on Friday, May 9, 2025\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/galvestonsheriffsoffice/videos/568481579606976/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681f600c6d365cf34294cae5","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681f5ed06d365cf34294cadf"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746887824632,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","social_title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","summary":"The Galveston County Sheriff announces restrictions ahead of Jeep Weekend","targets":[],"title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend/"},"slug":"2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681f5ed06d365cf34294cadf","title":"Galveston County Sheriff Says There Are New Rules For Jeep Weekend","description":"The Galveston County Sheriff announces restrictions ahead of Jeep Weekend","author":"B.D. Hobbs"},"pub_start":1746887824632,"pub_until":4115978604802,"pub_changed":1746887830990,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f5b216d365cf34294cace","slug:2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","slug:2025-05-10-galveston-county-sheriff-says-there-are-new-rules-for-jeep-weekend","author:user"]}},{"id":"%2F681f526e6d365cf34294cab1","type":"PUBLISHING","record":{"ref_id":"%2F681f526e6d365cf34294cab1","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>BREAKING NEWS: According to president Trump, India and Pakistan have agreed to a full and immediate ceasefire\u003c/p>\n\n\u003cp>The ceasefire is the result of "a long night of talks mediated by the United States" said Trump on Truth Social.\u003c/p>\n\n\u003cp>India is going along with the agreement, but its army remains "vigilant" and "prepared to launch what is necessary for the defence of our nation" according to officials.\u003c/p>\n\n\u003cp>Meanwhile, the deputy PM for Pakistan says it has "always strived for peace and security in the region"\u003c/p>\n\n\u003cp>Earlier this week, India struck targets in Pakistan and Pakistan-administered Kashmir in response to a deadly militant attack on Indian tourists in Pahalgam last month.\u003c/p>\n\n\u003cp>This is developing story.\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%2Fyoutu.be%2FFDYeDacengQ%3Fsi%3D8PCVj75SY_E3Zifb","@url":"https://youtu.be/FDYeDacengQ?si=8PCVj75SY_E3Zifb","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/FDYeDacengQ?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=\"India-Pakistan conflict: Trump admin warns against escalation\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/FDYeDacengQ/hqdefault.jpg","thumbnail_width":480,"title":"India-Pakistan conflict: Trump admin warns against escalation","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/FDYeDacengQ?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=\"India-Pakistan conflict: Trump admin warns against escalation\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/FDYeDacengQ?si=8PCVj75SY_E3Zifb"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681f53d26d365cf34294cabe","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681f52ac6d365cf34294caba"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746883616796,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Breaking News: India and Pakistan Agree To Ceasefire","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","social_title":"Breaking News: India and Pakistan Agree To Ceasefire","summary":"India and Pakistan agree to a full and immediate ceasefire ","targets":[],"title":"Breaking News: India and Pakistan Agree To Ceasefire","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire/"},"slug":"2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681f52ac6d365cf34294caba","title":"Breaking News: India and Pakistan Agree To Ceasefire","description":"India and Pakistan agree to a full and immediate ceasefire ","author":"B.D. Hobbs"},"pub_start":1746883616796,"pub_until":4115978604802,"pub_changed":1746883620656,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f526e6d365cf34294cab1","slug:2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","slug:2025-05-10-breaking-news-india-and-pakistan-agree-to-ceasefire","author:user"]}},{"id":"%2F681f3e37cf54b72aa152e1f0","type":"PUBLISHING","record":{"ref_id":"%2F681f3e37cf54b72aa152e1f0","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>As blue cities continue to struggle, Democrats are continuing their fight for illegal alien criminals.\u003c/p>\n\n\u003cp>The latest episode happened in New Jersey, where the mayor and three members of congress stormed the ICE facility in Newark, demanding a visit.\u003c/p>\n\n\u003cp>Newark Mayor Ras Baraka, considered to be a top Democratic gubernatorial candidate, was arrested for trespassing, before being released later on\u003c/p>\n\n\u003cp>The White House blasted the Democrats for their defense of deported illegal immigrant criminals. \u003c/p>\n\n\u003cp>"As always, Democrats are prioritizing the welfare of illegal aliens over American citizens - except now they're crossing the line between meaningless political street theatre and outright breaking the law," White House spokesman Kush Desai told Fox News Digital.\u003c/p>\n\n\u003cp>And as for the 3 members of congress? They were ripped by DHS.\u003c/p>\n\n\u003cp> "These members of Congress storming into a detention facility goes beyond bizarre political stunt and puts the safety of our law enforcement agents and the detainees at risk," a DHS statement to Fox News said. "Members of Congress are not above the law and cannot illegally break into detention facilities. Had these members requested a tour, we would have facilitated a tour of the facility." \u003c/p>\n\n\u003cp>The prison currently holds \u003ca href=\"https://www.foxnews.com/category/crime\" target=\"_blank\">\u003cu>alleged killers\u003c/u>\u003c/a>, MS-13 gang members and child rapists, among other criminal offenders. \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%2Fyoutu.be%2FzUk98Wzwp0M%3Fsi%3D3A13h7yl2Z9vdGdb","@url":"https://youtu.be/zUk98Wzwp0M?si=3A13h7yl2Z9vdGdb","author_name":"Fox News","author_url":"https://www.youtube.com/@FoxNews","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/zUk98Wzwp0M?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=\"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/zUk98Wzwp0M/hqdefault.jpg","thumbnail_width":480,"title":"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/zUk98Wzwp0M?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=\"'DISGUSTING!': Dems storm ICE prison holding alleged killers, gangsters and child predators\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/zUk98Wzwp0M?si=3A13h7yl2Z9vdGdb"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Mayor Ras Baraka of Newark speaks to the press near ICE agents at a demonstration outside an immigrant detention centre in Elizabeth, New Jersey May 7, 2025. The Mayor arrived at the gates of Delaney Hall to inspect the previously vacant prison that is being converted into an immigrant detention center. Delaney Hall has the ability to hold over a 1000 people, and the detention facility, privately owned by The GEO Group, holds a contract with the federal government to house people arrested by ICE. (Photo by TIMOTHY A. CLARY / AFP) (Photo by TIMOTHY A. CLARY/AFP via Getty Images) ","id":"%2F681f50d94cc81f32bbd2908c","new_tab":false,"schedule":{},"source_credit":"TIMOTHY A. CLARY / AFP / Getty Images","title":"US-POLITICS-IMMIGRATION-ICE","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-another-embarrassing-day-for-democrats/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681f5047f5db1acd504a4e63"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746882812909,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Another Embarrassing Day For Democrats","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-10-another-embarrassing-day-for-democrats","social_title":"Another Embarrassing Day For Democrats","summary":"ICE's Delaney Hall in Newark, New Jersey, is currently holding alleged killers, MS-13 gang members, and child rapists","targets":[],"title":"Another Embarrassing Day For Democrats","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-10-another-embarrassing-day-for-democrats/"},"slug":"2025-05-10-another-embarrassing-day-for-democrats","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681f5047f5db1acd504a4e63","title":"Another Embarrassing Day For Democrats","description":"ICE's Delaney Hall in Newark, New Jersey, is currently holding alleged killers, MS-13 gang members, and child rapists","author":"B.D. Hobbs"},"pub_start":1746882812909,"pub_until":4115978604802,"pub_changed":1746882818018,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681f3e37cf54b72aa152e1f0","slug:2025-05-10-another-embarrassing-day-for-democrats","slug:2025-05-10-another-embarrassing-day-for-democrats","author:user"]}},{"id":"%2F6814fb238ce421959af372ba","type":"PUBLISHING","record":{"ref_id":"%2F6814fb238ce421959af372ba","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>As expected, the Houston Police Officers Union Overwhelmingly approved with 97%, their historic new 5-year contract. \u003c/p>\n\n\u003cp>Mayor John Whitmire was joined last week by the Houston Police Officers' Union Chief Doug Griffith, and Police Chief J. Noe Diaz to announce details of a five-year contract with HPOU. The contract includes increased starting officers' salaries up to $81k, a pay raise for experienced officers, and significant investments in the Houston Police Department's recruitment and retention strategies.\u003c/p>\n\n\u003cp>The contract will now go to the City Council for a vote next Wednesday.\u003c/p>\n\n\u003cp>With violent crime out of control when he took office, Houston mayor John Whitmire said making Houston safe was a top priority. \u003c/p>\n\n\u003cp>The transformative agreement recognizes the hard work and sacrifice of police officers and makes HPD more competitive with police departments across the state. \u003c/p>\n\n\u003cp>\u003cstrong>The contract includes salary increases (36.5% over 5 years):\u003c/strong>\u003c/p>\n\n\u003cul>\u003cli>July 2025 – 10% Increase\u003c/li>\n\u003cli>July 2026 – 8% Increase\u003c/li>\n\u003cli>July 2027 – 6% Increase\u003c/li>\n\u003cli>July 2028 – 6% Increase\u003c/li>\n\u003cli>July 2029 – 6.5% Increase\u003c/li>\n\u003cli>On July 1, 2025, a first-year officer would make $81,600 while receiving a shift and weekend differential.\u003c/li>\n\u003cli>Patrol pay for an officer with at least two years of seniority will increase from $600 to $1600 annually. More information is available here. \u003c/li>\u003c/ul>\n\n\u003cp>"That is why I left the senate and ran for mayor" Whitmire said, "To make public safety this cities highest priority, and this is a huge step of showing the rank and file our appreciation for putting their lives on the line each and every day."\u003c/p>\n\n\u003cp>Houston police officers will receive 36.5% in raises over the next 5 years, at a cost to the city of $832 million. Last year mayor Whitmire was able to strike a deal with the Houston firefighters.\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%2Fyoutu.be%2FkoEFHMGw8ys%3Fsi%3DAvHChcSChxjh32YP","@url":"https://youtu.be/koEFHMGw8ys?si=AvHChcSChxjh32YP","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/koEFHMGw8ys?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=\"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/koEFHMGw8ys/hqdefault.jpg","thumbnail_width":480,"title":"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/koEFHMGw8ys?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=\"FULL VIDEO: Houston reaches tentative 5-year contract agreement with police officers’ union\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/koEFHMGw8ys?si=AvHChcSChxjh32YP"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6815007f8ce421959af372cf","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681500008ce421959af372cb"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]},"publish_date":1746830808242,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","social_title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","summary":"HPD officers are set to receive over 36 percent raises over the next 5 years","targets":[],"title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union/"},"slug":"2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681500008ce421959af372cb","title":"Houston Police Officers Union Overwhelmingly Approves New 5-Year Deal ","description":"HPD officers are set to receive over 36 percent raises over the next 5 years","author":"B.D. Hobbs"},"pub_start":1746830808242,"pub_until":4115978604802,"pub_changed":1746830813660,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/6814fb238ce421959af372ba","slug:2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","slug:2025-05-02-city-of-houston-reaches-tentative-5-year-deal-with-police-officers-union","author:user"]}},{"id":"%2F681e3d34bfc82c0689ed1983","type":"PUBLISHING","record":{"ref_id":"%2F681e3d34bfc82c0689ed1983","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>With the HPD on the verge of a massive pay raise of over 36% for it's officers, Harris County Sheriff Ed Gonzalez held a news conference today demanding that city leaders do the same for his department.\u003c/p>\n\n\u003cp>"We're just to raise awareness because I think it's an important public safety issue in our community" Gonzalez said, "It's urgent now because we see that the disparity just continues to get bigger and bigger."\u003c/p>\n\n\u003cp>That's because Houston police officers are set to get a bump up to $81,000 a year for a starting salary, while Harris County Sheriff's deputies are still at $57,000.\u003c/p>\n\n\u003cp>"They should not have to be begging to try to at least be competitive, and have competitive pay with other counterparts, and we're seeing all across the state where pay is going up. It's the market place, it's change. And that's a good thing."\u003c/p>\n\n\u003cp>As a result, some deputies are already applying for the higher paying city jobs.\u003c/p>\n\n\u003cp>"It's unfair and unfathomable that pretty much since the beginning of time, since the origins of this agency, it always has to be begging for more and more just to keep up with other agencies. That's unacceptable" noted Gonzalez.\u003c/p>\n\n\u003cp>The question now is, will Harris County Commissioner's accept a proposal for a pay raise, while trying to deal with a budget deficit.\u003c/p>\n\n\u003cp> \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%2Fyoutu.be%2FkGPtQTafzwo%3Fsi%3DPTIgRzQsY6ww-8g_","@url":"https://youtu.be/kGPtQTafzwo?si=PTIgRzQsY6ww-8g_","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/kGPtQTafzwo?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=\"Houston Police Officers to Receive 37% Pay Increase Over Five Years\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/kGPtQTafzwo/hqdefault.jpg","thumbnail_width":480,"title":"Houston Police Officers to Receive 37% Pay Increase Over Five Years","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/kGPtQTafzwo?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=\"Houston Police Officers to Receive 37% Pay Increase Over Five Years\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/kGPtQTafzwo?si=PTIgRzQsY6ww-8g_"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681e3e08bfc82c0689ed1998","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681e3d75bfc82c0689ed1994"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746830791364,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","social_title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","summary":"After mayor Whitmire gave big raises to the HPD, the HCSO says it's their turn","targets":[],"title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies/"},"slug":"2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681e3d75bfc82c0689ed1994","title":"Harris County Sheriff Ed Gonzalez Demands Pay Raise For Deputies","description":"After mayor Whitmire gave big raises to the HPD, the HCSO says it's their turn","author":"B.D. Hobbs"},"pub_start":1746830791364,"pub_until":4115978604802,"pub_changed":1746830796184,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681e3d34bfc82c0689ed1983","slug:2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","slug:2025-05-09-harris-county-sheriff-ed-gonzalez-demands-pay-raise-for-deputies","author:user"]}},{"id":"%2F681d727bbb7f9e54cec46671","type":"PUBLISHING","record":{"ref_id":"%2F681d727bbb7f9e54cec46671","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Andre Perrard","blocks":[{"attributes":{"@provider":"Spreaker","@query":"https://api.spreaker.com/oembed?format=json&url=https%3A%2F%2Fwww.spreaker.com%2Fepisode%2Ftrusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070","@url":"https://www.spreaker.com/episode/trusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070","author_name":"KTRH (KTRH-AM)","author_url":"https://www.spreaker.com/user/ktrh-ktrh-am--9808747","height":480,"html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66009070&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider_name":"Spreaker","provider_url":"https://www.spreaker.com/","thumbnail_height":0,"thumbnail_url":"https://d3wo5wojvuv7l.cloudfront.net/t_widget_player_cover_medium/images.spreaker.com/original/de2e1b73161a95d49beb03396d7211c4.jpg","thumbnail_width":0,"title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks - KTRH News","type":"rich","version":"1.0","width":640},"embed_type":"rich","html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66009070&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider":"Spreaker","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.spreaker.com/episode/trusting-china-becomes-key-concern-as-the-u-s-prepares-for-trade-talks--66009070"},{"html":"\u003cp>Amid all the tariff kerfuffle, the United States and China are set to meet this weekend\u003ca href=\"https://www.dailywire.com/news/breakthrough-trump-officials-set-date-for-direct-trade-talks-with-china?topStoryPosition=undefined&author=Daniel+Chaitin&category=News&elementPosition=0&row=1&rowHeadline=Top+Stories&rowType=Top+Stories&title=BREAKTHROUGH%3A+Trump+Officials+Set+Date+For+Direct+Trade+Talks+With+China\" target=\"_blank\"> in Switzerland to begin trade talks.\u003c/a> The basis around President Trump's 145-percent tariffs on the Asian nation are simple. They have taken advantage for years of the U.S., and it is time to get our fair share. China has said they will come to the table. But as anyone in the Western world knows, trusting China comes at your own risk.\u003c/p>\n\n\u003cp>No one is expecting a deal to be done this weekend, as the Chinese are sure to have a load of demands. But even when a deal gets done, trusting the nation will follow through is another story. China for years has gone against the grain and taken advantage of other countries. They continually say they are doing one thing, then do another. There is hope for some progress, but do not expect it to be a pretty conversation.\u003c/p>\n\n\u003cp>Josh Birenbaum, Deputy Director of the Center on Economic and Financial Power at Foundation for Defense of Democracies, says progress is going to be slow, and it is a long row to hoe.\u003c/p>\n\n\u003cp>"I would expect that if a deal does get done, it will take several months," he says. "The number of details that need to be resolved between these two countries is a very long list."\u003c/p>\n\n\u003cp>To put it simply, the situation for both the U.S. and China is untenable. The U.S. does rely on Chinese imports heavily, with many major corporations using the country as their place for production. But the U.S. has been raked over the coals for years on the trade deal between the two, and President Trump's aim is to fix that.\u003c/p>\n\n\u003cp>China, meanwhile, is in a bigger pickle. While the U.S. somewhat depends on China, China is entirely dependent upon the U.S. being in need of what goods they are producing. We are not talking cheap toys or little things, either. They have expanded to provide major items, but if the U.S. can get them elsewhere, the Chinese are up a creek with no paddle.\u003c/p>\n\n\u003cp>"China desperately needs the U.S. markets to sell the types of goods it seeks to build," says Birenbaum. "If China is planning to focus on electric vehicles and solar panels, they are going to need the U.S. cooperation, which gives the U.S. tremendous advantage in negotiations."\u003c/p>\n\n\u003cp>President Trump is holding all the cards in this situation, and among all tariff battles. We have the production capabilities and population to sustain ourselves, if necessary. Other countries need the U.S. more than the U.S. desperately needs them. China falls into that category.\u003c/p>\n\n\u003cp>That is not to say we do not need China, especially when it comes to things like EV's, solar panels, and cell phones. But for the first time in multiple decades, the U.S. has bowed its neck up to China, and now they face the proposition of losing a huge chunk of their GDP.\u003c/p>\n\n\u003cp>But trade is not the only issue that the U.S. needs to focus on in these talks. China for years has been hacking our systems and stealing our technology. That needs to be embedded within any deal to stop them.\u003c/p>\n\n\u003cp>"Things like stealing American intellectual property, using monopolies, and using massive subsidies in ways that push American competitors out of business," Birenbaum says.\u003c/p>\n\n\u003cp>Birenbaum adds that trusting China at their word has to be backed up with cooperation mechanisms, to make sure they stick with whatever the agreement might be.\u003c/p>\n\n\u003cp>President Trump has said positive negotiations are continuing with other countries, but China has always been the whale. Whether we can trust the Chinese is anyone's guess. But if this deal manages to get done, it could be the beginning of the economic boom on which President Trump campaigned.\u003c/p>\n\n\u003cp>The two sides will meet in Geneva this weekend, with Treasury Secretary Scott Bessent heading up the discussion.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"US-China trade war tensions","id":"%2F5f91a4abfef97951aa0abaf4","new_tab":false,"schedule":{},"source_credit":"Toa55 / iStock / Getty Images","title":"US-China trade war tensions","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks/","cuser":"user/ldap/1135944","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/U.S.","keywords/China","keywords/trade talks","keywords/Trump","keywords/progress","keywords/trust"],"primary_image":{"bucket":"assets.getty","id":"%2F5f91a4abfef97951aa0abaf4"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746830746782,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","social_title":"","summary":"The U.S. and China are set for trade talks, but trusting the Chinese remains a concern.","targets":[],"title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks/"},"slug":"2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f91a4abfef97951aa0abaf4","title":"Trusting China Becomes Key Concern As The U.S. Prepares For Trade Talks","description":"The U.S. and China are set for trade talks, but trusting the Chinese remains a concern.","author":"Andre Perrard"},"pub_start":1746830746782,"pub_until":4115978604802,"pub_changed":1746830754049,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d727bbb7f9e54cec46671","slug:2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","slug:2025-05-08-trusting-china-becomes-key-concern-as-the-us-prepares-for-trade-talks","keyword:keywords/U.S.","keyword:keywords/China","keyword:keywords/trade talks","keyword:keywords/Trump","keyword:keywords/progress","keyword:keywords/trust","author:user"]}},{"id":"%2F681d367244ebe7619e875496","type":"PUBLISHING","record":{"ref_id":"%2F681d367244ebe7619e875496","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Ethan Buchanan","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Houston - Skyline Panorama of City Hall and Downtown, Texas by night, USA","id":"%2F681d368944ebe7619e87549f","new_tab":false,"schedule":{},"source_credit":"iStockphoto","title":"Houston - Skyline Panorama of City Hall and Downtown, Texas by night, USA","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Mayor Whitmire says his $7 billion budget proposal is completely balanced. Still, according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced?\u003c/strong>\u003c/p>\n\n\u003cp>Finance Director Melissa Dubowski laid out a five-year forecast in a recent City Council meeting that projected the budget shortfall over the next five years to be anywhere from 100 to 500 million dollars. So, where is this shortfall coming from?\u003c/p>\n\n\u003cp>Former city councilman Greg Travis says this is largely thanks to the waste that occurred under previous mayoral administrations. He pointed specifically to Whitmire's predecessor, saying, "Mayor Turner pushed everything off that he could. He used the COVID funds wrong, he used them on frivolous matters. I don't know why he was doing that."\u003c/p>\n\n\u003cp>Essentially, Travis says Turner was just kicking cans down the road, and at the same time, continuing to waste money. He even called out Turner's hiring freeze, saying, "Every year we hired more and more people. I don't understand why if you do a hiring freeze, you end with a thousand more people at the end of your term than you did at the beginning of your term."\u003c/p>\n\n\u003cp>He went on to say that Whitmire can solve this budget problem, but it's going to require him to make some big cuts, and the city council could try to stop him. He said, "I think the councilors are going to do that for their own political gain, but I also think there are certain people who want to hurt Whitmire. They're gonna vote opposite of him just to give Whitmire a thumping."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-houstons-budget-problem-could-get-worse-over-time/","cuser":"user/ldap/1136533","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681d368944ebe7619e87549f"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/KTRH-AM (700)","brands/Houston & Texas News"]},"publish_date":1746802800000,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Houston's Budget Problem Could Get Worse Over time","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-houstons-budget-problem-could-get-worse-over-time","social_title":"Houston's Budget Problem Could Get Worse Over time","summary":"Mayor Whitmire says his 7 billion dollar budget proposal is completely balanced, but according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced? ","targets":[],"title":"Houston's Budget Problem Could Get Worse Over time","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-houstons-budget-problem-could-get-worse-over-time/"},"slug":"2025-05-08-houstons-budget-problem-could-get-worse-over-time","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681d368944ebe7619e87549f","title":"Houston's Budget Problem Could Get Worse Over time","description":"Mayor Whitmire says his 7 billion dollar budget proposal is completely balanced, but according to the city finance director, we could be looking at a shortfall as high as $500 million over the next five years. So will the next budget be balanced? ","author":"Ethan Buchanan"},"pub_start":1746802800000,"pub_until":4115978604802,"pub_changed":1746802800000,"subscription":[{"tags":["categories/local-news","brands/KTRH-AM (700)","brands/Houston & Texas News"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d367244ebe7619e875496","slug:2025-05-08-houstons-budget-problem-could-get-worse-over-time","slug:2025-05-08-houstons-budget-problem-could-get-worse-over-time","author:user"]}},{"id":"%2F681d08c929c7ae7274077fba","type":"PUBLISHING","record":{"ref_id":"%2F681d08c929c7ae7274077fba","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Ethan Buchanan","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"166175142","id":"%2F681d08f629c7ae7274077fcc","new_tab":false,"schedule":{},"source_credit":"Scott Halleran","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.\u003c/strong>\u003c/p>\n\n\u003cp>If HPD's new contract is approved, it would raise the starting pay of HPD officers to around $81,000 a year. The current starting salary for Harris County Sheriff's Office deputies is around $57,000. That's a $24,000 disparity.\u003c/p>\n\n\u003cp>At Commissioners Court yesterday, Jose Lopez, president of the Harris County Deputies Organization, spoke out about the disparity, saying, "We're losing deputies, and a crisis is inevitable. We need pay parity with HPD, and we need it now. Don't be the one who turns your back on law enforcement."\u003c/p>\n\n\u003cp>After Lopez spoke, County Judge Lina Hidalgo said that in order to give HCSO deputies a raise, a tax increase would be required, and resistance to tax increases is the reason one hasn't been given already. She said, "Nobody's going to be upset about pay raises for law enforcement. Everyone's going to be happy about it. The challenge is, are you there when it's time to ask for the money?"\u003c/p>\n\n\u003cp>Precinct Three Commissioner Tom Ramsey, who is also the only Republican on the court, suggested that rather than raising taxes, we just cut wasteful spending and use that money to pay for deputy raises. He said to Lopez, "Choices have been made which have impacted y'all's ability to get increases. When we're looking at the budget, I'll be looking at that wasteful spending."\u003c/p>\n\n\u003cp>As he was speaking, Judge Hidalgo attempted to interrupt him multiple times. Ramsey finally addressed her interruptions, saying, "Would you not interrupt me? I didn't interrupt you when you were making some outlandish comments. So I will continue my conversation without you interrupting me. Period."\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%2Ftheshellbelle%2Fstatus%2F1920679293568356795","@url":"https://x.com/theshellbelle/status/1920679293568356795","author_name":"Michelle GCR","author_url":"https://twitter.com/theshellbelle","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"cy\" dir=\"ltr\">PERIOD 🫰🏼 \u003ca href=\"https://t.co/LxyuEf5sNc\">pic.twitter.com/LxyuEf5sNc\u003c/a>\u003c/p>— Michelle GCR (@theshellbelle) \u003ca href=\"https://twitter.com/theshellbelle/status/1920679293568356795?ref_src=twsrc%5Etfw\">May 9, 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/theshellbelle/status/1920679293568356795","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"cy\" dir=\"ltr\">PERIOD 🫰🏼 \u003ca href=\"https://t.co/LxyuEf5sNc\">pic.twitter.com/LxyuEf5sNc\u003c/a>\u003c/p>— Michelle GCR (@theshellbelle) \u003ca href=\"https://twitter.com/theshellbelle/status/1920679293568356795?ref_src=twsrc%5Etfw\">May 9, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/theshellbelle/status/1920679293568356795"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises/","cuser":"user/ldap/1136533","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681d08f629c7ae7274077fcc"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/KTRH-AM (700)","brands/Houston & Texas News"]},"publish_date":1746800383756,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","social_title":"Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","summary":"After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.","targets":[],"title":"WATCH: Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises/"},"slug":"2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681d08f629c7ae7274077fcc","title":"WATCH: Commissioner Ramsey And Judge Hidalgo Clash Over Deputy Raises ","description":"After Houston Mayor John Whitmire announced a new contract agreement with the Houston Police Officers Union, deputies with the Harris County Sheriff's Department stepped up at Commissioners Court to ask for a raise of their own.","author":"Ethan Buchanan"},"pub_start":1746800383756,"pub_until":4115978604802,"pub_changed":1746800389101,"subscription":[{"tags":["categories/local-news","brands/KTRH-AM (700)","brands/Houston & Texas News"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d08c929c7ae7274077fba","slug:2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","slug:2025-05-08-commissioner-ramsey-and-judge-hidalgo-clash-over-deputy-raises","author:user"]}},{"id":"%2F681cde5e7ec9dc8fe0f05053","type":"PUBLISHING","record":{"ref_id":"%2F681cde5e7ec9dc8fe0f05053","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Some more problems for the HPD as the switch to the new $31 million dollar records system has been delayed, likely for at least six months. \u003c/p>\n\n\u003cp>"Yes, it will be delayed but I want to let your listeners know, this is a massive infrastructure undertaking for the police department" said retired HPD Captain, Dr. Greg Fremin.\u003c/p>\n\n\u003cp>But, it's something that Mayor Whitmire was reportedly warned about last August.\u003c/p>\n\n\u003cp>"The mayor obviously, is going to get input from other people, which he did" Fremin told KTRH, "But ultimately he makes the decision which he thinks is in the best interest of the city, and the police department."\u003c/p>\n\n\u003cp>Hopefully, this won't lead to another suspended cases scandal.\u003c/p>\n\n\u003cp>"I don't foresee any negative ramifications, or case backlogs as a result of this" noted Fremin.\u003c/p>\n\n\u003cp>The deal with the computer system company has been extended until November, for an additional cost of $1.7 million. \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%2Fyoutu.be%2FIJOvUstRHwM%3Fsi%3D2Q3JaXYOvKAVypoZ","@url":"https://youtu.be/IJOvUstRHwM?si=2Q3JaXYOvKAVypoZ","author_name":"KPRC 2 Click2Houston","author_url":"https://www.youtube.com/@KPRC2Click2Houston","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/IJOvUstRHwM?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=\"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/IJOvUstRHwM/hqdefault.jpg","thumbnail_width":480,"title":"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/IJOvUstRHwM?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=\"KPRC 2 Investigates continues to follow Houston Police Department investigation scandal\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/IJOvUstRHwM?si=2Q3JaXYOvKAVypoZ"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Houston Mayor John Whitmire looks on as the new HPD chief Noe Diaz address the media during a press conference in City Hall, Friday, Aug. 2, 2024, in Houston. (Douglas Sweet Jr. for Houston Landing)","id":"%2F681ce1af7ec9dc8fe0f05068","new_tab":false,"schedule":{},"source_credit":"Houston Landing ","title":"Police Chief","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"new_assets","id":"%2F681ce1a17ec9dc8fe0f05065"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]},"publish_date":1746789498430,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","social_title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","summary":"Mayor Whitmire was warned about issues with HPD's new records system last year. Now it's delayed","targets":[],"title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed/"},"slug":"2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681ce1a17ec9dc8fe0f05065","title":"As Predicted, HPD's New $31 Million Records System Has Been Delayed","description":"Mayor Whitmire was warned about issues with HPD's new records system last year. Now it's delayed","author":"B.D. Hobbs"},"pub_start":1746789498430,"pub_until":4115978604802,"pub_changed":1746789503749,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681cde5e7ec9dc8fe0f05053","slug:2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","slug:2025-05-08-as-predicted-hpds-new-31-million-records-system-has-been-delayed","author:user"]}},{"id":"%2F681d2f6f7ec9dc8fe0f05076","type":"PUBLISHING","record":{"ref_id":"%2F681d2f6f7ec9dc8fe0f05076","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"B.D. Hobbs","blocks":[{"html":"\u003cp>Earlier this week, president Donald Trump said that illegal aliens to take up his offer to self deport for $1,000, may have a chance to return to the U.S. someday legally.\u003c/p>\n\n\u003cp>"No, it's not the answer" said Jessica Vaughan with the Center for Immigration Studies, "Legal immigration and illegal immigration right now are almost like two sides of the same coin."\u003c/p>\n\n\u003cp>Which has become a costly coin for the United States.\u003c/p>\n\n\u003cp>"Our country simply cannot absorb that many newcomers, in such a short period of time" Vaughan told KTRH, "And we don't have strong assimile institutions as we used to have."\u003c/p>\n\n\u003cp>It's all part of the left's plan, to change America.\u003c/p>\n\n\u003cp>"The answer is to actually reduce the numbers and have an immigration system where we select people who are likely to succeed here, not just open the doors to anyone who wants to come."\u003c/p>\n\n\u003cp>Which is exactly what the Biden-Harris administration did over the last four years. On purpose.\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%2Fyoutu.be%2F5UZS9zn0rTo%3Fsi%3Du3PayptftDLu61g6","@url":"https://youtu.be/5UZS9zn0rTo?si=u3PayptftDLu61g6","author_name":"LiveNOW from FOX","author_url":"https://www.youtube.com/@livenowfox","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/5UZS9zn0rTo?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=\"Trump deportation: Trump administration offers $1,000 to migrants who self deport\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/5UZS9zn0rTo/hqdefault.jpg","thumbnail_width":480,"title":"Trump deportation: Trump administration offers $1,000 to migrants who self deport","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/5UZS9zn0rTo?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=\"Trump deportation: Trump administration offers $1,000 to migrants who self deport\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/5UZS9zn0rTo?si=u3PayptftDLu61g6"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"GUATEMALA CITY, GUATEMALA - FEBRUARY 09: Guatemalan immigrants deported from the United States arrive on a ICE deportation flight on February 9, 2017 in Guatemala City, Guatemala. The charter jet, carrying 135 deportees, arrived from Texas, where U.S. border agents catch the largest number illigal immigrants crossing into the United States, many of them from Central America. U.S. President Donald Trump pledged to vastly increase the number of deportations. (Photo by John Moore/Getty Images)","id":"%2F681d30a76018f2973ad96078","new_tab":false,"schedule":{},"source_credit":"John Moore / Getty Images News / Getty Images","title":"Deported Guatemalan Immigrants Arrive On ICE Flight from U.S","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F960-ktrh-news-29197307%2F","@url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","author_name":"KTRH News","author_url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&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/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2RlMmUxYjczMTYxYTk1ZDQ5YmViMDMzOTZkNzIxMWM0LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"KTRH News","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"KTRH News\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/960-ktrh-news-29197307/?embed=true&cid=oembed&keyid%5B0%5D=KTRH%20News&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/960-ktrh-news-29197307/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea/","cuser":"user/ldap/1014275","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681d301bbe9718a685387101"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746789461055,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","social_title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","summary":"America’s Immigration Problem Won’t Be Solved By Letting Illegal Aliens Come Back Legally","targets":[],"title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea/"},"slug":"2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681d301bbe9718a685387101","title":"Letting Illegal Aliens Back Into The U.S. Legally Is Not A Good Idea","description":"America’s Immigration Problem Won’t Be Solved By Letting Illegal Aliens Come Back Legally","author":"B.D. Hobbs"},"pub_start":1746789461055,"pub_until":4115978604802,"pub_changed":1746789466637,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d2f6f7ec9dc8fe0f05076","slug:2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","slug:2025-05-08-letting-illegal-aliens-back-into-the-us-legally-is-not-a-good-idea","author:user"]}},{"id":"%2F681d2186c92aee2a6aef4cab","type":"PUBLISHING","record":{"ref_id":"%2F681d2186c92aee2a6aef4cab","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Corey Olson","blocks":[{"attributes":{"@provider":"Spreaker","@query":"https://api.spreaker.com/oembed?format=json&url=https%3A%2F%2Fwww.spreaker.com%2Fepisode%2Fextra-credit-companies-look-to-high-school-for-skilled-workers--66005501","@url":"https://www.spreaker.com/episode/extra-credit-companies-look-to-high-school-for-skilled-workers--66005501","author_name":"KTRH (KTRH-AM)","author_url":"https://www.spreaker.com/user/ktrh-ktrh-am--9808747","height":480,"html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66005501&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider_name":"Spreaker","provider_url":"https://www.spreaker.com/","thumbnail_height":0,"thumbnail_url":"https://d3wo5wojvuv7l.cloudfront.net/t_widget_player_cover_medium/images.spreaker.com/original/de2e1b73161a95d49beb03396d7211c4.jpg","thumbnail_width":0,"title":"Extra Credit: Companies Look to High School for Skilled Workers - KTRH News","type":"rich","version":"1.0","width":640},"embed_type":"rich","html":"\u003ciframe src=\"https://widget.spreaker.com/player?episode_id=66005501&theme=light&playlist=false&cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2Fde2e1b73161a95d49beb03396d7211c4.jpg\" width=\"640\" height=\"480\" frameborder=\"0\">\u003c/iframe>","provider":"Spreaker","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.spreaker.com/episode/extra-credit-companies-look-to-high-school-for-skilled-workers--66005501"},{"html":"\u003cp>Forget college. When it comes to finding the next generation of workers, many companies are skipping universities and going right to high school campuses. The \u003ca href=\"https://www.wsj.com/lifestyle/careers/skilled-trades-high-school-recruitment-fd9f8257?st=RB2Q9F&reflink=article_email_share\" target=\"_blank\">Wall Street Journal reports\u003c/a> on the growing trend of high schoolers with full-time job offers in the skilled trades. One 17-year-old welding student in Pennsylvania says he already has a $68,000 job waiting for him when he graduates next year. Even students who don't have a job offer in high school are increasingly \u003ca href=\"https://ktrh.iheart.com/featured/houston-texas-news/content/2024-04-09-vocational-trade-school-a-viable-alternative-to-expensive-4-year-degrees/\" target=\"_blank\">choosing vocational or trade schools\u003c/a> in lieu of chasing an expensive four-year degree.\u003c/p>\n\n\u003cp>The shortage of skilled labor in the U.S. has been growing for years, but accelerated recently with the mass retirement of baby boomers. That has prompted companies to partner with high schools for trade programs that recruit and develop the next generation of trade workers. Mike Rowe, former host of "Dirty Jobs" and longtime trade work advocate, gives out scholarships to trade school students through his \u003ca href=\"https://mikeroweworks.org/\" target=\"_blank\">MikeRoweWorks\u003c/a> program. Rowe recently \u003ca href=\"https://www.foxbusiness.com/media/age-relying-credentials-nearing-end-mike-rowe-says\" target=\"_blank\">told Fox Business\u003c/a> this is what the future of the American job market looks like. "We have relied too heavily on credentials, and we often overlook the people who are in fact the most qualified to help us close the skills gap, which is very real," he said.\u003c/p>\n\n\u003cp>"We have seven million jobs open right now," he continued. "Most of them don't require a four-year degree, many of them pay six figures."\u003c/p>\n\n\u003cp>Some of the high school trade students who spoke with the Wall Street Journal said they feel like athletes being recruited by pro teams. Rowe expects this trend to continue, based on the growing shortage of skilled labor. "Just in the automotive industry, they've got 67,000 openings right now for skilled tradesmen...they can't find them," he told Fox. "This is the year we're gonna be talking about what is happening in terms of this recruiting crisis. The chickens are coming home to roost."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F602aff10e1d7299500a0b556","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Flive%2Ffox-news-radio-8627%2F","@url":"https://www.iheart.com/live/fox-news-radio-8627/","author_name":"Fox News Radio","author_url":"https://www.iheart.com/live/fox-news-radio-8627/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Fox News Radio\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/live/fox-news-radio-8627/?embed=true&cid=oembed&keyid%5B0%5D=Fox%20News%20Radio&sc=live_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/re/new_assets/5f3b43f0529439aac0159456?ops=fit(300%2C300)","thumbnail_width":300,"title":"Fox News Radio","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Fox News Radio\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/live/fox-news-radio-8627/?embed=true&cid=oembed&keyid%5B0%5D=Fox%20News%20Radio&sc=live_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/live/fox-news-radio-8627/"}],"canonical_url":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers/","cuser":"user/ldap/ccrhou1cpo","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/Mike Rowe","keywords/high school","keywords/workers","keywords/universities","keywords/students","keywords/trade programs","keywords/labor","keywords/workforce","keywords/trade school","keywords/jobs","keywords/college","keywords/economy"],"primary_image":{"bucket":"new_assets","id":"%2F602aff10e1d7299500a0b556"},"primary_target":{"categories":["categories/local-news"],"distribution":["brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]},"publish_date":1746779400000,"publish_end_date":4115978604802,"publish_origin":"brands/Houston & Texas News","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","social_title":"","summary":"Some high school students are being offered full-time jobs in skilled trades.","targets":[],"title":"Extra Credit: Companies Look to High School for Skilled Workers","permalink":"https://ktrh.iheart.com/featured/houston-texas-news/content/2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers/"},"slug":"2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","summary":{"image":"https://i.iheart.com/v3/re/new_assets/602aff10e1d7299500a0b556","title":"Extra Credit: Companies Look to High School for Skilled Workers","description":"Some high school students are being offered full-time jobs in skilled trades.","author":"Corey Olson"},"pub_start":1746779400000,"pub_until":4115978604802,"pub_changed":1746807789162,"subscription":[{"tags":["categories/local-news","brands/Houston & Texas News","brands/San Antonio's First News","brands/KTRH-AM (700)","brands/WOAI-AM (1229)","brands/KFXR-AM (7513)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Houston & Texas News","id:/681d2186c92aee2a6aef4cab","slug:2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","slug:2025-05-08-extra-credit-companies-look-to-high-school-for-skilled-workers","keyword:keywords/Mike Rowe","keyword:keywords/high school","keyword:keywords/workers","keyword:keywords/universities","keyword:keywords/students","keyword:keywords/trade programs","keyword:keywords/labor","keyword:keywords/workforce","keyword:keywords/trade school","keyword:keywords/jobs","keyword:keywords/college","keyword:keywords/economy","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":12,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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","POSTUP_CONTACT_TEMPLATE_ID":"3","WWW_AUTH_HOST":"https://www.iheart.com","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","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","MAX_AGE_HEADERS":"2592000000","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","AptivadaKeywordContest-component","vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js","Podcasts-component","FauxButton-component","ImageTile-component","Card-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","AptivadaKeywordContest-component","Podcasts-component","FauxButton-component","ui-ImageTile-component","Card-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="AptivadaKeywordContest-component" src="https://static.inferno.iheart.com/inferno/scripts/AptivadaKeywordContest-component.d932ebf2afeb78ef5324.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="WeatherTile-component" src="https://static.inferno.iheart.com/inferno/scripts/WeatherTile-component.e8eb1af90b1d00d39f16.js"></script> </body> </html>