August 18, 2022 at 10:02:30 PM UTC
VERIFY
Websites
Websites
Runtime: 1.7s
Share on Facebook or Twitter
On August 18, 2022 at 10:02:30 PM UTC, http://www.wnd.com/ was accessible when tested on AS27839 in Bolivia.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
143.244.35.66
Query:
IN A www.wnd.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
172.67.157.68
AS13335 (Cloudflare, Inc.)
@
IN
A
104.21.8.95
AS13335 (Cloudflare, Inc.)
Query:
IN AAAA www.wnd.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
AAAA
2606:4700:3033::6815:85f
AS13335 (Cloudflare, Inc.)
@
IN
AAAA
2606:4700:3033::ac43:9d44
AS13335 (Cloudflare, Inc.)

TCP Connections

2606:4700:3033::6815:85f:80: succeeded
172.67.157.68:80: succeeded
104.21.8.95:80: succeeded
2606:4700:3033::ac43:9d44:80: succeeded

HTTP Requests

URL
GET https://www.wnd.com/
Response Headers
Alt-Svc:
h3=":443"; ma=86400, h3-29=":443"; ma=86400
Cache-Control:
max-age=1200
Cf-Cache-Status:
MISS
Cf-Edge-Cache:
cache,platform=wordpress
Cf-Ray:
73cdef189a44d0b1-ARI
Content-Type:
text/html; charset=UTF-8
Date:
Thu, 18 Aug 2022 22:02:29 GMT
Expect-Ct:
max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Last-Modified:
Thu, 18 Aug 2022 22:02:29 GMT
Link:
<https://www.wnd.com/wp-json/>; rel="https://api.w.org/"
Nel:
{"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Report-To:
{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=%2BbRVorwVw4crSyTwLXSE4jfLNTAmOHWKsGnw73BmE8vCVQcXuKO154Bch8iG1Yf9rSaRsll%2B%2FnHbu1USuGx7Hw5QasIZ%2BuxLdsoZuTHdZvv3PhMG9%2BJAZHRN4AL03Q%3D%3D"}],"group":"cf-nel","max_age":604800}
Server:
cloudflare
Response Body
<!DOCTYPE html>
<html lang="en-US">
<head itemscope itemtype="https://schema.org/WebSite">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<script type='text/javascript' async=true>
	(function() {
	  var host = window.location.hostname;
	  var element = document.createElement('script');
	  var firstScript = document.getElementsByTagName('script')[0];
	  var url = 'https://cmp.quantcast.com'
		.concat('/choice/', 'kZpd2WPpvPttS', '/', host, '/choice.js?tag_version=V2');
	  var uspTries = 0;
	  var uspTriesLimit = 3;
	  element.async = true;
	  element.type = 'text/javascript';
	  element.src = url;
	
	  firstScript.parentNode.insertBefore(element, firstScript);
	
	  function makeStub() {
		var TCF_LOCATOR_NAME = '__tcfapiLocator';
		var queue = [];
		var win = window;
		var cmpFrame;
	
		function addFrame() {
		  var doc = win.document;
		  var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);
	
		  if (!otherCMP) {
			if (doc.body) {
			  var iframe = doc.createElement('iframe');
	
			  iframe.style.cssText = 'display:none';
			  iframe.name = TCF_LOCATOR_NAME;
			  doc.body.appendChild(iframe);
			} else {
			  setTimeout(addFrame, 5);
			}
		  }
		  return !otherCMP;
		}
	
		function tcfAPIHandler() {
		  var gdprApplies;
		  var args = arguments;
	
		  if (!args.length) {
			return queue;
		  } else if (args[0] === 'setGdprApplies') {
			if (
			  args.length > 3 &&
			  args[2] === 2 &&
			  typeof args[3] === 'boolean'
			) {
			  gdprApplies = args[3];
			  if (typeof args[2] === 'function') {
				args[2]('set', true);
			  }
			}
		  } else if (args[0] === 'ping') {
			var retr = {
			  gdprApplies: gdprApplies,
			  cmpLoaded: false,
			  cmpStatus: 'stub'
			};
	
			if (typeof args[2] === 'function') {
			  args[2](retr);
			}
		  } else {
			if(args[0] === 'init' && typeof args[3] === 'object') {
			  args[3] = Object.assign(args[3], { tag_version: 'V2' });
			}
			queue.push(args);
		  }
		}
	
		function postMessageEventHandler(event) {
		  var msgIsString = typeof event.data === 'string';
		  var json = {};
	
		  try {
			if (msgIsString) {
			  json = JSON.parse(event.data);
			} else {
			  json = event.data;
			}
		  } catch (ignore) {}
	
		  var payload = json.__tcfapiCall;
	
		  if (payload) {
			window.__tcfapi(
			  payload.command,
			  payload.version,
			  function(retValue, success) {
				var returnMsg = {
				  __tcfapiReturn: {
					returnValue: retValue,
					success: success,
					callId: payload.callId
				  }
				};
				if (msgIsString) {
				  returnMsg = JSON.stringify(returnMsg);
				}
				if (event && event.source && event.source.postMessage) {
				  event.source.postMessage(returnMsg, '*');
				}
			  },
			  payload.parameter
			);
		  }
		}
	
		while (win) {
		  try {
			if (win.frames[TCF_LOCATOR_NAME]) {
			  cmpFrame = win;
			  break;
			}
		  } catch (ignore) {}
	
		  if (win === window.top) {
			break;
		  }
		  win = win.parent;
		}
		if (!cmpFrame) {
		  addFrame();
		  win.__tcfapi = tcfAPIHandler;
		  win.addEventListener('message', postMessageEventHandler, false);
		}
	  };
	
	  makeStub();
	
	  var uspStubFunction = function() {
		var arg = arguments;
		if (typeof window.__uspapi !== uspStubFunction) {
		  setTimeout(function() {
			if (typeof window.__uspapi !== 'undefined') {
			  window.__uspapi.apply(window.__uspapi, arg);
			}
		  }, 500);
		}
	  };
	
	  var checkIfUspIsReady = function() {
		uspTries++;
		if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
		  console.warn('USP is not accessible');
		} else {
		  clearInterval(uspInterval);
		}
	  };
	
	  if (typeof window.__uspapi === 'undefined') {
		window.__uspapi = uspStubFunction;
		var uspInterval = setInterval(checkIfUspIsReady, 6000);
	  }
	})();
	</script>
<title>Home - WND</title>
<meta name='robots' content='max-image-preview:large' />
<script>
			function getParameterByName( name ) {
				name = name.replace( /[\[\]]/g, "\\$&" );
				var regex = new RegExp( "[?&]" + name + "(=([^&#]*)|&|#|$)" ),
				    results = regex.exec( window.location.href );
				if( ! results ) return null;
				if( ! results[2] ) return '';
				return decodeURIComponent( results[2].replace( /\+/g, " " ) );
			}

			function getCookie(cname) {
				var name = cname + "=";
				var decodedCookie = decodeURIComponent(document.cookie);
				var ca = decodedCookie.split(';');
				for(var i = 0; i <ca.length; i++) {
					var c = ca[i];
					while (c.charAt(0) == ' ') {
						c = c.substring(1);
					}
					if (c.indexOf(name) == 0) {
						return c.substring(name.length, c.length);
					}
				}
				return "";
			}

			function setCookie(cname, cvalue, exdays) {
				var d = new Date();
				d.setTime(d.getTime() + (exdays*24*60*60*1000));
				var expires = "expires="+ d.toUTCString();
				document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
			}
		</script>
<style>
			.liveblog-entry {
				display: block !important;
			}

			.liveblog-entry-main {
				padding-top: 10px;
			}

			.liveblog-entry-content * {
				word-break: normal !important;
			}
		</style>
<script type="text/javascript" src="//d25zomep54f91g.cloudfront.net/script.js"></script>
<script>
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
		  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

		  ga( 'create', 'UA-54260989-7', 'auto', { allowLinker: true } );

		  
		</script>
<script>
				window.dataLayer = window.dataLayer || [];
				window.dataLayer.push({"siteName":"http:\/\/www.wnd.com","pageCategory":false,"wordCount":0,"paragraphCount":"","articleTitle":"Home","articleSocialTitle":"Home","articleSEOTitle":"Home","articleChooser":false,"articleTitler":false,"articleTitleLength":4,"articleSocialTitleLength":4,"articleSEOTitleLength":4,"articleAuthor":"wndstaff","articleEditor":false,"articleShareTextAuthor":false,"articleShareTextLength":0,"articleCategory":false,"articlePublishDate":"2011-11-28","articleTopic":"","articleSection":"","articleID":84458,"articleFormat":"standard","abTesting":"false","articleSource":"","articleVia":"","googleCompliant":"true","videoPosition":"none","platform":"web","event":"dataLayer-loaded"});
			</script>

<link rel="canonical" href="https://www.wnd.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home - WND" />
<meta property="og:url" content="https://www.wnd.com/" />
<meta property="og:site_name" content="WND" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Home - WND" />

<link rel='dns-prefetch' href='//www.wnd.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="WND &raquo; Feed" href="https://www.wnd.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="WND &raquo; Comments Feed" href="https://www.wnd.com/comments/feed/" />

<script>(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=
			'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
			})(window,document,'script','dataLayer','GTM-K3K9VP');</script>

<link rel='stylesheet' id='wp-block-library-css' href='https://www.wnd.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8' type='text/css' media='all' />
<link rel='stylesheet' id='wp-polls-css' href='https://www.wnd.com/wp-content/plugins/wp-polls/polls-css.css?ver=2.75.6' type='text/css' media='all' />
<style id='wp-polls-inline-css' type='text/css'>
.wp-polls .pollbar {
	margin: 1px;
	font-size: 8px;
	line-height: 10px;
	height: 10px;
	background-image: url('https://www.wnd.com/wp-content/plugins/wp-polls/images/default_gradient/pollbg.gif');
	border: 1px solid #c8c8c8;
}

</style>
<link rel='stylesheet' id='wj-main-css' href='https://www.wnd.com/wp-content/plugins/wnd-functionality/assets/css/main.css?ver=1658263650' type='text/css' media='all' />
<script>
				var PWT = {};
				(function() {
					var purl = window.location.href;
					var url = '//ads.pubmatic.com/AdServer/js/pwt/158410/3599';
					var profileVersionId = '';
					if(purl.indexOf('pwtv=')>0){
						var regexp = /pwtv=(.*?)(&|$)/g;
						var matches = regexp.exec(purl);
						if(matches.length >= 2 && matches[1].length > 0){
							profileVersionId = '/'+matches[1];
						}
					}
					var wtads = document.createElement('script');
					wtads.async = true;
					wtads.type = 'text/javascript';
					wtads.src = url+profileVersionId+'/pwt.js';
					var node = document.getElementsByTagName('script')[0];
					node.parentNode.insertBefore(wtads, node);
				})();
			</script>
<script type='text/javascript' src='https://www.wnd.com/wp-content/themes/firefly/assets/js/prebid.js?ver=0.26.1-1660588334' async='async' id='prebid-js'></script>
<link rel="https://api.w.org/" href="https://www.wnd.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.wnd.com/wp-json/wp/v2/pages/84458" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.wnd.com/wp-includes/wlwmanifest.xml" />
<link rel='shortlink' href='https://www.wnd.com/' />
<link rel="alternate" type="application/json+oembed" href="https://www.wnd.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.wnd.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.wnd.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.wnd.com%2F&#038;format=xml" />
<script>
				let aas = document.createElement( 'script' );
				aas.src = 'https://go.automatad.com/geo/rQcLPf/afihbs.js';
				aas.async = 'async';
				document.head.appendChild( aas );
			</script>

