OK
https://freespeech.org/
Websites
Runtime: 1.1s
On November 23, 2024, 09:17 AM UTC, https://freespeech.org/ was accessible when tested on AS35805 in Georgia.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
162.158.229.70
Query:
IN A freespeech.org
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
141.193.213.20
@
IN
A
104.16.243.55
@
IN
A
141.193.213.21
TCP Connections
Connection to 104.16.243.55:443 succeeded.
Connection to 141.193.213.20:443 succeeded.
Connection to 141.193.213.21:443 succeeded.
HTTP Requests
URL
GET https://freespeech.org/
Response Headers
Alt-Svc:h3=":443"; ma=86400Cache-Control:max-age=600, must-revalidateCf-Cache-Status:DYNAMICCf-Ray:8e7011b32d272dc7-TBSContent-Security-Policy:upgrade-insecure-requestsContent-Type:text/html; charset=UTF-8Date:Sat, 23 Nov 2024 09:17:57 GMTLink:<https://freespeech.org/wp-json/>; rel="https://api.w.org/"Permissions-Policy:geolocation=(self https://example.com); microphone=()Referrer-Policy:no-referrer-when-downgradeServer:cloudflareStrict-Transport-Security:max-age=63072000; includeSubDomains; preloadVary:Accept-EncodingX-Cache:HIT: 1X-Cache-Group:normalX-Cacheable:SHORTX-Content-Type-Options:nosniffX-Frame-Options:SAMEORIGINX-Powered-By:WP EngineX-Xss-Protection:1; mode=block
Response Body
<!doctype html> <html lang="en-US"> <head><meta charset="utf-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="[scrubbed]",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="google-adsense-account" content="ca-pub-9453309790604823"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <script type="rocketlazyloadscript" data-rocket-src="https://apis.google.com/js/api.js"></script> <link rel="shortcut icon" href="https://freespeech.org/wp-content/themes/free-speech-tv/resources/favicon.ico"> <link rel="apple-touch-icon" href="https://freespeech.org/wp-content/themes/free-speech-tv/resources/apple-touch-icon.png"> <link rel='stylesheet' id='new-css' href='https://freespeech.org/wp-content/themes/free-speech-tv/cssnew/main.css' type='text/css' media='all' /> <script type="rocketlazyloadscript" async data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9453309790604823" crossorigin="anonymous"></script> <!-- <script type="rocketlazyloadscript" data-rocket-src="https://www.paypal.com/sdk/js?client-id=AU-PxxEBtrHwnzHeWHLDY50t3H7E8tULUYYw9c89SoIgQ6t1f6VVu40AXYdfIIcipDl8pQ3twxSIGm1e&components=buttons,funding-eligibility&commit=false&vault=true"></script> --> <!-- <script type="rocketlazyloadscript" data-rocket-src="https://www.paypal.com/sdk/js?client-id=AaMdj2MezSw38_quSm5qo4Ych50IZ8ZMCGCgd0zJIoD6w36cf0EfALr7OROJr-XPvCjNJgskAb4fBT4H&components=buttons,funding-eligibility&commit=false&vault=true"></script> --> <style> #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before { content: "\f103"; color:red; top: 2px; } </style> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v20.6 - https://yoast.com/wordpress/plugins/seo/ --> <title>Free Speech TV - Free Speech TV</title> <meta name="description" content="Free Speech TV is a 24-hour television network and multi-platform digital news source, currently available in 37 million television homes nationwide." /> <link rel="canonical" href="https://freespeech.org/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Free Speech TV - Free Speech TV" /> <meta property="og:description" content="Free Speech TV is a 24-hour television network and multi-platform digital news source, currently available in 37 million television homes nationwide." /> <meta property="og:url" content="https://freespeech.org/" /> <meta property="og:site_name" content="Free Speech TV" /> <meta property="article:publisher" content="https://www.facebook.com/freespeechtv/" /> <meta property="article:modified_time" content="2024-06-11T19:00:05+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@freespeechtv" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://freespeech.org/","url":"https://freespeech.org/","name":"Free Speech TV - Free Speech TV","isPartOf":{"@id":"https://freespeech.org/#website"},"about":{"@id":"https://freespeech.org/#organization"},"datePublished":"2017-05-05T00:51:48+00:00","dateModified":"2024-06-11T19:00:05+00:00","description":"Free Speech TV is a 24-hour television network and multi-platform digital news source, currently available in 37 million television homes nationwide.","breadcrumb":{"@id":"https://freespeech.org/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://freespeech.org/"]}]},{"@type":"BreadcrumbList","@id":"https://freespeech.org/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://freespeech.org/#website","url":"https://freespeech.org/","name":"Free Speech TV","description":"Progressive News & Views","publisher":{"@id":"https://freespeech.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://freespeech.org/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://freespeech.org/#organization","name":"Free Speech TV","url":"https://freespeech.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://freespeech.org/#/schema/logo/image/","url":"https://freespeech.org/wp-content/uploads/2024/03/FSTV_LOGO_GRAY_WITH_URL_500x500.png","contentUrl":"https://freespeech.org/wp-content/uploads/2024/03/FSTV_LOGO_GRAY_WITH_URL_500x500.png","width":1974,"height":1701,"caption":"Free Speech TV"},"image":{"@id":"https://freespeech.org/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/freespeechtv/","https://twitter.com/freespeechtv","https://www.instagram.com/freespeechtv/","https://www.youtube.com/user/freespeechtv"]}]}</script> <!-- / Yoast SEO plugin. --> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-sponsors-css' href='https://freespeech.org/wp-content/plugins/wp-sponsors/assets/dist/css/public.css?ver=3.5.0' type='text/css' media='all' /> <link rel='stylesheet' id='popup-maker-site-css' href='//freespeech.org/wp-content/uploads/fbb84443940fc9bac725953f3e202cb9.css?generated=1732079192&ver=1.18.2' type='text/css' media='all' /> <link rel='stylesheet' id='sage/main.css-css' href='https://freespeech.org/wp-content/themes/free-speech-tv/dist/styles/main_3cf0f46f.css' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://freespeech.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://freespeech.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://freespeech.org/wp-content/plugins/wp-sponsors/assets/dist/js/public.js?ver=3.5.0" id="wp-sponsors-js"></script> <link rel="https://api.w.org/" href="https://freespeech.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://freespeech.org/wp-json/wp/v2/pages/12" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://freespeech.org/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://freespeech.org/p/12' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://freespeech.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ffreespeech.org%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://freespeech.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ffreespeech.org%2F&format=xml" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="//nexus.ensighten.com/choozle/18417/Bootstrap.js"></script> <script type="rocketlazyloadscript" data-rocket-src="//rum-static.pingdom.net/pa-5ac009fe4c40770007000576.js" async></script> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-M2WQWDJ');</script> <!-- End Google Tag Manager --><meta name='twitter:image' content='https://freespeech.org/wp-content/themes/free-speech-tv/dist/images/fallback_bbf0f30c.jpg'/> <meta property='og:image' content='https://freespeech.org/wp-content/themes/free-speech-tv/dist/images/fallback_bbf0f30c.jpg'/> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css" id="wp-custom-css"> .vjs-resize-manager { display: none; } .nf-field input[type=button].ninja-forms-field.nf-element { font-size: 17px; padding: 8px 20px; background-color: transparent; color: #fff; background-color: #1e65b0; border: 1px solid #fff; border-radius: 20px; } .Podcast .story-caption p.hover-description { min-height: 60px; } .contribute-form-wrapper .gifts { display: block!important; } #nf-form-3-cont .list-checkbox-wrap .nf-field-element li label, #nf-form-3-cont .list-radio-wrap .nf-field-element li label { margin: 0px !important; float: left !important; } .page-content-wrapper #nf-field-16-container li:before { font-size: 0px !important; color: #fff; } .gift[sku="sku_paypalDonation"], .gift[sku="sku_donation"], .gift[sku="sku_test_paypalDonation"], .gift[sku="sku_test_donation"]{ display: none !important; } .page-content-wrapper #nf-field-16-container li:after { clear: both; } .column .show .show-content p.description { overflow: visible !important; display: block !important; } .gform_wrapper ul ul { padding-left: 0; } .gform_fields li:before { display: none; } .gform_fields li.gfield{ margin: 15px 0; } .ginput_complex label{ padding: 5px 5px 5px 5px; margin: 10px 5px 10px 10px; } .ginput_complex span{ display: block; padding-bottom: 10px; padding-right: 15px !important; } .gform_wrapper label { display:inline !important; } .ginput_container_phone input { margin-left: 25px; } .gfield_label { font-weight: bold; } .gform_button{ padding: 8px 20px; background-color: transparent; color: #fff; background-color: #1e65b0; border: 1px solid #fff; border-radius: 20px; margin-left: 20px; } #field_7_8 label { float: left; margin-left: 0px; margin-top: 15px; } .ginput_container_phone input { padding-left: 10px; margin-left: 15px; } .ginput_complex span input { margin: 5px 20px 5px 5px !important; } .ginput_container_checkbox ul { display: flex; margin-left: -10px; flex-wrap: wrap; } .ginput_container_checkbox ul li { text-indent: 0; display: flex; align-items: baseline; padding-right: 10px; flex-shrink: 0; } .ginput_container_checkbox li label { margin: 5px 0 !important; } .widget_sponsors_widget ul.horizontal li.sponsors-item { width: 190px!important; } .widget_sponsors_widget ul.horizontal li.sponsors-item a img { max-height: 100%!important; padding-bottom: 0!important; } .hidden { display: none; } .page.page-id-7 .contribute-form-wrapper .gifts ul.gift-list li .gift-options__select li:hover { color: #2271c6!important;align-content} .contribute-form-wrapper .gifts ul.gift-list li .gift-option__select--open li:not([selected="selected"]) { display: block; } .story-banner.Podcast .story-block .story-caption { height: auto!important;margin: 0px auto; text-align: center; } .Podcast .story-block { margin-bottom: 30px; border: 1px solid #f1f3f4; } .Podcast .story-block audio { width: 90%; margin: 0px auto; text-align: center; } @media (max-width: 768px) { .Podcast .story-block { flex: 0 0 99.5%; } .page-id-176058 .col-12.col-xl-4.thumbnail { padding-top: 24px; } .page-id-176058 .col-md-7.p-0.d-flex.align-items-center { padding: 24px!important; }.page-id-176058 .live-page .live-video .row.col-md-12 { padding: 0px; padding-bottom: 12px; } .page-id-176058 .row.m-0 { margin-right: -15px!important; margin-left: -15px!important; }.page-id-176058 .col-12.col-xl-4.thumbnail .col-md-5 { padding-right: 0px; } .page-id-176058 .live-page .live-video { width: 100%; padding: 20px; } } .story-banner.Podcast .story-block .story-caption { height: auto!important; } .live-page .live-video{ width:100% } button.vjs-icon-share.theo-social-button.vjs-control.vjs-button { display: none!important; } .show.minutes-180 { height: 760px; } .column .show.minutes-30 { height: 150px; } @media only screen and (max-width: 767px) { .live-page h4.mt-0.uppercase.newtp { padding: 20px 0px; } .live-page .card { padding-bottom: 20px!important; } .live-page .card img{ padding-bottom: 20px; padding-top:20px; } } div#nav-tabContent .col-md-4 .card img{ width:100% } </style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <script type="rocketlazyloadscript"> jQuery(function() { //run when the DOM is ready jQuery(".gift-options__select").click(function() { //use a class, since your ID gets mangled if (!jQuery(this).hasClass("gift-option__select--open")) { jQuery(this).addClass("gift-option__select--open"); //add the class to the clicked element }else{ jQuery(this).removeClass("gift-option__select--open"); } }); }); </script> </head> <link rel='stylesheet' id='jquery-ui-css' href='https://freespeech.org/wp-content/themes/free-speech-tv/app/lib/acf/assets/inc/datepicker/jquery-ui.min.css?ver=5.5.3' type='text/css' media='all' /> <body data-rsssl=1 class="home page-template-default page page-id-12" > <header class="utility"> <div class="container"> <nav class="nav-utility"> <a class="menu-item search search-overlay-trigger"><i class="fi-magnifying-glass"></i> Search</a> <!-- <a href="/donate-2" class="menu-item contribute"><i class="fi-heart"></i> Donate</a> ---> <div class="dropdown2"> <a href="/donate-all" class="menu-item contribute dropbtn"><i class="fi-heart"></i> Donate</a> <!-- <div class="dropdown-content2"> <a href="/double-the-donation">Double The Donation</a> <a href="/frontline-funders">Frontline Funders</a> <a href="/other-ways-to-give">Other Ways To Give</a> </div> ---> </div> </nav> <span class="mobile-nav"> <a class="search-icon search-overlay-trigger"><i class="fi-magnifying-glass"></i></a> </span> </div> </header> <header class="banner"> <div class="container"> <div class="brand-wrappers pl-3"> <a class="brands" href="https://freespeech.org/"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%200'%3E%3C/svg%3E" width="100" class="img-fluid" alt="" style="margin-top:-20px" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/03/FSTVLogo.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/03/FSTVLogo.png" width="100" class="img-fluid" alt="" style="margin-top:-20px"></noscript> </a> </div> <nav class="nav-primary 2"> <!--- ---> <a class="menu-item store"href="https://freespeech.org/store/">Store</a> <a class="menu-item community"href="https://freespeech.org/meetup-group/">Community</a> <a class="menu-item shows" href="https://freespeech.org/shows/">Shows</a> <a class="menu-item shows" href="https://freespeech.org/documentaries/">Documentaries</a> <a class="menu-item about" href="https://freespeech.org/about-us/">About</a> <!--- <a class="menu-item shows" href="https://freespeech.org/special-programming/">Special Programming</a> ---> <!--- <a class="menu-item shows" href="https://freespeech.org/shows/fstv-speaks/">FSTV Speaks</a> ---> <!--- <a class="menu-item shows" href="https://freespeech.org/schedule/">Schedule</a> ---> <div class="button-container" style="border-bottom: none;"> <a href="https://freespeech.org/watch-live/" class="button button-inverse">Watch Live</a> </div> </nav> <div class="mobile-nav main-menu-icon"> <span></span> <span></span> <span></span> <span></span> </div> </div> </header> <div class="search-overlay"> <button class="search-close"><i class="fi-x"></i></button> <div class="search-wrapper" data-blue-spinner="https://freespeech.org/wp-content/themes/free-speech-tv/dist/https://freespeech.org/wp-content/themes/free-speech-tv/dist/images/spinner-blue_15601d1f.svg" data-white-spinner="https://freespeech.org/wp-content/themes/free-speech-tv/dist/https://freespeech.org/wp-content/themes/free-speech-tv/dist/images/spinner-white_fe177fe3.svg"> <form id="overlay" class="search-form" action="https://freespeech.org/" method="get"> <button class="search-bar-icon" type="submit"><i class="fi-magnifying-glass"></i></button> <input id="search-term" class="input" type="search" name="s" spellcheck="false" autocomplete="off" value="" placeholder="Search" > </form> </div> </div> <div class="newsletter-overlay"> <button class="newsletter-close"><i class="fi-x"></i></button> <div class="newsletter-wrapper"> <iframe src="https://embeds.beehiiv.com/235900c8-004a-42f9-8a57-29a55d21902d" data-test-id="beehiiv-embed" width="100%" height="320" frameborder="0" scrolling="no" style="border-radius: 4px; border: 2px solid #e5e7eb; margin: 0; background-color: transparent;"></iframe> <!-- --> </div> </div> <div class="menu"> <nav class="mobile-nav-primary"> <a class="mobile-menu-item topics">Topics</a> <a class="mobile-menu-item shows" href="/shows/">Shows</a> </nav> <nav class="nav-blocks"> <a href="https://freespeech.org/" class="nav-link"> <div class="nav-image-container"> <img src="" alt="story-image"> </div> <div class="nav-text"> <p class="nav-title"></p> </div> </a> <a href="https://freespeech.org/" class="nav-link"> <div class="nav-image-container"> <img src="" alt="story-image"> </div> <div class="nav-text"> <p class="nav-title"></p> </div> </a> </nav> <ul class="nav-list topics-list"> <li> <a href="https://freespeech.org/topic/documentaries/" class="extended-menu-item primary-item"> <span class="circle documentaries"></span> Documentaries </a> </li> <li> <a href="https://freespeech.org/topic/economy/" class="extended-menu-item primary-item"> <span class="circle economy"></span> Economy </a> </li> <li> <a href="https://freespeech.org/topic/education/" class="extended-menu-item primary-item"> <span class="circle education"></span> Education </a> </li> <li> <a href="https://freespeech.org/topic/environment/" class="extended-menu-item primary-item"> <span class="circle environment"></span> Environment </a> </li> <li> <a href="https://freespeech.org/topic/fstv-speaks/" class="extended-menu-item primary-item"> <span class="circle fstv-speaks"></span> FSTV Speaks </a> </li> <li> <a href="https://freespeech.org/topic/health/" class="extended-menu-item primary-item"> <span class="circle health"></span> Health </a> </li> <li> <a href="https://freespeech.org/topic/human-rights-and-equality/" class="extended-menu-item primary-item"> <span class="circle human-rights-and-equality"></span> Human Rights and Equality </a> </li> <li> <a href="https://freespeech.org/topic/immigration/" class="extended-menu-item primary-item"> <span class="circle immigration"></span> Immigration </a> </li> <li> <a href="https://freespeech.org/topic/labor/" class="extended-menu-item primary-item"> <span class="circle labor"></span> Labor </a> </li> <li> <a href="https://freespeech.org/topic/lgbtq-rights/" class="extended-menu-item primary-item"> <span class="circle lgbtq-rights"></span> LGBTQ+ Rights </a> </li> <li> <a href="https://freespeech.org/topic/politics/" class="extended-menu-item primary-item"> <span class="circle politics"></span> Politics </a> </li> <li> <a href="https://freespeech.org/topic/racial-justice/" class="extended-menu-item primary-item"> <span class="circle racial-justice"></span> Racial Justice & Equity </a> </li> <li> <a href="https://freespeech.org/topic/religion/" class="extended-menu-item primary-item"> <span class="circle religion"></span> religion </a> </li> <li> <a href="https://freespeech.org/topic/war-and-peace/" class="extended-menu-item primary-item"> <span class="circle war-and-peace"></span> War and Peace </a> </li> </ul> <ul class="nav-list shows-list"> <li> <a href="https://freespeech.org/?post_type=show&p=19" class="extended-menu-item primary-item "> The Thom Hartmann Program </a> </li> <li> <a href="https://freespeech.org/shows/the-stephanie-miller-show/" class="extended-menu-item primary-item "> The Stephanie Miller Show </a> </li> <li> <a href="https://freespeech.org/shows/democracy-now/" class="extended-menu-item primary-item "> Democracy Now! </a> </li> <li> <a href="https://freespeech.org/?post_type=show&p=78" class="extended-menu-item primary-item "> The Bill Press Show </a> </li> <li> <a href="https://freespeech.org/shows/rising-up-with-sonali/" class="extended-menu-item primary-item "> Rising Up With Sonali </a> </li> <li> <a href="https://freespeech.org/?post_type=show&p=32" class="extended-menu-item primary-item "> The David Pakman Show </a> </li> <li> <a href="https://freespeech.org/shows/gay-usa/" class="extended-menu-item "> Gay USA </a> </li> <li> <a href="https://freespeech.org/?post_type=show&p=135226" class="extended-menu-item "> The Laura Flanders Show </a> </li> <li> <a href="https://freespeech.org/?post_type=show&p=135258" class="extended-menu-item "> Act Out! </a> </li> <li> <a href="https://freespeech.org/?post_type=show&p=135480" class="extended-menu-item "> Economic Update with Richard D. Wolff </a> </li> <li> <a href="https://freespeech.org/shows/zero-hour-rj-eskow/" class="extended-menu-item "> The Zero Hour with RJ Eskow </a> </li> <li> <a href="https://freespeech.org/?post_type=show&p=135511" class="extended-menu-item "> The Empire Files with Abby Martin </a> </li> <li><a href="https://freespeech.org/shows/" class="button button-primary view-shows">View All Shows</a></li> </ul> <div class="mobile-button-container"> <a href="https://freespeech.org/watch-live/" class="button button-inverse">Watch Live</a> </div> </div> <div class="wrap container" role="document"> <div class="content"> <main class="main"> <style> /* @media (min-width: 768px){ .utility a.menu-item { padding: 8px 8px; } } */ .col-mid .card:last-child{ margin-bottom: 0 } .scheduletop{ border-bottom:1px solid #000; padding-bottom:10px } .banner .container a.menu-item { border-bottom: none; } .trending-banner .trending-title { font-size: 1.0rem; } .scheduletop:last-child { border-bottom: none; } .top-stories .card:last-child{ margin-bottom: 0 } .politics .tab-pane .card h4{ min-height: 100px; display: flex; align-items: center } .front-page #programming .slick-arrow.slick-next{ right: 0px; } .front-page #programming .slick-arrow.slick-prev{ left: 0px; } .topic-wrapper a.menu-item { border-bottom: none!important; } .trending-banner .nav-trending .topic-wrapper a.menu-item:hover { border-bottom: none!important; } .trending-banner { background-color: #504a4a!important; border-top: 1px solid #fff; padding: 0 12 0 12; } .home .banner .container a.menu-item { font-size: 16px!important; } .trending-banner .nav-trending .topic-wrapper a.menu-item { font-size: 15px !important; padding: 6px 2px; } @media (min-width: 768px){ .trending-banner .trending-title { padding: 9px 0; } } @media (min-width: 992px){ .home .banner .container, .home .utility .container { width: 100%; } } </style> <header class="trending-banner row"> <div class="container"> <div class="title-line"> <a href="/donate-all" class="trending-title"><i class="fi-crown"></i> Donate</a> <!--- <span class="arrow-left hide"><i class="fi-play"></i></span> <span class="arrow-right"><i class="fi-play"></i></span> ---> </div> <nav class="nav-trending"> <div class="topic-wrapper"><a href="" class="menu-item" ><marquee top="0" height="50%" padding="0" margin="0"> POST ELECTION: Matt Gaetz has withdrawn his name from Donald Trump’s consideration for Attorney General. Trump attorney and loyalist Pam Bondi nominated in Gaetz’s place. ICC: The ICC has issued an arrest warrant for Israel’s Prime Minister, Benjamin Netanyahu for his alleged war crimes on Gaza. NEW JERSEY: The DOJ concluded a yearlong investigation into the Trenton, NJ police department, finding misconduct, excessive force, and unlawful stops after an officer paralyzed a Black man during an unclear encounter. STIFLING DISSENT: The House passed a bill authorizing the Treasury Secretary to strip the tax-exempt status from nonprofits deemed to be “supporting terrorism” for expressing political opposition. Free Speech TV is a nonprofit organization. The ACLU says the bill is “ripe for abuse” under a MAGA Administration. The bill will now go to the Senate, where its fate is uncertain. </marquee></a> </div> <!--- <div class="topic-wrapper"> <a href="https://freespeech.org/search/Jan+6th+committee/" class="menu-item" data-tag="jan-6th-committee">Jan 6th committee</a> <div class="progress-bar"></div> </div> <div class="topic-wrapper"> <a href="https://freespeech.org/search/Gun+Control/" class="menu-item" data-tag="gun-control">Gun Control</a> <div class="progress-bar"></div> </div> <div class="topic-wrapper"> <a href="https://freespeech.org/search/White+Supremacy/" class="menu-item" data-tag="white-supremacy">White Supremacy</a> <div class="progress-bar"></div> </div> <div class="topic-wrapper"> <a href="https://freespeech.org/search/Voting+Rights/" class="menu-item" data-tag="voting-rights">Voting Rights</a> <div class="progress-bar"></div> </div> <div class="topic-wrapper"> <a href="https://freespeech.org/search/Abortion+Rights/" class="menu-item" data-tag="abortion-rights">Abortion Rights</a> <div class="progress-bar"></div> </div> <div class="topic-wrapper"> <a href="https://freespeech.org/search/Ukraine-Russia+conflict/" class="menu-item" data-tag="ukraine-russia-conflict">Ukraine-Russia conflict</a> <div class="progress-bar"></div> </div> ---> </nav> </div> </header> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" /> <div class="front-page"> <div class="col-sm-12 mx-auto"> <div style="padding-top: 18px;"> <h3 class="mt-3 mb-3" style="font-size: 24px;margin-top: 23px;border-left: 10px solid #1664b8;padding-left: 16px;">Top Stories</h3></div> <div class="row m-0 top-stories"> <div class="col-lg-9"> <div class="row"> <div class="col-lg-8 border p-0 img-hover"> <div id="video3"> <div> <div class="video-placeholder"> <a href="https://freespeech.org/stories/the-stephanie-miller-show-trumps-cabinet-picks-oklahomas-prayer-in-schools-controversy/" ><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" alt="" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL-33.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL-33.jpg" class="img-fluid" alt=""></noscript></a> <!--- <a href="https://freespeech.org/stories/the-stephanie-miller-show-trumps-cabinet-picks-oklahomas-prayer-in-schools-controversy/" class="btn-play" style="text-align:center"> <i class="fi-play" style="margin-right: 10px;"></i> </a> ---> </div> <h3 class="pl-3 pt-2 m-0">The Stephanie Miller Show | Trump’s Cabinet Picks & Oklahoma’s Prayer in Schools Controversy</h3> <p class="pl-3 pt-2 m-0" style="max-width:95%;"> <b>The Stephanie Miller Show</b><br><br> <i class="fi-calendar" style="font-size: 20px"></i> 11/22/24 </p> </div> </div> </div> <div class="col-lg-4 mt-4 mt-lg-0"> <div class="card"> <a href="https://freespeech.org/stories/the-thom-hartmann-program-fear-is-the-tool-of-fascism/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" alt="The Thom Hartmann Program | Fear is the Tool of Fascism" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/maxresdefault.webp" /><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/maxresdefault.webp" class="img-fluid" alt="The Thom Hartmann Program | Fear is the Tool of Fascism" /></noscript> <div class="col-sm-12"> <h4> The Thom Hartmann Program | Fear is the Tool of Fascism</h4> <p> <i class="fi-calendar" style="font-size: 20px"></i> 11/22/24 </p> </div> </a> </div> <div class="card"> <a href="https://freespeech.org/p/193573" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" alt="The Rick Smith Show | Project 2025 in Action" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL_RS-2.png" /><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL_RS-2.png" class="img-fluid" alt="The Rick Smith Show | Project 2025 in Action" /></noscript> <div class="col-sm-12"> <h4> The Rick Smith Show | Project 2025 in Action</h4> <p> <i class="fi-calendar" style="font-size: 20px"></i> 11/22/24 </p> </div> </a> </div> </div> </div> </div> <div class="col-lg-3 text-center mt-4 mt-lg-0" style="background:#efefef;border-radius: .25rem;"> <h3 class="mt-3 mb-3" style="font-size:2.1rem">Watch Live </h3> <div class="card pl-2 pr-2" style=" margin-bottom: 15px; "> <div class="scheduletop" > <h4 style="font-size:17px; padding:7px 0 0; margin:10px 0;"> <a href="/watch-live/" style="color: #000;">Indian Country Today </a> </h4> <p style="padding: 0px;">10:00 PM - 10:30 PM EST</p> </div> <div class="scheduletop"> <h4 style="font-size:17px; padding:7px 0 0; margin:10px 0;"> Al Jazeera English </h4> <p style="padding: 0px;">10:30 PM - 11:00 PM EST</p> </div> <!-- Next day Show Start --> <div class="scheduletop"> <h4 style="font-size:17px; padding:7px 0 0; margin:10px 0;">Democracy Now!</h4> <p style="padding: 0px;">12:00 AM - 1:00 AM EST</p> </div> <div class="scheduletop"> <h4 style="font-size:17px; padding:7px 0 0; margin:10px 0;">The Rick Smith Show</h4> <p style="padding: 0px;">1:00 AM - 2:00 AM EST</p> </div> <div class="scheduletop"> <h4 style="font-size:17px; padding:7px 0 0; margin:10px 0;">Zero Hour with RJ Eskow</h4> <p style="padding: 0px;">2:00 AM - 3:00 AM EST</p> </div> <div class="scheduletop"> <h4 style="font-size:17px; padding:7px 0 0; margin:10px 0;">Gay USA</h4> <p style="padding: 0px;">3:00 AM - 4:00 AM EST</p> </div> <!-- Next day Show End --> </div> <div class="video-placeholder"> <a href="https://freespeech.org/watch-live/" class="btn-play" style="text-align:center;position: static;padding:12px 0px;margin: 0px auto;"><i class="fi-play" style="margin-right: 10px;"></i> Watch Live</a> </div> <h4 style="font-size:15px; padding:7px 0 0;color:#000;margin:10px 0;"> <a href="https://freespeech.org/schedule/" style=" color: #000; font-size: 20px; font-weight: bold;"> View Full Schedule</a></h5> </div> </div> </div> <div class="col-sm-12 mx-auto pt-5 politics"> <div class="row"> <div class="col-lg-8"> <div class="row" style="margin-bottom:0px;margin-bottom: 10px;"> <!-- <div class="col-md-3"> <h4 style="border-left: 10px solid #1664b8;padding-left: 16px;"><strong>Politics</strong></h4> </div> --> <div class="col-md-12 text-left p-lg-0"> <style> .nav-item.nav-link { padding: 3px 12px; } .politics .nav-tabs .nav-item.show .nav-link,.politics .nav-tabs .nav-link.active { font-weight: bold; margin: 0px;border-left: 10px solid #1664b8!important; padding-left: 16px;color:#000; border-radius: 0px; } .politics .nav-tabs .nav-item.show .nav-link,.politics .nav-tabs .nav-item.nav-link{ padding: 0 12px; } .politics .nav-tabs .nav-item.show .nav-link,.politics .nav-tabs {font-size: 24px;} </style> <nav> <div class="nav nav-tabs pl-lg-3" id="nav-tab" role="tablist" style="border:none;"> <a class="nav-item nav-link border-0 active" style="text-transform: capitalize;" id="politics-tab" data-toggle="tab" href="#politics">politics</a> <a class="nav-item nav-link border-0 " style="text-transform: capitalize;" id="racial-justice-tab" data-toggle="tab" href="#racial-justice">racial-justice</a> <a class="nav-item nav-link border-0 " style="text-transform: capitalize;" id="health-tab" data-toggle="tab" href="#health">health</a> <a class="nav-item nav-link border-0 " style="text-transform: capitalize;" id="environment-tab" data-toggle="tab" href="#environment">environment</a> <a class="nav-item nav-link border-0 " style="text-transform: capitalize;" id="immigration-tab" data-toggle="tab" href="#immigration">immigration</a> <a class="nav-item nav-link border-0 " style="text-transform: capitalize;" id="war-and-peace-tab" data-toggle="tab" href="#war-and-peace">war-and-peace</a> </div> </nav> </div> </div> <hr style="width: 100%; margin: 0 0 25px; float: right; border-top: 3px solid #000;"> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade 25184 show active " id="politics" role="tabpanel" aria-labelledby="nav-home-tab" > <div class="row w-100"> <div class="col-md-12"> <div class="row"> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-rick-smith-show-project-2025-in-action-2/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Rick Smith Show | Project 2025 in Action" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/maxresdefault-1.webp"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/maxresdefault-1.webp" class="img-fluid" alt="The Rick Smith Show | Project 2025 in Action" width="250"></noscript> <div class="col-sm-12"> <h4>The Rick Smith Show | Project 2025 in Action</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-thom-hartmann-program-fear-is-the-tool-of-fascism/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Thom Hartmann Program | Fear is the Tool of Fascism" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/maxresdefault.webp"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/maxresdefault.webp" class="img-fluid" alt="The Thom Hartmann Program | Fear is the Tool of Fascism" width="250"></noscript> <div class="col-sm-12"> <h4>The Thom Hartmann Program | Fear is the Tool of Fascism</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-stephanie-miller-show-trumps-cabinet-picks-oklahomas-prayer-in-schools-controversy/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Stephanie Miller Show | Trump’s Cabinet Picks & Oklahoma’s Prayer in Schools Controversy" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL-33.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL-33.jpg" class="img-fluid" alt="The Stephanie Miller Show | Trump’s Cabinet Picks & Oklahoma’s Prayer in Schools Controversy" width="250"></noscript> <div class="col-sm-12"> <h4>The Stephanie Miller Show | Trump’s Cabinet Picks & Oklahoma’s Prayer in Schools Controversy</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-rick-smith-show-project-2025-in-action/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Rick Smith Show | Project 2025 in Action" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL_RS-2.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL_RS-2.png" class="img-fluid" alt="The Rick Smith Show | Project 2025 in Action" width="250"></noscript> <div class="col-sm-12"> <h4>The Rick Smith Show | Project 2025 in Action</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/fstv-speaks-rebuilding-hope-into-action/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="FSTV Speaks | Rebuilding Hope Into Action" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL_FSTV.webp"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL_FSTV.webp" class="img-fluid" alt="FSTV Speaks | Rebuilding Hope Into Action" width="250"></noscript> <div class="col-sm-12"> <h4>FSTV Speaks | Rebuilding Hope Into Action</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-stephanie-miller-show-calling-out-hypocrisy/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Stephanie Miller Show | Calling Out Hypocrisy" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL-28.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL-28.jpg" class="img-fluid" alt="The Stephanie Miller Show | Calling Out Hypocrisy" width="250"></noscript> <div class="col-sm-12"> <h4>The Stephanie Miller Show | Calling Out Hypocrisy</h4> </div> </a> </div> </div> </div> </div> </div> </div> <div class="tab-pane fade 39626 " id="racial-justice" role="tabpanel" aria-labelledby="nav-home-tab" > <div class="row w-100"> <div class="col-md-12"> <div class="row"> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/this-week-in-white-supremacy-fear-mongering-white-supremacy/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="This Week In White Supremacy | Fear-Mongering & White Supremacy" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL-16.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL-16.jpg" class="img-fluid" alt="This Week In White Supremacy | Fear-Mongering & White Supremacy" width="250"></noscript> <div class="col-sm-12"> <h4>This Week In White Supremacy | Fear-Mongering & White Supremacy</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/this-week-in-white-supremacy-poverty-and-the-justice-system/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="This Week In White Supremacy | Poverty and the Justice System" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-7.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-7.jpg" class="img-fluid" alt="This Week In White Supremacy | Poverty and the Justice System" width="250"></noscript> <div class="col-sm-12"> <h4>This Week In White Supremacy | Poverty and the Justice System</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/this-week-in-white-supremacy-donald-trump-suddenly-unbothered-by-kamalas-race-how-convenient/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="This Week In White Supremacy | Donald Trump Suddenly Unbothered by Kamala’s Race—How Convenient!" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-30.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-30.jpg" class="img-fluid" alt="This Week In White Supremacy | Donald Trump Suddenly Unbothered by Kamala’s Race—How Convenient!" width="250"></noscript> <div class="col-sm-12"> <h4>This Week In White Supremacy | Donald Trump Suddenly Unbothered by Kamala’s Race—How Convenient!</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-stephanie-miller-show-malcolm-nance-warns-could-trumps-deportation-plan-spark-civil-war/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Stephanie Miller Show | Malcolm Nance Warns: Could Trump's Deportation Plan Spark Civil War?" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-25.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-25.jpg" class="img-fluid" alt="The Stephanie Miller Show | Malcolm Nance Warns: Could Trump's Deportation Plan Spark Civil War?" width="250"></noscript> <div class="col-sm-12"> <h4>The Stephanie Miller Show | Malcolm Nance Warns: Could Trump's Deportation Plan Spark Civil War?</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/democracy-now-nashville-mayor-addresses-nashvilles-nazi-problem/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Democracy Now! | Nashville Mayor Addresses Nashville's 'Nazi Problem'" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-18.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-18.jpg" class="img-fluid" alt="Democracy Now! | Nashville Mayor Addresses Nashville's 'Nazi Problem'" width="250"></noscript> <div class="col-sm-12"> <h4>Democracy Now! | Nashville Mayor Addresses Nashville's 'Nazi Problem'</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-thom-hartmann-program-the-impact-of-voter-purging-on-major-elections/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Thom Hartmann Program | The Impact of Voter Purging on Major Elections" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/07/YT_THUMBNAIL-19.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/07/YT_THUMBNAIL-19.jpg" class="img-fluid" alt="The Thom Hartmann Program | The Impact of Voter Purging on Major Elections" width="250"></noscript> <div class="col-sm-12"> <h4>The Thom Hartmann Program | The Impact of Voter Purging on Major Elections</h4> </div> </a> </div> </div> </div> </div> </div> </div> <div class="tab-pane fade 25220 " id="health" role="tabpanel" aria-labelledby="nav-home-tab" > <div class="row w-100"> <div class="col-md-12"> <div class="row"> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-rick-smith-show-following-a-tragedy-rick-smith-talks-about-what-he-learned/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Rick Smith Show | Following a Tragedy, Rick Smith Talks About what he Learned" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL_RS.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL_RS.png" class="img-fluid" alt="The Rick Smith Show | Following a Tragedy, Rick Smith Talks About what he Learned" width="250"></noscript> <div class="col-sm-12"> <h4>The Rick Smith Show | Following a Tragedy, Rick Smith Talks About what he Learned</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/rising-up-with-sonali-healing-through-community/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Rising Up With Sonali | Healing Through Community" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/06/YT_THUMBNAIL-3.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/06/YT_THUMBNAIL-3.jpg" class="img-fluid" alt="Rising Up With Sonali | Healing Through Community" width="250"></noscript> <div class="col-sm-12"> <h4>Rising Up With Sonali | Healing Through Community</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/family-of-lashawn-thompson-demands-justice-after-he-was-eaten-alive-by-insects-in-atlanta-jail/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Family of Lashawn Thompson Demands Justice After He Was "Eaten Alive" by Insects in Atlanta Jail" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/04/dn418.2.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/04/dn418.2.jpg" class="img-fluid" alt="Family of Lashawn Thompson Demands Justice After He Was "Eaten Alive" by Insects in Atlanta Jail" width="250"></noscript> <div class="col-sm-12"> <h4>Family of Lashawn Thompson Demands Justice After He Was "Eaten Alive" by Insects in Atlanta Jail</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/freedom-farm-academy-and-food-forest-abundance/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Freedom Farm Academy and Food Forest Abundance" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/04/mobil46.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/04/mobil46.jpg" class="img-fluid" alt="Freedom Farm Academy and Food Forest Abundance" width="250"></noscript> <div class="col-sm-12"> <h4>Freedom Farm Academy and Food Forest Abundance</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/with-trumps-arrest-can-we-now-prosecute-w/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="With Trump’s Arrest, Can We Now Prosecute “W?”" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/04/TH-Website-Thumbnail-copy-2-1-1.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/04/TH-Website-Thumbnail-copy-2-1-1.png" class="img-fluid" alt="With Trump’s Arrest, Can We Now Prosecute “W?”" width="250"></noscript> <div class="col-sm-12"> <h4>With Trump’s Arrest, Can We Now Prosecute “W?”</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/women-are-in-jeopardy/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Women Are in Jeopardy!" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/03/rr323.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/03/rr323.jpg" class="img-fluid" alt="Women Are in Jeopardy!" width="250"></noscript> <div class="col-sm-12"> <h4>Women Are in Jeopardy!</h4> </div> </a> </div> </div> </div> </div> </div> </div> <div class="tab-pane fade 25687 " id="environment" role="tabpanel" aria-labelledby="nav-home-tab" > <div class="row w-100"> <div class="col-md-12"> <div class="row"> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/better-worlds-ahead-realizing-our-brighter-climate-futures/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Better Worlds Ahead: Realizing Our Brighter Climate Futures" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/00001.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/00001.png" class="img-fluid" alt="Better Worlds Ahead: Realizing Our Brighter Climate Futures" width="250"></noscript> <div class="col-sm-12"> <h4>Better Worlds Ahead: Realizing Our Brighter Climate Futures</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/democracy-now-the-overlooked-link-to-climate-change/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Democracy Now! | The Overlooked Link to Climate Change" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL-18.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL-18.jpg" class="img-fluid" alt="Democracy Now! | The Overlooked Link to Climate Change" width="250"></noscript> <div class="col-sm-12"> <h4>Democracy Now! | The Overlooked Link to Climate Change</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-thom-hartmann-program-harris-should-be-talking-about-tariffs-in-swing-states/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Thom Hartmann Program | Harris Should be Talking About Tariffs in Swing States" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-8.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/09/YT_THUMBNAIL-8.jpg" class="img-fluid" alt="The Thom Hartmann Program | Harris Should be Talking About Tariffs in Swing States" width="250"></noscript> <div class="col-sm-12"> <h4>The Thom Hartmann Program | Harris Should be Talking About Tariffs in Swing States</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/indian-country-today-changing-the-planet-and-the-willow-oil-project-protest/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Indian Country Today | Changing The Planet and The Willow Oil Project Protest" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/11/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-1.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/11/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-1.jpg" class="img-fluid" alt="Indian Country Today | Changing The Planet and The Willow Oil Project Protest" width="250"></noscript> <div class="col-sm-12"> <h4>Indian Country Today | Changing The Planet and The Willow Oil Project Protest</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/indian-country-today-potential-monumental-land-spiritual-imprisonment-and-harvesting-season/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Indian Country Today | Potential Monumental Land, Spiritual Imprisonment, and Harvesting Season" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/10/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-6.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/10/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-6.jpg" class="img-fluid" alt="Indian Country Today | Potential Monumental Land, Spiritual Imprisonment, and Harvesting Season" width="250"></noscript> <div class="col-sm-12"> <h4>Indian Country Today | Potential Monumental Land, Spiritual Imprisonment, and Harvesting Season</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/breakthrough-news-western-tactics-evolving-in-haiti-occupation-imminent/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Breakthrough News | Western Tactics Evolving in Haiti-- Occupation Imminent?" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/09/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-8-1.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/09/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-8-1.jpg" class="img-fluid" alt="Breakthrough News | Western Tactics Evolving in Haiti-- Occupation Imminent?" width="250"></noscript> <div class="col-sm-12"> <h4>Breakthrough News | Western Tactics Evolving in Haiti-- Occupation Imminent?</h4> </div> </a> </div> </div> </div> </div> </div> </div> <div class="tab-pane fade 25249 " id="immigration" role="tabpanel" aria-labelledby="nav-home-tab" > <div class="row w-100"> <div class="col-md-12"> <div class="row"> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/this-week-in-white-supremacy-separation-anxiety/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="This Week In White Supremacy | Separation Anxiety" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL-29.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/11/YT_THUMBNAIL-29.jpg" class="img-fluid" alt="This Week In White Supremacy | Separation Anxiety" width="250"></noscript> <div class="col-sm-12"> <h4>This Week In White Supremacy | Separation Anxiety</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-randi-rhodes-show-deception-and-unlawful-methods-in-plain-sight/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Randi Rhodes Show | Deception and Unlawful Methods in Plain Sight" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/01/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-3.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/01/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-3.png" class="img-fluid" alt="The Randi Rhodes Show | Deception and Unlawful Methods in Plain Sight" width="250"></noscript> <div class="col-sm-12"> <h4>The Randi Rhodes Show | Deception and Unlawful Methods in Plain Sight</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/38-die-in-fire-inside-mexican-immigration-jail-amid-broader-crackdown-near-u-s-border/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="38 Die in Fire Inside Mexican Immigration Jail Amid Broader Crackdown Near U.S. Border" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/03/DNMon-No-Text-1-8.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/03/DNMon-No-Text-1-8.png" class="img-fluid" alt="38 Die in Fire Inside Mexican Immigration Jail Amid Broader Crackdown Near U.S. Border" width="250"></noscript> <div class="col-sm-12"> <h4>38 Die in Fire Inside Mexican Immigration Jail Amid Broader Crackdown Near U.S. Border</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/standoff-at-nyc-hotel-asylum-seekers-protest-relocation-demand-their-right-to-shelter-in-city/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Standoff at NYC Hotel: Asylum Seekers Protest Relocation & Demand Their Right to Shelter in City" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/02/DNwednesdayNo-Text-copy-4-1-2.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/02/DNwednesdayNo-Text-copy-4-1-2.png" class="img-fluid" alt="Standoff at NYC Hotel: Asylum Seekers Protest Relocation & Demand Their Right to Shelter in City" width="250"></noscript> <div class="col-sm-12"> <h4>Standoff at NYC Hotel: Asylum Seekers Protest Relocation & Demand Their Right to Shelter in City</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/the-crisis-of-missing-migrants-tens-of-thousands-of-people-have-disappeared-on-their-way-to-europe/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="The Crisis of Missing Migrants: Tens of Thousands of People Have Disappeared on Their Way to Europe" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2023/01/DNtFri-copy-3-1-6.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2023/01/DNtFri-copy-3-1-6.png" class="img-fluid" alt="The Crisis of Missing Migrants: Tens of Thousands of People Have Disappeared on Their Way to Europe" width="250"></noscript> <div class="col-sm-12"> <h4>The Crisis of Missing Migrants: Tens of Thousands of People Have Disappeared on Their Way to Europe</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/human-rights-stain-public-health-farce-title-42-tied-to-13k-murders-rapes-kidnappings-in-mexico/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Human Rights Stain, Public Health Farce: Title 42 Tied to 13K Murders, Rapes, Kidnappings in Mexico" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2022/12/DNWednesday-1-2.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2022/12/DNWednesday-1-2.png" class="img-fluid" alt="Human Rights Stain, Public Health Farce: Title 42 Tied to 13K Murders, Rapes, Kidnappings in Mexico" width="250"></noscript> <div class="col-sm-12"> <h4>Human Rights Stain, Public Health Farce: Title 42 Tied to 13K Murders, Rapes, Kidnappings in Mexico</h4> </div> </a> </div> </div> </div> </div> </div> </div> <div class="tab-pane fade 25188 " id="war-and-peace" role="tabpanel" aria-labelledby="nav-home-tab" > <div class="row w-100"> <div class="col-md-12"> <div class="row"> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/democracy-now-voices-for-peace-israelis-and-palestinians-unite/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Democracy Now! | Voices for Peace: Israelis and Palestinians Unite" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL_DN.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL_DN.jpg" class="img-fluid" alt="Democracy Now! | Voices for Peace: Israelis and Palestinians Unite" width="250"></noscript> <div class="col-sm-12"> <h4>Democracy Now! | Voices for Peace: Israelis and Palestinians Unite</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/this-week-in-white-supremacy-ta-nehisi-coates-on-the-west-bank-confronting-apartheid/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="This Week In White Supremacy | Ta-Nehisi Coates on the West Bank: Confronting Apartheid" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL_1HOOD.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/10/YT_THUMBNAIL_1HOOD.jpg" class="img-fluid" alt="This Week In White Supremacy | Ta-Nehisi Coates on the West Bank: Confronting Apartheid" width="250"></noscript> <div class="col-sm-12"> <h4>This Week In White Supremacy | Ta-Nehisi Coates on the West Bank: Confronting Apartheid</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/this-week-in-white-supremacy-un-redeemable/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="This Week In White Supremacy | UN Redeemable" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/03/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-1-1.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/03/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-1-1.jpg" class="img-fluid" alt="This Week In White Supremacy | UN Redeemable" width="250"></noscript> <div class="col-sm-12"> <h4>This Week In White Supremacy | UN Redeemable</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/rising-up-with-sonali-how-a-yes-magazine-investigator-debunked-allegations-against-hamas/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Rising Up With Sonali | How A Yes! Magazine Investigator Debunked Allegations Against Hamas" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/03/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-2.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/03/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-2.jpg" class="img-fluid" alt="Rising Up With Sonali | How A Yes! Magazine Investigator Debunked Allegations Against Hamas" width="250"></noscript> <div class="col-sm-12"> <h4>Rising Up With Sonali | How A Yes! Magazine Investigator Debunked Allegations Against Hamas</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/democracy-now-the-call-for-a-cease-fire-results-in-the-tragic-loss-of-an-active-duty-member/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="Democracy Now! | The Call for a Cease-Fire Results in the Tragic Loss of an Active-Duty Member." width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/02/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-9.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/02/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-9.jpg" class="img-fluid" alt="Democracy Now! | The Call for a Cease-Fire Results in the Tragic Loss of an Active-Duty Member." width="250"></noscript> <div class="col-sm-12"> <h4>Democracy Now! | The Call for a Cease-Fire Results in the Tragic Loss of an Active-Duty Member.</h4> </div> </a> </div> </div> <div class="col-md-4"> <div class="card"><a href="https://freespeech.org/stories/breakthrough-news-war-on-the-border-and-the-unlawful-treatment-of-immigrants/" style="color: #0C1027;"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" class="img-fluid" alt="BreakThrough News | War on the Border and the Unlawful Treatment of Immigrants" width="250" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/02/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-7.jpg"><noscript><img src="https://freespeech.org/wp-content/uploads/2024/02/Will-Abortion-Rights-be-at-the-Forefront-of-the-2024-Presidential-Election-7.jpg" class="img-fluid" alt="BreakThrough News | War on the Border and the Unlawful Treatment of Immigrants" width="250"></noscript> <div class="col-sm-12"> <h4>BreakThrough News | War on the Border and the Unlawful Treatment of Immigrants</h4> </div> </a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="col-lg-4"> <div class="card p-3 pl-md-5 pr-md-5" style="background-color: #f9fafb; height: calc(100% - 26px);"> <p></p> <h3 style="margin: 0;">Follow <em>FSTV </em></h3> <p></p> <p>Free Speech TV (FSTV) is a tax-exempt, 501(c)3 nonprofit organization funded entirely through individual donations and grants from foundations.</p> <p></p> <div class="row"> <div class="col-6 col-md-3 text-center mb-md-3 mb-2"> <a href="https://twitter.com/freespeechtv" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%200'%3E%3C/svg%3E" width="50" alt="Twitter" class="img-fluid" data-lazy-src="https://freespeech.org/wp-content/uploads/2021/01/f-twit.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2021/01/f-twit.png" width="50" alt="Twitter" class="img-fluid"></noscript> </a> </div> <div class="col-6 col-md-3 text-center mb-md-3 mb-2"> <a href="https://www.facebook.com/freespeechtv" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%200'%3E%3C/svg%3E" width="50" alt="Facebook" class="img-fluid" data-lazy-src="https://freespeech.org/wp-content/uploads/2021/01/f-facebook.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2021/01/f-facebook.png" width="50" alt="Facebook" class="img-fluid"></noscript></a> </div> <div class="col-6 col-md-3 text-center mb-md-3"> <a href="https://www.instagram.com/freespeechtv/" target="_blank"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%200'%3E%3C/svg%3E" width="50" alt="insta" class="img-fluid" data-lazy-src="https://freespeech.org/wp-content/uploads/2021/01/insta.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2021/01/insta.png" width="50" alt="insta" class="img-fluid"></noscript></a> </div> <div class="col-6 col-md-3 text-center mb-md-3"> <a href="https://www.youtube.com/user/freespeechtv" target="_blank"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%200'%3E%3C/svg%3E" width="50" alt="outube" class="img-fluid" data-lazy-src="https://freespeech.org/wp-content/uploads/2021/01/f-youtube.png"><noscript><img src="https://freespeech.org/wp-content/uploads/2021/01/f-youtube.png" width="50" alt="outube" class="img-fluid"></noscript> </a> </div> </div> <hr class="mt-5 mb-5" style="height: 2px; border: 0; border-top: 2px dotted #000; width: 100%; margin:20px auto;"> <div class="text-center"> <iframe src="https://embeds.beehiiv.com/235900c8-004a-42f9-8a57-29a55d21902d" data-test-id="beehiiv-embed" width="100%" height="320" frameborder="0" scrolling="no" style="border-radius: 4px; border: 2px solid #e5e7eb; margin: 0; background-color: transparent;"></iframe> <!-- <h3 style="margin-bottom: 15px;">Get the latest news<br /> delivered to your inbox!</h3> <p>We will send you our top stories of the week<br /> directly to your inbox</p> --> </div> </div> </div> </div> </div> <div id="feature-show" class="row feature-show pb-3"> <div class="col-sm-12"> <div> <h3 class="mt-0">Featured Shows</h3> </div> <div class="col-sm-12 feature-show-slider story-banner" style="max-width:initial"> <div class="story-block"> <a href="https://freespeech.org/shows/the-stephanie-miller-show/"> <div data-bg="https://freespeech.org/wp-content/uploads/2014/11/7-topaz-faceai-enhance-2.2x-400x270.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/shows/this-week-in-white-supremacy-presented-by-1hoodmedia/"> <div data-bg="https://freespeech.org/wp-content/uploads/2023/03/4-400x270.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/?post_type=show&p=19"> <div data-bg="https://freespeech.org/wp-content/uploads/2023/09/14-400x270.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/?post_type=show&p=32"> <div data-bg="https://freespeech.org/wp-content/uploads/2023/09/12-400x270.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/shows/the-randi-rhodes-show/"> <div data-bg="https://freespeech.org/wp-content/uploads/2023/09/13-400x270.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/shows/rising-up-with-sonali/"> <div data-bg="https://freespeech.org/wp-content/uploads/2017/08/5-400x270.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/shows/gay-usa/"> <div data-bg="https://freespeech.org/wp-content/uploads/2014/11/11-400x270.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/shows/democracy-now/"> <div data-bg="https://freespeech.org/wp-content/uploads/2014/11/2-400x270.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> </a> </div> </div> </div> </div> <div id="programming" class="row feature-show pb-3 yes" style="background:#efefef"> <div class="col-sm-12"> <div class="pt-3"> <h3 class="mb-4">Featured Content</h3> </div> <div class="col-sm-12 programming-show-slider"> <div class="col-sm-12"> <div class="card border-1" style="background:#fff"> <a href="https://freespeech.org/show/672e82150652f4000190d6e7/category?61364f1689ce2900014babf5?app_key=n7RAMZi7O5hqsLwGXGpHjuGzDRAim2GH58l08PeKmMrY3iIPIu0XBpwHL503ZAqn&sort=created_at&order==desc" style="color:#000"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" alt="We The People, We The Power: (System Change Now!)" data-lazy-src="https://image.cdn.zype.com/61280dc7c733310001d4133c/672e82150652f4000190d6e7/custom_thumbnail/1080.png?v=1731774440" /><noscript><img src="https://image.cdn.zype.com/61280dc7c733310001d4133c/672e82150652f4000190d6e7/custom_thumbnail/1080.png?v=1731774440" class="img-fluid" alt="We The People, We The Power: (System Change Now!)" /></noscript> <div class="col-sm-12"> <h4 class="justify-content-center d-flex align-items-center" style="color:#000; min-height:100px">We The People, We The Power: (System Change Now!)</h4> </div> </a> </div> </div> <div class="col-sm-12"> <div class="card border-1" style="background:#fff"> <a href="https://freespeech.org/show/66ef9951a5483200013a3603/category?61364f1689ce2900014babf5?app_key=n7RAMZi7O5hqsLwGXGpHjuGzDRAim2GH58l08PeKmMrY3iIPIu0XBpwHL503ZAqn&sort=created_at&order==desc" style="color:#000"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" alt="Uphill on the Hill" data-lazy-src="https://image.cdn.zype.com/61280dc7c733310001d4133c/66ef9951a5483200013a3603/custom_thumbnail/1080.jpg?v=1727663295" /><noscript><img src="https://image.cdn.zype.com/61280dc7c733310001d4133c/66ef9951a5483200013a3603/custom_thumbnail/1080.jpg?v=1727663295" class="img-fluid" alt="Uphill on the Hill" /></noscript> <div class="col-sm-12"> <h4 class="justify-content-center d-flex align-items-center" style="color:#000; min-height:100px">Uphill on the Hill</h4> </div> </a> </div> </div> <div class="col-sm-12"> <div class="card border-1" style="background:#fff"> <a href="https://freespeech.org/show/66bfd4afd6af6100012d3f6a/category?61364f1689ce2900014babf5?app_key=n7RAMZi7O5hqsLwGXGpHjuGzDRAim2GH58l08PeKmMrY3iIPIu0XBpwHL503ZAqn&sort=created_at&order==desc" style="color:#000"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" alt="Hardliner on the Hudson" data-lazy-src="https://image.cdn.zype.com/61280dc7c733310001d4133c/66bfd4afd6af6100012d3f6a/custom_thumbnail/1080.jpg?v=1727663385" /><noscript><img src="https://image.cdn.zype.com/61280dc7c733310001d4133c/66bfd4afd6af6100012d3f6a/custom_thumbnail/1080.jpg?v=1727663385" class="img-fluid" alt="Hardliner on the Hudson" /></noscript> <div class="col-sm-12"> <h4 class="justify-content-center d-flex align-items-center" style="color:#000; min-height:100px">Hardliner on the Hudson</h4> </div> </a> </div> </div> <div class="col-sm-12"> <div class="card border-1" style="background:#fff"> <a href="https://freespeech.org/show/63c9ba5f39ab520001fcb811/category?61364f1689ce2900014babf5?app_key=n7RAMZi7O5hqsLwGXGpHjuGzDRAim2GH58l08PeKmMrY3iIPIu0XBpwHL503ZAqn&sort=created_at&order==desc" style="color:#000"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" alt="The Great Postal Heist" data-lazy-src="https://gvimage.zype.com/61280dc7c733310001d4133c/63c9ba5f39ab520001fcb811/custom_thumbnail/1080.jpg?1716573089" /><noscript><img src="https://gvimage.zype.com/61280dc7c733310001d4133c/63c9ba5f39ab520001fcb811/custom_thumbnail/1080.jpg?1716573089" class="img-fluid" alt="The Great Postal Heist" /></noscript> <div class="col-sm-12"> <h4 class="justify-content-center d-flex align-items-center" style="color:#000; min-height:100px">The Great Postal Heist</h4> </div> </a> </div> </div> <div class="col-sm-12"> <div class="card border-1" style="background:#fff"> <a href="https://freespeech.org/show/6131e6fce00c8d0001ea7f75/category?61364f1689ce2900014babf5?app_key=n7RAMZi7O5hqsLwGXGpHjuGzDRAim2GH58l08PeKmMrY3iIPIu0XBpwHL503ZAqn&sort=created_at&order==desc" style="color:#000"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" alt="The Rights of Nature: A Global Movement" data-lazy-src="https://gvimage.zype.com/61280dc7c733310001d4133c/6131e6fce00c8d0001ea7f75/custom_thumbnail/1080.png?1716574189" /><noscript><img src="https://gvimage.zype.com/61280dc7c733310001d4133c/6131e6fce00c8d0001ea7f75/custom_thumbnail/1080.png?1716574189" class="img-fluid" alt="The Rights of Nature: A Global Movement" /></noscript> <div class="col-sm-12"> <h4 class="justify-content-center d-flex align-items-center" style="color:#000; min-height:100px">The Rights of Nature: A Global Movement</h4> </div> </a> </div> </div> </div> </div> </div> </div> <!--<a > <h2 class="story-banner-header"> Recently updated <span class="circle"></span> </h2> </a> <section class="story-banner" > <div class="story-block"> <a href="https://freespeech.org/shows/uphill-on-the-hill/"> <div data-bg="https://freespeech.org/wp-content/uploads/2024/10/00008-1-305x200.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> <div class="story-caption"> <p class="description">Uphill on the Hill</p> <p class="hover-description">Uphill on the Hill</p> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/shows/hardliner-on-the-hudson/"> <div data-bg="https://freespeech.org/wp-content/uploads/2024/10/Hardliner-Hudson-305x200.jpg" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> <div class="story-caption"> <p class="description">Hardliner on the Hudson</p> <p class="hover-description">Hardliner on the Hudson</p> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/shows/the-thom-hartmann-program/"> <div data-bg="https://freespeech.org/wp-content/uploads/2023/09/14-305x200.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> <div class="story-caption"> <p class="description">The Thom Hartmann Program</p> <p class="hover-description">The Thom Hartmann Program</p> </div> </a> </div> <div class="story-block"> <a href="https://freespeech.org/shows/the-rights-of-nature-a-global-movement/"> <div data-bg="https://freespeech.org/wp-content/uploads/2024/06/4-305x200.png" class="story-thumb rocket-lazyload" style=""> <span class="thumbnail-icon"><i class="fi-align-left"></i></span> <span class="thumbnail-subhead"></span> </div> <div class="story-caption"> <p class="description">The Rights of Nature: A Global Movement</p> <p class="hover-description">The Rights of Nature: A Global Movement</p> </div> </a> </div> </section> --> </main> </div> </div> <div class="col-sm-12 proudPartners-section pb-3 partners" style=" padding-top: 48px;"> <div class="text-center"> <h4 class="m-0">Proud Partners</h4> </div> <ul class="proudPartners-wrapper"> <li class="proudPartners-image-container"> <a href="https://www.mnn.org/" target="_blank" rel="nofollow"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/themes/free-speech-tv/resources/assets/images/pt1.jpg"/><noscript><img src="/wp-content/themes/free-speech-tv/resources/assets/images/pt1.jpg" alt="" class="img-fluid" loading="lazy"/></noscript> </a> </li> <li class="proudPartners-image-container"> <a href="https://bioneers.org" target="_blank" rel="nofollow"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/themes/free-speech-tv/resources/assets/images/pt2.jpg" /><noscript><img src="/wp-content/themes/free-speech-tv/resources/assets/images/pt2.jpg" alt="" class="img-fluid" loading="lazy" /></noscript> </a> </li> <li class="proudPartners-image-container"> <a href="https://www.netrootsnation.org/" target="_blank" rel="nofollow"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/themes/free-speech-tv/resources/assets/images/pt3.jpg" /><noscript><img src="/wp-content/themes/free-speech-tv/resources/assets/images/pt3.jpg" alt="" class="img-fluid" loading="lazy" /></noscript> </a> </li> <!-- <li class="proudPartners-image-container"> <a href="https://www.voqal.org/" target="_blank" rel="nofollow"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/themes/free-speech-tv/resources/assets/images/pt4.jpg" /><noscript><img src="/wp-content/themes/free-speech-tv/resources/assets/images/pt4.jpg" alt="" class="img-fluid" loading="lazy" /></noscript> </a> </li> --> </ul> </div> </div> <footer class="container pt-3 pb-0"> <div class="row m-0"> <div class="col-md-2 mb-4 mb-md-0 text-center"> <img width="100px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/uploads/2024/03/logo-ftv-2.svg" /><noscript><img width="100px" src="/wp-content/uploads/2024/03/logo-ftv-2.svg" alt="" class="img-fluid" /></noscript> </div> <div class="col-6 col-md-2"> <div class="footer-menu-list"> <h3>Topics</h3> <ul class="footer-menu-items"> <li> <a href="https://freespeech.org/topic/politics/">Politics</a> </li> <li> <a href="https://freespeech.org/topic/environment/">Environment</a> </li> <li> <a href="https://freespeech.org/topic/immigration/">Immigration</a> </li> <li> <a href="https://freespeech.org/topic/economy/">Economy</a> </li> </ul> </div> </div> <div class="col-6 col-md-2"> <div class="footer-menu-list"> <h3>Quick Links</h3> <ul class="footer-menu-items"> <li><a href="https://freespeech.org/how-to-watch/">How to Watch</a></li> <li><a href="https://freespeech.org/schedule/">Schedule</a></li> <li><a href="https://freespeech.org/content-submissions/">Content Submissions</a></li> </ul> </div> </div> <div class="col-6 col-md-2"> <div class="footer-menu-list"> <h3>Help</h3> <ul class="footer-menu-items"> <!-- https://freespeech.org/donate-all/ --> <li><a href="/donate-2">Donate</a></li> <li><a href="https://freespeech.org/faq/">FAQ</a></li> </ul> </div> </div> <div class="col-6 col-md-2"> <div class="footer-menu-list"> <h3>Company</h3> <ul class="footer-menu-items"> <li><a href="https://freespeech.org/about-us/">About Us</a></li> <li><a href="https://freespeech.org/contact-us/">Contact Us</a></li> <li><a href="https://freespeech.org/work-with-us/">Work With Us</a></li> <!-- <li><a href="https://freespeech.org/?page_id=193182">2024 Media Kit</a></li> !--> </ul> </div> </div> <div class="col-12 col-md-2"> <div class="footer-menu-list"> <h3>Social Media</h3> <ul class="footer-menu-social-items"> <a href="https://www.instagram.com/freespeechtv/"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/themes/free-speech-tv/resources/assets/images/insta.png" /><noscript><img src="/wp-content/themes/free-speech-tv/resources/assets/images/insta.png" alt="" class="img-fluid" /></noscript> </a> <a href="https://www.youtube.com/user/freespeechtv"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/themes/free-speech-tv/resources/assets/images/youtube.png" /><noscript><img src="/wp-content/themes/free-speech-tv/resources/assets/images/youtube.png" alt="" class="img-fluid" /></noscript> </a> <a href="https://www.facebook.com/freespeechtv"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/themes/free-speech-tv/resources/assets/images/facebook.png" /><noscript><img src="/wp-content/themes/free-speech-tv/resources/assets/images/facebook.png" alt="" class="img-fluid" /></noscript> </a> <a href="https://twitter.com/freespeechtv"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" class="img-fluid" data-lazy-src="/wp-content/themes/free-speech-tv/resources/assets/images/twitter.png" /><noscript><img src="/wp-content/themes/free-speech-tv/resources/assets/images/twitter.png" alt="" class="img-fluid" /></noscript> </a> </ul> </div> </div> </div> <div class="footer-bottom-links mt-5"> <ul class="footer-list-links"> <li><span>Ⓒ Free Speech TV</span></li> <li> <a href="https://freespeech.org/terms/" class="menu-item">Terms</a></li> <li> <a href="https://freespeech.org/privacy/" class="menu-item">Privacy</a></li> <!-- <li> <a href="https://freespeech.org/?page_id=42755" class="menu-item">Credits</a></li> --> <li> <a href="https://freespeech.org/contact-us/" class="menu-item">Contact</a></li> </ul> </div> </footer> <button id="popup_pledge_drive"></button><style> /*.banner .container .brand-wrapper { height: 75%; }*/ .banner .container .brand-wrapper{ bottom: 35%; width: 140px; } .banner .container .brand-wrapper .brand{ height: 122%; } @media (min-width:768px){ .banner .container .brand-wrapper .brand{ background-size: cover } } @media (max-width: 480px){ .newsletter-wrapper.pre-footer-form div.gform_wrapper form .gform_fields{ flex-direction: row } span.thumbnail-icon{ top: 20px } } @media (max-width: 767px){ .brand-wrappers{ width: 80px } } .front-page h3 { font-size: 1.6rem; } .home #gform_10 form { padding-top: 0px!important; } .home label.gfield_label { display: none!important; } .home ul#gform_fields_10 { padding: 0px; margin: 0px; position:relative; } .home .gform_body { display: inline-block; width: 55%; } .home .gform_footer.top_label { display: inline-block; } .home input#gform_submit_button_10 { border-radius: 0px!important;font-size: 13px;position:relative; padding: 15px!important;margin: 0px!important; } input#input_10_3 { width: 100%; } .home .gform_wrapper form { padding: 0px!important; margin: 0px; } img#gform_ajax_spinner_10 { position:absolute; width:30px; } .home .gfield_description.validation_message { position: absolute; color: red; top: 33px; font-size: 12px; left: 0px; padding: 0px; margin-left: 0px; } .home .validation_error { font-size: 12px; padding-bottom: 10px; color: red; } .home .story-banner .story-block .story-thumb { height: 15rem; } .gform_wrapper label { display: none !important; } .ginput_complex span{ padding: 0!important } .gform_fields li.gfield{ margin: 0 } .democracy-on-the-brink{ background: #00ffff } .education{ background: #d2691e; } @media (min-width: 768px){ .utility a.menu-item { padding: 8px 8px; } } @media only screen and (max-height: 480px) and (orientation: landscape){ .home .gform_wrapper form { padding: 0px!important; margin: 0px; } .home input#input_10_3 { width: 100%; } .home input#gform_submit_button_10 { border-radius: 0px!important; font-size: 13px; margin: 0px !important; padding: 15px!important; } } </style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://code.jquery.com/jquery-1.11.0.min.js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script> <script type="rocketlazyloadscript"> $('.nav-tabs .nav-item').eq(0).addClass('active') $('#nav-tab .nav-link').click(function (e) { e.preventDefault() $('#nav-tab .nav-link').removeClass('active'); $(this).addClass('active'); var tagid = $(this).attr('href'); console.log(tagid); $('.tab-pane').removeClass('show active'); $(tagid).addClass('show active'); }); $(".feature-show-slider").slick({ dots: false, infinite: false, speed: 300, slidesToShow: 3, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true, dots: false, }, }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2, dots: false, }, }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1, dots: false, }, }, // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ], }); $(".programming-show-slider").slick({ dots: false, infinite: false, speed: 300, slidesToShow: 4, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true, dots: false, }, }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2, dots: false, }, }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1, dots: false, }, }, // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ], }); $("#video").slick({ dots: false, infinite: false, speed: 300, slidesToShow: 1, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 1, slidesToScroll: 1, infinite: false, dots: false, }, }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2, infinite: false, dots: false, }, }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1, infinite: false, dots: false, }, }, // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ], }); </script> <script type="rocketlazyloadscript" data-rocket-src="https://code.jquery.com/jquery-migrate-1.2.1.js"></script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M2WQWDJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- [SearchWP] Debug Information SearchWP performed a search: No Searches performed: 0 --> <div id="pum-193562" class="pum pum-overlay pum-theme-155109 pum-theme-lightbox popmake-overlay auto_open click_open" data-popmake="{"id":193562,"slug":"join-the-resistance-november-2024","theme_id":155109,"cookies":[{"event":"on_popup_close","settings":{"name":"pum-193562","key":"","session":null,"path":true,"time":"1 day"}}],"triggers":[{"type":"auto_open","settings":{"cookie_name":["pum-193562"],"delay":"10000"}},{"type":"click_open","settings":{"extra_selectors":"","cookie_name":null}}],"mobile_disabled":true,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"medium","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"100%","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}" role="dialog" aria-modal="false" > <div id="popmake-193562" class="pum-container popmake theme-155109 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <h3 class="p3" style="text-align: center;"><b><a href="https://freespeech.org/donate-all/">Donate Now and Join the Resistance!</a></b></h3> <p class="p3" style="text-align: center;">The incoming administration has named the media the enemy of the people.<br /> We won’t be intimidated, but we will need additional resources to block attacks and protect and build our community.<br /> Stand with us to keep progressive voices strong and resilient against attacks. Your support ensures independent media thrives, unshaken.</p> <p><a href="https://freespeech.org/donate-all/"><img decoding="async" class="aligncenter size-large wp-image-193575" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20576'%3E%3C/svg%3E" alt="Join the Resistance banner with raised open palms in diverse skin tones symbolizing solidarity against a dynamic, hopeful background." width="1024" height="576" data-lazy-srcset="https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-1024x576.jpg 1024w, https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-300x169.jpg 300w, https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-768x432.jpg 768w, https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-1536x864.jpg 1536w, https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web.jpg 1920w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-1024x576.jpg" /><noscript><img decoding="async" class="aligncenter size-large wp-image-193575" src="https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-1024x576.jpg" alt="Join the Resistance banner with raised open palms in diverse skin tones symbolizing solidarity against a dynamic, hopeful background." width="1024" height="576" srcset="https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-1024x576.jpg 1024w, https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-300x169.jpg 300w, https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-768x432.jpg 768w, https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web-1536x864.jpg 1536w, https://freespeech.org/wp-content/uploads/2024/11/Join-the-Resistance_web.jpg 1920w" sizes="(max-
Resolver
Resolver ASN
AS13335
Resolver IP
162.158.229.70
Resolver Network Name
Cloudflare Inc
Report ID
20241123T091413Z_webconnectivity_GE_35805_n1_oHXKRD9iCLhUuPHz
Platform
linux
Software Name
ooniprobe-cli-unattended (3.21.0)
Measurement Engine
ooniprobe-engine (3.21.0)