<script type="text/javascript">
	_atrk_opts = { atrk_acct:"nnBqk1aUy100E7", domain:"wnd.com",dynamic: true};
	(function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://certify-js.alexametrics.com/atrk.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(as, s); })();
	</script>
<noscript><img src="https://certify.alexametrics.com/atrk.gif?account=nnBqk1aUy100E7" style="display:none" height="1" width="1" alt="" /></noscript>

<meta property="fb:pages" content="119984188013847" />
<script type="text/javascript">!(function(o,n,t){t=o.createElement(n),o=o.getElementsByTagName(n)[0],t.async=1,t.src="https://calmcactus.com/v2bxlVYgfmBS0Q0hJWcJTDskRbVLCttqKoP9bvXwc_tFUDjZsRV50oiEJtqnYmDGl",o.parentNode.insertBefore(t,o)})(document,"script"),(function(o,n){o[n]=o[n]||function(){(o[n].q=o[n].q||[]).push(arguments)}})(window,"admiral");!(function(c,e,o,t,n){function r(o,t){(function n(){try{return 0<(localStorage.getItem("v4ac1eiZr0")||"").split(",")[4]}catch(o){}return!1})()&&(t=c[e].pubads())&&t.setTargeting("admiral-engaged","true")}(n=c[e]=c[e]||{}).cmd=n.cmd||[],typeof n.pubads===o?r():typeof n.cmd.unshift===o?n.cmd.unshift(r):n.cmd.push(r)})(window,"googletag","function");</script>
<script>
			window.admiral( "after", "transact.subscribed", function() {
				setCookie( 'ff_subbed', 1, 7 );
			} );

			window.admiral( "after", "transact.loggedOut", function() {
				setCookie( 'ff_subbed', '', -1 );
				location.reload();
			} );

			window.admiral( 'after', 'measure.detected', function( user ) {
				if ( user.subscribed == false ) {
					setCookie( 'ff_subbed', '', -1 );
				}
			} );
		</script>
<script defer src="https://users.api.jeeng.com/users/domains/kAG6RwElx1/sdk/"></script>
<script type="text/javascript">
		(function () {
		window.advBidxc = window.advBidxc || {};
		window.advBidxc.customerId = "8CUYW0S8R"; // Customer ID
		window.advBidxc.domain = window.location.hostname;
		window.advBidxc.version = 5.1;
		window.advBidxc.startTime = new Date().getTime();
		function loadScript(tagSrc) {
		var scriptTag = document.createElement('script'),
		placeTag = document.getElementsByTagName("script")[0];
		scriptTag.type = 'text/javascript';
		scriptTag.async = true;
		scriptTag.src = tagSrc;
		placeTag.parentNode.insertBefore(scriptTag, placeTag);}
		var mnSrc = 'https://hbx.media.net/bidexchange.js?cid=' +
		window.advBidxc.customerId +
		"&version=" + window.advBidxc.version + '&dn=' +
		window.advBidxc.domain;
		loadScript(mnSrc); })();
		</script>
<script data-cfasync="false" type="text/javascript">(function (a, c, s, u){'Insticator'in a || (a.Insticator={ad:{loadAd: function (b){Insticator.ad.q.push(b)}, q: []}, helper:{}, embed:{}, version: "4.0", q: [], load: function (t, o){Insticator.q.push({t: t, o: o})}}); var b=c.createElement(s); b.src=u; b.async=!0; var d=c.getElementsByTagName(s)[0]; d.parentNode.insertBefore(b, d)})(window, document, 'script', 'https://d3lcz8vpax4lo2.cloudfront.net/ads-code/888d9f08-6811-40ec-95fc-ac103c950648.js')</script><script async type="text/javascript" src="https://product.instiengage.com/product-loader-code/888d9f08-6811-40ec-95fc-ac103c950648.js"></script>
<ins class="fa48774b" data-key="5e627bd992dbdae24ffd61be47185d88"></ins>
<script async src="https://cdn77.aj2495.online/1e02c7fa.js"></script>
<style>.sponsor > div.fixed-size:not(.custom) > div.teads-inread { display: block; margin: auto; }</style>
<script>
			var ff_current_page = 1;
			var FF_REP_COUNT = -1;

			window.Adomik = window.Adomik || {};
			Adomik.randomAdGroup = function() {
				var rand = Math.random();
				switch (false) {
					case !(rand < 0.09): return "ad_ex" + (Math.floor(100 * rand));
					case !(rand < 0.10): return "ad_bc";
					default: return "ad_opt";
				}
			};

			function firefly_setTargeting() {
				googletag.pubads().setTargeting("Site", ["http://www.wnd.com"]);
				googletag.pubads().setTargeting("Tag", [""]);
				googletag.pubads().setTargeting("Category", [""]);

				googletag.pubads().setTargeting("URL", "/");
				googletag.pubads().setTargeting("GoogleCompliant", "true");

				if( typeof FIREFLY_AIRTV_RAND != 'undefined' && FIREFLY_AIRTV_RAND < 0.2 ) googletag.pubads().setTargeting("AIRTV", "true");

				['campaign','content','medium','source'].forEach( function( utm ) { googletag.pubads().setTargeting( 'utm_' + utm, getParameterByName( 'utm_' + utm ) ); } );
			}
			function firefly_size_list_to_max_wh( size_list ) {
				let max_wh = [0, 0];
				for( let i = 0; i < size_list.length; i++ ) {
					if( size_list[i][0] > max_wh[0] ) max_wh[0] = size_list[i][0];
					if( size_list[i][1] > max_wh[1] ) max_wh[1] = size_list[i][1];
				}
				return max_wh;
			}
		var FFADS = {"desktop_bidding_timeout":"1000","mobile_bidding_timeout":"950","lazy_load_threshold":"900","dfp_account_id":"101957818,22558655344","units":{"SA1":{"ad_type":"custom","custom_ads":[{"code":"<div id=\"M542038ScriptRootC1223681\"><\/div>\r\n<div id=\"M542038ScriptRootC1223682\"><\/div>\r\n","rendering_script":"document.getElementsByClassName('persistent-footer')[0].style.display = \"block\"\r\nif (screen.width > 728) {\r\n    var widgetID = '1223682'; \/\/  desktop widget\r\n} else {\r\n    var widgetID = '1223681'; \/\/  mobile widget\r\n}\r\nvar mcs = document.createElement( 'script' );\r\nmcs.async = 'async';\r\nmcs.src = 'https:\/\/jsc.mgid.com\/w\/n\/wnd.com.' + widgetID + '.js';\r\ndocument.body.appendChild( mcs );"}]},"BB1":{"ad_type":"custom","custom_ads":[{"code":"<div id=\"ld-7194-4055\"><\/div>","rendering_script":"(function(w,d,s,i){w.ldAdInit=w.ldAdInit||[];w.ldAdInit.push({slot:15366210459998054,size:[0, 0],id:\"ld-7194-4055\"});if(!d.getElementById(i)){var j=d.createElement(s),p=d.getElementsByTagName(s)[0];j.async=true;j.src=\"\/\/cdn2.decide.dev\/_js\/ajs.js\";j.id=i;p.parentNode.insertBefore(j,p);}})(window,document,\"script\",\"ld-ajs\");"}]},"HP1":{"ad_type":"custom","custom_ads":[{"code":"<ins class=\"fa48774b\" data-key=\"b01de1c83ef07e135462f1452d4b80fe\"><\/ins>","rendering_script":"EAS_HP1 = document.createElement(\"script\");\r\nEAS_HP1.async = \"async\";\r\nEAS_HP1.src = \"https:\/\/cdn77.aj2495.online\/1e02c7fa.js\";\r\n\/\/document.body.appendChild(EAS_HP1);\r\ndocument.getElementById(\"HP1\").appendChild(EAS_HP1);"}]},"HP2":{"ad_type":"custom","lazy_load":"yes","custom_ads":[{"code":"<div id=\"ld-815-7346\"><\/div>","rendering_script":"(function(w,d,s,i){w.ldAdInit=w.ldAdInit||[];w.ldAdInit.push({slot:14262843528681830,size:[0, 0],id:\"ld-815-7346\"});if(!d.getElementById(i)){var j=d.createElement(s),p=d.getElementsByTagName(s)[0];j.async=true;j.src=\"\/\/cdn2.lockerdomecdn.com\/_js\/ajs.js\";j.id=i;p.parentNode.insertBefore(j,p);}})(window,document,\"script\",\"ld-ajs\");"}]},"HP3":{"ad_type":"custom","lazy_load":"yes","custom_ads":[{"code":"<div id=\"widget-pl-218533\"\r\n    data-widget-placement\r\n    data-widget-host=\"habitat\"\r\n    data-endpoint=\"trends.revcontent.com\"\r\n    data-widget-id=\"218533\"\r\n    data-banner-size=\"970x250\"\r\n    ><\/div>","rendering_script":"<script src=\"https:\/\/assets.revcontent.com\/master\/delivery.js\" defer=\"defer\"><\/script>"}]},"HP4":{"ad_type":"custom","lazy_load":"yes","custom_ads":[{"code":"<div id=\"M542038ScriptRootC1177536\"><\/div>","rendering_script":"let mcs = document.createElement( 'script' );\r\nmcs.async = 'async';\r\nmcs.src = 'https:\/\/jsc.mgid.com\/w\/n\/wnd.com.1177536.js';\r\ndocument.body.appendChild( mcs );"}]},"SB1":{"ad_type":"dfp_prebid"},"SB2":{"ad_type":"dfp_prebid","lazy_load":"yes"},"SB3":{"ad_type":"dfp_prebid"},"SB4":{"ad_type":"dfp_prebid","lazy_load":"yes","size_mappings":[{"screen_width":"944","creative_sizes":[{"size":"300x250"},{"size":"1x1"}]}],"bidders":[{"name":"pubmatic","device_category":"desktop","adyoulike_placement":null,"amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":null,"consumable_networkid":null,"consumable_unitid":null,"consumable_unitname":null,"grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":"158410","pubmatic_adslot":"sb4_wnd","oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":null},{"name":"adyoulike","device_category":"desktop","adyoulike_placement":"024c1bc41e0668f0549ab4aa38fd03cf","amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":null,"consumable_networkid":null,"consumable_unitid":null,"consumable_unitname":null,"grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":null,"pubmatic_adslot":null,"oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":null},{"name":"yieldmo","device_category":"all","adyoulike_placement":null,"amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":null,"consumable_networkid":null,"consumable_unitid":null,"consumable_unitname":null,"grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":null,"pubmatic_adslot":null,"oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":"2576867806049935475"},{"name":"consumable","device_category":"desktop","adyoulike_placement":null,"amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":"2001086","consumable_networkid":"9969","consumable_unitid":"11118","consumable_unitname":"cnsmbl-audio-300x250-slider","grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":null,"pubmatic_adslot":null,"oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":null}]},"SB5":{"ad_type":"dfp_prebid","size_mappings":[{"screen_width":"1"}]},"HP5":{"ad_type":"custom","lazy_load":"yes","custom_ads":[{"code":"<div id=\"ld-6059-3828\"><\/div>","rendering_script":"(function(w,d,s,i){w.ldAdInit=w.ldAdInit||[];w.ldAdInit.push({slot:14262845978155366,size:[0, 0],id:\"ld-6059-3828\"});if(!d.getElementById(i)){var j=d.createElement(s),p=d.getElementsByTagName(s)[0];j.async=true;j.src=\"\/\/cdn2.lockerdomecdn.com\/_js\/ajs.js\";j.id=i;p.parentNode.insertBefore(j,p);}})(window,document,\"script\",\"ld-ajs\");"}]},"HP6":{"ad_type":"dfp_prebid","lazy_load":"yes","size_mappings":[{"screen_width":"1280","creative_sizes":[{"size":"970x250"},{"size":"970x90"},{"size":"728x90"},{"size":"300x250"},{"size":"336x280"}]},{"screen_width":"728","creative_sizes":[{"size":"728x90"},{"size":"468x60"},{"size":"300x250"},{"size":"336x280"}]},{"screen_width":"468","creative_sizes":[{"size":"320x100"},{"size":"320x50"},{"size":"300x250"},{"size":"336x280"}]},{"screen_width":"1","creative_sizes":[{"size":"300x250"},{"size":"320x100"},{"size":"320x50"}]}],"bidders":[{"name":"adyoulike","device_category":"all","adyoulike_placement":"f1393fa6bc619aae356412df59514e3f","amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":null,"consumable_networkid":null,"consumable_unitid":null,"consumable_unitname":null,"grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":null,"pubmatic_adslot":null,"oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":null},{"name":"pubmatic","device_category":"all","adyoulike_placement":null,"amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":null,"consumable_networkid":null,"consumable_unitid":null,"consumable_unitname":null,"grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":"158410","pubmatic_adslot":"hp6_wnd","oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":null},{"name":"yieldmo","device_category":"all","adyoulike_placement":null,"amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":null,"consumable_networkid":null,"consumable_unitid":null,"consumable_unitname":null,"grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":null,"pubmatic_adslot":null,"oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":"2576867806049935475"},{"name":"gumgum","device_category":"all","adyoulike_placement":null,"amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":null,"consumable_networkid":null,"consumable_unitid":null,"consumable_unitname":null,"grid_uid":null,"gumgum_inslot":"88411","pubmatic_publisherid":null,"pubmatic_adslot":null,"oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":null},{"name":"consumable","device_category":"desktop","adyoulike_placement":null,"amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":"2001086","consumable_networkid":"9969","consumable_unitid":"11102","consumable_unitname":"cnsmbl-audio-300x250-slider","grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":null,"pubmatic_adslot":null,"oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":null},{"name":"consumable","device_category":"mobile","adyoulike_placement":null,"amx_tagid":null,"connectad_siteid":null,"connectad_networkid":null,"consumable_siteid":"2001086","consumable_networkid":"9969","consumable_unitid":"11103","consumable_unitname":"cnsmbl-audio-300x250-slider","grid_uid":null,"gumgum_inslot":null,"pubmatic_publisherid":null,"pubmatic_adslot":null,"oftmedia_placementid":null,"sonobi_placement_id":null,"yieldlift_unitid":null,"yieldmo_placementid":null}]},"HP7":{"ad_type":"dfp_prebid"},"HP8":{"ad_type":"dfp_prebid"},"OOP":{"ad_type":"dfp_prebid"},"IC5":{"repeating":true}},"ad_type":"dfp_prebid","lazy_load":"yes","dfp_unit_path":"WND\/WND_Archive\/WND_Archive_Direct\/WND_Archive_Direct_","seller_id":"2019001","cat":"uncategorized"};

			FFADS.debug = function( msg ) {
				if( document.location.href.search( 'ffads_debug=true' ) !== -1 ) {
					if( typeof msg !== 'undefined' ) console.log( JSON.parse( JSON.stringify( msg ) ) );
					else console.log( 'undefined' );
				}
			}

			FFADS.content_order = ["OOP","SA1","BB1","HP1","HP2","HP3","HP4","HP5","HP6","HP7","HP8"];
			FFADS.sidebar_order = ["SB1","SB2","SB3","SB4","SB5"];

	  	

			for( let ad_unit in FFADS.units ) {
				if( ( FFADS.units[ad_unit].ad_type == 'dfp_prebid' || FFADS.units[ad_unit].ad_type == 'hybrid' || FFADS.units[ad_unit].ad_type == 'custom'  ) && FFADS.units[ad_unit].size_mappings ) {
					for( let i = 0; i < FFADS.units[ad_unit].size_mappings.length; i++ ) {
						if( window.innerWidth >= FFADS.units[ad_unit].size_mappings[i].screen_width ) {
							if( FFADS.units[ad_unit].size_mappings[i].creative_sizes ) {
								FFADS.units[ad_unit].sizes = FFADS.units[ad_unit].size_mappings[i].creative_sizes.map( function( sizeObj ) {
									return sizeObj.size.split( 'x' ).map( function( numString ) { return parseInt( numString ); } ); } );
									break;
							}
						}
					}
				}
			}

			let new_unit_obj = {};
			for( let i in FFADS.content_order ) {
				FFADS.debug( 'Checking if ' + FFADS.content_order[i] + ' is valid on this page' );
				let ad_unit = FFADS.content_order[i].split( '_' )[0];
				if( FFADS.units[ad_unit] && ( FFADS.units[ad_unit].ad_type == 'custom' || FFADS.units[ad_unit].sizes ) ) new_unit_obj[ad_unit] = FFADS.units[ad_unit];
				else {
					FFADS.debug( FFADS.content_order[i] + ' is not valid on this page. Removing it from content_order.' );
					FFADS.content_order[i] = false;
				}
			}
			FFADS.content_order = FFADS.content_order.filter( function( ad_unit ) { return ad_unit && FFADS.units[ad_unit.split( '_' )[0]].lazy_load; } );
			if( window.innerWidth >= 944 ) for( let i in FFADS.sidebar_order ) {
				FFADS.debug( 'Checking if ' + FFADS.sidebar_order[i] + ' is valid on this page' );
				if( FFADS.units[FFADS.sidebar_order[i]].ad_type == 'custom' || FFADS.units[FFADS.sidebar_order[i]].sizes ) new_unit_obj[FFADS.sidebar_order[i]] = FFADS.units[FFADS.sidebar_order[i]];
				else {
					FFADS.debug( FFADS.sidebar_order[i] + ' is not valid on this page. Removing it from sidebar_order.' );
					FFADS.sidebar_order[i] = false;
				}
			}
			FFADS.sidebar_order = FFADS.sidebar_order.filter( function( ad_unit ) { return ad_unit && FFADS.units[ad_unit].lazy_load; } );
			FFADS.units = new_unit_obj;

			FFADS.all_bidders = {"adyoulike":{"nicename":"Adyoulike","params":["placement"]},"amx":{"nicename":"AdaptMX","params":["tagId"]},"connectad":{"nicename":"ConnectAd","params":["siteId","networkId"]},"consumable":{"nicename":"Consumable","params":["siteId","networkId","unitId","unitName"]},"grid":{"nicename":"Grid","params":["uid"]},"gumgum":{"nicename":"GumGum","params":["inSlot"]},"pubmatic":{"nicename":"PubMatic","params":["publisherId","adSlot"]},"oftmedia":{"nicename":"One Fifty Two Media","params":["placementId"]},"sonobi":{"nicename":"Sonobi","params":["placement_id"]},"yieldlift":{"nicename":"YieldLift","params":["unitId"]},"yieldmo":{"nicename":"Yieldmo","params":["placementId"]}};

			FFADS.pb_units = [];
			for( let bidder in FFADS.all_bidders ) {
				FFADS.all_bidders[bidder].param_map = {};
				for( let param in FFADS.all_bidders[bidder].params ) {
					FFADS.all_bidders[bidder].param_map[FFADS.all_bidders[bidder].params[param].toLowerCase()] = FFADS.all_bidders[bidder].params[param];
				}
				for( let param in FFADS.all_bidders[bidder].array_params ) {
					FFADS.all_bidders[bidder].param_map[FFADS.all_bidders[bidder].array_params[param].toLowerCase()] = FFADS.all_bidders[bidder].array_params[param];
				}
			}
			for( let ad_unit in FFADS.units ) {
				FFADS.debug( ad_unit + ' type: ' + FFADS.units[ad_unit].ad_type );
				FFADS.debug( ad_unit + ' size mappings:' );
				FFADS.debug( FFADS.units[ad_unit].size_mappings );
				if( ( FFADS.units[ad_unit].ad_type == 'dfp_prebid' || FFADS.units[ad_unit].ad_type == 'hybrid' ) && FFADS.units[ad_unit].size_mappings ) {
					FFADS.debug( 'creating PB unit(s) for ' + ad_unit );
					let bids = [];
					for( let i in FFADS.units[ad_unit].bidders ) if(
						FFADS.units[ad_unit].bidders[i].device_category == 'all' ||
						FFADS.units[ad_unit].bidders[i].device_category == 'desktop' && window.innerWidth >= 944 ||
						FFADS.units[ad_unit].bidders[i].device_category == 'mobile' && window.innerWidth < 944
					) {
						let params = {};
						for( let param in FFADS.units[ad_unit].bidders[i] ) {
							if( param.search( FFADS.units[ad_unit].bidders[i].name.toLowerCase() + '_' ) === 0 ) {
								let param_name_lower = param.split( '_' ).splice( 1 ).join( '_' );
								let param_name = FFADS.all_bidders[FFADS.units[ad_unit].bidders[i].name].param_map[param_name_lower];
								if( typeof FFADS.units[ad_unit].bidders[i][param] == 'object' ) {
									params[param_name] = [];
									for( let j in FFADS.units[ad_unit].bidders[i][param] ) {
										params[param_name].push( parseInt( FFADS.units[ad_unit].bidders[i][param][j][param_name_lower] ) || FFADS.units[ad_unit].bidders[i][param][j][param_name_lower] );
									}
								}
								else params[param_name] = FFADS.units[ad_unit].bidders[i][param];
							}
						}
						bids.push( { bidder: FFADS.units[ad_unit].bidders[i].name.replace( 'ttacross', '33across' ), params: params } );
					}

					if( FFADS.units[ad_unit].repeating ) for( let i = 0; i < FF_REP_COUNT; i++ ) FFADS.pb_units.push( {
						mediaTypes: {
							banner: {
								sizes: FFADS.units[ad_unit].sizes
							}
						},
						bids: bids,
						code: 'REP_' + i
					} );
		  			else if( FFADS.units[ad_unit].rep_count ) for( let i = 0; i < FFADS.units[ad_unit].rep_count; i++ ) FFADS.pb_units.push( {
						mediaTypes: {
							banner: {
								sizes: FFADS.units[ad_unit].sizes
							}
						},
						bids: bids,
						code: ad_unit + '_' + i
					} );
					else FFADS.pb_units.push( {
						mediaTypes: {
							banner: {
								sizes: FFADS.units[ad_unit].sizes
							}
						},
						bids: bids,
						code: ad_unit
					} );
				}

				FFADS.units[ad_unit].instances = {};
				if( FFADS.units[ad_unit].repeating ) for( let i = 0; i < FF_REP_COUNT; i++ ) FFADS.units[ad_unit].instances['REP_' + i] = {};
				else if( FFADS.units[ad_unit].rep_count ) for( let i = 0; i < FFADS.units[ad_unit].rep_count; i++ ) FFADS.units[ad_unit].instances[ad_unit + '_' + i] = {};
				else FFADS.units[ad_unit].instances[ad_unit] = {};
			}

			FFADS.prebid_timeout = window.innerWidth > 943 ? FFADS.desktop_bidding_timeout : FFADS.mobile_bidding_timeout;

			FFADS.get_unit_path = function( ad_unit ) {
				let path = '/' + ( this.dfp_account_id || 101957818 ) + '/';

				if ( this.dfp_unit_path ) {
					path += this.dfp_unit_path + ad_unit;
				} else {
					path += ad_unit + '_' + ( this.custom_unit_code || 'WND' );
				}

				if ( typeof this.use_sx_units != 'undefined' && this.use_sx_units == 'yes' ) {
					path += window.innerWidth > 943 ? '_LGSX' : '_SMSX';
				}

				return path;
			}
			FFADS.pbjs_bids_back = function() {
				FFADS.debug( 'PB bids back for initial units' );
				FFADS.pbjs_ready = true;
				if( FFADS.a9_ready ) return sendInitialAdserverRequest();
			}
			FFADS.render_ad = function( ad_unit, div_id = false ) {
				div_id = div_id || ad_unit;
				this.debug( 'refreshing ' + ad_unit + ' into #' + div_id );
				this.units[ad_unit].instances[div_id].displayed = true;
				if( this.units[ad_unit].ad_type == 'custom' ) eval( this.units[ad_unit].custom_ads[0].rendering_script );
				else googletag.cmd.push( this.request_bids.bind( this, ad_unit, div_id ) );
			}
			FFADS.request_bids = function( ad_unit, div_id = false ) {
				div_id = div_id || ad_unit;

				this.debug( 'requesting bids for ' + ad_unit + ' in #' + div_id );

				FFADS.units[ad_unit].instances[div_id].gt_slot = googletag.defineSlot( this.get_unit_path( ad_unit ), this.units[ad_unit].sizes, div_id ).setTargeting( 'ad_group', Adomik.randomAdGroup() ).setTargeting( 'ad_h', (new Date).getUTCHours().toString() ).addService( googletag.pubads() );
				window['firefly_pbjs_ready' + div_id] = false, window['firefly_a9_ready' + div_id] = false;

				pbjs.requestBids( {
					bidsBackHandler: firefly_pbjs_bids_back_single.bind( null, ad_unit, div_id ),
					adUnitCodes:     [div_id]
				} );

				setTimeout( sendSingleAdserverRequest.bind( FFADS, ad_unit, div_id ), FFADS.prebid_timeout );

				apstag.fetchBids(
					{
						slots: [
							{
								slotID:   div_id,
								slotName: this.get_unit_path( ad_unit ),
								sizes:    this.units[ad_unit].sizes
							}
						]
					},
					firefly_a9_bids_back_single.bind( null, ad_unit, div_id )
				);
			};

			FFADS.lazy_load_check = function() {
				FFADS.debug( 'checking lazy load' );

				let wnhc_j = jQuery( '#wj-network-header-container' + ( window.innerWidth < 944 ? ', .jw-above-container.stuck:not( .never-stick ) .jw-sticky-container' : '' ) ).last();
				let wnhc = wnhc_j.length ? wnhc_j.offset().top + wnhc_j.outerHeight() : 0;
				FFADS.debug( 'WNHC bottom is ' + wnhc );
				let slide_units = document.querySelectorAll( '.sponsor > div.fixed-size.sliding > div' );
				for( let i = 0; i < slide_units.length; i++ ) {
					FFADS.debug( 'checking margin for' );
					FFADS.debug( slide_units[i] );
					if( ! slide_units[i].firstElementChild ) break;
					this_unit_j = jQuery( slide_units[i] );
					let max_margin = slide_units[i].parentElement.offsetHeight - slide_units[i].firstElementChild.offsetHeight;
					FFADS.debug( 'max margin is ' + max_margin );
					let distance = wnhc - this_unit_j.parent().offset().top;
					if( distance > max_margin ) {
						slide_units[i].style.position = 'static';
						slide_units[i].style.paddingTop = max_margin + 'px';
					}
					else if( distance < 0 ) {
						slide_units[i].style.position = 'static';
						slide_units[i].style.paddingTop = '0px';
					}
					else if( slide_units[i].style.position != 'fixed' ) {
						slide_units[i].style.left = jQuery( slide_units[i].firstChild ).offset().left + 'px';
						slide_units[i].style.position = 'fixed';
						slide_units[i].style.paddingTop = '0px';
						slide_units[i].style.top = jQuery( '#wpadminbar' ).outerHeight() + jQuery( '#wj-network-header-container' ).outerHeight() + ( window.innerWidth < 944 ? jQuery( '.jw-above-container.stuck:not( .never-stick ) .jw-sticky-container' ).outerHeight() : 0 ) + 'px';
					}
				}

				for( let i = 0; i < FFADS.content_order.length; i++ ) {
					let ad_unit_id = FFADS.content_order[i];
					let ad_unit = ad_unit_id.split( '_' )[0];
					if( ! FFADS.units[ad_unit].repeating ) {
						if( checkAlmostVisible( document.getElementById( ad_unit_id ), FFADS.lazy_load_threshold ) ) {
							FFADS.debug( ad_unit_id + ' is almost visible' );
							FFADS.content_order.splice( i--, 1 ); // splice first in case render_ad fails, decrement i to account for item removed
							FFADS.render_ad( ad_unit, ad_unit_id );
						}
					}
					else for( var j = 0; j < FF_REP_COUNT; j++ ) {
						let div_id = 'REP_' + j;
						if( ! FFADS.units[ad_unit].instances[div_id].displayed ) {
							if( checkAlmostVisible( document.getElementById( div_id ), FFADS.lazy_load_threshold ) ) {
								FFADS.debug( div_id + ' is almost visible' );
								if( j == FF_REP_COUNT - 1 ) FFADS.content_order.splice( i, 1 ); // splice first in case render_ad fails
								FFADS.render_ad( ad_unit, div_id );
							}
							else break;
						}
					}
				}

				if( typeof ffsid != 'undefined' && ! FFADS.comments_displayed && checkAlmostVisible( document.getElementById( 'respond' ), FFADS.lazy_load_threshold ) ) {
					var ffrespond = document.getElementById( 'respond' );
					var simscript1 = document.createElement( 'script' );
					var simscript2 = document.createElement( 'script' );
					simscript1.async = simscript2.async = 'async';
					simscript1.type = simscript2.type = 'text/javascript';
					simscript1.src = 'https://recirculation.spot.im/spot/' + ffsid;
					simscript2.src = 'https://launcher.spot.im/spot/' + ffsid;
					simscript2.dataset.spotimModule = 'spotim-launcher';
					simscript2.dataset.postUrl = simscript2.dataset.facebookUrl = ffsurl;
					simscript2.dataset.postId = ffspid;
					ffrespond.appendChild( simscript1 );
					ffrespond.appendChild( simscript2 );
					FFADS.comments_displayed = true;
				}

				if( typeof disqus_config != 'undefined' && ! FFADS.comments_displayed && checkAlmostVisible( document.getElementById( 'disqus_thread'), FFADS.lazy_load_threshold ) ) {
					var d = document, s = d.createElement("script");
					s.src = "https://" + firefly_disqus_domain + ".disqus.com/embed.js";
					s.setAttribute("data-timestamp", +new Date());
					(d.head || d.body).appendChild(s);
					FFADS.comments_displayed = true;
				}

				if( window.innerWidth > 943 ) for( let i = 0; i < FFADS.sidebar_order.length; i++ ) {
					let ad_unit_code = FFADS.sidebar_order[i];
					if( checkAlmostVisible( document.getElementById( ad_unit_code ), FFADS.lazy_load_threshold ) ) {
						FFADS.debug( ad_unit_code + ' is almost visible' );
						FFADS.sidebar_order.splice( i, 1 );
						FFADS.render_ad( ad_unit_code );
					}
					else break;
				}
			}
			
			FFADS.comments_displayed = false;

			var pbjs = pbjs || {};
			pbjs.que = pbjs.que || [ function() { FFADS.debug( 'pbjs.que starting' ); } ];

			pbjs.que.push(function() {
				pbjs.enableAnalytics( [
					{
						provider: 'adagio'
					}
				] );

				pbjs.setConfig( {
					priceGranularity: "high",
					userSync: {
						iframeEnabled: true,
						filterSettings: {
							iframe: {
								bidders: ['nobid','pubmatic', 'consumable', 'connectad'],
								filter: 'include'
							}
						}
					}
				} );

				if( typeof PWT !== 'undefined' && typeof PWT.getUserIds == "function" ) {
					FFADS.pb_units.forEach( function( adUnit ) {
						adUnit.bids.forEach( function( bid ) {
							bid["userId"] = PWT.getUserIds();
							bid["userIdAsEids"] = owpbjs.getUserIdsAsEids();
						} );
					} );
				} else {
					FFADS.debug( 'PWT not ready in time' );
				}

				FFADS.debug( 'adding units to PB' );
				FFADS.debug( FFADS.pb_units );
				pbjs.addAdUnits( FFADS.pb_units );
				let adUnitCodes = [];
				for( let ad_unit in FFADS.units ) if( ! FFADS.units[ad_unit].lazy_load ) adUnitCodes.push( ad_unit );
				FFADS.debug( 'requesting PB bids for initial units' );
				pbjs.requestBids({
					bidsBackHandler: FFADS.pbjs_bids_back,
					adUnitCodes:     adUnitCodes
				});
			});

			function sendInitialAdserverRequest() {
				if( FFADS.initialAdserverRequestSent ) return;
				FFADS.initialAdserverRequestSent = true;

				FFADS.debug( 'queuing DFP request for initial units' );

				googletag.cmd.push(function() {
					pbjs.que.push(function() {
						FFADS.debug( 'sending DFP request for initial units' );

						let adUnitCodes = [];
						let dfpAdUnits = [];
						for( let ad_unit in FFADS.units ) if( ! FFADS.units[ad_unit].lazy_load ) {
							if( FFADS.units[ad_unit].ad_type == 'hybrid' ) {
								let pb_bid = pbjs.getHighestCpmBids( ad_unit );
								pb_bid = pb_bid.length ? pb_bid[0].cpm : 0;
								FFADS.debug( 'Prebid bid ' + pb_bid + ' for ' + ad_unit );

								if( pb_bid < FFADS.units[ad_unit].custom_ads[0].cpm ) {
									FFADS.debug( 'Custom code won for ' + ad_unit );
									let el = false;
									if( el = document.getElementById( ad_unit ) ) {
										el.innerHTML = FFADS.units[ad_unit].custom_ads[0].code;
										eval( FFADS.units[ad_unit].custom_ads[0].rendering_script );
									}
									else FFADS.debug( 'failed to render custom code in ' + ad_unit + ' since the unit is not on this page' );
									continue;
								}
							}

							adUnitCodes.push( ad_unit );
							dfpAdUnits.push( FFADS.units[ad_unit].instances[ad_unit].gt_slot );
						}

						pbjs.setTargetingForGPTAsync( adUnitCodes );
						apstag.setDisplayBids();

						googletag.pubads().refresh( dfpAdUnits );
					});
				});
			}

			FFADS.debug( 'scheduling DFP request for initial units' );
			setTimeout( function() {
				sendInitialAdserverRequest();
			}, FFADS.prebid_timeout );

			if( ! getCookie( 'ff_subbed' ) ) {
				(function () {
					var gads = document.createElement('script');
					gads.async = true;
					gads.type = 'text/javascript';
					var useSSL = 'https:' == document.location.protocol;
					gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
					var node = document.getElementsByTagName('script')[0];
					node.parentNode.insertBefore(gads, node);
				})();
			}

			var googletag = googletag || {};
			googletag.cmd = googletag.cmd || [ function() { FFADS.debug( 'googletag.cmd starting' ); } ];

			googletag.cmd.push( function() {
				googletag.pubads().disableInitialLoad();

				for( let ad_unit in FFADS.units ) if( ! FFADS.units[ad_unit].lazy_load && ( FFADS.units[ad_unit].ad_type == 'dfp_prebid' || FFADS.units[ad_unit].ad_type == 'hybrid' ) ) {
					FFADS.debug( 'defining slot for ' + ad_unit + ' #' + ad_unit );
					FFADS.units[ad_unit].instances[ad_unit].gt_slot = googletag.defineSlot( FFADS.get_unit_path( ad_unit ), FFADS.units[ad_unit].sizes, ad_unit ).setTargeting( 'ad_group', Adomik.randomAdGroup() ).setTargeting( 'ad_h', (new Date).getUTCHours().toString() ).addService( googletag.pubads() );
				}

				googletag.pubads().enableSingleRequest();
				firefly_setTargeting();
				googletag.pubads().setCentering(true);
				googletag.enableServices();
			} );

			function sendSingleAdserverRequest( ad_unit, div_id = false ) {
				div_id = div_id || ad_unit;
				if( FFADS.units[ad_unit].instances[div_id].adserverRequestSent ) return;
				FFADS.units[ad_unit].instances[div_id].adserverRequestSent = true;

				if( FFADS.units[ad_unit].ad_type == 'hybrid' ) {
					let pb_bid = pbjs.getHighestCpmBids( div_id );
					pb_bid = pb_bid.length ? pb_bid[0].cpm : 0;
					FFADS.debug( 'Prebid bid ' + pb_bid + ' for #' + div_id );

					if( pb_bid < FFADS.units[ad_unit].custom_ads[0].cpm ) {
						FFADS.debug( 'Custom code won for #' + div_id );
						document.getElementById( div_id ).innerHTML = FFADS.units[ad_unit].custom_ads[0].code;
						eval( FFADS.units[ad_unit].custom_ads[0].rendering_script );
						return;
					}
				}

				apstag.setDisplayBids();
				pbjs.setTargetingForGPTAsync( [div_id] );
				FFADS.debug( 'sending DFP request for ' + ad_unit + ' #' + div_id );
				googletag.pubads().refresh( [FFADS.units[ad_unit].instances[div_id].gt_slot] );
			}

			function firefly_pbjs_bids_back_single( ad_unit, div_id = false ) {
				div_id = div_id || ad_unit;
				FFADS.debug( 'PB bids back for ' + ad_unit + ' #' + div_id );

				window['firefly_pbjs_ready' + ad_unit] = true;
				if( window['firefly_a9_ready' + ad_unit] ) return sendSingleAdserverRequest( ad_unit, div_id );
			}

			function firefly_a9_bids_back_single( ad_unit, div_id = false ) {
				div_id = div_id || ad_unit;
				FFADS.debug( 'A9 bids back for ' + ad_unit + ' #' + div_id );

				window['firefly_a9_ready' + ad_unit] = true;
				if( window['firefly_pbjs_ready' + ad_unit] ) return sendSingleAdserverRequest( ad_unit, div_id );
			}

			!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");

			apstag.init({
				pubID: 'da224ee9-07c8-4a80-87e4-528df4ac939e',
				adServer: 'googletag',
				bidTimeout: FFADS.prebid_timeout,
				schain: {
					complete: 1,
					ver: '1.0',
					nodes: [
						{
							asi: 'fireflyengagement.com',
							sid: FFADS.seller_id,
							hp: 1
						}
					]
				}
			});

			var a9_slot_arr = [];

			for( var ad_unit in FFADS.units ) {
				if( 'WP1' !== ad_unit && 'OOP' !== ad_unit && FFADS.units[ad_unit].sizes && ! FFADS.units[ad_unit].lazy_load ) var a9_slot_arr = a9_slot_arr.concat( [ {
					slotID:   ad_unit,
					slotName: FFADS.get_unit_path( ad_unit ),
					sizes:    FFADS.units[ad_unit].sizes
				} ] );
			};

			FFADS.debug( 'requesting A9 bids for initial units' );
			apstag.fetchBids( { slots: a9_slot_arr },
				function( bids ) {
					FFADS.debug( 'A9 bids back for initial units' );
					FFADS.a9_ready = true;
					if( FFADS.pbjs_ready ) return sendInitialAdserverRequest();
				}
			);
		</script>
<meta name="author" content="WND Staff">
<meta property="fb:app_id" content="841007429350325" />
<meta name="twitter:dnt" content="on">

<script>
			var _comscore = _comscore || [];
			_comscore.push({ c1: "2", c2: "20480112" });
			(function() {
				var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
				s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
				el.parentNode.insertBefore(s, el);
			})();
			</script>
<noscript>
			<img src="http://b.scorecardresearch.com/p?c1=2&c2=20480112&cv=2.0&cj=1" />
			</noscript>

<link rel="icon" href="https://www.wnd.com/wp-content/uploads/2019/08/220131305714_a44dc238e2d98fc82ebb_34.jpg" sizes="32x32" />
<link rel="icon" href="https://www.wnd.com/wp-content/uploads/2019/08/220131305714_a44dc238e2d98fc82ebb_34.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.wnd.com/wp-content/uploads/2019/08/220131305714_a44dc238e2d98fc82ebb_34.jpg" />
<meta name="msapplication-TileImage" content="https://www.wnd.com/wp-content/uploads/2019/08/220131305714_a44dc238e2d98fc82ebb_34.jpg" />
</head>
<body class="home page-template page-template-firefly-builder-template page-template-firefly-builder-template-php page page-id-84458 header-full-width full-width-content genesis-breadcrumbs-hidden" itemscope itemtype="https://schema.org/WebPage"><div id="fb-root"></div>
<script>
			  // initializing facebook
			  window.fbAsyncInit = function() {
			    FB.init({
			      appId      : "",
			      cookie     : true,  // enable cookies to allow the server to access
			                          // the session
			      xfbml      : true,  // parse social plugins on this page
			      version    : ""
			    });
			  };

			  // Load the SDK asynchronously
			  (function(d, s, id) {
			    var js, fjs = d.getElementsByTagName(s)[0];
			    if (d.getElementById(id)) return;
			    js = d.createElement(s); js.id = id;
			    js.src = "https://connect.facebook.net/en_US/sdk.js";
			    fjs.parentNode.insertBefore(js, fjs);
			  }(document, "script", "facebook-jssdk"));
			  </script>

<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-K3K9VP"
			height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

<div class="site-container">
<div id="wnd-header">
<div id="wnd-header-container">
<a class="wnd-logo-link" href="https://www.wnd.com">
<img class="wnd-logo-img" src="https://www.wnd.com/wp-content/plugins/wnd-functionality/assets/images/wnd.svg">
</a>
<span class="wnd-logo-text">A Free Press for a Free People - Since 1997</span>
<div class="help-menu">
<a href="https://www.wnd.com/help-wnd/">
HOW TO HELP WND
</a>
</div>
<a class="wnd-subscribe-link-text" href="https://superstore.wnd.com/whistleblower/">
<ul class="wnd-subscribe-text">
<li>TRUTHFUL.</li>
<li>INDEPENDENT.</li>
<li>FEARLESS.</li>
<li id="wnd-subscribe-now">SUBSCRIBE NOW.</li>
</ul>
</a>
<a class="wnd-subscribe-link-img" href="https://superstore.wnd.com/whistleblower/">
<img class="wnd-subscribe-img" src="https://cdn11.bigcommerce.com/s-df19ge4lyd/images/stencil/500x659/products/29238/6929/wb-072022-COVER__28848.1658821638.jpg?c=2" onerror="this.style.display='none'">
</a>
<div id="wnd-main-navigation-container">
<div id="ff-top-login" class="ff-admiral-button" onclick="window.admiral( 'show', 'transact.login' );">LOGIN</div>
<div id="ff-top-manage" class="ff-admiral-button" style="display: none;" onclick="window.admiral( 'show', 'transact.manage' );">MANAGE</div>
<div class="wnd-admiral-or">|</div>
<div id="ff-top-sub" class="ff-admiral-button button-promo">
<a href="https://www.wnd.com/join/?adm_source=header-m">READ WND AD FREE!</a>
</div>
</div>
<div class="wnd-menu icon">
<div onclick="
						var menu = document.getElementById('wnd-menu-container');
						if (menu.style.display === 'block') {
							menu.style.display = 'none';
							document.querySelector( 'html' ).style.overflowY = 'scroll';
							document.querySelector( '.wnd-menu .icon-menu' ).style.display = 'block';
							document.querySelector( '.wnd-menu .icon-close' ).style.display = 'none';
						} else {
							menu.style.display = 'block';
							document.querySelector( 'html' ).style.overflowY = 'hidden';
							document.querySelector( '.wnd-menu .icon-menu' ).style.display = 'none';
							document.querySelector( '.wnd-menu .icon-close' ).style.display = 'block';
						}
					">
<i class="icon-menu"></i>
<i class="icon-close"></i>
</div>
</div>
</div>
<div id="wnd-menu-container">
<div id="ff-admiral-buttons-menu">
<div class="help-menu-mobile">
<a href="https://www.wnd.com/help-wnd/">
HOW TO HELP WND
</a>
</div>
<div class="wnd-admiral-or">|</div>
<div id="ff-top-mobile-login" class="ff-admiral-button" onclick="window.admiral( 'show', 'transact.login' );">LOGIN</div>
<div id="ff-top-mobile-manage" style="display: none;" class="ff-admiral-button" onclick="window.admiral( 'show', 'transact.manage' );">MANAGE</div>
<div class="wnd-admiral-or">|</div>
<div id="ff-top-mobile-sub" class="ff-admiral-button"><a href="https://www.wnd.com/join/?adm_source=header-m">READ WND AD FREE!</a></div>
</div>
<form class="search-form" method="get" action="https://www.wnd.com/" role="search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search WND" itemprop="query-input"><input class="search-form-submit" type="submit" value="Search"><meta content="https://www.wnd.com/?s={s}" itemprop="target"></form><div class="menu-top-menu-container"><ul id="menu-top-menu" class="menu"><li id="menu-item-91516" class="top front-page front menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-84458 current_page_item menu-item-has-children menu-item-91516"><a href="https://www.wnd.com/" aria-current="page" data-type="subnavigation" data-name="Frontpage">Frontpage</a>
<ul class="sub-menu">
<li id="menu-item-83359" class="sub-link politics menu-item menu-item-type-taxonomy menu-item-object-category menu-item-83359"><a href="https://www.wnd.com/category/front-page/politics/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Politics"><i></i>Politics</a></li>
<li id="menu-item-88894" class="sub-link us national menu-item menu-item-type-taxonomy menu-item-object-category menu-item-88894"><a href="https://www.wnd.com/category/front-page/us/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;U.S."><i></i>U.S.</a></li>
<li id="menu-item-85478" class="sub-link world menu-item menu-item-type-taxonomy menu-item-object-category menu-item-85478"><a href="https://www.wnd.com/category/front-page/world/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;World"><i></i>World</a></li>
<li id="menu-item-88325" class="sub-link faith religion menu-item menu-item-type-taxonomy menu-item-object-category menu-item-88325"><a href="https://www.wnd.com/category/front-page/faith/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Faith"><i></i>Faith</a></li>
<li id="menu-item-88326" class="sub-link health menu-item menu-item-type-taxonomy menu-item-object-category menu-item-88326"><a href="https://www.wnd.com/category/front-page/health/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Health"><i></i>Health</a></li>
<li id="menu-item-83375" class="top entertainment diversions menu-item menu-item-type-taxonomy menu-item-object-category menu-item-83375"><a href="https://www.wnd.com/category/diversions/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Diversions"><i></i>Diversions</a></li>
<li id="menu-item-88324" class="sub-link education menu-item menu-item-type-taxonomy menu-item-object-category menu-item-88324"><a href="https://www.wnd.com/category/front-page/education/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Education"><i></i>Education</a></li>
</ul>
</li>
<li id="menu-item-83365" class="sub-link commentary menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-83365"><a href="https://www.wnd.com/category/opinion/commentary/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Commentary"><i></i>Commentary</a>
<ul class="sub-menu">
<li id="menu-item-83382" class="sub-link cartoons opinion menu-item menu-item-type-taxonomy menu-item-object-category menu-item-83382"><a href="https://www.wnd.com/category/opinion/cartoons/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Cartoons"><i></i>Cartoons</a></li>
<li id="menu-item-4911500" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4911500"><a href="https://www.wnd.com/category/opinion/emails-to-the-editor/" data-type="subnavigation" data-name="Email to the Editor">Email to the Editor</a></li>
<li id="menu-item-99181" class="sub-link commentators opinion menu-item menu-item-type-post_type menu-item-object-page menu-item-99181"><a href="https://www.wnd.com/commentators/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Commentator Lineup"><i></i>Commentator Lineup</a></li>
</ul>
</li>
<li id="menu-item-83369" class="top money menu-item menu-item-type-taxonomy menu-item-object-category menu-item-83369"><a href="https://www.wnd.com/category/money/" data-type="subnavigation" data-name="Money">Money</a></li>
<li id="menu-item-83393" class="top super main-link menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-83393"><a target="_blank" rel="noopener" href="http://superstore.wnd.com/" data-type="subnavigation" data-name="Superstore">Superstore</a>
<ul class="sub-menu">
<li id="menu-item-1285395" class="sub-link menu-item menu-item-type-custom menu-item-object-custom menu-item-1285395"><a target="_blank" rel="noopener" href="http://superstore.wnd.com/department/books" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Books"><i></i>Books</a></li>
<li id="menu-item-1285405" class="sub-link menu-item menu-item-type-custom menu-item-object-custom menu-item-1285405"><a target="_blank" rel="noopener" href="http://superstore.wnd.com/department/movies" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Movies"><i></i>Movies</a></li>
<li id="menu-item-1285415" class="sub-link menu-item menu-item-type-custom menu-item-object-custom menu-item-1285415"><a target="_blank" rel="noopener" href="http://superstore.wnd.com/department/magazines" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Magazines"><i></i>Magazines</a></li>
<li id="menu-item-2683285" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2683285"><a target="_blank" rel="noopener" href="https://superstore.wnd.com/health-2/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Health"><i></i>Health</a></li>
<li id="menu-item-4848510" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4848510"><a href="https://superstore.wnd.com/gifts/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Gifts"><i></i>Gifts</a></li>
<li id="menu-item-2683295" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2683295"><a target="_blank" rel="noopener" href="http://superstore.wnd.com/department/preparedness" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Preparedness"><i></i>Preparedness</a></li>
<li id="menu-item-2683315" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2683315"><a target="_blank" rel="noopener" href="http://superstore.wnd.com/department/patriotic" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Patriotic"><i></i>Patriotic</a></li>
<li id="menu-item-2683355" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2683355"><a target="_blank" rel="noopener" href="https://superstore.wnd.com/support-wnd-donation/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Support WND"><i></i>Support WND</a></li>
<li id="menu-item-4848511" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4848511"><a href="https://superstore.wnd.com/surviving-the-cancel-culture/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;Surviving the Cancel Culture"><i></i>Surviving the Cancel Culture</a></li>
<li id="menu-item-4848512" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4848512"><a href="https://superstore.wnd.com/5-and-below/" data-type="subnavigation" data-name="&lt;i&gt;&lt;/i&gt;$5 and Below"><i></i>$5 and Below</a></li>
</ul>
</li>
<li id="menu-item-4759824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4759824"><a href="https://www.wnd.com/contact-wnd/" data-type="subnavigation" data-name="Contact WND">Contact WND</a>
<ul class="sub-menu">
<li id="menu-item-4976014" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4976014"><a href="https://www.wnd.com/about-wnd/" data-type="subnavigation" data-name="About WND">About WND</a></li>
<li id="menu-item-4810552" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810552"><a href="https://www.wnd.com/whos-who-at-wnd/" data-type="subnavigation" data-name="Who&#039;s Who at WND">Who's Who at WND</a></li>
<li id="menu-item-4846785" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4846785"><a href="https://www.wnd.com/privacy-policy/" data-type="subnavigation" data-name="Privacy Policy">Privacy Policy</a></li>
<li id="menu-item-4989102" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4989102"><a href="https://www.wnd.com/accessibility-statement/" data-type="subnavigation" data-name="Accessibility Statement">Accessibility Statement</a></li>
</ul>
</li>
<li id="menu-item-4774081" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4774081"><a href="https://www.wnd.com/newsletter-subscription/" data-type="subnavigation" data-name="Subscribe">Subscribe</a></li>
<li id="menu-item-4908228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4908228"><a href="https://www.wnd.com/advertise-wnd/" data-type="subnavigation" data-name="Advertise on WND">Advertise on WND</a></li>
</ul></div>
</div>
</div>
<div class="site-inner"><div class="wrap"><div class="content-sidebar-wrap"><main class="content"><article class="post-84458 page type-page status-publish entry" aria-label="Home"><header class="entry-header"></header><div class="entry-content">
<div id="fhe-content" class="fhe-edit-hide"><div id="fhe-section-0" class="manual"><div class="fhe-section fhe-section-doomsday">
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-custom-code">
<style>#fhe-section-0{display:none}</style>
</div>
</div>
</div></div>
</div></div><div id="fhe-section-1" class="manual"><h2 class="fhe-section-title" style="background: #000000;">FEATURED NEWS</h2><div class="fhe-section fhe-section-biggiesmalls">
<div class="fhe-row"><div class="fhe-col-67">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/majority-regard-fbi-bidens-personal-gestapo/"><img width="600" height="300" class="attachment-be_large size-be_large wp-image-2546425 wp-post-image" alt="" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" srcset="https://www.wnd.com/wp-content/uploads/2015/10/Nazis.jpg 600w, https://www.wnd.com/wp-content/uploads/2015/10/Nazis-300x150.jpg 300w, https://www.wnd.com/wp-content/uploads/2015/10/Nazis-340x170.jpg 340w, https://www.wnd.com/wp-content/uploads/2015/10/Nazis-126x63.jpg 126w, https://www.wnd.com/wp-content/uploads/2015/10/Nazis-172x86.jpg 172w" src="https://www.wnd.com/wp-content/uploads/2015/10/Nazis.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/majority-regard-fbi-bidens-personal-gestapo/" style="--fhe-font-modifier: 24px;">Majority regard FBI as<br>Biden's 'personal Gestapo'</a></div>
<div class="fhe-excerpt">
<a href="https://www.wnd.com/2022/08/majority-regard-fbi-bidens-personal-gestapo/">Poll of likely voters follows bureau's raid of Trump's estate</a>
</div>
</div></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/yes-doctors-performing-sex-change-surgeries-kids/"><img width="600" height="300" class="attachment-be_large size-be_large wp-image-352007 wp-post-image" alt="" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" srcset="https://www.wnd.com/wp-content/uploads/2013/01/130121doctorscalpel.jpeg 600w, https://www.wnd.com/wp-content/uploads/2013/01/130121doctorscalpel-300x150.jpg 300w, https://www.wnd.com/wp-content/uploads/2013/01/130121doctorscalpel-340x170.jpg 340w" src="https://www.wnd.com/wp-content/uploads/2013/01/130121doctorscalpel.jpeg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/yes-doctors-performing-sex-change-surgeries-kids/" style="--fhe-font-modifier: 2px;">Yes, doctors are performing sex-change surgeries on kids</a></div></div></div>
</div>
</div>
</div></div>
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/ex-cia-director-republicans-dangerous-political-group-ever/"><img width="600" height="338" class="attachment-be_large size-be_large wp-image-5018651 wp-post-image" alt="(Photo by Joe Kovacs)" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" srcset="https://www.wnd.com/wp-content/uploads/2022/07/hats-donald-trump-2024-the-sequel-republicans-elections-jk.jpg 600w, https://www.wnd.com/wp-content/uploads/2022/07/hats-donald-trump-2024-the-sequel-republicans-elections-jk-300x169.jpg 300w, https://www.wnd.com/wp-content/uploads/2022/07/hats-donald-trump-2024-the-sequel-republicans-elections-jk-105x59.jpg 105w" src="https://www.wnd.com/wp-content/uploads/2022/07/hats-donald-trump-2024-the-sequel-republicans-elections-jk.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/ex-cia-director-republicans-dangerous-political-group-ever/" style="--fhe-font-modifier: 2px;">Ex-CIA director: Republicans are the most 'dangerous' political group ever</a></div></div></div>
</div>
</div>
</div></div>
</div></div>
<div class="fhe-row"><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/college-student-makes-100-million-betting-meme-stock/"><img width="600" height="300" class="attachment-be_large size-be_large wp-image-3474854 wp-post-image" alt="" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" srcset="https://www.wnd.com/wp-content/uploads/2016/07/Bags-of-money.jpg 600w, https://www.wnd.com/wp-content/uploads/2016/07/Bags-of-money-300x150.jpg 300w, https://www.wnd.com/wp-content/uploads/2016/07/Bags-of-money-340x170.jpg 340w, https://www.wnd.com/wp-content/uploads/2016/07/Bags-of-money-126x63.jpg 126w, https://www.wnd.com/wp-content/uploads/2016/07/Bags-of-money-172x86.jpg 172w" src="https://www.wnd.com/wp-content/uploads/2016/07/Bags-of-money.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/college-student-makes-100-million-betting-meme-stock/" style="--fhe-font-modifier: 2px;">College student makes over $100 million betting on meme stock</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-cell ">
 <div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/gov-desantis-bidens-irs-expansion-middle-finger-americans/"><img width="600" height="340" class="attachment-be_large size-be_large wp-image-4959470 wp-post-image" alt="Gov. Ron DeSantis, R-Fla. (Video screenshot)" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" srcset="https://www.wnd.com/wp-content/uploads/2021/11/ron-desantis-20211109-jpg.jpg 600w, https://www.wnd.com/wp-content/uploads/2021/11/ron-desantis-20211109-jpg-300x170.jpg 300w, https://www.wnd.com/wp-content/uploads/2021/11/ron-desantis-20211109-jpg-105x59.jpg 105w" src="https://www.wnd.com/wp-content/uploads/2021/11/ron-desantis-20211109-jpg.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/gov-desantis-bidens-irs-expansion-middle-finger-americans/" style="--fhe-font-modifier: 2px;">Gov. DeSantis: Biden's IRS expansion 'middle finger' to Americans</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/famed-scholar-censorship-hunter-laptop-warranted-take-trump/"><img width="600" height="339" class="attachment-be_large size-be_large wp-image-4857356 wp-post-image" alt="" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" srcset="https://www.wnd.com/wp-content/uploads/2020/09/donald-trump-smirking-pointing.jpg 600w, https://www.wnd.com/wp-content/uploads/2020/09/donald-trump-smirking-pointing-300x170.jpg 300w, https://www.wnd.com/wp-content/uploads/2020/09/donald-trump-smirking-pointing-105x59.jpg 105w" src="https://www.wnd.com/wp-content/uploads/2020/09/donald-trump-smirking-pointing.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/famed-scholar-censorship-hunter-laptop-warranted-take-trump/" style="--fhe-font-modifier: 2px;">Famed scholar: Censorship of Hunter laptop 'warranted' to take out Trump</a></div></div></div>
</div>
</div>
</div></div>
</div><div id="HP1-ad" class="sponsor HP1"><p class="ad-notice flipboard-remove" fl:fl-noexcerpt="true">Advertisement</p>
<div id="HP1">
<script>
					if( FFADS.units.HP1 && FFADS.units.HP1.ad_type == 'custom' && FFADS.units.HP1.custom_ads && ! getCookie( 'ff_subbed' ) ) {
						if(FFADS.use_fixed_containers && HP1==BB1 ){
							if(FFADS.units.HP1.sizes){
								let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP1.sizes );
								if(max_wh){
									let el = document.querySelector( '#HP1' );
									if( 'HP' != 'SA' && FFADS.slide_pixels ) {
										max_wh[1] += parseInt( FFADS.slide_pixels );
										el.classList.add( 'sliding' );
									}
									el.style.width = max_wh[0] + 'px';
									el.style.height = max_wh[1] + 'px';
									el.style.margin="auto";
								}
							}
						}
						document.getElementById( 'HP1' ).innerHTML = FFADS.units.HP1.custom_ads[0].code;
						if( ! FFADS.units.HP1.lazy_load ) eval( FFADS.units.HP1.custom_ads[0].rendering_script );
					}
					else if( FFADS.units.HP1 && ! getCookie( 'ff_subbed' ) ) {
						if( 'HP' != 'SB' && 'HP' != 'SA' && FFADS.use_fixed_containers ) {
							let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP1.sizes );
							let el = document.querySelector( '#HP1' );
							if( 'HP' != 'SA' && FFADS.slide_pixels ) {
								max_wh[1] += parseInt( FFADS.slide_pixels );
								el.classList.add( 'sliding' );
							}
							el.style.width = max_wh[0] + 'px';
							el.style.height = max_wh[1] + 'px';
							el.classList.add( 'fixed-size' );
						}
						googletag.cmd.push( function() {
							FFADS.debug( 'googletag.displaying HP1' );
							googletag.display( 'HP1' );
						} );
					}
					else {
						document.querySelector( '#HP1-ad' ).style.display = 'none';}
				</script>
</div>
</div></div><div id="fhe-section-2" class="semi_automatic"><h2 class="fhe-section-title" style="background: #000000;"><a href="https://www.wnd.com/category/front-page/politics/">Politics</a></h2><div class="fhe-section fhe-section-sides">
<div class="fhe-row"><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/ex-cia-director-republicans-dangerous-political-group-ever/">Ex-CIA director: Republicans are the most 'dangerous' political group ever</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/majority-regard-fbi-bidens-personal-gestapo/">Majority regard FBI as Biden's 'personal Gestapo'</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/pence-urges-gop-stop-attacking-fbi-ex-vp-may-testify-jan-6-committee/">Pence urges GOP to stop attacking FBI, ex-VP may testify at Jan. 6 committee</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/gov-desantis-bidens-irs-expansion-middle-finger-americans/">Gov. DeSantis: Biden's IRS expansion 'middle finger' to Americans</a></div></div></div><div class="fhe-col-50">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/bidens-climate-activists-allies-arent-happy-massive-spending-bill/"><img width="600" height="331" class="attachment-be_large size-be_large wp-image-4989035 wp-post-image" alt="(Image courtesy Unsplash)" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" data-srcset="https://www.wnd.com/wp-content/uploads/2022/03/windmills-green-alternative-energy-Unsplash.jpg 600w, https://www.wnd.com/wp-content/uploads/2022/03/windmills-green-alternative-energy-Unsplash-300x166.jpg 300w, https://www.wnd.com/wp-content/uploads/2022/03/windmills-green-alternative-energy-Unsplash-105x59.jpg 105w" data-src="https://www.wnd.com/wp-content/uploads/2022/03/windmills-green-alternative-energy-Unsplash.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/bidens-climate-activists-allies-arent-happy-massive-spending-bill/" style="--fhe-font-modifier: 5px;">Biden's climate activist allies aren't happy with massive spending bill</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/fbi-withholding-crucial-video-jan-6-pipe-bomber/">Why is FBI withholding crucial video of Jan. 6 pipe bomber?</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/news-editors-yes-question-integrity-federal-law-enforcement/">News editors: Yes, we'll question integrity of federal law enforcement</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/destroyed-37-points-liz-cheney-sets-sights-running-president/">Destroyed by 37 points, Liz Cheney sets sights on running for president</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/anti-trump-murkowski-advances-alaska-tshibaka-sarah-palin/">Anti-Trump Murkowski advances in Alaska, as does Tshibaka and Sarah Palin</a></div></div></div></div>
</div></div><div id="fhe-section-3" class="semi_automatic"><h2 class="fhe-section-title" style="background: #cd0820;"><a href="/category/opinion/commentary/">Commentary</a></h2><div class="fhe-section fhe-section-biggiesmalls">
<div class="fhe-row"><div class="fhe-col-67">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-below-image">
<div class="fhe-image"><a href="https://www.wnd.com/2022/08/mike-pence-gone-dark-side/"><img width="600" height="337" class="attachment-be_large size-be_large wp-image-4848980 wp-post-image" alt="" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" data-srcset="https://www.wnd.com/wp-content/uploads/2020/08/mike-pence-really-seriously-surprised-rnc-vid-20200826-jpg.jpg 600w, https://www.wnd.com/wp-content/uploads/2020/08/mike-pence-really-seriously-surprised-rnc-vid-20200826-jpg-300x169.jpg 300w, https://www.wnd.com/wp-content/uploads/2020/08/mike-pence-really-seriously-surprised-rnc-vid-20200826-jpg-105x59.jpg 105w" data-src="https://www.wnd.com/wp-content/uploads/2020/08/mike-pence-really-seriously-surprised-rnc-vid-20200826-jpg.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/mike-pence-gone-dark-side/" style="--fhe-font-modifier: 18px;">Has Mike Pence gone to the Dark Side?</a></div>
<div class="fhe-excerpt">
<a href="https://www.wnd.com/2022/08/mike-pence-gone-dark-side/">Exclusive: Joseph Farah calls ex-veep disgraceful for comments on Mar-a-Lago raid, FBI</a>
</div>
</div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-below-image fhe-commentary-article">
<div class="fhe-author-image-container"><div class="fhe-author-name">Jack Cashill</div><div class="fhe-image"><a href="https://www.wnd.com/2022/08/global-cooling-descends-kansas-city/"><img src="https://www.wnd.com/wp-content/uploads/2020/10/jcashill2020a.jpg"></a></div></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/global-cooling-descends-kansas-city/" style="--fhe-font-modifier: 6px;">Global cooling descends on Kansas City</a></div></div>
</div>
</div>
</div></div>
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-below-image fhe-commentary-article">
<div class="fhe-author-image-container"><div class="fhe-author-name">Hanne Nabintu Herland</div><div class="fhe-image"><a href="https://www.wnd.com/2022/08/bible-reason-nihilistic-atheist/"><img src="https://static.wnd.com/wp-content/uploads/2020/01/herland-20a.jpg"></a></div></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/bible-reason-nihilistic-atheist/" style="--fhe-font-modifier: 6px;">The Bible, reason and the nihilistic atheist</a></div></div>
</div>
</div>
</div></div>
</div></div>
<div class="fhe-row"><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-below-image fhe-commentary-article">
<div class="fhe-author-image-container"><div class="fhe-author-name">Lt. Col. James Zumwalt</div><div class="fhe-image"><a href="https://www.wnd.com/2022/08/rushdie-attack-offers-dose-islamic-reality/"><img src="https://static.wnd.com/wp-content/uploads/2020/01/jzumwalt20a.jpg"></a></div></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/rushdie-attack-offers-dose-islamic-reality/" style="--fhe-font-modifier: 6px;">Rushdie attack offers a dose of Islamic reality</a></div></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-below-image fhe-commentary-article">
<div class="fhe-author-image-container"><div class="fhe-author-name">Michelle Malkin</div><div class="fhe-image"><a href="https://www.wnd.com/2022/08/beware-big-bathroom-brother/"><img src="https://static.wnd.com/wp-content/uploads/2020/05/mmalkin2020.jpg"></a></div></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/beware-big-bathroom-brother/" style="--fhe-font-modifier: 6px;">Beware of Big Bathroom Brother</a></div></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-custom-code">
<h1 class="fhe-title" style="background: #CD0820; text-align: center; padding-bottom: 52.5%;"><a style="font-weight: bold; text-decoration: underline; color: white; position: absolute; top: 50%; width: 100%; left: 0; transform: translateY(-50%); --fhe-font-modifier: 5px;" href="https://www.wnd.com/category/opinion/commentary/">Read all of today's
COMMENTARY...</a></h1>
</div>
</div>
</div></div>
</div><div id="HP2-ad" class="sponsor HP2"><p class="ad-notice flipboard-remove" fl:fl-noexcerpt="true">Advertisement</p>
<div id="HP2">
<script>
					if( FFADS.units.HP2 && FFADS.units.HP2.ad_type == 'custom' && FFADS.units.HP2.custom_ads && ! getCookie( 'ff_subbed' ) ) {
						if(FFADS.use_fixed_containers && HP2==BB1 ){
							if(FFADS.units.HP2.sizes){
								let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP2.sizes );
								if(max_wh){
									let el = document.querySelector( '#HP2' );
									if( 'HP' != 'SA' && FFADS.slide_pixels ) {
										max_wh[1] += parseInt( FFADS.slide_pixels );
										el.classList.add( 'sliding' );
									}
									el.style.width = max_wh[0] + 'px';
									el.style.height = max_wh[1] + 'px';
									el.style.margin="auto";
								}
							}
						}
						document.getElementById( 'HP2' ).innerHTML = FFADS.units.HP2.custom_ads[0].code;
						if( ! FFADS.units.HP2.lazy_load ) eval( FFADS.units.HP2.custom_ads[0].rendering_script );
					}
					else if( FFADS.units.HP2 && ! getCookie( 'ff_subbed' ) ) {
						if( 'HP' != 'SB' && 'HP' != 'SA' && FFADS.use_fixed_containers ) {
							let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP2.sizes );
							let el = document.querySelector( '#HP2' );
							if( 'HP' != 'SA' && FFADS.slide_pixels ) {
								max_wh[1] += parseInt( FFADS.slide_pixels );
								el.classList.add( 'sliding' );
							}
							el.style.width = max_wh[0] + 'px';
							el.style.height = max_wh[1] + 'px';
							el.classList.add( 'fixed-size' );
						}
						googletag.cmd.push( function() {
							FFADS.debug( 'googletag.displaying HP2' );
							googletag.display( 'HP2' );
						} );
					}
					else {
						document.querySelector( '#HP2-ad' ).style.display = 'none';}
				</script>
</div>
</div></div><div id="fhe-section-4" class="semi_automatic"><h2 class="fhe-section-title" style="background: #000000;"><a href="https://www.wnd.com/category/front-page/us/">U.S.</a></h2><div class="fhe-section fhe-section-sides">
<div class="fhe-row"><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/famed-scholar-censorship-hunter-laptop-warranted-take-trump/">Famed scholar: Censorship of Hunter laptop 'warranted' to take out Trump</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/americans-believe-invasion-happening-southern-border/">Most Americans believe there's an 'invasion' happening at southern border</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/rand-paul-condemns-fbi-surveilling-americans/">Rand Paul condemns FBI for surveilling Americans</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/bidens-wind-power-push-wipe-nearly-half-golden-eagle-population-2050/">Biden's wind power push could wipe out nearly half of golden eagle population by 2050</a></div></div></div><div class="fhe-col-50">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/brian-stelter-leaving-cnn-network-cancels-reliable-sources/"><img width="600" height="300" class="attachment-be_large size-be_large wp-image-4787558 wp-post-image" alt="Brian Stelter" loading="lazy" data-src="https://www.wnd.com/wp-content/uploads/2019/12/brian_stelter.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/brian-stelter-leaving-cnn-network-cancels-reliable-sources/" style="--fhe-font-modifier: 5px;">Brian Stelter leaving CNN as network cancels 'Reliable Sources'</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/mind-boggling-biden-allows-astronomical-number-illegals-u-s/">Mind-boggling: Biden allows in astronomical number of illegal aliens</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/cant-trust-tucker-carlson-rips-fbi-garland-egregious-corruption/">'We can't trust it': Tucker Carlson rips FBI, Garland over 'egregious corruption'</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/dhs-fbi-brief-casts-conservatives-domestic-violent-extremists/">Look what the feds are calling you if you're skeptical of FBI Trump raid</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/dem-governor-wanted-armed-robbery-suspect-justice-commission/">Dem governor wanted armed-robbery suspect on his justice commission</a></div></div></div></div>
</div></div><div id="fhe-section-5" class="semi_automatic"><h2 class="fhe-section-title" style="background: #000000;"><a href="https://www.wnd.com/category/front-page/world/">World</a></h2><div class="fhe-section fhe-section-sides">
<div class="fhe-row"><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/china-begins-rationing-energy-supplies-amid-severe-drought/">China begins rationing energy supplies amid severe drought</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/former-australian-prime-minister-secretly-seized-control-government-ministries-pandemic/">Former Australian prime minister secretly seized control of government ministries during pandemic</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/u-s-deepen-ties-taiwan-china-ramps-military-threats/">U.S. to deepen ties with Taiwan after China ramps up military threats</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/russia-rips-u-s-making-griner-prisoner-swap-public-ahead-midter/">Russia rips U.S. for making Griner prisoner swap public ahead of midterms</a></div></div></div><div class="fhe-col-50">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/u-n-finally-confirms-chinas-forced-labor-camps-uyghurs/"><img width="599" height="330" class="attachment-be_large size-be_large wp-image-4965507 wp-post-image" alt="Uyghur slave labor (video screenshot)" loading="lazy" sizes="(max-width: 599px) 100vw, 599px" data-srcset="https://www.wnd.com/wp-content/uploads/2021/12/Uyghur-slave-labor-video-screenshot.jpg 599w, https://www.wnd.com/wp-content/uploads/2021/12/Uyghur-slave-labor-video-screenshot-300x165.jpg 300w, https://www.wnd.com/wp-content/uploads/2021/12/Uyghur-slave-labor-video-screenshot-105x59.jpg 105w" data-src="https://www.wnd.com/wp-content/uploads/2021/12/Uyghur-slave-labor-video-screenshot.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/u-n-finally-confirms-chinas-forced-labor-camps-uyghurs/" style="--fhe-font-modifier: 5px;">U.N. finally confirms China's forced labor camps for Uyghurs</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/bidens-climate-bill-help-chinas-economy-americas/">Biden's climate bill 'doing more to help China's economy than America's'</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/iraqs-garden-eden-parched-drought-now-like-desert/">Iraq's 'Garden of Eden,' parched by drought, is now 'like a desert'</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/u-s-green-group-reschedules-israel-trips-canceled-pro-palestinian-pressure/">After apologizing, U.S. green group reschedules Israel trips it canceled under pressure</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/netanyahus-new-autobiography-bibi-story-scheduled-fall-release/">Netanyahu's new autobiography 'Bibi: My Story' scheduled for fall release</a></div></div></div></div>
</div><div id="HP3-ad" class="sponsor HP3"><p class="ad-notice flipboard-remove" fl:fl-noexcerpt="true">Advertisement</p>
<div id="HP3">
<script>
					if( FFADS.units.HP3 && FFADS.units.HP3.ad_type == 'custom' && FFADS.units.HP3.custom_ads && ! getCookie( 'ff_subbed' ) ) {
						if(FFADS.use_fixed_containers && HP3==BB1 ){
							if(FFADS.units.HP3.sizes){
								let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP3.sizes );
								if(max_wh){
									let el = document.querySelector( '#HP3' );
									if( 'HP' != 'SA' && FFADS.slide_pixels ) {
										max_wh[1] += parseInt( FFADS.slide_pixels );
										el.classList.add( 'sliding' );
									}
									el.style.width = max_wh[0] + 'px';
									el.style.height = max_wh[1] + 'px';
									el.style.margin="auto";
								}
							}
						}
						document.getElementById( 'HP3' ).innerHTML = FFADS.units.HP3.custom_ads[0].code;
						if( ! FFADS.units.HP3.lazy_load ) eval( FFADS.units.HP3.custom_ads[0].rendering_script );
					}
					else if( FFADS.units.HP3 && ! getCookie( 'ff_subbed' ) ) {
						if( 'HP' != 'SB' && 'HP' != 'SA' && FFADS.use_fixed_containers ) {
							let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP3.sizes );
							let el = document.querySelector( '#HP3' );
							if( 'HP' != 'SA' && FFADS.slide_pixels ) {
								max_wh[1] += parseInt( FFADS.slide_pixels );
								el.classList.add( 'sliding' );
							}
							el.style.width = max_wh[0] + 'px';
							el.style.height = max_wh[1] + 'px';
							el.classList.add( 'fixed-size' );
						}
						googletag.cmd.push( function() {
							FFADS.debug( 'googletag.displaying HP3' );
							googletag.display( 'HP3' );
						} );
					}
					else {
						document.querySelector( '#HP3-ad' ).style.display = 'none';}
				</script>
</div>
</div></div><div id="fhe-section-6" class="semi_automatic"><h2 class="fhe-section-title" style="background: #669d34;"><a href="https://www.wnd.com/category/front-page/money/">Money</a></h2><div class="fhe-section fhe-section-sides">
<div class="fhe-row"><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/googles-attack-wnd/">Google's all-out attack on WND</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/retail-giants-toggle-business-strategies-response-high-inflation/">Retail giants toggle business strategies in response to high inflation</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/pandemic-home-building-boom/">The pandemic home-building boom is over</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/not-just-irs-another-agency-supersized-bidens-spending-bill/">Not just the IRS: Another agency is supersized in Biden's spending bill</a></div></div></div><div class="fhe-col-50">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/leftists-call-meat-tax-signing-inflation-reduction-act/"><img width="600" height="331" class="attachment-be_large size-be_large wp-image-4994831 wp-post-image" alt="" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" data-srcset="https://www.wnd.com/wp-content/uploads/2022/04/barbecue-meat-Pixabay.jpg 600w, https://www.wnd.com/wp-content/uploads/2022/04/barbecue-meat-Pixabay-300x166.jpg 300w, https://www.wnd.com/wp-content/uploads/2022/04/barbecue-meat-Pixabay-105x59.jpg 105w" data-src="https://www.wnd.com/wp-content/uploads/2022/04/barbecue-meat-Pixabay.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/leftists-call-meat-tax-signing-inflation-reduction-act/" style="--fhe-font-modifier: 5px;">Leftists call for meat tax after signing of Inflation Reduction Act</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/dow-closes-lower-end-5-day-win-streak-investors-mull-new-retail-data/">Dow closes lower to end 5-day win streak, investors mull new retail data</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/white-house-silent-inflation-reduction-will-reduce-inflation/">White House silent on when 'Inflation Reduction' will reduce inflation</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/nations-biggest-problem-mounting-debt/">Which nations have biggest problem with mounting debt?</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2021/01/become-wnd-insider-read-favorite-news-site-ad-free/">Become a 'WND Insider' and read your favorite news site AD-FREE!</a></div></div></div></div>
</div></div><div id="fhe-section-7" class="semi_automatic"><h2 class="fhe-section-title" style="background: #000000;"><a href="https://www.wnd.com/category/front-page/health/">Health</a></h2><div class="fhe-section fhe-section-sides">
<div class="fhe-row"><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/yes-doctors-performing-sex-change-surgeries-kids/">Yes, doctors are performing sex-change surgeries on kids</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/research-reveals-covid-lockdowns-claimed-20-times-lives-saved/">Research reveals COVID lockdowns claimed 20 times more lives than they saved</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/researchers-gay-sex-not-skin-contact-fueling-monkeypox/">Researchers: Gay sex, not skin contact, is fueling monkeypox</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/study-postpartum-depression-risk-jumps-mothers-family-mental-health-issues/">Study: Postpartum depression risk jumps if mother's family has mental health issues</a></div></div></div><div class="fhe-col-50">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/real-reason-transgender-groomers-targeting-americas-children/"><img width="600" height="375" class="attachment-be_large size-be_large wp-image-5030820 wp-post-image" alt="(Photo by Fabian Centeno on Unsplash)" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" data-srcset="https://www.wnd.com/wp-content/uploads/2022/08/teens-teenagers-girls-blondes-children-kids-whites-hair-pure-happy-smiling-teeth-young-women-americans-transgenders.jpg 600w, https://www.wnd.com/wp-content/uploads/2022/08/teens-teenagers-girls-blondes-children-kids-whites-hair-pure-happy-smiling-teeth-young-women-americans-transgenders-300x188.jpg 300w" data-src="https://www.wnd.com/wp-content/uploads/2022/08/teens-teenagers-girls-blondes-children-kids-whites-hair-pure-happy-smiling-teeth-young-women-americans-transgenders.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/real-reason-transgender-groomers-targeting-americas-children/" style="--fhe-font-modifier: 5px;">The REAL reason transgender groomers are targeting America's children</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/fda-knew-44-pregnant-women-pfizer-trial-suffered-miscarriages/">FDA knew huge percentage of women in Pfizer trial suffered miscarriages</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/bidens-science-integrity-czar-sanctioned-violating-code-conduct/">Biden's 'science integrity' czar sanctioned for violating code of conduct</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/cdc-get-overhaul-major-public-mistakes-covid-response/">CDC to get overhaul after major 'public mistakes' in COVID response</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/07/really-behind-todays-youth-transgender-craze/">What's REALLY behind today's youth transgender craze?</a></div></div></div></div>
</div><div id="HP4-ad" class="sponsor HP4"><p class="ad-notice flipboard-remove" fl:fl-noexcerpt="true">Advertisement</p>
<div id="HP4">
<script>
					if( FFADS.units.HP4 && FFADS.units.HP4.ad_type == 'custom' && FFADS.units.HP4.custom_ads && ! getCookie( 'ff_subbed' ) ) {
						if(FFADS.use_fixed_containers && HP4==BB1 ){
							if(FFADS.units.HP4.sizes){
								let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP4.sizes );
								if(max_wh){
									let el = document.querySelector( '#HP4' );
									if( 'HP' != 'SA' && FFADS.slide_pixels ) {
										max_wh[1] += parseInt( FFADS.slide_pixels );
										el.classList.add( 'sliding' );
									}
									el.style.width = max_wh[0] + 'px';
									el.style.height = max_wh[1] + 'px';
									el.style.margin="auto";
								}
							}
						}
						document.getElementById( 'HP4' ).innerHTML = FFADS.units.HP4.custom_ads[0].code;
						if( ! FFADS.units.HP4.lazy_load ) eval( FFADS.units.HP4.custom_ads[0].rendering_script );
					}
					else if( FFADS.units.HP4 && ! getCookie( 'ff_subbed' ) ) {
						if( 'HP' != 'SB' && 'HP' != 'SA' && FFADS.use_fixed_containers ) {
							let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP4.sizes );
							let el = document.querySelector( '#HP4' );
							if( 'HP' != 'SA' && FFADS.slide_pixels ) {
								max_wh[1] += parseInt( FFADS.slide_pixels );
								el.classList.add( 'sliding' );
							}
							el.style.width = max_wh[0] + 'px';
							el.style.height = max_wh[1] + 'px';
							el.classList.add( 'fixed-size' );
						}
						googletag.cmd.push( function() {
							FFADS.debug( 'googletag.displaying HP4' );
							googletag.display( 'HP4' );
						} );
					}
					else {
						document.querySelector( '#HP4-ad' ).style.display = 'none';}
				</script>
</div>
</div></div><div id="fhe-section-8" class="semi_automatic"><h2 class="fhe-section-title" style="background: #000000;"><a href="https://www.wnd.com/category/front-page/education/">Education</a></h2><div class="fhe-section fhe-section-sides">
<div class="fhe-row"><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/university-volunteers-students-critical-race-theory/">University 'volunteers' students for critical race theory</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/states-school-board-bans-pride-blm-flags-classrooms/">State's school board bans pride, BLM flags from classrooms</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/college-student-makes-100-million-betting-meme-stock/">College student makes over $100 million betting on meme stock</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/school-district-pressures-teachers-aid-students-gender-transitions/">School district pressures teachers to aid students' gender transitions</a></div></div></div><div class="fhe-col-50">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/teachers-union-runs-ad-calling-conservative-parents-extremists/"><img width="600" height="340" class="attachment-be_large size-be_large wp-image-4940144 wp-post-image" alt="A child waves an American flag during a Fourth of July celebration with frontline workers and military families, Sunday, July 4, 2021, on the South Lawn of the White House. (Official White House photo by Chandler West)" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" data-srcset="https://www.wnd.com/wp-content/uploads/2021/08/flag-children-white-house-building-patriotic-americans.jpg 600w, https://www.wnd.com/wp-content/uploads/2021/08/flag-children-white-house-building-patriotic-americans-300x170.jpg 300w, https://www.wnd.com/wp-content/uploads/2021/08/flag-children-white-house-building-patriotic-americans-105x59.jpg 105w" data-src="https://www.wnd.com/wp-content/uploads/2021/08/flag-children-white-house-building-patriotic-americans.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/teachers-union-runs-ad-calling-conservative-parents-extremists/" style="--fhe-font-modifier: 5px;">Teachers union runs ad calling conservative parents 'extremists'</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/teacher-charged-missing-teen-located-home/">Teacher charged after missing teen located at her home</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/sheriff-gives-dire-warning-bad-guys-shooting-classrooms/">Sheriff gives dire warning to bad guys shooting up classrooms</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/defamation-black-conservative-mom-plans-legal-action-called-token/">'That's defamation': Black conservative mom plans legal action over being called 'token'</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/sororities-top-college-unanimously-refuse-let-biological-guy-join-gals/">Sororities at top college unanimously decide whether to let in biological guy</a></div></div></div></div>
</div></div><div id="fhe-section-9" class="manual"><h2 class="fhe-section-title" style="background: #000000;">Sponsored</h2><div class="fhe-section fhe-section-doomsday">
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-custom-code">
<div class="fhe-row fhe-section-sides">
<div class="fhe-col-25" style="min-width: 220px;">
<div id="rcjsload_1abdba"></div>
<script type="text/javascript">
(function() {
  
  var referer="";try{if(referer=document.referrer,"undefined"==typeof referer||""==referer)throw"undefined"}catch(exception){referer=document.location.href,(""==referer||"undefined"==typeof referer)&&(referer=document.URL)}referer=referer.substr(0,700);
  var rcds = document.getElementById("rcjsload_1abdba");
  var rcel = document.createElement("script");
  rcel.id = 'rc_' + Math.floor(Math.random() * 1000);
  rcel.type = 'text/javascript';
  
  rcel.src = "//trends.revcontent.com//serve.js.php?w=114177&t="+rcel.id+"&c="+(new Date()).getTime()+"&width="+(window.outerWidth || document.documentElement.clientWidth)+"&referer="+encodeURIComponent(referer);
  rcel.async = true;
  rcds.appendChild(rcel);
  
})();

</script>
</div>
<div class="fhe-col-50">
<div id="rcjsload_54f2cc"></div>
<script type="text/javascript">
(function() {
  
  var referer="";try{if(referer=document.referrer,"undefined"==typeof referer||""==referer)throw"undefined"}catch(exception){referer=document.location.href,(""==referer||"undefined"==typeof referer)&&(referer=document.URL)}referer=referer.substr(0,700);
  var rcds = document.getElementById("rcjsload_54f2cc");
  var rcel = document.createElement("script");
  rcel.id = 'rc_' + Math.floor(Math.random() * 1000);
  rcel.type = 'text/javascript';
  
  rcel.src = "//trends.revcontent.com//serve.js.php?w=114179&t="+rcel.id+"&c="+(new Date()).getTime()+"&width="+(window.outerWidth || document.documentElement.clientWidth)+"&referer="+encodeURIComponent(referer);
  rcel.async = true;
  rcds.appendChild(rcel);
  
})();

</script>
</div>
<div class="fhe-col-25" style="min-width: 220px;">
<div id="rcjsload_d90978"></div>
<script type="text/javascript">
(function() {
  
  var referer="";try{if(referer=document.referrer,"undefined"==typeof referer||""==referer)throw"undefined"}catch(exception){referer=document.location.href,(""==referer||"undefined"==typeof referer)&&(referer=document.URL)}referer=referer.substr(0,700);
  var rcds = document.getElementById("rcjsload_d90978");
  var rcel = document.createElement("script");
  rcel.id = 'rc_' + Math.floor(Math.random() * 1000);
  rcel.type = 'text/javascript';
  
  rcel.src = "//trends.revcontent.com//serve.js.php?w=114178&t="+rcel.id+"&c="+(new Date()).getTime()+"&width="+(window.outerWidth || document.documentElement.clientWidth)+"&referer="+encodeURIComponent(referer);
  rcel.async = true;
  rcds.appendChild(rcel);
  
})();

</script>
</div>
</div>
</div>
</div>
</div></div>
</div><div id="HP5-ad" class="sponsor HP5"><p class="ad-notice flipboard-remove" fl:fl-noexcerpt="true">Advertisement</p>
<div id="HP5">
<script>
					if( FFADS.units.HP5 && FFADS.units.HP5.ad_type == 'custom' && FFADS.units.HP5.custom_ads && ! getCookie( 'ff_subbed' ) ) {
						if(FFADS.use_fixed_containers && HP5==BB1 ){
							if(FFADS.units.HP5.sizes){
								let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP5.sizes );
								if(max_wh){
									let el = document.querySelector( '#HP5' );
									if( 'HP' != 'SA' && FFADS.slide_pixels ) {
										max_wh[1] += parseInt( FFADS.slide_pixels );
										el.classList.add( 'sliding' );
									}
									el.style.width = max_wh[0] + 'px';
									el.style.height = max_wh[1] + 'px';
									el.style.margin="auto";
								}
							}
						}
						document.getElementById( 'HP5' ).innerHTML = FFADS.units.HP5.custom_ads[0].code;
						if( ! FFADS.units.HP5.lazy_load ) eval( FFADS.units.HP5.custom_ads[0].rendering_script );
					}
					else if( FFADS.units.HP5 && ! getCookie( 'ff_subbed' ) ) {
						if( 'HP' != 'SB' && 'HP' != 'SA' && FFADS.use_fixed_containers ) {
							let max_wh = firefly_size_list_to_max_wh( FFADS.units.HP5.sizes );
							let el = document.querySelector( '#HP5' );
							if( 'HP' != 'SA' && FFADS.slide_pixels ) {
								max_wh[1] += parseInt( FFADS.slide_pixels );
								el.classList.add( 'sliding' );
							}
							el.style.width = max_wh[0] + 'px';
							el.style.height = max_wh[1] + 'px';
							el.classList.add( 'fixed-size' );
						}
						googletag.cmd.push( function() {
							FFADS.debug( 'googletag.displaying HP5' );
							googletag.display( 'HP5' );
						} );
					}
					else {
						document.querySelector( '#HP5-ad' ).style.display = 'none';}
				</script>
</div>
</div></div><div id="fhe-section-10" class="semi_automatic"><h2 class="fhe-section-title" style="background: #37acd7;"><a href="https://www.wnd.com/category/front-page/faith/">Faith</a></h2><div class="fhe-section fhe-section-sides">
<div class="fhe-row"><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/church-sues-cops-city-taking-shrooms-marijuana/">Church sues cops, city for taking its shrooms, marijuana</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/report-40-catholic-priests-homosexual-bisexual/">Report: 40% of Catholic priests are homosexual, bisexual</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/kathie-lee-gifford-plans-tell-biblical-stories-rest-life/">Kathie Lee Gifford plans to tell biblical stories the rest of her life</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/holy-bible-diary-anne-frank-hot-school-district/">Holy Bible and 'Diary of Anne Frank' too hot for Texas school district</a></div></div></div><div class="fhe-col-50">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/finally-miraculous-story-can-told/"><img width="600" height="337" class="attachment-be_large size-be_large wp-image-5030523 wp-post-image" alt="Jonathan Cahn" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" data-srcset="https://www.wnd.com/wp-content/uploads/2022/08/jonathan-cahn-jpg.jpg 600w, https://www.wnd.com/wp-content/uploads/2022/08/jonathan-cahn-jpg-300x169.jpg 300w, https://www.wnd.com/wp-content/uploads/2022/08/jonathan-cahn-jpg-105x59.jpg 105w" data-src="https://www.wnd.com/wp-content/uploads/2022/08/jonathan-cahn-jpg.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/finally-miraculous-story-can-told/" style="--fhe-font-modifier: 5px;">Finally! The miraculous story can be told ...</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/new-ad-slams-biden-failure-protect-churches-pregnancy-centers-attacks/">WATCH: New ad slams Biden for 'failure' to protect churches, pregnancy centers from attacks</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/revealed-identity-carries-divine-name-god/">Revealed: Your own identity carries divine 'name of God'</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/governor-unleashes-executive-order-banning-conversion-therapy/">Governor unleashes executive order banning 'conversion therapy'</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/satanist-vision-jesus-gets-delivered-addiction-suicide/">Satanist has a vision of Jesus, gets delivered from addiction and suicide</a></div></div></div></div>
</div></div><div id="fhe-section-11" class="semi_automatic"><h2 class="fhe-section-title" style="background: #000000;"><a href="https://www.wnd.com/category/diversions/">Diversions</a></h2><div class="fhe-section fhe-section-sides">
<div class="fhe-row"><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/man-finds-rare-purple-pearl-clam-restaurant/">Man finds rare purple pearl in his clam at restaurant</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/dad-wrangles-alligator-ahead-kids-1st-day-school/">Dad wrangles alligator ahead of kid's 1st day of school</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/mans-home-hit-speeding-drivers-23-times-past-50-years/">Man's home hit by speeding drivers 23 times over past 50 years</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/05/back-wnd-bumper-snickers-change-minds/">Amazing WND bumper 'snickers' changing minds</a></div></div></div><div class="fhe-col-50">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/woman-worlds-longest-locks-grows-hair-110-feet/"><img width="600" height="330" class="attachment-be_large size-be_large wp-image-5031382 wp-post-image" alt="Asha Mandela, world&#039;s longest hair (video screenshot)" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" data-srcset="https://www.wnd.com/wp-content/uploads/2022/08/Asha-Mandela-worlds-longest-hair-video-screenshot.jpg 600w, https://www.wnd.com/wp-content/uploads/2022/08/Asha-Mandela-worlds-longest-hair-video-screenshot-300x165.jpg 300w, https://www.wnd.com/wp-content/uploads/2022/08/Asha-Mandela-worlds-longest-hair-video-screenshot-105x59.jpg 105w" data-src="https://www.wnd.com/wp-content/uploads/2022/08/Asha-Mandela-worlds-longest-hair-video-screenshot.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/woman-worlds-longest-locks-grows-hair-110-feet/" style="--fhe-font-modifier: 5px;">Woman with world's longest locks grows hair to 110 feet</a></div></div></div>
</div>
</div>
</div><div class="fhe-col-25"><div class="fhe-headlines "><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/scientists-hemsworth-brothers-want-resurrect-extinct-tigers/">Scientists and the Hemsworth brothers want to resurrect extinct tigers</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/psyop-watch-deeply-strange-case-anne-heche/">Psyop watch: The deeply strange case of Anne Heche</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2022/08/not-doctored-see-irs-recruit-police-academy-style-armed-agents/">'This is not doctored': See IRS recruit 'Police Academy'-style armed agents</a></div><div class="fhe-headline " style="border-bottom: none;">
<a href="https://www.wnd.com/2021/04/email-editor-feature-returns/">Email to the Editor feature returns</a></div></div></div></div>
</div></div><div id="fhe-section-12" class="manual"><h2 class="fhe-section-title" style="background: #c10410;"><a href="/category/opinion/commentary/">MORE COMMENTARY</a></h2><div class="fhe-section fhe-section-biggiesmalls">
<div class="fhe-row"><div class="fhe-col-67">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-below-image">
<div class="fhe-image"><a href="https://www.wnd.com/2022/08/dems-supercharge-irs-political-weapon/"><img width="600" height="300" class="attachment-be_large size-be_large wp-image-2247195 wp-post-image" alt="" loading="lazy" sizes="(max-width: 600px) 100vw, 600px" data-srcset="https://www.wnd.com/wp-content/uploads/2015/07/handcuffs.jpg 600w, https://www.wnd.com/wp-content/uploads/2015/07/handcuffs-300x150.jpg 300w, https://www.wnd.com/wp-content/uploads/2015/07/handcuffs-340x170.jpg 340w, https://www.wnd.com/wp-content/uploads/2015/07/handcuffs-126x63.jpg 126w, https://www.wnd.com/wp-content/uploads/2015/07/handcuffs-172x86.jpg 172w" data-src="https://www.wnd.com/wp-content/uploads/2015/07/handcuffs.jpg" /></a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/2022/08/dems-supercharge-irs-political-weapon/" style="--fhe-font-modifier: 18px;">Dems 'supercharge' the IRS – as a political weapon</a></div>
<div class="fhe-excerpt">
<a href="https://www.wnd.com/2022/08/dems-supercharge-irs-political-weapon/">Betsy McCaughey notes federal agency will now be 3/4 the size of U.S. Marine Corps</a>
</div>
</div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-bottom-of-image fhe-commentary-article">
<div class="fhe-image-excerpt-container"><div class="fhe-author-image-container"><div class="fhe-author-name">Ben Shapiro</div><div class="fhe-image"><a href="https://www.wnd.com/2022/08/salman-rushdie-iran-joe-bidens-pusillanimity/"><img src="https://static.wnd.com/wp-content/uploads/2020/05/bshapiro2020.jpg"></a></div></div></div><div class="fhe-title"><a href="https://www.wnd.com/2022/08/salman-rushdie-iran-joe-bidens-pusillanimity/" style="--fhe-font-modifier: 6px;">Salman Rushdie, Iran and Joe Biden's pusillanimity</a></div>
</div>
</div>
</div></div>
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-bottom-of-image fhe-commentary-article">
<div class="fhe-image-excerpt-container"><div class="fhe-author-image-container"><div class="fhe-author-name">Michael Brown</div><div class="fhe-image"><a href="https://www.wnd.com/2022/08/church-ready-trump-2024/"><img src="https://static.wnd.com/wp-content/uploads/2020/05/mbrown2020.jpg"></a></div></div></div><div class="fhe-title"><a href="https://www.wnd.com/2022/08/church-ready-trump-2024/" style="--fhe-font-modifier: 6px;">Is the church ready for Trump 2024?</a></div>
</div>
</div>
</div></div>
</div></div>
<div class="fhe-row"><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-bottom-of-image fhe-commentary-article">
<div class="fhe-image-excerpt-container"><div class="fhe-author-image-container"><div class="fhe-author-name">Larry Elder</div><div class="fhe-image"><a href="https://www.wnd.com/2022/08/mar-lago-raid-2-tiered-justice/"><img src="https://static.wnd.com/wp-content/uploads/2020/05/lelder2020.jpg"></a></div></div></div><div class="fhe-title"><a href="https://www.wnd.com/2022/08/mar-lago-raid-2-tiered-justice/" style="--fhe-font-modifier: 6px;">Mar-a-Lago 'raid': 2-tiered justice?</a></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-below-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-excerpt-container"><div class="fhe-image"><a href="https://www.wnd.com/2022/08/bidens-victory-lap/"><img width="720" height="479" class="attachment-be_large size-be_large wp-image-5031261 wp-post-image" alt="" loading="lazy" data-src="https://www.wnd.com/wp-content/uploads/2022/08/toon2200818b-720x479.jpg" /></a></div></div><div class="fhe-title"><a href="https://www.wnd.com/2022/08/bidens-victory-lap/" style="--fhe-font-modifier: 6px;">Biden's victory lap</a></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-custom-code">
<h1 class="fhe-title" style="background: #CD0820; text-align: center; padding-bottom: 52.5%;"><a style="font-weight: bold; text-decoration: underline; color: white; position: absolute; top: 50%; width: 100%; left: 0; transform: translateY(-50%); --fhe-font-modifier: 5px;" href="https://www.wnd.com/category/opinion/commentary/">Read all of today's
COMMENTARY...</a></h1>
</div>
</div>
</div></div>
</div></div><div id="fhe-section-13" class="manual"><h2 class="fhe-section-title" style="background: #ffffff;">New Section</h2><div class="fhe-section fhe-section-biggiesmalls" style="margin-bottom: 0;">
<div class="fhe-row"><div class="fhe-col-67">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://superstore.wnd.com/whistleblower/">
<img data-src="https://www.wnd.com/wp-content/uploads/2022/07/wb-cover-transgender-craze-full-jpg.jpg" />
</a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://superstore.wnd.com/whistleblower/" style="--fhe-font-modifier: 0px;" target="_blank">Subscribe to WHISTLEBLOWER Magazine! <img src="https://www.wnd.com/wp-content/themes/firefly/assets/images/remote_url.png" style="display: inline; height: 16px;" /></a></div></div></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://wndnewscenter.nationbuilder.com/support_wnd_news_center">
<img data-src="https://cdn11.bigcommerce.com/s-rb4jae07xc/products/112/images/377/WND_News_Center__85763.1551388307.386.513.jpg?c=2" />
</a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://wndnewscenter.nationbuilder.com/support_wnd_news_center" style="--fhe-font-modifier: 0px;" target="_blank">Support the WND News Center <img src="https://www.wnd.com/wp-content/themes/firefly/assets/images/remote_url.png" style="display: inline; height: 16px;" /></a></div></div></div>
</div>
</div>
</div></div>
<div class="fhe-row"><div class="fhe-col-100">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/join/?adm_source=header-d">
<img data-src="https://www.wnd.com/wp-content/uploads/2020/12/WND-INSIDER-CUP-jpg.jpg" />
</a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/join/?adm_source=header-d" style="--fhe-font-modifier: 0px;" target="_blank">Become a WND Insider, read WND without ads and get great stuff <img src="https://www.wnd.com/wp-content/themes/firefly/assets/images/remote_url.png" style="display: inline; height: 16px;" /></a></div></div></div>
</div>
</div>
</div></div>
</div></div>
<div class="fhe-row"><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://superstore.wnd.com/">
<img data-src="https://www.wnd.com/wp-content/uploads/2019/04/american-flags-patriotic-pixabay.jpg" />
</a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://superstore.wnd.com/" style="--fhe-font-modifier: 0px;" target="_blank">Visit the WND Superstore <img src="https://www.wnd.com/wp-content/themes/firefly/assets/images/remote_url.png" style="display: inline; height: 16px;" /></a></div></div></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-cell ">
 <div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/contact-wnd/">
<img data-src="https://www.wnd.com/wp-content/uploads/2020/12/wnd-logo-free-press-for-a-free-people.jpeg" />
</a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/contact-wnd/" style="--fhe-font-modifier: 0px;" target="_blank">Contact WND <img src="https://www.wnd.com/wp-content/themes/firefly/assets/images/remote_url.png" style="display: inline; height: 16px;" /></a></div></div></div>
</div>
</div>
</div><div class="fhe-col-33">
<div class="fhe-cell ">
<div class="fhe-article fhe-title-bottom-of-image fhe-excerpt-bottom-of-image">
<div class="fhe-image-title-container"><div class="fhe-image"><a href="https://www.wnd.com/newsletter-subscription/">
<img data-src="https://www.wnd.com/wp-content/uploads/2019/11/email-icon-glossy-letter-envelope-communication-green-pixabay.jpg" />
</a></div><div class="fhe-title-excerpt-container"><div class="fhe-title"><a href="https://www.wnd.com/newsletter-subscription/" style="--fhe-font-modifier: 0px;" target="_blank">Sign-up for WND's FREE email news alerts! <img src="https://www.wnd.com/wp-content/themes/firefly/assets/images/remote_url.png" style="display: inline; height: 16px;" /></a></div></div></div>
</div>
</div>
</div></div>
</div></div></div>
</div><div id="IC6-ad" class="sponsor IC6">
<div id="IC6">
<script>
					if( FFADS.units.IC6 && FFADS.units.IC6.ad_type == 'custom' && FFADS.units.IC6.custom_ads && ! getCookie( 'ff_subbed' ) ) {
						if(FFADS.use_fixed_containers && IC6==BB1 ){
							if(FFADS.units.IC6.sizes){
								let max_wh = firefly_size_list_to_max_wh( FFADS.units.IC6.sizes );
								if(max_wh){
									let el = document.querySelector( '#IC6' );
									if( 'IC' != 'SA' && FFADS.slide_pixels ) {
										max_wh[1] += parseInt( FFADS.slide_pixels );
										el.classList.add( 'sliding' );
									}
									el.style.width = max_wh[0] + 'px';
									el.style.height = max_wh[1] + 'px';
									el.style.margin="auto";
								}
							}
						}
						document.getElementById( 'IC6' ).innerHTML = FFADS.units.IC6.custom_ads[0].code;
						if( ! FFADS.units.IC6.lazy_load ) eval( FFADS.units.IC6.custom_ads[0].rendering_script );
					}
					else if( FFADS.units.IC6 && ! getCookie( 'ff_subbed' ) ) {
						if( 'IC' != 'SB' && 'IC' != 'SA' && FFADS.use_fixed_containers ) {
							let max_wh = firefly_size_list_to_max_wh( FFADS.units.IC6.sizes );
							let el = document.querySelector( '#IC6' );
							if( 'IC' != 'SA' && FFADS.slide_pixels ) {
								max_wh[1] += parseInt( FFADS.slide_pixels );
								el.classList.add( 'sliding' );
							}
							el.style.width = max_wh[0] + 'px';
							el.style.height = max_wh[1] + 'px';
							el.classList.add( 'fixed-size' );
						}
						googletag.cmd.push( function() {
							FFADS.debug( 'googletag.displaying IC6' );
							googletag.display( 'IC6' );
						} );
					}
					else {
						document.querySelector( '#IC6-ad' ).style.display = 'none';}
				</script>
</div>
</div></article><div class="more-posts clearfix" style="max-width: 943px;"><div class="trending-posts"><h2>Popular Right Now</h2><article class="post-5030730 post type-post status-publish format-standard has-post-thumbnail category-money category-politics category-us category-wnd-news-center category-world entry post-summary size-small first-three" aria-label="Eric Trump puts FBI on notice: Raiding officers were recorded"><header class="summary-entry-header entry-header"><div class="entry-meta"><div><span class="entry-author">WND Staff</span> <span class="entry-date">August 16, 2022 at 5:48pm</span></div></div></header><div class="summary-entry-content entry-content"><div class="entry-image "><a href="https://www.wnd.com/2022/08/eric-trump-puts-fbi-notice-raiding-officers-recorded/" data-type='Internal link' data-type-location='below-post-trending'><img width="345" height="181" class="attachment-be_medium size-be_medium wp-image-5004498 wp-post-image" alt="(Photo by Amir Hanna on Unsplash)" loading="lazy" data-src="https://www.wnd.com/wp-content/uploads/2022/05/cellphones-iphones-smartphones-camera-tracking-video-hallway-spying-surveillance-unsplash-1-345x181.jpg" /></a></div><a href="https://www.wnd.com/2022/08/eric-trump-puts-fbi-notice-raiding-officers-recorded/" data-type='Internal link' data-type-location='below-post-trending'><div class="entry-summary"><h3 class="entry-title">Eric Trump puts FBI on notice: Raiding officers were recorded</h3><div class="entry-meta"><div><span class="entry-author">WND Staff</span> <span class="entry-date">August 16, 2022 at 5:48pm</span></div><div><span class="share-count"></span></div></div></div></a></div></article><article class="post-5030358 post type-post status-publish format-standard has-post-thumbnail category-education category-faith category-health category-politics category-us category-wnd-news-center category-world entry post-summary size-small first-three" aria-label="&#039;There&#039;s no reason for these shots&#039;: CDC&#039;s case for vax mandates crumbles"><header class="summary-entry-header entry-header"><div class="entry-meta"><div><span class="entry-author">Art Moore</span> <span class="entry-date">August 15, 2022 at 7:43pm</span></div></div></header><div class="summary-entry-content entry-content"><div class="entry-image "><a href="https://www.wnd.com/2022/08/no-reason-shots-cdcs-case-vax-mandates-crumbles/" data-type='Internal link' data-type-location='below-post-trending'><img width="345" height="181" class="attachment-be_medium size-be_medium wp-image-4981959 wp-post-image" alt="(Image by Ghinzo from Pixabay)" loading="lazy" data-src="https://www.wnd.com/wp-content/uploads/2022/02/vaccine-shot-pixabay-345x181.jpg" /></a></div><a href="https://www.wnd.com/2022/08/no-reason-shots-cdcs-case-vax-mandates-crumbles/" data-type='Internal link' data-type-location='below-post-trending'><div class="entry-summary"><h3 class="entry-title">'There's no reason for these shots': CDC's case for vax mandates crumbles</h3><div class="entry-meta"><div><span class="entry-author">Art Moore</span> <span class="entry-date">August 15, 2022 at 7:43pm</span></div><div><span class="share-count"></span></div></div></div></a></div></article><article class="post-5029766 post type-post status-publish format-standard has-post-thumbnail category-education category-faith category-health category-politics category-us category-wnd-news-center entry post-summary size-small first-three" aria-label="The REAL reason transgender groomers are targeting America&#039;s children"><header class="summary-entry-header entry-header"><div class="entry-meta"><div><span class="entry-author">David Kupelian</span> <span class="entry-date">August 16, 2022 at 7:03pm</span></div></div></header><div class="summary-entry-content entry-content"><div class="entry-image "><a href="https://www.wnd.com/2022/08/real-reason-transgender-groomers-targeting-americas-children/" data-type='Internal link' data-type-location='below-post-trending'><img width="345" height="181" class="attachment-be_medium size-be_medium wp-image-5030820 wp-post-image" alt="(Photo by Fabian Centeno on Unsplash)" loading="lazy" data-src="https://www.wnd.com/wp-content/uploads/2022/08/teens-teenagers-girls-blondes-children-kids-whites-hair-pure-happy-smiling-teeth-young-women-americans-transgenders-345x181.jpg" /></a></div><a href="https://www.wnd.com/2022/08/real-reason-transgender-groomers-targeting-americas-children/" data-type='Internal link' data-type-location='below-post-trending'><div class="entry-summary"><h3 class="entry-title">The REAL reason transgender groomers are targeting America's children</h3><div class="entry-meta"><div><span class="entry-author">David Kupelian</span> <span class="entry-date">August 16, 2022 at 7:03pm</span></div><div><span class="share-count"></span></div></div></div></a></div></article><article class="post-5030651 post type-post status-publish format-standard has-post-thumbnail category-money category-politics category-us category-wnd-news-center category-world entry post-summary size-small " aria-label="They&#039;re finally admitting it! Democrat chief fesses up to severe concern"><header class="summary-entry-header entry-header"><div class="entry-meta"><div><span class="entry-author">WND Staff</span> <span class="entry-date">August 16, 2022 at 2:20pm</span></div></div></header><div class="summary-entry-content entry-content"><div class="entry-image "><a href="https://www.wnd.com/2022/08/finally-admitting-democrat-chief-fesses-severe-concern/" data-type='Internal link' data-type-location='below-post-trending'><img width="345" height="181" class="attachment-be_medium size-be_medium wp-image-4986482 wp-post-image" alt="Joe Biden delivers the State of the Union address on Tuesday, March 1, 2022. (Video screenshot)" loading="lazy" sizes="(max-width: 345px) 100vw, 345px" data-srcset="https://www.wnd.com/wp-content/uploads/2022/03/joe-biden-state-of-the-union-pointing-squinting-democrats-jpg-345x181.jpg 345w, https://www.wnd.com/wp-content/uploads/2022/03/joe-biden-state-of-the-union-pointing-squinting-democrats-jpg.jpg 600w" data-src="https://www.wnd.com/wp-content/uploads/2022/03/joe-biden-state-of-the-union-pointing-squinting-democrats-jpg-345x181.jpg" /></a></div><a href="https://www.wnd.com/2022/08/finally-admitting-democrat-chief-fesses-severe-concern/" data-type='Internal link' data-type-location='below-post-trending'><div class="entry-summary"><h3 class="entry-title">They're finally admitting it! Democrat chief fesses up to severe concern</h3><div class="entry-meta"><div><span class="entry-author">WND Staff</span> <span class="entry-date">August 16, 2022 at 2:20pm</span></div><div><span class="share-count"></span></div></div></div></a></div></article><article class="post-5031178 post type-post status-publish format-standard has-post-thumbnail category-money category-politics category-us category-wnd-news-center entry post-summary size-small " aria-label="&#039;This is not doctored&#039;: See IRS recruit &#039;Police Academy&#039;-style armed agents"><header class="summary-entry-header entry-header"><div class="entry-meta"><div><span class="entry-author">Art Moore</span> <span class="entry-date">August 17, 2022 at 8:07pm</span></div></div></header><div class="summary-entry-content entry-content"><div class="entry-image "><a href="https://www.wnd.com/2022/08/not-doctored-see-irs-recruit-police-academy-style-armed-agents/" data-type='Internal link' data-type-location='below-post-trending'><img width="345" height="181" class="attachment-be_medium size-be_medium wp-image-5031248 wp-post-image" alt="Scene from an IRS recruiting program (Rep. Thomas Massie, R-Ky., via Twitter)" loading="lazy" data-src="https://www.wnd.com/wp-content/uploads/2022/08/irs-recruit-police-345x181.jpg" /></a></div><a href="https://www.wnd.com/2022/08/not-doctored-see-irs-recruit-police-academy-style-armed-agents/" data-type='Internal link' data-type-location='below-post-trending'><div class="entry-summary"><h3 class="entry-title">'This is not doctored': See IRS recruit 'Police Academy'-style armed agents</h3><div class="entry-meta"><div><span class="entry-author">Art Moore</span> <span class="entry-date">August 17, 2022 at 8:07pm</span></div><div><span class="share-count"></span></div></div></div></a></div></article><article class="post-5030694 post type-post status-publish format-standard has-post-thumbnail category-money category-politics category-us entry post-summary size-small " aria-label="These two types of businesses are the real IRS targets, expert says"><header class="summary-entry-header entry-header"><div class="entry-meta"><div><span class="entry-author">WND News Services</span> <span class="entry-date">August 16, 2022 at 3:36pm</span></div></div></header><div class="summary-entry-content entry-content"><div class="entry-image "><a href="https://www.wnd.com/2022/08/two-types-businesses-real-irs-targets-expert-says/" data-type='
URL
GET http://www.wnd.com/
Response Headers
Alt-Svc:
h3=":443"; ma=86400, h3-29=":443"; ma=86400
Cache-Control:
max-age=3600
Cf-Ray:
73cdef17f981d0b1-ARI
Connection:
keep-alive
Date:
Thu, 18 Aug 2022 22:02:28 GMT
Expires:
Thu, 18 Aug 2022 23:02:28 GMT
Location:
https://www.wnd.com/
Nel:
{"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Report-To:
{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=1pnNBbnszFk5P8LkNoB%2F2siUCxoQf5a9MX%2Fqd7IUsMmbS%2BL0aXn9LnjSChz7LptVpXld0anUElGG0cNusPTDWBqj8OhrTZPDNpCPYDqLu9OSz0q4DNMj85iQPDZkdw%3D%3D"}],"group":"cf-nel","max_age":604800}
Server:
cloudflare
Response Body

Empty body

Resolver

Resolver ASN
AS60068
Resolver IP
143.244.35.66
Resolver Network Name
Datacamp Limited
Measurement UID
20220818220230.648913_BO_webconnectivity_145b316a95e9a2c3
Report ID
20220818T215543Z_webconnectivity_BO_27839_n1_olB93ZsbodDPTwvg
Platform
android
Software Name
ooniprobe-android (3.6.0)
Measurement Engine
ooniprobe-engine (3.14.1)

Raw Measurement Data

Loading…