<!DOCTYPE html><html data-region="na,us" data-reactid=".2eauzk0sqm2" data-react-checksum="1005604935"><head data-reactid=".2eauzk0sqm2.0"><title data-reactid=".2eauzk0sqm2.0.0">Tropical Storm Harvey Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather</title><meta http-equiv="X-UA-Compatible" content="IE=edge" data-reactid=".2eauzk0sqm2.0.1"/><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" data-reactid=".2eauzk0sqm2.0.2"/><meta name="viewport" content="initial-scale=1.0001, minimum-scale=1.0001,
        maximum-scale=1.0001, user-scalable=no" data-reactid=".2eauzk0sqm2.0.3"/><meta name="description" content="Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That wou" data-reactid=".2eauzk0sqm2.0.4"/><meta name="keywords" content="hurricane harvey texas storm, Live, coverage, from, the, Wall, Street, Journal." data-reactid=".2eauzk0sqm2.0.5"/><meta name="news_keywords" content="hurricane harvey texas storm, Live, coverage, from, the, Wall, Street, Journal." data-reactid=".2eauzk0sqm2.0.6"/><meta name="page.site" content="wsj" data-reactid=".2eauzk0sqm2.0.7"/><meta name="page.site.product" content="WSJ" data-reactid=".2eauzk0sqm2.0.8"/><meta name="stack.name" content="dj01:vir:prod-live-coverage" data-reactid=".2eauzk0sqm2.0.9"/><meta name="referrer" content="always" data-reactid=".2eauzk0sqm2.0.a"/><link rel="canonical" href="https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751" data-reactid=".2eauzk0sqm2.0.b"/><meta property="og:url" content="https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751" data-reactid=".2eauzk0sqm2.0.c:$0"/><meta property="og:title" content="Tropical Storm Harvey Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather" data-reactid=".2eauzk0sqm2.0.c:$1"/><meta property="og:description" content="Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That wou" data-reactid=".2eauzk0sqm2.0.c:$2"/><meta property="og:type" content="article" data-reactid=".2eauzk0sqm2.0.c:$3"/><meta property="og:site_name" content="WSJ" data-reactid=".2eauzk0sqm2.0.c:$4"/><meta property="og:image" content="https://si.wsj.net/public/resources/images/BN-UV000_HARVEY_G_20170824175405.jpg" data-reactid=".2eauzk0sqm2.0.c:$5"/><meta property="twitter:site" content="@wsj" data-reactid=".2eauzk0sqm2.0.c:$6"/><meta property="twitter:app:name:iphone" content="The Wall Street Journal" data-reactid=".2eauzk0sqm2.0.c:$7"/><meta property="twitter:app:name:googleplay" content="The Wall Street Journal" data-reactid=".2eauzk0sqm2.0.c:$8"/><meta property="twitter:card" content="summary_large_image" data-reactid=".2eauzk0sqm2.0.c:$9"/><meta property="twitter:url" content="https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751" data-reactid=".2eauzk0sqm2.0.c:$10"/><meta property="fb:pages" content="8304333127" data-reactid=".2eauzk0sqm2.0.c:$11"/><meta name="fb:app_id" content="368513495882" data-reactid=".2eauzk0sqm2.0.c:$12"/><meta name="page.content.type" content="Blogs" data-reactid=".2eauzk0sqm2.0.c:$13"/><meta name="page.section" content="Live Coverage" data-reactid=".2eauzk0sqm2.0.c:$14"/><meta name="page.content.source" content="WSJ Online" data-reactid=".2eauzk0sqm2.0.c:$15"/><meta name="page.id" content="livecoverage_hurricane-harvey-live-coverage" data-reactid=".2eauzk0sqm2.0.c:$16"/><meta name="ad.id" content="live_article" data-reactid=".2eauzk0sqm2.0.c:$17"/><meta name="page.subsection" content="hurricane-harvey-live-coverage" data-reactid=".2eauzk0sqm2.0.c:$18"/><meta property="article:publisher" content="https://www.facebook.com/wsj" data-reactid=".2eauzk0sqm2.0.c:$19"/><meta name="user.type" content="nonsubscriber" data-reactid=".2eauzk0sqm2.0.c:$20"/><script data-reactid=".2eauzk0sqm2.0.$load-font">
  function loadFont(fontName, woffUrl, woff2Url, onlyLoadFontOnSecondPageload) {
      var nua = navigator.userAgent;
      var noSupport = !window.addEventListener // IE8 and below
              || (nua.match(/(Android (2|3|4.0|4.1|4.2|4.3))|(Opera (Mini|Mobi))/) && !nua.match(/Chrome/))

      if (noSupport) { return; }

      var loSto = {};
      try {
          loSto = localStorage || {};
      } catch(ex) {}

      var localStoragePrefix = 'x-font-' + fontName;
      var localStorageUrlKey = localStoragePrefix + 'url';
      var localStorageCssKey = localStoragePrefix + 'css';
      var storedFontUrl = loSto[localStorageUrlKey];
      var storedFontCss = loSto[localStorageCssKey];

      var styleElement = document.createElement('style');
      styleElement.rel = 'stylesheet';
      document.head.appendChild(styleElement);

      if (storedFontCss && (storedFontUrl === woffUrl || storedFontUrl === woff2Url)) {
          styleElement.textContent = storedFontCss;
      } else {

          var url = (woff2Url && supportsWoff2())
              ? woff2Url // WOFF2 URL provided and supported
              : woffUrl; // only WOFF support

          var request = new XMLHttpRequest();
          request.open('GET', url);
          request.onload = function() {
              if (request.status >= 200 && request.status < 400) {
                  try {
                    loSto[localStorageUrlKey] = url;
                    loSto[localStorageCssKey] = request.responseText;
                    if (!onlyLoadFontOnSecondPageload) {
                      styleElement.textContent = request.responseText;
                    }
                  } catch(e) {
                    loSto.clear();
                    loSto[localStorageUrlKey] = url;
                    loSto[localStorageCssKey] = request.responseText;
                    if (!onlyLoadFontOnSecondPageload) {
                      styleElement.textContent = request.responseText;
                    }
                  }
              }
          };
          request.send();
      }

      function supportsWoff2() {
          if (!window.FontFace) {
              return false;
          }

        var f = new FontFace('t', 'url("data:application/font-woff2,") format("woff2")', {});
        var p = f.load();
        try {p.then(null, function(){});}catch(e){}
        return f.status === 'loading';
      }
    }</script><script data-reactid=".2eauzk0sqm2.0.$load-css">
		function loadCSS( href, before, media ){
			var ss = window.document.createElement( "link" );
			var ref = before || window.document.getElementsByTagName( "meta" )[ 0 ];
			var sheets = window.document.styleSheets;
			ss.rel = "stylesheet";
			ss.href = href.trim();
			ss.media = "only x";
			ref.parentNode.appendChild( ss, ref );
			function toggleMedia(){
				var defined;
				for( var i = 0; i < sheets.length; i++ ){
					if( sheets[ i ].href && sheets[ i ].href.indexOf( href.trim().substr(-8)) > -1 ){
						defined = true;
					}
				}
				if( defined ){
					ss.media = media || "all";
				}
				else {
					setTimeout( toggleMedia );
				}
			}

			toggleMedia();
			return ss;
		}

		window.loadCSS = loadCSS;
  </script><script data-reactid=".2eauzk0sqm2.0.$load-js">
		function loadJS(src) {
			var ref = window.document.getElementsByTagName("head")[0];
			var script = window.document.createElement("script");
			script.src = src;
			script.defer = 1;
			ref.parentNode.insertBefore(script, ref);
			return script;
		}
		window.loadJS = loadJS
	</script><link rel="shortcut icon" href="https://s.wsj.net/media/wsj_favicon-16x16.png" sizes="16x16" type="image/x-icon" data-reactid=".2eauzk0sqm2.0.g:$0"/><link rel="shortcut icon" href="https://s.wsj.net/media/wsj_favicon-32x32.png" sizes="32x32" type="image/x-icon" data-reactid=".2eauzk0sqm2.0.g:$1"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-144x144.png" sizes="144x144" data-reactid=".2eauzk0sqm2.0.g:$2"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-114x114.png" sizes="114x114" data-reactid=".2eauzk0sqm2.0.g:$3"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-72x72.png" sizes="72x72" data-reactid=".2eauzk0sqm2.0.g:$4"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-57x57.png" sizes="57x57" data-reactid=".2eauzk0sqm2.0.g:$5"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-180x180.png" sizes="180x180" data-reactid=".2eauzk0sqm2.0.g:$6"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-152x152.png" sizes="152x152" data-reactid=".2eauzk0sqm2.0.g:$7"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-120x120.png" sizes="120x120" data-reactid=".2eauzk0sqm2.0.g:$8"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-76x76.png" sizes="76x76" data-reactid=".2eauzk0sqm2.0.g:$9"/><link rel="apple-touch-icon" href="https://s.wsj.net/media/wsj_apple-touch-icon-60x60.png" sizes="60x60" data-reactid=".2eauzk0sqm2.0.g:$10"/><link rel="manifest" href="https://www.wsj.com/manifest.json" data-reactid=".2eauzk0sqm2.0.g:$11"/><link rel="publisher" href="https://plus.google.com/117720626238470886461" data-reactid=".2eauzk0sqm2.0.g:$12"/><link rel="stylesheet" type="text/css" href="//vir.wsj.net/fp/cdn/fp/assets/5c15646cc386b4a072b9/LiveCoveragePage.css" data-reactid=".2eauzk0sqm2.0.g:$13"/><script type="text/javascript" data-reactid=".2eauzk0sqm2.0.h:$a">window.NREUM||(NREUM={});NREUM.info = {"agent":"","beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"cd2b77ba49","applicationID":"122323846","applicationTime":958.572831,"transactionName":"ZwEAbRQCWEVVVBYPVl5LJ0EWEVNFR10RSX51ME0WCgpAU1dYFANLUQMHFlwQWkNTGAEHS1RLWFoHEVI=","queueTime":0,"ttGuid":"650689e68354e0","agentToken":null}; (window.NREUM||(NREUM={})).loader_config={xpid:"VQAPVVRUCxABVlNRBQIPUlI="};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o||e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(t,e,n){function r(t){try{c.console&&console.log(t)}catch(e){}}var o,i=t("ee"),a=t(20),c={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(c.console=!0,o.indexOf("dev")!==-1&&(c.dev=!0),o.indexOf("nr_dev")!==-1&&(c.nrDev=!0))}catch(s){}c.nrDev&&i.on("internal-error",function(t){r(t.stack)}),c.dev&&i.on("fn-err",function(t,e,n){r(n.stack)}),c.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(c,function(t,e){return t}).join(", ")))},{}],2:[function(t,e,n){function r(t,e,n,r,c){try{h?h-=1:o(c||new UncaughtException(t,e,n),!0)}catch(f){try{i("ierr",[f,s.now(),!0])}catch(d){}}return"function"==typeof u&&u.apply(this,a(arguments))}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function o(t,e){var n=e?null:s.now();i("err",[t,n])}var i=t("handle"),a=t(21),c=t("ee"),s=t("loader"),f=t("gos"),u=window.onerror,d=!1,p="nr@seenError",h=0;s.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(l){"stack"in l&&(t(13),t(12),"addEventListener"in window&&t(6),s.xhrWrappable&&t(14),d=!0)}c.on("fn-start",function(t,e,n){d&&(h+=1)}),c.on("fn-err",function(t,e,n){d&&!n[p]&&(f(n,p,function(){return!0}),this.thrown=!0,o(n))}),c.on("fn-end",function(){d&&!this.thrown&&h>0&&(h-=1)}),c.on("internal-error",function(t){i("ierr",[t,s.now(),!0])})},{}],3:[function(t,e,n){t("loader").features.ins=!0},{}],4:[function(t,e,n){function r(){M++,S=y.hash,this[u]=b.now()}function o(){M--,y.hash!==S&&i(0,!0);var t=b.now();this[l]=~~this[l]+t-this[u],this[d]=t}function i(t,e){E.emit("newURL",[""+y,e])}function a(t,e){t.on(e,function(){this[e]=b.now()})}var c="-start",s="-end",f="-body",u="fn"+c,d="fn"+s,p="cb"+c,h="cb"+s,l="jsTime",m="fetch",v="addEventListener",w=window,y=w.location,b=t("loader");if(w[v]&&b.xhrWrappable){var g=t(10),x=t(11),E=t(8),P=t(6),O=t(13),R=t(7),T=t(14),L=t(9),j=t("ee"),N=j.get("tracer");t(15),b.features.spa=!0;var S,M=0;j.on(u,r),j.on(p,r),j.on(d,o),j.on(h,o),j.buffer([u,d,"xhr-done","xhr-resolved"]),P.buffer([u]),O.buffer(["setTimeout"+s,"clearTimeout"+c,u]),T.buffer([u,"new-xhr","send-xhr"+c]),R.buffer([m+c,m+"-done",m+f+c,m+f+s]),E.buffer(["newURL"]),g.buffer([u]),x.buffer(["propagate",p,h,"executor-err","resolve"+c]),N.buffer([u,"no-"+u]),L.buffer(["new-jsonp","cb-start","jsonp-error","jsonp-end"]),a(T,"send-xhr"+c),a(j,"xhr-resolved"),a(j,"xhr-done"),a(R,m+c),a(R,m+"-done"),a(L,"new-jsonp"),a(L,"jsonp-end"),a(L,"cb-start"),E.on("pushState-end",i),E.on("replaceState-end",i),w[v]("hashchange",i,!0),w[v]("load",i,!0),w[v]("popstate",function(){i(0,M>1)},!0)}},{}],5:[function(t,e,n){function r(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var o=t("ee"),i=t("handle"),a=t(13),c=t(12),s="learResourceTimings",f="addEventListener",u="resourcetimingbufferfull",d="bstResource",p="resource",h="-start",l="-end",m="fn"+h,v="fn"+l,w="bstTimer",y="pushState",b=t("loader");b.features.stn=!0,t(8);var g=NREUM.o.EV;o.on(m,function(t,e){var n=t[0];n instanceof g&&(this.bstStart=b.now())}),o.on(v,function(t,e){var n=t[0];n instanceof g&&i("bst",[n,e,this.bstStart,b.now()])}),a.on(m,function(t,e,n){this.bstStart=b.now(),this.bstType=n}),a.on(v,function(t,e){i(w,[e,this.bstStart,b.now(),this.bstType])}),c.on(m,function(){this.bstStart=b.now()}),c.on(v,function(t,e){i(w,[e,this.bstStart,b.now(),"requestAnimationFrame"])}),o.on(y+h,function(t){this.time=b.now(),this.startPath=location.pathname+location.hash}),o.on(y+l,function(t){i("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&&(window.performance["c"+s]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(p)]),window.performance["c"+s]()},!1):window.performance[f]("webkit"+u,function(t){i(d,[window.performance.getEntriesByType(p)]),window.performance["webkitC"+s]()},!1)),document[f]("scroll",r,{passive:!0}),document[f]("keypress",r,!1),document[f]("click",r,!1)}},{}],6:[function(t,e,n){function r(t){for(var e=t;e&&!e.hasOwnProperty(u);)e=Object.getPrototypeOf(e);e&&o(e)}function o(t){c.inPlace(t,[u,d],"-",i)}function i(t,e){return t[1]}var a=t("ee").get("events"),c=t(23)(a,!0),s=t("gos"),f=XMLHttpRequest,u="addEventListener",d="removeEventListener";e.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,e){var n=t[1],r=s(n,"nr@wrapped",function(){function t(){if("function"==typeof n.handleEvent)return n.handleEvent.apply(n,arguments)}var e={object:t,"function":n}[typeof n];return e?c(e,"fn-",null,e.name||"anonymous"):n});this.wrapped=t[1]=r}),a.on(d+"-start",function(t){t[1]=this.wrapped||t[1]})},{}],7:[function(t,e,n){function r(t,e,n){var r=t[e];"function"==typeof r&&(t[e]=function(){var t=r.apply(this,arguments);return o.emit(n+"start",arguments,t),t.then(function(e){return o.emit(n+"end",[null,e],t),e},function(e){throw o.emit(n+"end",[e],t),e})})}var o=t("ee").get("fetch"),i=t(20);e.exports=o;var a=window,c="fetch-",s=c+"body-",f=["arrayBuffer","blob","json","text","formData"],u=a.Request,d=a.Response,p=a.fetch,h="prototype";u&&d&&p&&(i(f,function(t,e){r(u[h],e,s),r(d[h],e,s)}),r(a,"fetch",c),o.on(c+"end",function(t,e){var n=this;e?e.clone().arrayBuffer().then(function(t){n.rxSize=t.byteLength,o.emit(c+"done",[null,e],n)}):o.emit(c+"done",[t],n)}))},{}],8:[function(t,e,n){var r=t("ee").get("history"),o=t(23)(r);e.exports=r,o.inPlace(window.history,["pushState","replaceState"],"-")},{}],9:[function(t,e,n){function r(t){function e(){s.emit("jsonp-end",[],p),t.removeEventListener("load",e,!1),t.removeEventListener("error",n,!1)}function n(){s.emit("jsonp-error",[],p),s.emit("jsonp-end",[],p),t.removeEventListener("load",e,!1),t.removeEventListener("error",n,!1)}var r=t&&"string"==typeof t.nodeName&&"script"===t.nodeName.toLowerCase();if(r){var o="function"==typeof t.addEventListener;if(o){var a=i(t.src);if(a){var u=c(a),d="function"==typeof u.parent[u.key];if(d){var p={};f.inPlace(u.parent,[u.key],"cb-",p),t.addEventListener("load",e,!1),t.addEventListener("error",n,!1),s.emit("new-jsonp",[t.src],p)}}}}}function o(){return"addEventListener"in window}function i(t){var e=t.match(u);return e?e[1]:null}function a(t,e){var n=t.match(p),r=n[1],o=n[3];return o?a(o,e[r]):e[r]}function c(t){var e=t.match(d);return e&&e.length>=3?{key:e[2],parent:a(e[1],window)}:{key:t,parent:window}}var s=t("ee").get("jsonp"),f=t(23)(s);if(e.exports=s,o()){var u=/[?&](?:callback|cb)=([^&#]+)/,d=/(.*)\.([^.]+)/,p=/^(\w+)(\.|$)(.*)$/,h=["appendChild","insertBefore","replaceChild"];f.inPlace(HTMLElement.prototype,h,"dom-"),f.inPlace(HTMLHeadElement.prototype,h,"dom-"),f.inPlace(HTMLBodyElement.prototype,h,"dom-"),s.on("dom-start",function(t){r(t[0])})}},{}],10:[function(t,e,n){var r=t("ee").get("mutation"),o=t(23)(r),i=NREUM.o.MO;e.exports=r,i&&(window.MutationObserver=function(t){return this instanceof i?new i(o(t,"fn-")):i.apply(this,arguments)},MutationObserver.prototype=i.prototype)},{}],11:[function(t,e,n){function r(t){var e=a.context(),n=c(t,"executor-",e),r=new f(n);return a.context(r).getCtx=function(){return e},a.emit("new-promise",[r,e],e),r}function o(t,e){return e}var i=t(23),a=t("ee").get("promise"),c=i(a),s=t(20),f=NREUM.o.PR;e.exports=a,f&&(window.Promise=r,["all","race"].forEach(function(t){var e=f[t];f[t]=function(n){function r(t){return function(){a.emit("propagate",[null,!o],i),o=o||!t}}var o=!1;s(n,function(e,n){Promise.resolve(n).then(r("all"===t),r(!1))});var i=e.apply(f,arguments),c=f.resolve(i);return c}}),["resolve","reject"].forEach(function(t){var e=f[t];f[t]=function(t){var n=e.apply(f,arguments);return t!==n&&a.emit("propagate",[t,!0],n),n}}),f.prototype["catch"]=function(t){return this.then(null,t)},f.prototype=Object.create(f.prototype,{constructor:{value:r}}),s(Object.getOwnPropertyNames(f),function(t,e){try{r[e]=f[e]}catch(n){}}),a.on("executor-start",function(t){t[0]=c(t[0],"resolve-",this),t[1]=c(t[1],"resolve-",this)}),a.on("executor-err",function(t,e,n){t[1](n)}),c.inPlace(f.prototype,["then"],"then-",o),a.on("then-start",function(t,e){this.promise=e,t[0]=c(t[0],"cb-",this),t[1]=c(t[1],"cb-",this)}),a.on("then-end",function(t,e,n){this.nextPromise=n;var r=this.promise;a.emit("propagate",[r,!0],n)}),a.on("cb-end",function(t,e,n){a.emit("propagate",[n,!0],this.nextPromise)}),a.on("propagate",function(t,e,n){this.getCtx&&!e||(this.getCtx=function(){if(t instanceof Promise)var e=a.context(t);return e&&e.getCtx?e.getCtx():this})}),r.toString=function(){return""+f})},{}],12:[function(t,e,n){var r=t("ee").get("raf"),o=t(23)(r),i="equestAnimationFrame";e.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],13:[function(t,e,n){function r(t,e,n){t[0]=a(t[0],"fn-",null,n)}function o(t,e,n){this.method=n,this.timerDuration=isNaN(t[1])?0:+t[1],t[0]=a(t[0],"fn-",this,n)}var i=t("ee").get("timer"),a=t(23)(i),c="setTimeout",s="setInterval",f="clearTimeout",u="-start",d="-";e.exports=i,a.inPlace(window,[c,"setImmediate"],c+d),a.inPlace(window,[s],s+d),a.inPlace(window,[f,"clearImmediate"],f+d),i.on(s+u,r),i.on(c+u,o)},{}],14:[function(t,e,n){function r(t,e){d.inPlace(e,["onreadystatechange"],"fn-",c)}function o(){var t=this,e=u.context(t);t.readyState>3&&!e.resolved&&(e.resolved=!0,u.emit("xhr-resolved",[],t)),d.inPlace(t,y,"fn-",c)}function i(t){b.push(t),l&&(x?x.then(a):v?v(a):(E=-E,P.data=E))}function a(){for(var t=0;t<b.length;t++)r([],b[t]);b.length&&(b=[])}function c(t,e){return e}function s(t,e){for(var n in t)e[n]=t[n];return e}t(6);var f=t("ee"),u=f.get("xhr"),d=t(23)(u),p=NREUM.o,h=p.XHR,l=p.MO,m=p.PR,v=p.SI,w="readystatechange",y=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],b=[];e.exports=u;var g=window.XMLHttpRequest=function(t){var e=new h(t);try{u.emit("new-xhr",[e],e),e.addEventListener(w,o,!1)}catch(n){try{u.emit("internal-error",[n])}catch(r){}}return e};if(s(h,g),g.prototype=h.prototype,d.inPlace(g.prototype,["open","send"],"-xhr-",c),u.on("send-xhr-start",function(t,e){r(t,e),i(e)}),u.on("open-xhr-start",r),l){var x=m&&m.resolve();if(!v&&!m){var E=1,P=document.createTextNode(E);new l(a).observe(P,{characterData:!0})}}else f.on("fn-end",function(t){t[0]&&t[0].type===w||a()})},{}],15:[function(t,e,n){function r(t){var e=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<d;r++)t.removeEventListener(u[r],this.listener,!1);if(!e.aborted){if(n.duration=a.now()-this.startTime,4===t.readyState){e.status=t.status;var i=o(t,this.lastSize);if(i&&(n.rxSize=i),this.sameOrigin){var s=t.getResponseHeader("X-NewRelic-App-Data");s&&(e.cat=s.split(", ").pop())}}else e.status=0;n.cbTime=this.cbTime,f.emit("xhr-done",[t],t),c("xhr",[e,n,this.startTime])}}}function o(t,e){var n=t.responseType;if("json"===n&&null!==e)return e;var r="arraybuffer"===n||"blob"===n||"json"===n?t.response:t.responseText;return l(r)}function i(t,e){var n=s(e),r=t.params;r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}var a=t("loader");if(a.xhrWrappable){var c=t("handle"),s=t(16),f=t("ee"),u=["load","error","abort","timeout"],d=u.length,p=t("id"),h=t(19),l=t(18),m=window.XMLHttpRequest;a.features.xhr=!0,t(14),f.on("new-xhr",function(t){var e=this;e.totalCbs=0,e.called=0,e.cbTime=0,e.end=r,e.ended=!1,e.xhrGuids={},e.lastSize=null,h&&(h>34||h<10)||window.opera||t.addEventListener("progress",function(t){e.lastSize=t.loaded},!1)}),f.on("open-xhr-start",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),f.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid)}),f.on("send-xhr-start",function(t,e){var n=this.metrics,r=t[0],o=this;if(n&&r){var i=l(r);i&&(n.txSize=i)}this.startTime=a.now(),this.listener=function(t){try{"abort"===t.type&&(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof e.onload))&&o.end(e)}catch(n){try{f.emit("internal-error",[n])}catch(r){}}};for(var c=0;c<d;c++)e.addEventListener(u[c],this.listener,!1)}),f.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),f.on("xhr-load-added",function(t,e){var n=""+p(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),f.on("xhr-load-removed",function(t,e){var n=""+p(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),f.on("addEventListener-end",function(t,e){e instanceof m&&"load"===t[0]&&f.emit("xhr-load-added",[t[1],t[2]],e)}),f.on("removeEventListener-end",function(t,e){e instanceof m&&"load"===t[0]&&f.emit("xhr-load-removed",[t[1],t[2]],e)}),f.on("fn-start",function(t,e,n){e instanceof m&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=a.now()))}),f.on("fn-end",function(t,e){this.xhrCbStart&&f.emit("xhr-cb-time",[a.now()-this.xhrCbStart,this.onload,e],e)})}},{}],16:[function(t,e,n){e.exports=function(t){var e=document.createElement("a"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname);var i=!e.protocol||":"===e.protocol||e.protocol===n.protocol,a=e.hostname===document.domain&&e.port===n.port;return r.sameOrigin=i&&(!e.hostname||a),r}},{}],17:[function(t,e,n){function r(){}function o(t,e,n){return function(){return i(t,[f.now()].concat(c(arguments)),e?null:this,n),e?void 0:this}}var i=t("handle"),a=t(20),c=t(21),s=t("ee").get("tracer"),f=t("loader"),u=NREUM;"undefined"==typeof window.newrelic&&(newrelic=u);var d=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],p="api-",h=p+"ixn-";a(d,function(t,e){u[e]=o(p+e,!0,"api")}),u.addPageAction=o(p+"addPageAction",!0),u.setCurrentRouteName=o(p+"routeName",!0),e.exports=newrelic,u.interaction=function(){return(new r).get()};var l=r.prototype={createTracer:function(t,e){var n={},r=this,o="function"==typeof e;return i(h+"tracer",[f.now(),t,n],r),function(){if(s.emit((o?"":"no-")+"fn-start",[f.now(),r,o],n),o)try{return e.apply(this,arguments)}catch(t){throw s.emit("fn-err",[arguments,this,t],n),t}finally{s.emit("fn-end",[f.now()],n)}}}};a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,e){l[e]=o(h+e)}),newrelic.noticeError=function(t){"string"==typeof t&&(t=new Error(t)),i("err",[t,f.now()])}},{}],18:[function(t,e,n){e.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(e){return}}}},{}],19:[function(t,e,n){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),e.exports=r},{}],20:[function(t,e,n){function r(t,e){var n=[],r="",i=0;for(r in t)o.call(t,r)&&(n[i]=e(r,t[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],21:[function(t,e,n){function r(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(o<0?0:o);++r<o;)i[r]=t[e+r];return i}e.exports=r},{}],22:[function(t,e,n){e.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],23:[function(t,e,n){function r(t){return!(t&&t instanceof Function&&t.apply&&!t[a])}var o=t("ee"),i=t(21),a="nr@original",c=Object.prototype.hasOwnProperty,s=!1;e.exports=function(t,e){function n(t,e,n,o){function nrWrapper(){var r,a,c,s;try{a=this,r=i(arguments),c="function"==typeof n?n(r,a):n||{}}catch(f){p([f,"",[r,a,o],c])}u(e+"start",[r,a,o],c);try{return s=t.apply(a,r)}catch(d){throw u(e+"err",[r,a,d],c),d}finally{u(e+"end",[r,a,s],c)}}return r(t)?t:(e||(e=""),nrWrapper[a]=t,d(t,nrWrapper),nrWrapper)}function f(t,e,o,i){o||(o="");var a,c,s,f="-"===o.charAt(0);for(s=0;s<e.length;s++)c=e[s],a=t[c],r(a)||(t[c]=n(a,f?c+o:o,i,c))}function u(n,r,o){if(!s||e){var i=s;s=!0;try{t.emit(n,r,o,e)}catch(a){p([a,n,r,o])}s=i}}function d(t,e){if(Object.defineProperty&&Object.keys)try{var n=Object.keys(t);return n.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(r){p([r])}for(var o in t)c.call(t,o)&&(e[o]=t[o]);return e}function p(e){try{t.emit("internal-error",e)}catch(n){}}return t||(t=o),n.inPlace=f,n.flag=a,n}},{}],ee:[function(t,e,n){function r(){}function o(t){function e(t){return t&&t instanceof r?t:t?s(t,c,i):i()}function n(n,r,o,i){if(!p.aborted||i){t&&t(n,r,o);for(var a=e(o),c=l(n),s=c.length,f=0;f<s;f++)c[f].apply(a,r);var d=u[y[n]];return d&&d.push([b,n,r,a]),a}}function h(t,e){w[t]=l(t).concat(e)}function l(t){return w[t]||[]}function m(t){return d[t]=d[t]||o(n)}function v(t,e){f(t,function(t,n){e=e||"feature",y[n]=e,e in u||(u[e]=[])})}var w={},y={},b={on:h,emit:n,get:m,listeners:l,context:e,buffer:v,abort:a,aborted:!1};return b}function i(){return new r}function a(){(u.api||u.feature)&&(p.aborted=!0,u=p.backlog={})}var c="nr@context",s=t("gos"),f=t(20),u={},d={},p=e.exports=o();p.backlog=u},{}],gos:[function(t,e,n){function r(t,e,n){if(o.call(t,e))return t[e];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[e]=r,r}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],handle:[function(t,e,n){function r(t,e,n,r){o.buffer([t],r),o.emit(t,e,n)}var o=t("ee").get("handle");e.exports=r,r.ee=o},{}],id:[function(t,e,n){function r(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");e.exports=r},{}],loader:[function(t,e,n){function r(){if(!x++){var t=g.info=NREUM.info,e=p.getElementsByTagName("script")[0];if(setTimeout(u.abort,3e4),!(t&&t.licenseKey&&t.applicationID&&e))return u.abort();f(y,function(e,n){t[e]||(t[e]=n)}),s("mark",["onload",a()+g.offset],null,"api");var n=p.createElement("script");n.src="https://"+t.agent,e.parentNode.insertBefore(n,e)}}function o(){"complete"===p.readyState&&i()}function i(){s("mark",["domContent",a()+g.offset],null,"api")}function a(){return E.exists&&performance.now?Math.round(performance.now()):(c=Math.max((new Date).getTime(),c))-g.offset}var c=(new Date).getTime(),s=t("handle"),f=t(20),u=t("ee"),d=window,p=d.document,h="addEventListener",l="attachEvent",m=d.XMLHttpRequest,v=m&&m.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:m,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var w=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-spa-1071.min.js"},b=m&&v&&v[h]&&!/CriOS/.test(navigator.userAgent),g=e.exports={offset:c,now:a,origin:w,features:{},xhrWrappable:b};t(17),p[h]?(p[h]("DOMContentLoaded",i,!1),d[h]("load",r,!1)):(p[l]("onreadystatechange",o),d[l]("onload",r)),s("mark",["firstbyte",c],null,"api");var x=0,E=t(22)},{}]},{},["loader",2,15,5,3,4]);</script><script type="text/javascript" data-reactid=".2eauzk0sqm2.0.h:$l">
    if (typeof PerformanceObserver !== 'undefined'){
      const observer = new PerformanceObserver((list) => {
        for (const entry of list.getEntries()) {
          const metricName = entry.name;
          const time = Math.round(entry.startTime + entry.duration);

          if (typeof newrelic !== 'undefined') {
            newrelic.setCustomAttribute(metricName, time);
          }
        }
      });
      observer.observe({entryTypes: ['paint']});
    }</script><script type="text/javascript" data-reactid=".2eauzk0sqm2.0.h:$b">window.googletag = {cmd: []};</script><script type="application/ld+json" data-reactid=".2eauzk0sqm2.0.h:$j">[
	{
		"@context": "https://schema.org",
		"@type": "BlogPosting",
		"articleSection": "Live Coverage",
		"headline": "Tropical Storm Harvey Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather",
		"url": "https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751",
		"description": "Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That wou",
		"image": {
			"@type": "ImageObject",
			"url": "https://s.wsj.net/media/wsj_amp_masthead_lg.png",
			"width": "576",
			"height": "60"
		},
		"mainEntityOfPage": {
			"@type": "WebPage",
			"@id": "https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751"
		},
		"author": {
			"@type": "Organization",
			"name": "Wall Street Journal"
		},
		"publisher": {
			"@type": "Organization",
			"name": "Wall Street Journal",
			"logo": {
				"@type": "ImageObject",
				"url": "https://s.wsj.net/media/wsj_amp_masthead_lg.png",
				"width": "576",
				"height": "60"
			}
		},
		"datePublished": "2017-08-30T07:32:32-04:00",
		"dateModified": "2017-08-30T07:32:32-04:00",
		"about": {
			"@type": "Event",
			"offers": {
				"@type": "Offer",
				"url": "https://subscribe.wsj.com"
			},
			"performer": {
				"@type": "Organization",
				"name": "Wall Street Journal"
			},
			"description": "Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That wou",
			"name": "Tropical Storm Harvey Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather",
			"image": {
				"@type": "ImageObject",
				"url": "https://s.wsj.net/media/wsj_amp_masthead_lg.png",
				"width": "576",
				"height": "60"
			},
			"startDate": "2017-08-30T07:32:32-04:00",
			"location": {
				"@type": "Place",
				"address": "United States",
				"name": "United States"
			}
		}
	},
	{
		"@context": "https://schema.org",
		"@type": "NewsArticle",
		"articleSection": "Live Coverage",
		"mainEntityOfPage": {
			"@type": "WebPage",
			"@id": "https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751"
		},
		"author": {
			"@type": "Organization",
			"name": "Wall Street Journal"
		},
		"image": {
			"@type": "ImageObject",
			"url": "https://s.wsj.net/media/wsj_amp_masthead_lg.png",
			"width": "576",
			"height": "60"
		},
		"creator": [
			"Michael Driscoll",
			"Yvonne Dennis",
			"Cynthia Lin",
			"Elizabeth Yuan",
			"Jessica Menton",
			"Mary De Wet",
			"Michael Wright",
			"Paul Dyer",
			"Prabha Natarajan",
			"Lora Western",
			"Hillary Canada",
			"Adam Charles Linscott Martin",
			"Thomas Derpinghaus",
			"Erin Mendell",
			"Chris Kirkham",
			"Constantinos Paris",
			"undefined undefined",
			"Dan Frosch",
			"Erin Ailworth",
			"Russell Gold",
			"Josee Rose",
			"Daniel Papp",
			"Bradley Olson",
			"Melanie Evans",
			"Erica Phillips",
			"Sarah Mcfarlane",
			"Biman Mukherji",
			"Miguel Bustillo",
			"Nicole Friedman",
			"Lisa Vickery",
			"Tim Hanrahan",
			"Philip Izzo",
			"Yogi Patel",
			"Nicole Hong",
			"Cameron McWhirter",
			"Daniela Hernandez",
			"Richard Rubin",
			"Benjamin Kesling",
			"Michael C. Bender",
			"Peter Nicholas",
			"Andrew FitzGerald",
			"Ryan Knutson",
			"Anne Pallivathuckal",
			"Tracy Gan",
			"Deepa Seetharaman",
			"Georgia Wells",
			"Lynn Cook",
			"Alison Sider",
			"Christopher Alessi",
			"Gareth Vipers",
			"Roland Keane",
			"Tedra Meyer",
			"Kate Linebaugh",
			"Jon Kamp",
			"Steven Norton",
			"Angus Loten",
			"Christopher Matthews",
			"Stephanie Yang",
			"Ciara Linnane",
			"Dan Molinski",
			"Ben Eisen",
			"Alicia Caldwell",
			"Benjamin Parkin",
			"Quint Forgey",
			"Joseph Barrett",
			"Ted Mann"
		],
		"headline": "Tropical Storm Harvey Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather",
		"url": "https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751",
		"description": "Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That wou",
		"keywords": [
			"hurricane harvey texas storm",
			"Live",
			"coverage",
			"from",
			"the",
			"Wall",
			"Street",
			"Journal."
		],
		"publisher": {
			"@type": "Organization",
			"name": "Wall Street Journal",
			"logo": {
				"@type": "ImageObject",
				"url": "https://s.wsj.net/media/wsj_amp_masthead_lg.png",
				"width": "576",
				"height": "60"
			}
		},
		"datePublished": "2017-08-30T07:32:32-04:00",
		"dateModified": "2017-08-30T07:32:32-04:00"
	}
]</script><script data-reactid=".2eauzk0sqm2.0.i:$0">loadFont("Retina", "https://www.wsj.com/fonts/retina.css");</script><script data-reactid=".2eauzk0sqm2.0.i:$1">loadFont("Exchange", "https://www.wsj.com/fonts/exchange.css");</script><script data-reactid=".2eauzk0sqm2.0.i:$2">loadFont("Escrow Condensed", "https://www.wsj.com/fonts/escrow.css");</script><script defer="" src="https://assets.vidora.com/js/vidora-client.1.2.7.min.js" data-reactid=".2eauzk0sqm2.0.j:$0"></script><noscript data-reactid=".2eauzk0sqm2.0.k"></noscript><noscript data-reactid=".2eauzk0sqm2.0.l"></noscript><script defer="" src="https://sts3.wsj.net/pb/pb.js" data-reactid=".2eauzk0sqm2.0.m"></script><noscript data-reactid=".2eauzk0sqm2.0.n"></noscript></head><body class="layout-livecoverage" data-reactid=".2eauzk0sqm2.1"><div id="facebook-vendor" data-reactid=".2eauzk0sqm2.1.0:$e"><div id="fb-root" data-reactid=".2eauzk0sqm2.1.0:$e.0"></div><script src="//connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v2.5" async="" data-reactid=".2eauzk0sqm2.1.0:$e.1"></script></div><div id="LiveCoveragePage" class="clearfix" data-reactid=".2eauzk0sqm2.1.1"><noscript data-reactid=".2eauzk0sqm2.1.1.0"></noscript><div data-reactid=".2eauzk0sqm2.1.1.1"><div class="style__hat_1vqyrZZ3j7vMCXYKbvaqKa style__at16units_3PypR47bhlOs-U1i7X-jAW" data-reactid=".2eauzk0sqm2.1.1.1.0"><div class="style__sector_2MheU6E2YhuW0ixuHfZJrV" data-reactid=".2eauzk0sqm2.1.1.1.0.0"><div class="style__hat-wrapper_3gylmIinwdpz486ZnbI7lK" data-reactid=".2eauzk0sqm2.1.1.1.0.0.0"><div class="style__hat-button_nVhcUNQnJ0JrAsBof3PA4" data-reactid=".2eauzk0sqm2.1.1.1.0.0.0.0"><span data-reactid=".2eauzk0sqm2.1.1.1.0.0.0.0.0">Dow Jones, a News Corp company</span><span class="style__hat-button-arrow_1lShS8UZw_x0s5SfnsP9H0" data-reactid=".2eauzk0sqm2.1.1.1.0.0.0.0.1"></span></div></div></div><div class="style__hat-inner_23wtWt6P0ekPIV5GPU3Q3P" data-reactid=".2eauzk0sqm2.1.1.1.0.1"><div class="style__sector_2MheU6E2YhuW0ixuHfZJrV" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0"><div class="style__hat-inner-wrapper_1BZeD6isBkT7u8WTzueqiS" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0"><div class="style__hat-close_1UhhgoiMEbv7NiecHltl45" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.0"></div><div class="style__hat-bio_At3mHXiNm0bZCcc0BmoYH" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.1">News Corp is a network of leading companies in the worlds of diversified media, news, education, and information services</div><div class="style__hat-products_BnmgrS6xg0wDsbBrw10_O" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2"><div class="style__hat-title_2r8l92eYb72m5OqrR-bRKq" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.0">Dow Jones</div><ul class="style__hat-col_24MLoTMQxwX3pw0oXCWLGH" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0"><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$0"><a href="http://www.barrons.com/home-page" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$0.0">Barron&#x27;s</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$1"><a href="http://bigcharts.marketwatch.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$1.0">BigCharts</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$2"><a href="http://www.wsj.com/public/page/wsj-x-marketing.html" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$2.0">DJX</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$3"><a href="http://new.dowjones.com/products/dj-news" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$3.0">Dow Jones Newswires</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$4"><a href="https://global.factiva.com/factivalogin/login.asp?productname=global" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$4.0">Factiva</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$5"><a href="http://www.efinancialnews.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$5.0">Financial News</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$6"><a href="http://www.mansionglobal.com/" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$6.0">Mansion Global</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$7"><a href="http://www.marketwatch.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$0.$7.0">MarketWatch</a></li></ul><ul class="style__hat-col_24MLoTMQxwX3pw0oXCWLGH" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1"><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$9"><a href="https://newsplus.wsj.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$9.0">NewsPlus</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$10"><a href="http://privatemarkets.dowjones.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$10.0">Private Markets</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$11"><a href="https://djlogin.dowjones.com/login.asp?productname=rnc" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$11.0">Risk &amp; Compliance</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$12"><a href="http://www.wsj.com/conferences" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$12.0">WSJ Conference</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$13"><a href="http://www.wsj.com/pro/centralbanking" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$13.0">WSJ Pro</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$14"><a href="http://live.wsj.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$14.0">WSJ Video</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$15"><a href="http://www.wsj.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.2.1:$1.$15.0">WSJ.com</a></li></ul></div><div class="style__hat-products_BnmgrS6xg0wDsbBrw10_O" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3"><div class="style__hat-title_2r8l92eYb72m5OqrR-bRKq" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.0">News Corp</div><ul class="style__hat-col_24MLoTMQxwX3pw0oXCWLGH" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0"><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$0"><a href="http://www.bigdecisions.com/" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$0.0">Big Decisions</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$1"><a href="http://www.businessspectator.com.au/" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$1.0">Business Spectator</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$2"><a href="https://www.checkout51.com/?utm_source=wsj&amp;utm_medium=digitalhousead&amp;utm_campaign=wsjspotlight" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$2.0">Checkout51</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$3"><a href="http://www.harpercollins.com/" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$3.0">Harper Collins</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$4"><a href="http://nypost.com/" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$4.0">New York Post</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$5"><a href="https://www.proptiger.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$0.$5.0">PropTiger</a></li></ul><ul class="style__hat-col_24MLoTMQxwX3pw0oXCWLGH" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1"><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$6"><a href="http://www.rea-group.com/" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$6.0">REA</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$7"><a href="https://www.realtor.com" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$7.0">realtor.com</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$8"><a href="http://storyful.com/" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$8.0">Storyful</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$9"><a href="http://www.theaustralian.com.au" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$9.0">The Australian</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$10"><a href="http://www.thesun.co.uk/sol/homepage/" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$10.0">The Sun</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$11"><a href="http://www.thetimes.co.uk" data-reactid=".2eauzk0sqm2.1.1.1.0.1.0.0.3.1:$1.$11.0">The Times</a></li></ul></div></div></div></div><div class="style__hat-escape_1xL6YaVfiFPI6DXq3KG-8T" data-reactid=".2eauzk0sqm2.1.1.1.0.2"></div></div><div class="WSJTheme__market-data_hC5Q8XMG_GJnAtA-fH8fF" data-reactid=".2eauzk0sqm2.1.1.1.1"><div class="WSJTheme__md-sector_2ldy1fE4UGlWw3QDFvEj-t WSJTheme__sector-unit-16_FyrB2PB3tLz5S8xVU0FMT WSJTheme__is-not-fixed_386D4bT9LDzlIFTVxjFTKF" data-reactid=".2eauzk0sqm2.1.1.1.1.0"></div></div><header class="style__wsj-header_2eGdYq6qJ9DnSzu70Z4bo1 style__is-not-fixed_1jMhvNaGVIeMp84pBZ9jUj style__at16units_1Ajy8qI5jPkLqbasqIErFs" data-reactid=".2eauzk0sqm2.1.1.1.2"><div class="style__sector_3oQF2HzPyaPy3pHJcg5Ttq" data-reactid=".2eauzk0sqm2.1.1.1.2.0"><div class="style__masthead_2SN97Xk2ktaC_662rHZsz2" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0"><div class="style__customer-nav_AkM4UW2WcCzsQLBzgQ6_d" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.0"><div class="style__customer-nav-container_3_92QdnzUhm-yW2af1yb-D" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.0.0"><a class="style__subscribe_10eYZv7Nrwehps3Vf-Hy-E" href="https://subscribe.wsj.com/hpheaderlink" rel="nofollow" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.0.0.0">Subscribe Now</a><a href="https://accounts.wsj.com/login?target=http%3A%2F%2Fwww.wsj.com" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.0.0.1">Sign In</a><div class="style__wsj-nav-promobottom_3cxo1rW2iu37P_RbJ-Ug8E" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.0.0.2"><a href="" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.0.0.2.0"><img src="" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.0.0.2.0.0"/></a></div></div></div><a class="style__brand-link_21t2YbqaDYvH4LO0QT-vmc" href="https://www.wsj.com/" title="The Wall Street Journal" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.1">The Wall Street Journal</a><a class="style__brand-link_21t2YbqaDYvH4LO0QT-vmc style__slim_3Yt-1Jkecgc27ZlzN3GB5x" href="https://www.wsj.com/" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.2"></a><div class="style__masthead-strap_1M8tiEOK_ZstuN4MWbJKCc" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3"><li class="style__edition-dropdown_HJVEbEuLi4GNp0fF687Yd style__unexpanded_1qs3bFzn9K-ZtXT8LJMm-S" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1"><div class="style__expand-escaper_fZ8bruo0XIWVTIHmRYEQz" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.0"></div><span class="style__selected-edition_r8UykRoICUJ4BTKG1Y4Wz" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1"><span data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.0">U.S. Edition</span><ul class="style__edition-picker_Y97N7V2PPRAsA6xuRbj4b" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1"><li data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$0"><a href="#" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$0.0">U.S.</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$1"><a href="#" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$1.0">Asia</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$2"><a href="#" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$2.0">Europe</a></li><li class="style__english_26NIwBYzw2qrvBxpRf5U_Z" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$3"><a href="#" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$3.0">India</a></li><li class="style__non-english_2kSvPo9v3oeKr8n72DS9Kk" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$4"><a href="#" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$4.0">中国 (China)</a></li><li data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$5"><a href="#" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.1.1.1.$5.0">日本 (Japan)</a></li></ul></span></li><div class="style__date-time_2anQ8lCVSeknTwwFFvxhre" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.3"><p class="" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.3.0">February 13, 2018</p></div><div data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.4"><a href="http://www.wsj.com/itp" data-reactid=".2eauzk0sqm2.1.1.1.2.0.0.3.4.0">Today&#x27;s Paper</a></div></div></div></div><nav class="style__nav-container_td8wPiDIzq_dVfWpBqVYd" data-reactid=".2eauzk0sqm2.1.1.1.2.1"><div class="style__header-nav-desktop_2YHfB6q4flUaOjYHD74gTY" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0"><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ  style__noHover_2xwr6nQCJKveqxzsQqx1BE" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$0"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$0.0">Home</a></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__world_c9KbPYuw_Y-8TeKqBaH0y" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/world" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.0">World</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.0">Regions</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$0"><a href="https://www.wsj.com/news/types/africa-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$0.0">Africa</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$1"><a href="https://www.wsj.com/news/types/asia-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$1.0">Asia</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$2"><a href="https://www.wsj.com/news/types/canada-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$2.0">Canada</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$3"><a href="https://www.wsj.com/news/types/china-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$3.0">China</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$4"><a href="https://www.wsj.com/news/types/europe-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$4.0">Europe</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$5"><a href="https://www.wsj.com/news/types/latin-america-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$5.0">Latin America</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$6"><a href="https://www.wsj.com/news/types/middle-east-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$0.1:$6.0">Middle East</a></li></ul><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$1.0">Sections</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$1.1:$0"><a href="https://www.wsj.com/news/economy" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$1.1:$0.0">Economy</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$2"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$2.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$2.1:$0"><a href="http://www.wsj.com/video/browse/news/world-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$1.1.0.$2.1:$0.0">World Video</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__us_2TyhQbn9LedqQvKiLmm-dS" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/us" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.0">U.S.</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.0">Sections</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.1:$0"><a href="https://www.wsj.com/news/economy" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.1:$0.0">Economy</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.1:$1"><a href="https://www.wsj.com/news/business/law-legal" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.1:$1.0">Law</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.1:$2"><a href="http://www.wsj.com/public/page/new-york-main.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.1:$2.0">New York</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.1:$3"><a href="https://www.wsj.com/news/politics" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$0.1:$3.0">Politics</a></li></ul><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$1.0">Columns &amp; Blogs</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$1.1:$0"><a href="https://blogs.wsj.com/economics/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$1.1:$0.0">Real Time Economics</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$1.1:$1"><a href="https://blogs.wsj.com/washwire/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$1.1:$1.0">Washington Wire</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$2"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$2.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$2.1:$0"><a href="http://www.wsj.com/news/latest/journalreport" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$2.1:$0.0">Journal Report</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$2.1:$1"><a href="http://www.wsj.com/video/browse/news/us-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$2.1:$1.0">U.S. Video</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$2.1:$2"><a href="http://www.wsj.com/podcasts/latest/wsj-whats-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$2.1.0.$2.1:$2.0">What&#x27;s News Podcast</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__politics_1nB9N0wbljif6w8p9q_ix2" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/politics" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.0">Politics</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$0.0">Blogs</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$0.1:$0"><a href="https://blogs.wsj.com/washwire/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$0.1:$0.0">Washington Wire</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$1.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$1.1:$0"><a href="http://www.wsj.com/video/browse/news/politics-and-campaign" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$1.1:$0.0">Politics Video</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$1.1:$1"><a href="http://graphics.wsj.com/wsjnbcpoll/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$3.1.0.$1.1:$1.0">WSJ/NBC News Poll</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__economy_1vthYxbDtJecOrGFEdvygZ" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/economy" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.0">Economy</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$0.0">Blogs</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$0.1:$0"><a href="https://blogs.wsj.com/economics/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$0.1:$0.0">Real Time Economics</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$1.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$1.1:$0"><a href="http://projects.wsj.com/econforecast/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$1.1:$0.0">Economic Forecasting Survey</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$1.1:$1"><a href="http://www.wsj.com/video/browse/business/economy" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$4.1.0.$1.1:$1.0">Economy Video</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__business_1ePldRAIUDg4X5Ul4GSiL1" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/business" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.0">Business</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0"><ul class="style__business_subsections_2sn201z0UllAuso5MyeM6O style__sections_1jjfiKFV0hfTjf51NRY3Is" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$0.0">Sections</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$0.1:$0"><a href="https://www.wsj.com/news/business/management" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$0.1:$0.0">Management</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$0.1:$1"><a href="https://www.wsj.com/news/technology" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$0.1:$1.0">Tech/WSJ.D</a></li></ul><ul class="style__business_subsections_2sn201z0UllAuso5MyeM6O style__industries-head_1ItG9ZQWqJTIFE6C81v4k8" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.0">Industries</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$0"><a href="https://www.wsj.com/news/business/defense-aerospace" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$0.0">Aerospace &amp; Defense</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$1"><a href="https://www.wsj.com/news/business/transportation" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$1.0">Autos &amp; Transportation</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$2"><a href="http://www.wsj.com/public/page/news-real-estate-commercial.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$2.0">Commercial Real Estate</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$3"><a href="https://www.wsj.com/news/business/consumer-products" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$3.0">Consumer Products</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$4"><a href="https://www.wsj.com/news/business/energy-oil-gas" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$4.0">Energy</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$5"><a href="https://www.wsj.com/news/business/small-business-marketing" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$5.0">Entrepreneurship</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$6"><a href="https://www.wsj.com/news/business/financial-services" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$6.0">Financial Services</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$7"><a href="https://www.wsj.com/news/business/food-tobacco" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$7.0">Food &amp; Services</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$8"><a href="https://www.wsj.com/news/business/health-industry" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$1.1:$8.0">Health Care</a></li></ul><ul class="style__business_subsections_2sn201z0UllAuso5MyeM6O style__industries-tail_wZFBdF7goOgaydb_bMbRc" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.0"></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$0"><a href="https://www.wsj.com/news/business/hotels-casinos" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$0.0">Hospitality</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$1"><a href="https://www.wsj.com/news/business/law-legal" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$1.0">Law</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$2"><a href="https://www.wsj.com/news/business/industrial-services" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$2.0">Manufacturing</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$3"><a href="https://www.wsj.com/news/business/media-marketing" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$3.0">Media &amp; Marketing</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$4"><a href="https://www.wsj.com/news/business/natural-resources" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$4.0">Natural Resources</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$5"><a href="https://www.wsj.com/news/business/retail-industry" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$2.1:$5.0">Retail</a></li></ul><ul class="style__business_subsections_2sn201z0UllAuso5MyeM6O style__c-suite_33Am5IfgLWV-dhQGNPHLHC" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.0">C-Suite</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$0"><a href="https://www.wsj.com/news/cfo-journal" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$0.0">CFO Journal</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$1"><a href="https://www.wsj.com/news/cio-journal" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$1.0">CIO Journal</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$2"><a href="https://www.wsj.com/news/cmo-today" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$2.0">CMO Today</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$3"><a href="https://www.wsj.com/news/logistics-report" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$3.0">Logistics Report</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$4"><a href="https://www.wsj.com/news/risk-compliance-journal" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$3.1:$4.0">Risk &amp; Compliance</a></li></ul><ul class="style__business_subsections_2sn201z0UllAuso5MyeM6O style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$4"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$4.0">Columns</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$4.1:$0"><a href="https://www.wsj.com/news/heard-on-the-street" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$4.1:$0.0">Heard on the Street</a></li></ul><ul class="style__business_subsections_2sn201z0UllAuso5MyeM6O style__after-last-col_EiCN7SlBZL55QuzWIBk-l" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$5"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$5.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$5.1:$0"><a href="http://www.wsj.com/video/browse/business" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$5.1:$0.0">Business Video</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$5.1:$1"><a href="http://www.wsj.com/news/latest/journalreport" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$5.1:$1.0">Journal Report</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$5.1:$2"><a href="http://www.wsj.com/podcasts/latest/wsj-whats-news" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$5.1.0.$5.1:$2.0">Business Podcast</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__tech_1nHLgQTkk9Z2VjIPGg6Igc" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/technology" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.0">Tech</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$0.0">Sections</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$0.1:$0"><a href="https://www.wsj.com/news/cio-journal" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$0.1:$0.0">CIO Journal</a></li></ul><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$1.0">Columns &amp; Blogs</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$1.1:$0"><a href="https://www.wsj.com/news/author/8003" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$1.1:$0.0">Christopher Mims</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$1.1:$1"><a href="https://www.wsj.com/news/author/7872" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$1.1:$1.0">Joanna Stern</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$1.1:$2"><a href="https://www.wsj.com/news/author/8315" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$1.1:$2.0">Li Yuan</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.1:$0"><a href="http://graphics.wsj.com/billion-dollar-club/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.1:$0.0">Billion Dollar Startup Club</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.1:$1"><a href="http://www.wsj.com/video/browse/tech" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.1:$1.0">Tech Video</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.1:$2"><a href="http://www.wsj.com/podcasts/latest/wsj-tech-news-briefing" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.1:$2.0">Tech Podcast</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.1:$3"><a href="http://graphics.wsj.com/tech-startup-stocks-to-watch/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$6.1.0.$2.1:$3.0">Startup Stock Tracker</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__markets_uKHyhEWIj0MOLsDR_gcYD" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/markets" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.0">Markets</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.0">Sections</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$0"><a href="http://www.wsj.com/news/markets/bonds" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$0.0">Bonds</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$1"><a href="http://www.wsj.com/public/page/news-real-estate-commercial.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$1.0">Commercial Real Estate</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$2"><a href="https://www.wsj.com/news/markets/oil-gold-commodities-futures" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$2.0">Commodities &amp; Futures</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$3"><a href="http://www.wsj.com/public/page/news-currency-currencies-trading.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$3.0">Currencies</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$4"><a href="http://www.wsj.com/public/page/news-financial-markets-deals.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$4.0">Deals</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$5"><a href="http://www.wsj.com/public/page/news-wall-street.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$5.0">Financial Services</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$6"><a href="http://www.wsj.com/public/page/etf-mutual-funds.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$6.0">Funds</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$7"><a href="http://www.wsj.com/news/markets/stocks" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$7.0">Stocks</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$8"><a href="https://www.wsj.com/news/column/Your%20Money" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$0.1:$8.0">Your Money</a></li></ul><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.0">Columns &amp; Blogs</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.1:$0"><a href="https://www.wsj.com/news/heard-on-the-street" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.1:$0.0">Heard on the Street</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.1:$1"><a href="https://blogs.wsj.com/moneybeat/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.1:$1.0">MoneyBeat</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.1:$2"><a href="http://www.wsj.com/public/page/wealth-management-journal.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.1:$2.0">Wealth Adviser</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.1:$3"><a href="https://www.wsj.com/news/types/ahead-of-the-tape" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$1.1:$3.0">Ahead of the Tape</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$0"><a href="https://www.wsj.com/news/cfo-journal" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$0.0">CFO Journal</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$1"><a href="http://www.wsj.com/news/latest/journalreport" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$1.0">Journal Report</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$2"><a href="http://markets.wsj.com/us" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$2.0">Market Data</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$3"><a href="http://www.wsj.com/video/browse/business/markets" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$3.0">Markets Video</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$4"><a href="http://www.wsj.com/podcasts/latest/wsj-your-money-matters" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$4.0">Markets Podcast</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$5"><a href="http://www.wsj.com/podcasts/latest/wsj-moneybeat" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$5.0">MoneyBeat Podcast</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$6"><a href="http://www.wsj.com/podcasts/latest/wsj-secrets-of-wealthy-women" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.1:$6.0">Secrets of Wealthy Women Podcast</a></li><li class="style__markets-search_1t5x53rn7yFOT2ODpjdgg6" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$7.1.0.$2.$market-search">Search Quotes and Companies</li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__opinion_3a83PTdweLT52ONsJg_IXi" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/opinion" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.0">Opinion</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.0">Columnists</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$0"><a href="https://www.wsj.com/news/author/5461" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$0.0">James Freeman</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$1"><a href="https://www.wsj.com/news/author/7800" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$1.0">William A. Galston</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$2"><a href="https://www.wsj.com/news/author/5468" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$2.0">Daniel Henninger</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$3"><a href="https://www.wsj.com/news/author/5469" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$3.0">Holman W. Jenkins</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$4"><a href="https://www.wsj.com/news/author/5470" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$4.0">William McGurn</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$5"><a href="https://www.wsj.com/news/author/5356" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$5.0">Peggy Noonan</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$6"><a href="https://www.wsj.com/news/author/8590" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$6.0">Mary Anastasia O&#x27;Grady</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$7"><a href="https://www.wsj.com/news/author/5678" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$7.0">Jason Riley</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$8"><a href="https://www.wsj.com/news/author/5472" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$0.1:$8.0">Kimberley A. Strassel</a></li></ul><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.0">Reviews</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$0"><a href="https://www.wsj.com/news/types/bookshelf" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$0.0">Books</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$1"><a href="https://www.wsj.com/news/types/film-review" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$1.0">Film</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$2"><a href="https://www.wsj.com/news/types/television-review" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$2.0">Television</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$3"><a href="https://www.wsj.com/news/types/theater-review" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$3.0">Theater</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$4"><a href="https://www.wsj.com/news/types/art-review" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$4.0">Art</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$5"><a href="https://www.wsj.com/news/types/masterpiece" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$5.0">Masterpiece Series</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$6"><a href="https://www.wsj.com/news/types/music-review" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$6.0">Music</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$7"><a href="https://www.wsj.com/news/types/dance-review" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$7.0">Dance</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$8"><a href="https://www.wsj.com/news/types/opera-review" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$8.0">Opera</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$9"><a href="https://www.wsj.com/news/types/exhibition-review" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$9.0">Exhibition</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$10"><a href="https://www.wsj.com/news/types/cultural-commentary" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$1.1:$10.0">Cultural Commentary</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$0"><a href="https://www.wsj.com/news/types/review-outlook-u-s" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$0.0">Editorials</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$1"><a href="https://www.wsj.com/news/types/commentary-u-s" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$1.0">Commentary</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$2"><a href="https://www.wsj.com/news/types/letters" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$2.0">Letters to the Editor</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$3"><a href="https://www.wsj.com/news/types/the-saturday-interview" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$3.0">The Weekend Interview</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$4"><a href="http://www.wsj.com/podcasts/latest/wsj-opinion-potomac-watch" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$4.0">Potomac Watch Podcast</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$5"><a href="http://www.wsj.com/podcasts/latest/wsj-opinion-foreign-edition" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$5.0">Foreign Edition Podcast</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$6"><a href="http://www.wsj.com/video/browse/opinion" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$6.0">Opinion Video</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$7"><a href="https://www.wsj.com/news/types/notable-quotable" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$7.0">Notable &amp; Quotable</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$8"><a href="https://www.wsj.com/newsletters#opinion" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$8.0">Best of the Web Newsletter</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$9"><a href="https://www.wsj.com/newsletters#opinion" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$8.1.0.$2.1:$9.0">Morning Editorial Report Newsletter</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__lifearts_2WEHOVqBgfP3zJD7Ym36pO" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/life-arts" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.0">Life &amp; Arts</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.0">Sections</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$0"><a href="https://www.wsj.com/news/life-arts/arts" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$0.0">Arts</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$1"><a href="https://www.wsj.com/news/life-arts/books" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$1.0">Books</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$2"><a href="https://www.wsj.com/news/life-arts/automotive" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$2.0">Cars</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$3"><a href="https://www.wsj.com/news/life-arts/food-cooking-drink" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$3.0">Food &amp; Drink</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$4"><a href="https://www.wsj.com/news/life-arts/health-wellness" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$4.0">Health</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$5"><a href="https://www.wsj.com/news/life-arts/ideas" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$5.0">Ideas</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$6"><a href="http://www.wsj.com/news/realestate" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$6.0">Real Estate</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$7"><a href="https://www.wsj.com/news/science" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$7.0">Science</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$8"><a href="https://www.wsj.com/news/life-arts/sports" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$8.0">Sports</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$9"><a href="https://www.wsj.com/news/life-arts/fashion" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$9.0">Style &amp; Fashion</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$10"><a href="https://www.wsj.com/news/life-arts/travel" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$0.1:$10.0">Travel</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$0"><a href="http://www.wsj.com/news/magazine" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$0.0">WSJ. Magazine</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$1"><a href="https://blogs.wsj.com/puzzle/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$1.0">WSJ Puzzles</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$2"><a href="http://graphics.wsj.com/image-grid/future-of-everything/" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$2.0">The Future of Everything</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$3"><a href="http://www.wsj.com/video/browse/life-culture" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$3.0">Life Video</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$4"><a href="http://www.wsj.com/video/browse/life-culture/arts-and-entertainment" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$9.1.0.$1.1:$4.0">Arts Video</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__realestate_3Qu8qIlewxp234a3McBO6e" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/realestate" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.0">Real Estate</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0"><ul data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$0.0">Sections</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$0.1:$0"><a href="http://www.wsj.com/public/page/news-real-estate-commercial.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$0.1:$0.0">Commercial Real Estate</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$0.1:$1"><a href="https://www.wsj.com/houseoftheday" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$0.1:$1.0">House of the Day</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$0.1:$2"><a href="http://www.wsj.com/public/page/real-estate-luxury.html" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$0.1:$2.0">Mansion</a></li></ul><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$1"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$1.0">More</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$1.1:$0"><a href="http://www.wsj.com/video/subject/mansion" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$10.1.0.$1.1:$0.0">Real Estate Video</a></li></ul></div></div></div><div class="style__top-menu-item_8KGjRO5HCpaER0d-onSKQ style__magazine_3CmuZ8HlQHaghpx9nb8pev" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11"><a class="style__section-link_3qFFDCltU9vkCrEbSkAO6o" href="https://www.wsj.com/news/magazine" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.0">WSJ. Magazine</a><div class="style__subsections_fUWUXEeRyr91sBPf5oQua" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1"><div class="style__subsections-inner_Fp4c0geWqZFW-WpYmwV4S" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0"><ul class="style__last-col_3FEkuGoMu95AFNMLdEC1hs" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0"><li class="style__subsection-label_1xQs97-tMySiTxsGYRug1g" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.0">Sections</li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$0"><a href="https://www.wsj.com/news/magazine/fashion" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$0.0">Fashion</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$1"><a href="https://www.wsj.com/news/magazine/art-design" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$1.0">Art &amp; Design</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$2"><a href="https://www.wsj.com/news/magazine/travel" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$2.0">Travel</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$3"><a href="https://www.wsj.com/news/magazine/food" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$3.0">Food</a></li><li class="style__subsection-item_1Eql-UIHQp_EOMm2KWiHfH" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$4"><a href="https://www.wsj.com/news/magazine/culture" data-reactid=".2eauzk0sqm2.1.1.1.2.1.0.$11.1.0.$0.1:$4.0">Culture</a></li></ul></div></div></div></div></nav><div class="style__search-sector_9s_Y-cEHc0JsDLO03AMxu style__sector_3oQF2HzPyaPy3pHJcg5Ttq" data-reactid=".2eauzk0sqm2.1.1.1.2.2"><div class="style__search-wrapper_1bYLpXJNEXNvgt7PcFMhQt" data-reactid=".2eauzk0sqm2.1.1.1.2.2.0"><div class="style__search-button_1U43LWwP8lkdXAurSKQ3k2" data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.0"><span data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.0.0">Search</span></div><div class="style__search-scrim_OUBeGVe_5yBOgEcPKCowk" data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1"><div class="style__search-close_3xDTUKk-5xIzisClwm30EN" data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1.0"></div><div class="style__search-form_1ySuHMYRfaxdg7kbNc1cy0" data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1.1"><form action="#" data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1.1.0"><input class="style__wsj-search-input_R7oQjW8fXqah81OIFgvIt" placeholder="Enter News, Quotes, Companies or Videos" data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1.1.0.0"/><button class="style__search-submit_36AD7RDgkLzFtv3AeWjhgR" type="button" data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1.1.0.1"><span data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1.1.0.1.0"><span data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1.1.0.1.0.0">Search</span><i data-reactid=".2eauzk0sqm2.1.1.1.2.2.0.1.1.0.1.0.1">→</i></span></button></form></div></div></div></div></header></div><div class="cb-grid wsj-page" data-reactid=".2eauzk0sqm2.1.1.2"><style data-reactid=".2eauzk0sqm2.1.1.2.0">
      .cb-row:after, .cb-col:after{content:'';display:block;height:0;visibility:hidden;clear:both;}
      .cb-row{margin-left:auto;margin-right:auto;width:100%;}
      .cb-col{box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;width:100%;max-width:100%;float:left;min-height:1px;}
      .cb-col{padding-left:10px;padding-right:10px;}
      .cb-col .cb-row{margin-left:-10px;margin-right:-10px;width:auto;}
    </style><div data-reactid=".2eauzk0sqm2.1.1.2.1"><div class="wsj-ie-message" style="display:none;" data-reactid=".2eauzk0sqm2.1.1.2.1.0"><div class="sector" data-reactid=".2eauzk0sqm2.1.1.2.1.0.0"><p data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0"><strong data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.0">BROWSER UPDATE </strong><span data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.1">To gain access to the full experience, please upgrade your browser:</span><a class="wsj-ie-message-link" href="https://www.google.com/intl/en_us/chrome/browser/desktop/index.html" data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.2"> Chrome</a><span data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.3"> |</span><a class="wsj-ie-message-link" href="https://support.apple.com/downloads/" data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.4"> Safari</a><span data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.5"> |</span><a class="wsj-ie-message-link" href="https://www.mozilla.org/en-US/firefox/new/" data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.6"> Firefox</a><span data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.7"> |</span><a class="wsj-ie-message-link" href="http://windows.microsoft.com/en-us/internet-explorer/download-ie" data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.0.8"> Internet Explorer</a></p><p data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.1">Note: If you are running Internet Explorer 10 and above, make sure it is not in compatibility mode.</p><span class="dismiss-button" data-reactid=".2eauzk0sqm2.1.1.2.1.0.0.2"></span></div></div><div class="cb-row LiveCoverage" style="max-width:1280px;" data-reactid=".2eauzk0sqm2.1.1.2.1.1"><div data-reactid=".2eauzk0sqm2.1.1.2.1.1.0"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.1.0.0"></noscript></div></div><div class="Banner-wrap" data-reactid=".2eauzk0sqm2.1.1.2.1.2"><div class="LiveCoverageBanner" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0"><h1 data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.1">Weakened Harvey Douses Louisiana: Live Coverage</h1><div class="LiveCoverageBanner-updated" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.2.0">Last Updated </span><span data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.2.1">Aug 30, 2017 at 7:32 am ET</span></div><div class="Text Dek" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.3"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.3.0"><p>Tropical storm Harvey came ashore again on Wednesday, bringing heavy rains and whipping winds to southwestern Louisiana, but far less destruction than it brought to Texas.</p>
<p>All readers have open access to our coverage of the storm.</p></div></div><div class="LiveCoverageBanner-share" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4"><div class="LiveCoverageBanner-share-text" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4.0">SHARE</div><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4.1"><a class="Social-icon Social-email" href="mailto:?subject=null&amp;body=null" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4.1.0"><span data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4.1.0.0">Email</span></a><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.4.1.2.0">Twitter</span></li></ul></div><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.2.0.5"></noscript></div></div><div class="cb-row LiveCoverage" style="max-width:1280px;" data-reactid=".2eauzk0sqm2.1.1.2.1.3"><div class="cb-col" data-reactid=".2eauzk0sqm2.1.1.2.1.3.1"><div class="wsj-ad push" data-reactid=".2eauzk0sqm2.1.1.2.1.3.1.0"></div></div><div class="cb-row lc-space-after relative left LiveCoverageBorders" style="max-width:1280px;" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2"><div class="LiveCoverageHeader --no-filters" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0"><div class="LiveCoverageHeader-bar" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.0"><div class="LiveCoverageHeader-bar-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.0.0"><h2 data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.0.0.0">Updates</h2></div></div><div class="KeyDevelopments-wrapper" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1"><div class="KeyDevelopments" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0"><div class="KeyDevelopments-title" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.0"><svg height="10" width="12" class="LiveCoverage-live-btn" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.0.0"><circle cx="5" cy="5" r="4.5" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.0.0.0"></circle></svg><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.0.1"> </span><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.0.2">Key Developments</span></div><div class="timeline-card" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$0"><div class="timestamp-container" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$0.0.0.0"></span></div></div><div class="headline-wrapper" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$0.1"><h3 class="wsj-headline dj-sg heading-12 unlocked renderAsMarkup" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$0.1.0"><div data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$0.1.0.0"><p>Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather</p>
</div></h3></div></div><div class="timeline-card" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$1"><div class="timestamp-container" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$1.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$1.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$1.0.0.0"></span></div></div><div class="headline-wrapper" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$1.1"><h3 class="wsj-headline dj-sg heading-12 unlocked renderAsMarkup" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$1.1.0"><div data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$1.1.0.0"><p>Western Louisiana in Cross Hairs as Harvey Moves Back to Land</p>
</div></h3></div></div><div class="timeline-card" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$2"><div class="timestamp-container" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$2.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$2.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$2.0.0.0"></span></div></div><div class="headline-wrapper" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$2.1"><h3 class="wsj-headline dj-sg heading-12 unlocked renderAsMarkup" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$2.1.0"><div data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.1:$2.1.0.0"><p>Houston Mayor Opens Toyota Center to Those Seeking Shelter</p>
</div></h3></div></div><span class="KeyDevelopments-show-more-wrap" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.2"><span class="KeyDevelopments-show-more" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.0.1.0.2.0">See only Key Developments</span></span></div></div></div><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.1"></noscript><div class="cb-col" style="width:25%;" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.2"></div><div class="cb-col" style="width:50%;" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3"><div class="cb-row" style="max-width:640px;" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0"><div class="cb-col Stream-wrap" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0"><div class="LiveCoverageStreamBtn" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.0"><div class="LiveCoverageStreamBtn-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.0.0">LOAD NEWER POSTS</div></div><div class="LiveCoverageStream" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1"><div class="LiveCoverageCard" id="LCcard-1504092751" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0"><div class="LiveCoverageCard-header" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.0.0.0"></span></div><h3 class="wsj-headline dj-sg heading-2 unlocked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.0.2">Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather</h3></div><div class="Text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.1:$0_text"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.1:$0_text.0"><p>Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That would be similar to the combined cost of Hurricanes Katrina and Sandy, the weather service said in a report. 
The cost will shave 8/10 of 1% off GDP, said the report. 
&quot;Business leaders and the Federal Reserve, major banks, insurance companies, etc. should begin to factor in the negative impact this catastrophe will have on business, corporate earnings and employment,&quot; said Dr. Joel Myers, founder and chairman of AccuWeather. &quot;The disaster is just beginning in certain areas.&quot;</p></div></div><div class="Attribution default" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.2"><div class="Attribution-byline" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.2.1"><p class="Attribution-name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.2.1.0"><em data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.2.1.0.0"><span class="nowrap" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.0.0.2.1.0.0.$0_name">Ciara Linnane</span></em></p></div></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1"><div class="LiveCoverageCard-tags" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.0"><ul class="LiveCoverageCard-taglist" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.0.0"><li class="LiveCoverageCard-tag" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.0.0.$1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.0.0.$1.0">Key Development</span></li></ul></div><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$0_1504092751.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504091653" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.0.0.0"></span></div></div><div class="ArticleCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.1:$0_article"><a href="https://www.wsj.com/articles/fallout-from-harvey-to-disrupt-energy-markets-around-the-world-1504090800" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.1:$0_article.0"><h3 class="wsj-headline dj-sg heading-2 locked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.1:$0_article.0.0">Fallout From Harvey to Disrupt Energy Markets Around the World   </h3><div class="ArticleCard-img" style="background-image:url(https://si.wsj.net/public/resources/images/OG-AU434_201708_D_20170829173812.jpg);" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.1:$0_article.0.1"></div><div class="Text ArticleCard-dek" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.1:$0_article.0.2"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.1:$0_article.0.2.0"><p>Tropical Storm Harvey is upending the flow of oil and petroleum all around the world—a consequence of the growing influence of the U.S. in the global energy industry.</p><p class="Text-action">Read Full Article</p></div></div></a></div><div class="Attribution default" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.2"><div class="Attribution-byline" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.2.1"><p class="Attribution-name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.2.1.0"><em data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.2.1.0.0"><span class="nowrap" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.2.1.0.0.$0_name">Alison Sider, </span><span class="nowrap" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.0.0.2.1.0.0.$1_name">Stephanie Yang, </span></em></p></div></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$1_1504091653.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504089542" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$2_1504089542.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504087783" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.0.0.0"></span></div></div><div class="ArticleCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.1:$0_article"><a href="https://www.wsj.com/articles/oil-falls-as-floods-shut-down-texas-refineries-1504087594" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.1:$0_article.0"><h3 class="wsj-headline dj-sg heading-2 locked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.1:$0_article.0.0">Oil Falls as Floods Shut Down Texas Refineries       </h3><div class="ArticleCard-img" style="background-image:url(https://si.wsj.net/public/resources/images/BN-UW770_3ckTJ_TOP_20170830060339.jpg);" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.1:$0_article.0.1"></div><div class="Text ArticleCard-dek" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.1:$0_article.0.2"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.1:$0_article.0.2.0"><p>Oil prices fell and gas futures continued to soar as Tropical Storm Harvey flooded the Texas Gulf Coast, crippling the region’s refining capacity and raising fears of fuel shortages.</p><p class="Text-action">Read Full Article</p></div></div></a></div><div class="Attribution default" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.2"><div class="Attribution-byline" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.2.1"><p class="Attribution-name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.2.1.0"><em data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.2.1.0.0"><span class="nowrap" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.0.0.2.1.0.0.$0_name">Christopher Alessi</span></em></p></div></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$3_1504087783.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504085798" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$4_1504085798.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504085651" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.0.0.0"></span></div></div><div class="ArticleCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.1:$0_article"><a href="https://www.wsj.com/articles/with-its-economic-heft-houston-is-equipped-to-recover-from-harvey-1504085403" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.1:$0_article.0"><h3 class="wsj-headline dj-sg heading-2 locked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.1:$0_article.0.0">With Its Economic Heft, Houston Is Equipped to Recover From Harvey</h3><div class="ArticleCard-img" style="background-image:url(https://si.wsj.net/public/resources/images/BN-UW669_HARVEY_D_20170829221133.jpg);" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.1:$0_article.0.1"></div><div class="Text ArticleCard-dek" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.1:$0_article.0.2"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.1:$0_article.0.2.0"><p>The city’s economy will suffer a significant and perhaps unprecedented blow from Tropical Storm Harvey. But economists project that unlike New Orleans following Hurricane Katrina, Houston’s resurrection is nearly certain.</p><p class="Text-action">Read Full Article</p></div></div></a></div><div class="Attribution default" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.2"><div class="Attribution-byline" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.2.1"><p class="Attribution-name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.2.1.0"><em data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.2.1.0.0"><span class="nowrap" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.0.0.2.1.0.0.$0_name">Christopher Matthews</span></em></p></div></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$5_1504085651.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504085145" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.0.0"><div class="LiveCoverageCard-header" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.0.0.0.0.0"></span></div><h3 class="wsj-headline dj-sg heading-2 unlocked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.0.0.0.2">Western Louisiana in Cross Hairs as Harvey Moves Back to Land</h3></div><div class="Text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.0.0.1:$0_text"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.0.0.1:$0_text.0"><p>Western Louisiana residents braced for more wind and water early Wednesday as Tropical Storm Harvey made its second landfall after dumping record rainfall on Texas.
The storm came ashore just west of Cameron, La., bringing maximum sustained winds near 45 mph, the U.S. National Hurricane Center said. Harvey had lingered over Texas for days before meandering back into the Gulf of Mexico.
Forecasters say another 5 to 10 inches of rain could fall in western Louisiana.
&quot;We are starting to get down to the end of the tunnel of all this rain,&quot; Meteorologist Roger Erickson said.
<em>—Associated Press</em></p></div></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1"><div class="LiveCoverageCard-tags" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.0"><ul class="LiveCoverageCard-taglist" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.0.0"><li class="LiveCoverageCard-tag" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.0.0.$2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.0.0.$2.0">Key Development</span></li></ul></div><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$6_1504085145.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504083475" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$7_1504083475.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504077392" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$8_1504077392.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504073352" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0.0.0.0.0"></span></div></div><img class="ImageCard" src="https://si.wsj.net/public/resources/images/BN-UW756_3cwVb_M_20170830020737.jpg" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0.0.1:$0_image"/><div class="CaptionCredit" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0.0.1:$0_credit"><span class="CaptionCredit__caption" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0.0.1:$0_credit.0">A Houston resident walks through waist deep water while evacuating her home after severe flooding .</span><span class="CaptionCredit__credit" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.0.0.1:$0_credit.1">Getty Images</span></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$9_1504073352.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504073192" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.0.0"><div class="LiveCoverageCard-header" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.0.0.0.0.0"></span></div><h3 class="wsj-headline dj-sg heading-2 unlocked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.0.0.0.2">Second Major Shelter for Evacuees Opens</h3></div><div class="Text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.0.0.1:$0_text"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.0.0.1:$0_text.0"><p>A second major shelter has opened in Houston following Harvey&#39;s landfall and it is welcoming the first of up to 10,000 evacuees.
At least 10 buses pulled up to the NRG Center on the south side of the city just before midnight Tuesday. Those in wheelchairs entered first, followed by the first of what officials said could be up to 2,000 people by sunrise Wednesday at the conference hall adjacent to the decommissioned Astrodome and the city&#39;s NFL stadium.
The George R. Brown Convention Center downtown has filled to nearly double its originally announced capacity of 5,000 in the five days since the storm first made landfall as a Category 4 hurricane.
The evacuees brought to NRG Center came from other parts of the metro area.
<em>—Associated Press</em></p></div></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$10_1504073192.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504067412" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$11_1504067412.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504066520" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.0.0.0"></span></div></div><div class="ArticleCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.1:$0_article"><a href="https://www.wsj.com/articles/east-coast-may-face-fuel-shortages-after-storm-disrupts-major-pipeline-1504017538" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.1:$0_article.0"><h3 class="wsj-headline dj-sg heading-2 locked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.1:$0_article.0.0">East Coast May Face Fuel Shortages After Storm Disrupts Major Pipeline</h3><div class="ArticleCard-img" style="background-image:url(https://si.wsj.net/public/resources/images/BN-UW274_2LTW1_TOP_20170829101250.jpg);" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.1:$0_article.0.1"></div><div class="Text ArticleCard-dek" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.1:$0_article.0.2"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.0.0.1:$0_article.0.2.0"><p>Flooding in Texas has disrupted the flow of fuel on a major pipeline that moves gasoline, diesel and jet fuel to the East Coast.</p><p class="Text-action">Read Full Article</p></div></div></a></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$12_1504066520.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504065580" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$13_1504065580.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504063461" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$14_1504063461.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504061934" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$15_1504061934.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504060869" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.0.0.0"></span></div></div><div class="ArticleCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.1:$0_article"><a href="https://www.wsj.com/articles/harvey-keeps-houston-sports-teams-away-from-home-1504047290" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.1:$0_article.0"><h3 class="wsj-headline dj-sg heading-2 unlocked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.1:$0_article.0.0">Harvey Keeps Houston Sports Teams Away From Home </h3><div class="ArticleCard-img" style="background-image:url(https://si.wsj.net/public/resources/images/BN-UW620_3cqag_TOP_20170829184956.jpg);" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.1:$0_article.0.1"></div><div class="Text ArticleCard-dek" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.1:$0_article.0.2"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.0.0.1:$0_article.0.2.0"><p>Facing flooded fields and inundated roads from Tropical Storm Harvey that make traveling within the city of Houston near impossible, several college and professional sports teams have relocated to prepare for upcoming competition this weekend.</p><p class="Text-action">Read Full Article</p></div></div></a></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$16_1504060869.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504058408" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.0.0.0"></span></div></div><div class="ArticleCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.1:$0_article"><a href="https://www.wsj.com/articles/harvey-continues-assault-on-houston-as-it-turns-toward-louisiana-1504019187" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.1:$0_article.0"><h3 class="wsj-headline dj-sg heading-2 locked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.1:$0_article.0.0">Louisiana Braces for Harvey as Waters Keep Rising in Texas</h3><div class="ArticleCard-img" style="background-image:url(https://si.wsj.net/public/resources/images/BN-UW284_3ctV8_TOP_20170829104612.jpg);" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.1:$0_article.0.1"></div><div class="Text ArticleCard-dek" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.1:$0_article.0.2"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.0.0.1:$0_article.0.2.0"><p>The largest tropical rainstorm to hit the continental U.S. is forcing tens of thousands of Texans from their homes, scattering them across the state and into overflowing evacuation centers as the mounting crisis strains resources and weary residents.</p><p class="Text-action">Read Full Article</p></div></div></a></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$17_1504058408.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504056919" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.0.0"><div class="LiveCoverageCard-header" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.0.0.0.0.0"></span></div><h3 class="wsj-headline dj-sg heading-2 unlocked" itemprop="name" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.0.0.0.2">Houston Mayor Opens Toyota Center to Those Seeking Shelter</h3></div><div class="Text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.0.0.1:$0_text"><div class="Text-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.0.0.1:$0_text.0"><p>Houston Mayor Sylvester Turner said at a late Tuesday press conference that the city has opened the Toyota Center, home to the NBA’s Rockets, to help handle people who need shelter and reduce the population of 10,000 people sheltering at the George R. Brown Convention Center.</p>
<p>People will still go to the convention center to seek help, the mayor said. The Toyota Center won&#39;t be a site for direct entry.</p>
<p>“I want to reduce that population” at the convention center, the mayor said at a press conference. “I don’t want it to become so large it becomes difficult.”</p></div></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.1"><div class="LiveCoverageCard-tags" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.1.0"><ul class="LiveCoverageCard-taglist" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.1.0.0"></ul></div><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$18_1504056919.1.1.2.0">Twitter</span></li></ul></div></div><div class="LiveCoverageCard" id="LCcard-1504056392" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392"><div class="LiveCoverageCard-body" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.0"><div class="LiveCoverageCard-inner" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.0.0"><div class="LiveCoverageCard-header --no-header-text" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.0.0.0"><div class="LiveCoverageCard-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.0.0.0.0"><span class="wsj-timestamp" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.0.0.0.0.0"></span></div></div><div class="TweetCard" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.0.0.1:$0_tweet"></div></div></div><div class="LiveCoverageCard-footer" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.1"><noscript data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.1.0"></noscript><ul class="Social" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.1.1"><li class="Social-icon Social-facebook" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.1.1.1"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.1.1.1.0">Facebook</span></li><li class="Social-icon Social-twitter" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.1.1.2"><span data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.3.0.0.1.2:$19_1504056392.1.1.2.0">Twitter</span></li></ul></div></div></div></div></div></div><div class="cb-col LiveCoverageRightRail" style="width:25%;" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.4"><div class="sticky-ad-top lc-ad-fullrail" style="height:1050px;position:relative;" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.4.0"><div style="display:inline-block;" class="stuck-top" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.4.0.0"><div class="wsj-ad" data-cb-ad-id="TopRectangle" data-reactid=".2eauzk0sqm2.1.1.2.1.3.2.4.0.0.0"></div></div></div></div></div><div id="affix_bottom_limit" data-reactid=".2eauzk0sqm2.1.1.2.1.3.3"><div class="cb-col" style="width:75%;" data-reactid=".2eauzk0sqm2.1.1.2.1.3.3.0"><div class="lazyload" data-reactid=".2eauzk0sqm2.1.1.2.1.3.3.0.0"><div data-reactid=".2eauzk0sqm2.1.1.2.1.3.3.0.0.0"></div></div></div><div class="cb-col" style="width:25%;" data-reactid=".2eauzk0sqm2.1.1.2.1.3.3.1"><div class="lazyload" data-reactid=".2eauzk0sqm2.1.1.2.1.3.3.1.0"><div data-reactid=".2eauzk0sqm2.1.1.2.1.3.3.1.0.0"></div></div></div></div></div></div></div><div class="Back2Top-wrap" data-reactid=".2eauzk0sqm2.1.1.3"><div class="Back2Top-inner" data-reactid=".2eauzk0sqm2.1.1.3.0"><div class="Back2Top" data-reactid=".2eauzk0sqm2.1.1.3.0.0"><a data-reactid=".2eauzk0sqm2.1.1.3.0.0.0">TOP</a></div></div></div><footer class="style__at16units_2jJIyllf0--4IXIII2qZzN style__wsj-footer_1V-d2SitNlayhZvNOID6bK" data-reactid=".2eauzk0sqm2.1.1.4"><div class="style__footer-wrap_3j-2ku3Nn1QaoTfEfVBXHg" data-reactid=".2eauzk0sqm2.1.1.4.0"><div class="style__top-links-wrapper_vOuGprXnWYb7_imtr6hJf" data-reactid=".2eauzk0sqm2.1.1.4.0.0"><div class="style__sector_b63KKbwfDeV7C50fFCTNH" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0"><menu class="style__top-links_3-2bbP7aNbPx2rBDuhgtfc style__module_eb9vbyzL3hIkwTewrrjLq" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0"><li class="style__wsj-logo_11Dcn8qJLd0UHoovXQudV_" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.0"><a href="https://www.wsj.com" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.0.0">The Wall Street Journal</a></li><li class="style__footer_3ZkI8ftvF7OkzRyvIT5vOR style__edition-dropdown_HJVEbEuLi4GNp0fF687Yd style__unexpanded_1qs3bFzn9K-ZtXT8LJMm-S" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1"><div class="style__expand-escaper_fZ8bruo0XIWVTIHmRYEQz" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.0"></div><span class="style__selected-edition_r8UykRoICUJ4BTKG1Y4Wz" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1"><span data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.0">U.S. Edition</span><ul class="style__edition-picker_Y97N7V2PPRAsA6xuRbj4b" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1"><li data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$0"><a href="#" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$0.0">U.S.</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$1"><a href="#" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$1.0">Asia</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$2"><a href="#" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$2.0">Europe</a></li><li class="style__english_26NIwBYzw2qrvBxpRf5U_Z" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$3"><a href="#" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$3.0">India</a></li><li class="style__non-english_2kSvPo9v3oeKr8n72DS9Kk" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$4"><a href="#" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$4.0">中国 (China)</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$5"><a href="#" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.1.1.1.$5.0">日本 (Japan)</a></li></ul></span></li><li class="style__login_sub_22GXJaK6eFjR4ooPQYXgtT" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.2"><menu class="style__custom-menu_2cLPIHwukFrsvkFByK0nu5" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.2.0"><li class="style__subscribe_3na9exS3vg3Zf2A9-QuF9S" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.2.0.0"><a class="style__subscribe-link_2kEltUj2UAHNRl89qvpiZM" href="https://subscribe.wsj.com/hpfooterlink" rel="nofollow" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.2.0.0.0">Subscribe Now</a></li><li class="style__login_3VuAM35P8wTb48z-tX1ItJ" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.2.0.1"><a class="style__logout-link_314o4ZBkcehh1h4Cyxtews" href="https://accounts.wsj.com/login?target=http%3A%2F%2Fwww.wsj.com" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.2.0.1.0">Sign In</a></li></menu></li><li class="style__back-2-top_VTFyG9aIlBcwzSKG5ZXNe" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.3"><a data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.3.0"><span data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.3.0.0">TOP</span><span class="style__rotate_2lr8F8N21k6ntf2s6SHDl-" data-reactid=".2eauzk0sqm2.1.1.4.0.0.0.0.3.0.1"> « </span></a></li></menu></div></div><div class="style__sector_b63KKbwfDeV7C50fFCTNH" data-reactid=".2eauzk0sqm2.1.1.4.0.1"><menu class="style__column-links_3jP6Gldq1f4-iwW8nPldmK style__module_eb9vbyzL3hIkwTewrrjLq" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0"><li class="style__link-col_qPOFB9lzq0EfsBSAngGgT" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0"><p class="style__column-name_2q_SeZUL5gpEK9-5nObB5R" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.0">WSJ Membership</p><menu class="style__links-menu_2vjngrpLr2Ll3gzYRZM1Fg" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1"><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$0"><a href="http://www.wsjplus.com/?mod=wsjfooter" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$0.0">WSJ+ Membership Benefits</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$1"><a href="http://subscribe.wsj.com/digitalpack" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$1.0">Digital Subscription</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$2"><a href="http://subscribe.wsj.com/printpack" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$2.0">Print Subscription</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$3"><a href="http://subscribe.wsj.com/printanddigitalpack" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$3.0">Print and Digital Subscription</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$4"><a href="http://www.subscription.wsj.com/?mod=wsjfooter" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$4.0">Why Subscribe?</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$5"><a href="http://now.wsj.com/mobile/?mod=wsjfooter" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$5.0">Download WSJ Apps for iOS and Android</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$6"><a href="http://www.subscription.wsj.com/corporate/?mod=wsjfooter" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$6.0">Corporate Subscriptions</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$7"><a href="http://professor.wsj.com/?mod=wsjfooter" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$7.0">Professor Journal</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$8"><a href="http://www.wsjstudent.com/?mod=wsjfooter" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$0.1.$8.0">Student Journal</a></li></menu></li><li class="style__link-col_qPOFB9lzq0EfsBSAngGgT" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1"><p class="style__column-name_2q_SeZUL5gpEK9-5nObB5R" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.0">Customer Service</p><menu class="style__links-menu_2vjngrpLr2Ll3gzYRZM1Fg" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1"><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$0"><a href="https://customercenter.wsj.com/home" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$0.0">Customer Center</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$1"><a href="https://customercenter.wsj.com/contact" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$1.0">Contact Us</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$2"><a href="https://customercenter.wsj.com/livechat/chat?product=WSJ" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$2.0">Live Help</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$3"><a href="http://www.wsj.com/guidedtour/" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$3.0">Redesign Guided Tour</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$4"><a href="https://subscribe.wsj.com/notice/CustomerCenterLetter.pdf" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$1.1.$4.0">Notice to Subscribers</a></li></menu></li><li class="style__link-col_qPOFB9lzq0EfsBSAngGgT" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2"><p class="style__column-name_2q_SeZUL5gpEK9-5nObB5R" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.0">Tools &amp; Features</p><menu class="style__links-menu_2vjngrpLr2Ll3gzYRZM1Fg" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1"><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$0"><a href="http://www.wsj.com/public/page/email-setup.html" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$0.0">Emails &amp; Alerts</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$1"><a href="http://www.wsj.com/public/page/guides.html" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$1.0">Guides</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$2"><a href="http://www.wsj.com/watchlist/news" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$2.0">My News</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$3"><a href="http://www.wsj.com/public/page/rss_news_and_feeds.html" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$3.0">RSS Feeds</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$4"><a href="http://topics.wsj.com" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$4.0">Topics</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$5"><a href="http://www.wsj.com/video" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$5.0">Video Center</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$6"><a href="http://www.wsj.com/page/0_0_WGT_INVESTORCENTER_MST.html?id=0_0_WGT_INVESTORCENTER&amp;title=Market%20Data" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$6.0">Watchlist</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$7"><a href="http://www.wsj.com/podcasts" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$2.1.$7.0">Podcasts</a></li></menu></li><li class="style__link-col_qPOFB9lzq0EfsBSAngGgT" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3"><p class="style__column-name_2q_SeZUL5gpEK9-5nObB5R" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.0">Ads</p><menu class="style__links-menu_2vjngrpLr2Ll3gzYRZM1Fg" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1"><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$0"><a href="http://www.wsjmediakit.com" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$0.0">Advertise</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$1"><a href="http://www.wsjlocal.com" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$1.0">Advertise Locally</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$2"><a href="https://classifieds.wsj.com/ad/Commercial-Real-Estate-Ads" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$2.0">Commercial Real Estate Ads</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$3"><a href="http://classifieds.wsj.com" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$3.0">Place a Classified Ad</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$4"><a href="https://classifieds.wsj.com/ad/Business-For-Sale-Ads" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$4.0">Sell Your Business</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$5"><a href="https://classifieds.wsj.com/ad/Residential-Real-Estate-Ads" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$5.0">Sell Your Home</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$6"><a href="https://classifieds.wsj.com/ad/Job-Ads" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$3.1.$6.0">Recruitment &amp; Career Ads</a></li></menu></li><li class="style__link-col_qPOFB9lzq0EfsBSAngGgT" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4"><p class="style__column-name_2q_SeZUL5gpEK9-5nObB5R" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.0">More</p><menu class="style__links-menu_2vjngrpLr2Ll3gzYRZM1Fg" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1"><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$0"><a href="http://wsj.com/partner" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$0.0">Content Partnerships</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$1"><a href="http://www.wsj.com/news/column/Corrections" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$1.0">Corrections</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$2"><a href="http://www.dowjones.com/careers.asp" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$2.0">Jobs at WSJ</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$3"><a href="http://www.wsj.com/public/page/archive.html" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$3.0">News Archive</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$4"><a href="https://customercenter.wsj.com/register" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$4.0">Register for Free</a></li><li class="style__link-item_2PNRKaQdZEOSnLFkdgrkhS" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$5"><a href="http://www.djreprints.com" data-reactid=".2eauzk0sqm2.1.1.4.0.1.0.$4.1.$5.0">Reprints</a></li></menu></li></menu><ul class="style__social-links_1tTcXFp41358k5UXjc0Ql" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1"><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$0"><a class="style__facebook_1HW4lqMFojhY3cDlLZz05P style__icon_16vwfuwmIHjIN_BPxoiLQa" href="http://www.facebook.com/wsj" title="Facebook" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$0.0">Facebook</a></li><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$1"><a class="style__twitter_3QxBlupD2n__pP51ERq0Tj style__icon_16vwfuwmIHjIN_BPxoiLQa" href="http://twitter.com/WSJ" title="Twitter" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$1.0">Twitter</a></li><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$2"><a class="style__gplus_2KGOLAp7Zl3XscxBbGQcGd style__icon_16vwfuwmIHjIN_BPxoiLQa" href="https://plus.google.com/117720626238470886461/posts" title="Google+" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$2.0">Google+</a></li><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$3"><a class="style__youtube_3kGi6AN9LChAzHllzUnv-Y style__icon_16vwfuwmIHjIN_BPxoiLQa" href="http://www.youtube.com/user/WSJDigitalNetwork" title="YouTube" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$3.0">YouTube</a></li><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$4"><a class="style__podcast_Z-34mcUDTc_fRwYM4GiRZ style__icon_16vwfuwmIHjIN_BPxoiLQa" href="http://www.wsj.com/public/page/podcast.html" title="Podcasts" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$4.0">Podcasts</a></li><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$5"><a class="style__snapchat_Zoh-t3PuIn1Q_1paxDdvv style__icon_16vwfuwmIHjIN_BPxoiLQa" href="https://www.snapchat.com/discover/Wall-Street-Journal/4806310285" title="Snapchat" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$5.0">Snapchat</a></li><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$6"><a class="style__googleplay_1jhHvDOISGrUsvEdKI6zO8 style__store-badge_1fVKBhLRmHDy5_K28xuya8" href="https://play.google.com/store/apps/details?id=wsj.reader_sp" title="Google Play" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$6.0">Google Play</a></li><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$7"><a class="style__appstore_uZsq67J9f7PtIRQOQd0_o style__store-badge_1fVKBhLRmHDy5_K28xuya8" href="https://itunes.apple.com/us/app/the-wall-street-journal./id364387007?mt=8" title="App Store" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$7.0">App Store</a></li><li class="style__social-logo_WMPltQbVnKfYUOKzjuDH9" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$8"><a class="style__windowsbadge_2W9VWIYDP9tpNb0JM85wlz style__store-badge_1fVKBhLRmHDy5_K28xuya8" href="https://www.microsoft.com/store/apps/9wzdncrfj4nb?ocid=badge" title="Windows 10" data-reactid=".2eauzk0sqm2.1.1.4.0.1.1.$8.0">Windows 10</a></li></ul></div><div class="style__products-wrapper_Cu6U7DsTHaF0cMHzPpdt3" data-reactid=".2eauzk0sqm2.1.1.4.0.2"><menu class="style__products-links_dJpjdTH0z7x4SSsdSGPph" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0"><li class="style__products-title_3uJiJKIMHjI65jNiWUuXit" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.0">Dow Jones Products</li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$0"><a href="http://online.barrons.com/home-page" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$0.0">Barron&#x27;s</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$1"><a href="http://bigcharts.marketwatch.com" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$1.0">BigCharts</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$2"><a href="http://www.wsj.com/public/page/wsj-x-marketing.html" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$2.0">DJX</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$3"><a href="http://new.dowjones.com/products/dj-news" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$3.0">Dow Jones Newswires</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$4"><a href="https://global.factiva.com/factivalogin/login.asp?productname=global" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$4.0">Factiva</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$5"><a href="http://www.efinancialnews.com" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$5.0">Financial News</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$6"><a href="http://mansionglobal.com/" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$6.0">Mansion Global</a></li><li class="style__no-border_2bB9kLpDyKO4eAO8ziLay" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$7"><a href="http://www.marketwatch.com" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$7.0">MarketWatch</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$8"><a href="http://pevc.dowjones.com" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$8.0">Private Markets</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$9"><a href="https://www.realtor.com" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$9.0">realtor.com</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$10"><a href="https://djlogin.dowjones.com/login.asp?productname=rnc" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$10.0">Risk &amp; Compliance</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$11"><a href="http://www.wsj.com/conferences" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$11.0">WSJ Conference</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$12"><a href="http://www.wsj.com/pro/centralbanking" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$12.0">WSJ Pro Central Banking</a></li><li data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$13"><a href="http://live.wsj.com" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$13.0">WSJ Video</a></li><li class="style__no-border_2bB9kLpDyKO4eAO8ziLay" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$14"><a href="http://www.wsjwine.com" data-reactid=".2eauzk0sqm2.1.1.4.0.2.0.1:$14.0">WSJ Wine</a></li></menu></div><div class="style__sector_b63KKbwfDeV7C50fFCTNH" data-reactid=".2eauzk0sqm2.1.1.4.0.3"><menu class="style__footnote-links_Ic0cuQrOH0J6HLfmFogO style__module_eb9vbyzL3hIkwTewrrjLq" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0"><li class="style__policy-item_YlQtHLixtgBrmsn3jfaw9" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$0"><a href="http://www.wsj.com/policy/privacy-policy" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$0.0">Privacy Policy</a></li><li class="style__policy-item_YlQtHLixtgBrmsn3jfaw9" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$1"><a href="http://www.wsj.com/policy/cookie-policy" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$1.0">Cookie Policy</a></li><li class="style__policy-item_YlQtHLixtgBrmsn3jfaw9" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$2"><a href="http://www.wsj.com/policy/copyright-policy" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$2.0">Copyright Policy</a></li><li class="style__policy-item_YlQtHLixtgBrmsn3jfaw9" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$3"><a href="http://www.wsj.com/policy/data-policy" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$3.0">Data Policy</a></li><li class="style__policy-item_YlQtHLixtgBrmsn3jfaw9" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$4"><a href="http://www.wsj.com/policy/subscriber-agreement" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$4.0">Subscriber Agreement &amp; Terms of Use</a></li><li class="style__last-policy-item_5HmLrlN-zngDtxgbG_F5L" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$5"><a href="http://www.wsj.com/policy/cookie-policy#cookies-advertising" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.0:$5.0">Your Ad Choices</a></li><li class="style__copyright_1QetpZqwuu_zc6QIJuEIZx" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.2"><span data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.2.0">Copyright ©</span><span data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.2.1">2018</span><span data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.2.2"> </span><a href="http://www.dowjones.com" data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.2.3">Dow Jones &amp; Company</a><span data-reactid=".2eauzk0sqm2.1.1.4.0.3.0.2.4">, Inc. All Rights Reserved.</span></li></menu></div></div><div class="footer-ads" data-reactid=".2eauzk0sqm2.1.1.4.1"><div id="cX-scrim" data-reactid=".2eauzk0sqm2.1.1.4.1.0"></div><div id="SI_73f3k49S18cgGAR" data-reactid=".2eauzk0sqm2.1.1.4.1.1"></div></div></footer></div><script type="text/javascript" data-reactid=".2eauzk0sqm2.1.2:$c">(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 googleAdSlots = {};googletag.cmd.push(function() {googletag.pubads().setTargeting("page","article");googletag.pubads().disableInitialLoad();googletag.companionAds().setRefreshUnfilledSlots(true);googletag.enableServices();});</script><script type="text/javascript" src="//segment-data.zqtk.net/dowjones-d8s23j?url=http://www.wsj.com/" async="" data-reactid=".2eauzk0sqm2.1.2:$d"></script><script type="text/javascript" src="https://www.wedgies.com/js/widgets.js" async="" data-reactid=".2eauzk0sqm2.1.2:$h"></script><script type="text/javascript" src="https://platform.twitter.com/widgets.js" data-reactid=".2eauzk0sqm2.1.2:$i"></script><script type="text/javascript" data-reactid=".2eauzk0sqm2.1.3">window.PROCESS_ENV = {"API_PROXY_HOST":"http://www.wsj.com","API_PROXY_PATH":"/services/api-proxy/","ARTIRIX_HASH_ASIA":"bQoTG71BbZmFnDtOrKs9fkjY6PaG4GPs5iBq7LOwV1qYt8z6VHVbV5QZM3dcnh6jHuVykEw/iuODymDPjs+VWtVl3S+OuakCP5nDFcoW1k0vjQMVK2xfIYvrhhgyM0e4670WvKPT/GnXvETIxnm3GFWfWEksAIsOCmzFcinejW4UZlTQS83CqPEchcrt9SnW","ARTIRIX_HASH_EUROPE":"bQoTG71BbZmFnDtOrKs9fkjY6PaG4GPs5iBq7LOwV1qYt8z6VHVbV5QZM3dcnh6jHuVykEw/iuODymDPjs+VWgwy6WgtusAwGwoZ7QG/TVhfHj2mx6zL8mQ0ReEUodQQ7RNgLuNCR7IzYJcyP/yu+JdExcmuQYSdWZsOE5mx5NK/angkqbbB64RWQW7v/57q","ARTIRIX_HOST":"http://advertise.realestate.wsj.com","ARTIRIX_PATH_ASIA":"/v1/advert/batch_content.json?slot_names[]=ahp1&advert_contexts[][placement]=ahp1_us_buy_premium_property_a","ARTIRIX_PATH_EUROPE":"/v1/advert/batch_content.json?slot_names[]=ehp1&advert_contexts[][placement]=ehp1_us_buy_premium_property_a","AUTOCOMPLETE_SERVICE":"http://services-staging.dowjones.com","BG_SERVER":"https://wsjstream.wsj.net/bg2","CDN_URL":"https://vir.wsj.net/fp/cdn","CHART_ENV":"MuxPublicSecure","DATACENTER":"ancVirLiveCoverage","DYNAMIC_INSET_SERVICE":"https://www.wsj.com/insetsrv/v1","EREADER_US":"http://ereader.wsj.net","FONTS_IE":"https://fonts.wsj.net/fonts/wsj-fonts-ie.css","HOST_NAME":"https://vir.wsj.net","HOST_NAME_ADS":"https://www.wsj.com","LIVECOVERAGE_APPNAME":"live_coverage","LIVECOVERAGE_FIREBASE_APIKEY":"AIzaSyBoGUl9vJ8EeY_kedx2_ibPkbQ1sOK6rAM","LIVECOVERAGE_FIREBASE_AUTHDOMAIN":"dj-content-firebase-prod.firebaseapp.com","LIVECOVERAGE_FIREBASE_DATABASEURL":"https://dj-content-firebase-prod.firebaseio.com","LIVECOVERAGE_FIREBASE_STORAGEBUCKET":"dj-content-firebase-prod.appspot.com","NEW_UTAG":"true","NODE_ENV":"production","REDIRECT_HOST":"http://www.wsj.com","SERVICE_VERSION":"1.4.0","STACK_NAME":"dj01:vir:prod-live-coverage","TEALIUM_ENV":"prod","VIDEO_PLAYER_CSS":"https://video-api.wsj.com/api-video/player/v3/css/video.min.css","VIDEO_PLAYER_URL":"https://video-api.wsj.com/api-video/player/v3/js/video.min.js","VIDORA_API_KEY":"wsj.E4B14D56D6D304BA4A96A94B14D11AA9","WSJ_VIDEO_SERVICE":"https://video-api.wsj.com/api-video/find_all_videos.asp"};</script><script data-reactid=".2eauzk0sqm2.1.4:$0">loadCSS("https://video-api.wsj.com/api-video/player/v3/css/video.min.css");</script><script src="//vir.wsj.net/fp/cdn/fp/assets/5c15646cc386b4a072b9/LiveCoveragePage.js" data-reactid=".2eauzk0sqm2.1.5:$0"></script><script type="text/javascript" data-reactid=".2eauzk0sqm2.1.7">window.renderApp({"state":{"liveCoverage":{"hurricane-harvey-live-coverage":{"meta":{"hed":"Weakened Harvey Douses Louisiana: Live Coverage","dek":"Tropical storm Harvey came ashore again on Wednesday, bringing heavy rains and whipping winds to southwestern Louisiana, but far less destruction than it brought to Texas.\n\nAll readers have open access to our coverage of the storm.","layout":{"flashline":{"show":"","label":"Live"},"hero":{"enabled":"","type":"image","url":"","fullBleed":false},"filterBar":{"active":true,"title":"Updates","label":"All Filters","tags":{}},"leftRail":{"panels":{"IDX_0":"key-developments"}},"rightRail":{"showAdvert":true,"panels":{}},"panels":{"NEW_PANEL":{"title":"Key Developments","type":"tag","tag":"key-developments","limit":"10"},"key-developments":{"title":"Key Developments","type":"tag","tag":"key-developments","limit":"6"}},"pinned":{"1503682882":null,"1503769510":null,"1503769797":null}},"options":{"slack":{"enabled":false,"groupName":"wsj-hurricane-harvey","groupCreated":null,"error":null},"share":{"event":true,"posts":true},"defaultStyle":"default"},"target":{"web":true,"mobile":true},"paywall":null,"seo":{"showInSitemap":true,"title":"Weakened Harvey Douses Louisiana: Live Coverage","description":"Tropical Storm Harvey came ashore again, bringing heavy rains and winds to southwestern Louisiana, but far less than the record rainfall it brought to Texas.","keywords":"hurricane harvey texas storm","imageUrl":null,"cardTitlePrefix":"Tropical Storm Harvey","image":{"url":"https://si.wsj.net/public/resources/images/BN-UV000_HARVEY_G_20170824175405.jpg","width":553,"height":369}},"users":{"5b5825632d665fb97bb5cb40e448dd69":{"uid":"5b5825632d665fb97bb5cb40e448dd69","displayName":"Michael Driscoll","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F5b5825632d665fb97bb5cb40e448dd69.jpg?alt=media&token=03690192-3f57-49b1-88de-275af54e2681","company":null,"title":null},"e114c8f69333b04bb366afa12ad30c49":{"displayName":"Yvonne Dennis","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2Fe114c8f69333b04bb366afa12ad30c49.jpg?alt=media&token=b7d77105-d1c8-49db-901a-6eaef6541e76","uid":"e114c8f69333b04bb366afa12ad30c49","company":null,"title":null},"4d0122098add9cc3df5059ea22859c71":{"displayName":"Cynthia Lin","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F4d0122098add9cc3df5059ea22859c71.jpg?alt=media&token=8adc9db4-8432-400c-9332-b035b9d37880"},"3bf4b21aa5f0e272f83a1566b939addc":{"displayName":"Elizabeth Yuan","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F3bf4b21aa5f0e272f83a1566b939addc.jpg?alt=media&token=46742c12-b9f3-4d2b-96e2-83d71c436006","uid":"3bf4b21aa5f0e272f83a1566b939addc","company":null,"title":null},"a92a358c2def21a1c78bff0d1475ba83":{"displayName":"Jessica Menton","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg","uid":"a92a358c2def21a1c78bff0d1475ba83","company":null,"title":null},"5e551cc8edecb6f3bb510ec6a684c514":{"displayName":"Mary De Wet","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F5e551cc8edecb6f3bb510ec6a684c514.jpg?alt=media&token=b4870be6-67bd-4df4-9196-0e262b9f0920"},"090091f37177117220b4d743fd549861":{"displayName":"Michael Wright","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F090091f37177117220b4d743fd549861.jpg?alt=media&token=aa061a90-fea1-4765-92b5-4f46fa052f7f","uid":"090091f37177117220b4d743fd549861","company":null,"title":null},"d175b6d2faab3d5b7fde296d80b42ae1":{"displayName":"Paul Dyer","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2Fd175b6d2faab3d5b7fde296d80b42ae1.jpg?alt=media&token=d691b51e-68c9-419e-9fcb-362d856a451a","uid":"d175b6d2faab3d5b7fde296d80b42ae1","company":null,"title":null},"436a4b5dfe8c4855e2f9befd36376f65":{"displayName":"Prabha Natarajan","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F436a4b5dfe8c4855e2f9befd36376f65.jpg?alt=media&token=e58ac668-59ff-40b8-8d3c-d9fbdc5a4100","uid":"436a4b5dfe8c4855e2f9befd36376f65","company":null,"title":null},"901300e04efd9620436a277759c4da66":{"displayName":"Lora Western"},"4cd7a012f53ea7035e368046d7faeaff":{"displayName":"Hillary Canada","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F4cd7a012f53ea7035e368046d7faeaff.jpg?alt=media&token=c13355d4-438b-4c09-aa93-90bd9c5bbddc","uid":"4cd7a012f53ea7035e368046d7faeaff","company":null,"title":null},"4e8659798e99e6147fbdea9bccf91b10":null,"cf6f8a8632114cd734dc972265d682de":{"displayName":"Adam Charles Linscott Martin","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"e37da3ffec4317d43b0f979b505f5239":{"displayName":"Thomas Derpinghaus","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2Fe37da3ffec4317d43b0f979b505f5239.jpg?alt=media&token=7cce42f5-287d-4b4b-9a75-b4314d77cb8f"},"ab679a1f94960663de3535719e145ae5":{"displayName":"Erin Mendell","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2Fab679a1f94960663de3535719e145ae5.jpg?alt=media&token=2fcabff6-3b1a-4560-a945-5f29d7b85d1e"},"c33d05873f020a29a2a2925730413a5f":{"displayName":"Chris Kirkham","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"163709284462c97de5392806d90f6fa2":{"displayName":"Constantinos Paris","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"18a6bba94ae092a4be0a758d7d2e34d7":{"displayName":"undefined undefined"},"d0d14f81483095a325634e6b91bd7068":{"displayName":"Dan Frosch","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"8cb88be5556d08bffc084a4d4ced39f1":{"displayName":"Erin Ailworth","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"9e7ab66a0360c82abe2bf629710678a0":{"displayName":"Russell Gold","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"070ddbb9e0451b450c6f74fc466133a6":{"displayName":"Josee Rose","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F070ddbb9e0451b450c6f74fc466133a6.jpg?alt=media&token=24236e31-9098-4fd3-9657-edd242554ace"},"3007593a9449dd01f453c08f40eb0d6b":{"displayName":"Daniel Papp","title":"Special Writer/ News Desk","uid":"3007593a9449dd01f453c08f40eb0d6b","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg","company":null},"e5c97f0c7dced08b0a9f5f33ff8d811b":{"displayName":"Bradley Olson","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"0651886af5fc282fffff120650b4da60":{"displayName":"Melanie Evans","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"6f0f8e78a02b7064a4ac351e2d7e8058":{"displayName":"Erica Phillips","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"07b61d88f80d577bb917fc6ba53256b2":{"displayName":"Sarah Mcfarlane","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"22d5020f18cddee032e82c54679cedf4":{"displayName":"Biman Mukherji","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"5471fc38e0f2784c4ebd3409e587940e":{"displayName":"Miguel Bustillo","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"6bbbbf5eceaaeb7d324a00312faf2432":{"displayName":"Nicole Friedman","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"0abbccbba24a3f627ff787fb33490db8":{"displayName":"Lisa Vickery","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F0abbccbba24a3f627ff787fb33490db8.jpg?alt=media&token=559ce9c3-2cd9-4432-9f5c-024279fbc727","uid":"0abbccbba24a3f627ff787fb33490db8","company":null,"title":null},"8c9faf86d82bff6e9a47499369b490aa":{"uid":"8c9faf86d82bff6e9a47499369b490aa","displayName":"Tim Hanrahan","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F8c9faf86d82bff6e9a47499369b490aa.jpg?alt=media&token=453fdfc7-2b16-4439-ab91-eee14963427c","company":null,"title":null},"b4821696dcd4dea68f774a3e13cdbd5c":{"displayName":"Philip Izzo","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2Fb4821696dcd4dea68f774a3e13cdbd5c.jpg?alt=media&token=b0fc1044-b863-4cf6-b64d-9a5ead1723cd"},"00d05a697a94ed2cada61c0ee2f2cbfc":{"displayName":"Yogi Patel","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F00d05a697a94ed2cada61c0ee2f2cbfc.jpg?alt=media&token=cf013d6d-9a7e-42a5-9af8-77a4725b5ba3"},"8d7fd24666c3ae580c9db0b659405409":{"displayName":"Nicole Hong","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"67c5cec28754e5c20afdd6277e85c83f":{"displayName":"Cameron McWhirter","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"1d6f939ce54ffe2bd5a11457ffb4aaf5":{"displayName":"Daniela Hernandez","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F1d6f939ce54ffe2bd5a11457ffb4aaf5.jpg?alt=media&token=b87454c6-0de4-4dad-9413-24c226ae365d"},"7e04ad448b5d07c14d91118a489e9dc0":{"displayName":"Richard Rubin","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F7e04ad448b5d07c14d91118a489e9dc0.jpg?alt=media&token=39f05bfd-7ff0-4838-be19-4fdba3ffe8c3","title":"Tax Policy Reporter"},"443b74a47ffe172e6ecc93924e259c0b":{"displayName":"Benjamin Kesling","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"4cd542b34b14eff88658151789e09b26":{"displayName":"Michael C. Bender","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg","title":"White House Reporter"},"b58eb8adec1c0f910028d2f2cb49ef4e":{"displayName":"Peter Nicholas","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2Fb58eb8adec1c0f910028d2f2cb49ef4e.jpg?alt=media&token=98325fa6-dd82-46c5-93eb-3f97f83374bb"},"780bf42f4942f7adb7c3c7abdaf79702":{"displayName":"Andrew FitzGerald"},"4ee09e6176dd9a9f35a25b196d446b98":{"displayName":"Ryan Knutson","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"31ac0cead4e421a3235bde910b56ec89":{"displayName":"Anne Pallivathuckal","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg","uid":"31ac0cead4e421a3235bde910b56ec89","company":null,"title":null},"b5b82295d646cac8059001c0f11260ec":{"displayName":"Tracy Gan","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2Fb5b82295d646cac8059001c0f11260ec.jpg?alt=media&token=0b73484a-bede-40f4-b529-e78ed49f9a29"},"403481dcafaf98da115c556584e453bc":{"displayName":"Deepa Seetharaman","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"2307918b4b1eaad43db3ddb72f13a3cb":{"displayName":"Georgia Wells","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"b379fb8506ab02e31b00b59cc5f37cde":{"displayName":"Lynn Cook","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"79107e149b6a9bd8dee26375672852e0":{"displayName":"Alison Sider","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"1cf299c07d09701d18aba5de1df8877a":{"displayName":"Christopher Alessi","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"db520ca212f71a577c90f8b29d3f4ff5":{"displayName":"Gareth Vipers","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2Fdb520ca212f71a577c90f8b29d3f4ff5.jpg?alt=media&token=6df4e270-130a-4c59-95de-565c4a6cd9e4","uid":"db520ca212f71a577c90f8b29d3f4ff5","company":null,"title":null},"4b00dc5ac8f8e4dd3464ad1acd0d87ad":{"displayName":"Roland Keane","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F4b00dc5ac8f8e4dd3464ad1acd0d87ad.jpg?alt=media&token=7d26ccc6-228b-4f38-abfc-c433432ab227"},"5d9c6f87bf1ed94406516bd65b462999":{"displayName":"Tedra Meyer","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"8f340c6a1a9ea04a2429d44d3aad2d27":{"displayName":"Kate Linebaugh","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"873e6b003439c97aece9dfb675618743":{"displayName":"Jon Kamp","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"f3de396a6990d694c81a32274869443c":{"displayName":"Steven Norton","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"57916317d712aa50718eb36828bb6b2f":{"displayName":"Angus Loten","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"506eae06a9e16554fc9175d7bbcf2f96":{"displayName":"Christopher Matthews","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"789d121ef2a58b9a9099a09e453c1790":{"displayName":"Stephanie Yang","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"ee19743a4061968144d8d038ee5645ad":{"displayName":"Ciara Linnane","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"255912b2faa6780776e1fd75ea42d60d":{"displayName":"Dan Molinski","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"5d96978ee4490c15e0e6e5fbf8e77649":{"displayName":"Ben Eisen","avatar":"https://firebasestorage.googleapis.com/v0/b/dj-content-firebase-prod.appspot.com/o/apps%2Flive_coverage%2Fmeta%2Fusers%2F5d96978ee4490c15e0e6e5fbf8e77649.jpg?alt=media&token=98cd3398-f282-4db7-bfec-8343ae7b3880"},"d1bdef3e21819d502b0cfcdf9e7d044b":{"displayName":"Alicia Caldwell","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"474b872cae73c215220d0cad5a0ba7c1":{"displayName":"Benjamin Parkin","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg"},"2a5de8aab5095490785eb9b6b72ed49d":{"displayName":"Quint Forgey","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"f3b10e0fe84bedc0f36c61d093d203c7":{"displayName":"Joseph Barrett","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"},"9e808920d1cfa8107fc0e3252ff58a09":{"displayName":"Ted Mann","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg"}},"createdBy":"5b5825632d665fb97bb5cb40e448dd69","tags":{"key-developments":{"label":"Key Developments","id":"key-developments","isHidden":true,"showShortTitle":true,"isImportant":true},"hurricane-harvey":{"label":"Hurricane Harvey","id":"hurricane-harvey"},"fdic":{"label":"FDIC","id":"fdic"},"office-of-the-comptroller-of-the-currency":{"label":"Office of the Comptroller of the Currency","id":"office-of-the-comptroller-of-the-currency"},"tropical-storm-harvey":{"label":"Tropical Storm Harvey","id":"tropical-storm-harvey"},"u-s-coast-guard":{"label":"U.S. Coast Guard","id":"u-s-coast-guard"},"american-red-cross":{"label":"American Red Cross","id":"american-red-cross"},"cellphone-networks":{"label":"Cellphone Networks","id":"cellphone-networks"},"exxon-refinery":{"label":"Exxon Refinery","id":"exxon-refinery"},"key-development":{"label":"Key Development","id":"key-development"},"key-deve":{"label":"key deve","id":"key-deve"},"harvey":{"label":"Harvey","id":"harvey"},"key-cevel":{"label":"key cevel","id":"key-cevel"},"key-de":{"label":"key de","id":"key-de"},"key-devel":{"label":"key devel","id":"key-devel"}},"slug":"hurricane-harvey-live-coverage","bluegrass":"/dj/livecoverage/live_coverage.hurricane-harvey-live-coverage"},"cards":[{"id":"0ce81177-606e-4ace-a913-027148b883c0","type":"livecoverage_multi","data":{"0":{"type":"text","text":"Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That would be similar to the combined cost of Hurricanes Katrina and Sandy, the weather service said in a report. \nThe cost will shave 8/10 of 1% off GDP, said the report. \n\"Business leaders and the Federal Reserve, major banks, insurance companies, etc. should begin to factor in the negative impact this catastrophe will have on business, corporate earnings and employment,\" said Dr. Joel Myers, founder and chairman of AccuWeather. \"The disaster is just beginning in certain areas.\""}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"ee19743a4061968144d8d038ee5645ad","attribution":{"ciara-linnane":{"name":"Ciara Linnane","title":"","company":"","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg","order":0}},"hed":"Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather","tags":{"key-development":{"label":"Key Development","id":"key-development"}},"shortTitle":"Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather"},"tags":{"key-developments":{"label":"Key Developments","id":"key-developments","isHidden":true,"showShortTitle":true,"isImportant":true},"key-development":{"label":"Key Development","id":"key-development"}}},"theposition":null,"status":"published","originalId":"1504092751","createdAt":"1504092752","updatedAt":"1504092752"},{"id":"d3f691b4-9703-4bc6-95a2-e0e591832c32","type":"livecoverage_multi","data":{"0":{"url":"https://www.wsj.com/articles/fallout-from-harvey-to-disrupt-energy-markets-around-the-world-1504090800","type":"article","provider":"wsj.com","headline":"Fallout From Harvey to Disrupt Energy Markets Around the World   ","summary":"Tropical Storm Harvey is upending the flow of oil and petroleum all around the world—a consequence of the growing influence of the U.S. in the global energy industry.","imageUrl":"https://si.wsj.net/public/resources/images/OG-AU434_201708_D_20170829173812.jpg","articleId":"SB12648222210221274431204583360951070065238","access":"paid"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"789d121ef2a58b9a9099a09e453c1790","attribution":{"lynn-cook":null,"alison-sider":{"name":"Alison Sider","title":"","company":"","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg","order":1},"stephanie-yang":{"name":"Stephanie Yang","title":"","company":"","avatar":"http://s.wsj.net/media/wsj-live-blog-icon.jpg","order":2}}}},"theposition":null,"status":"published","originalId":"1504091653","createdAt":"1504091654","updatedAt":"1504091654"},{"id":"6e4f3850-7d83-4e69-93d2-f95371c29b57","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/NHC_Atlantic/status/902821972656222208"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"090091f37177117220b4d743fd549861"}},"theposition":null,"status":"published","originalId":"1504089542","createdAt":"1504089542","updatedAt":"1504089542"},{"id":"e0d98413-85db-4499-a1f0-f2e81952f883","type":"livecoverage_multi","data":{"0":{"url":"https://www.wsj.com/articles/oil-falls-as-floods-shut-down-texas-refineries-1504087594","type":"article","provider":"wsj.com","headline":"Oil Falls as Floods Shut Down Texas Refineries       ","summary":"Oil prices fell and gas futures continued to soar as Tropical Storm Harvey flooded the Texas Gulf Coast, crippling the region’s refining capacity and raising fears of fuel shortages.","imageUrl":"https://si.wsj.net/public/resources/images/BN-UW770_3ckTJ_TOP_20170830060339.jpg","articleId":"SB10157551768076814477104583361992545747914","access":"paid"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"1cf299c07d09701d18aba5de1df8877a","attribution":{"christopher-alessi":{"name":"Christopher Alessi","title":"","company":"","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg","order":0}}}},"theposition":null,"status":"published","originalId":"1504087783","createdAt":"1504087783","updatedAt":"1504087783"},{"id":"6b03fdf6-bce9-449b-824a-6213dc4eb6e5","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/NWSHouston/status/902824972334313472"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"090091f37177117220b4d743fd549861"}},"theposition":null,"status":"published","originalId":"1504085798","createdAt":"1504085798","updatedAt":"1504085798"},{"id":"87f51b73-bada-4689-a9f2-332a118822ba","type":"livecoverage_multi","data":{"0":{"url":"https://www.wsj.com/articles/with-its-economic-heft-houston-is-equipped-to-recover-from-harvey-1504085403","type":"article","provider":"wsj.com","headline":"With Its Economic Heft, Houston Is Equipped to Recover From Harvey","summary":"The city’s economy will suffer a significant and perhaps unprecedented blow from Tropical Storm Harvey. But economists project that unlike New Orleans following Hurricane Katrina, Houston’s resurrection is nearly certain.","imageUrl":"https://si.wsj.net/public/resources/images/BN-UW669_HARVEY_D_20170829221133.jpg","articleId":"SB12648222210221274431204583361251548711118","access":"paid"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"506eae06a9e16554fc9175d7bbcf2f96","attribution":{"christopher-matthews":{"name":"Christopher Matthews","title":"","company":"","avatar":"https://s.wsj.net/media/wsj-live-blog-icon.jpg","order":0}}}},"theposition":null,"status":"published","originalId":"1504085651","createdAt":"1504085652","updatedAt":"1504085652"},{"id":"0e6313c4-0a70-4ef0-a752-234cc10433f7","type":"livecoverage_multi","data":{"0":{"type":"text","text":"Western Louisiana residents braced for more wind and water early Wednesday as Tropical Storm Harvey made its second landfall after dumping record rainfall on Texas.\nThe storm came ashore just west of Cameron, La., bringing maximum sustained winds near 45 mph, the U.S. National Hurricane Center said. Harvey had lingered over Texas for days before meandering back into the Gulf of Mexico.\nForecasters say another 5 to 10 inches of rain could fall in western Louisiana.\n\"We are starting to get down to the end of the tunnel of all this rain,\" Meteorologist Roger Erickson said.\n_—Associated Press_"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"090091f37177117220b4d743fd549861","hed":"Western Louisiana in Cross Hairs as Harvey Moves Back to Land","tags":{"key-deve":null,"key-development":{"id":"key-development","label":"Key Development"}},"shortTitle":"Western Louisiana in Cross Hairs as Harvey Moves Back to Land"},"tags":{"key-developments":{"id":"key-developments","isHidden":true,"isImportant":true,"label":"Key Developments","showShortTitle":true},"key-development":{"id":"key-development","label":"Key Development"}}},"theposition":null,"status":"published","originalId":"1504085145","createdAt":"1504085145","updatedAt":"1504085145"},{"id":"263571ae-5722-4c45-9167-ef7af35f77bb","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/NHC_Atlantic/status/902816169178136580"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"090091f37177117220b4d743fd549861"}},"theposition":null,"status":"published","originalId":"1504083475","createdAt":"1504083475","updatedAt":"1504083475"},{"id":"3f8ec131-701f-4cce-96db-1317e55290f7","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/NWSHouston/status/902776264024580097"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"090091f37177117220b4d743fd549861"}},"theposition":null,"status":"published","originalId":"1504077392","createdAt":"1504077392","updatedAt":"1504077392"},{"id":"7787f8ae-fea7-40ed-9fb0-db51e005428a","type":"livecoverage_multi","data":{"0":{"url":"https://si.wsj.net/public/resources/images/BN-UW756_3cwVb_M_20170830020737.jpg","type":"image","credit":"Getty Images","caption":"A Houston resident walks through waist deep water while evacuating her home after severe flooding .","linkUrl":""}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"090091f37177117220b4d743fd549861"}},"theposition":null,"status":"published","originalId":"1504073352","createdAt":"1504073353","updatedAt":"1504073353"},{"id":"3d22447e-6ff9-4dd5-93ae-74d560382662","type":"livecoverage_multi","data":{"0":{"type":"text","text":"A second major shelter has opened in Houston following Harvey's landfall and it is welcoming the first of up to 10,000 evacuees.\nAt least 10 buses pulled up to the NRG Center on the south side of the city just before midnight Tuesday. Those in wheelchairs entered first, followed by the first of what officials said could be up to 2,000 people by sunrise Wednesday at the conference hall adjacent to the decommissioned Astrodome and the city's NFL stadium.\nThe George R. Brown Convention Center downtown has filled to nearly double its originally announced capacity of 5,000 in the five days since the storm first made landfall as a Category 4 hurricane.\nThe evacuees brought to NRG Center came from other parts of the metro area.\n_—Associated Press_\n"}},"meta":{"source":"admin","createdBy":"090091f37177117220b4d743fd549861","display":{"enableSharing":true,"style":"default","user":"090091f37177117220b4d743fd549861","hed":"Second Major Shelter for Evacuees Opens"}},"theposition":null,"status":"published","originalId":"1504073192","createdAt":"1504073193","updatedAt":"1504073193"},{"id":"1d779151-e47d-479b-84a8-d9220c9dd5dd","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/NWSHouston/status/902748402819231744"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83"}},"theposition":null,"status":"published","originalId":"1504067412","createdAt":"1504067413","updatedAt":"1504067413"},{"id":"e4f4dc3a-9ca1-4e57-95e8-cf500717ed48","type":"livecoverage_multi","data":{"0":{"url":"https://www.wsj.com/articles/east-coast-may-face-fuel-shortages-after-storm-disrupts-major-pipeline-1504017538","type":"article","provider":"wsj.com","headline":"East Coast May Face Fuel Shortages After Storm Disrupts Major Pipeline","summary":"Flooding in Texas has disrupted the flow of fuel on a major pipeline that moves gasoline, diesel and jet fuel to the East Coast.","imageUrl":"https://si.wsj.net/public/resources/images/BN-UW274_2LTW1_TOP_20170829101250.jpg","articleId":"SB12648222210221274431204583360322318658946","access":"paid"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83"}},"theposition":null,"status":"published","originalId":"1504066520","createdAt":"1504066521","updatedAt":"1504066521"},{"id":"e04a41d4-131c-4a42-b0d6-7aec71072587","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/USACEGALVESTON/status/902740365094072321"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83"}},"theposition":null,"status":"published","originalId":"1504065580","createdAt":"1504065581","updatedAt":"1504065581"},{"id":"c04f8133-1e88-4270-b1b0-c5da97ce3517","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/NWSNewOrleans/status/902730706626994180"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83"}},"theposition":null,"status":"published","originalId":"1504063461","createdAt":"1504063461","updatedAt":"1504063461"},{"id":"b9fa0dbc-f792-4a2d-aa09-6479c20c96cd","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/HCSOTexas/status/902722743090675712"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83"}},"theposition":null,"status":"published","originalId":"1504061934","createdAt":"1504061934","updatedAt":"1504061934"},{"id":"7e85ec43-2a53-41df-8f3c-6fad70bc658b","type":"livecoverage_multi","data":{"0":{"url":"https://www.wsj.com/articles/harvey-keeps-houston-sports-teams-away-from-home-1504047290","type":"article","provider":"wsj.com","headline":"Harvey Keeps Houston Sports Teams Away From Home ","summary":"Facing flooded fields and inundated roads from Tropical Storm Harvey that make traveling within the city of Houston near impossible, several college and professional sports teams have relocated to prepare for upcoming competition this weekend.","imageUrl":"https://si.wsj.net/public/resources/images/BN-UW620_3cqag_TOP_20170829184956.jpg","articleId":"SB12648222210221274431204583360980406357090","access":"freeforever"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83"}},"theposition":null,"status":"published","originalId":"1504060869","createdAt":"1504060870","updatedAt":"1504060870"},{"id":"1c8d8761-66e3-4fac-a459-edfde82abb1c","type":"livecoverage_multi","data":{"0":{"url":"https://www.wsj.com/articles/harvey-continues-assault-on-houston-as-it-turns-toward-louisiana-1504019187","type":"article","provider":"wsj.com","headline":"Louisiana Braces for Harvey as Waters Keep Rising in Texas","summary":"The largest tropical rainstorm to hit the continental U.S. is forcing tens of thousands of Texans from their homes, scattering them across the state and into overflowing evacuation centers as the mounting crisis strains resources and weary residents.","imageUrl":"https://si.wsj.net/public/resources/images/BN-UW284_3ctV8_TOP_20170829104612.jpg","articleId":"SB12267467569865574173704583360342513289184","access":"paid"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83"}},"theposition":null,"status":"published","originalId":"1504058408","createdAt":"1504058409","updatedAt":"1504058409"},{"id":"1e9b5154-86ef-449d-9cde-f4ce205b208a","type":"livecoverage_multi","data":{"0":{"type":"text","text":"Houston Mayor Sylvester Turner said at a late Tuesday press conference that the city has opened the Toyota Center, home to the NBA’s Rockets, to help handle people who need shelter and reduce the population of 10,000 people sheltering at the George R. Brown Convention Center.\n\nPeople will still go to the convention center to seek help, the mayor said. The Toyota Center won't be a site for direct entry.\n\n“I want to reduce that population” at the convention center, the mayor said at a press conference. “I don’t want it to become so large it becomes difficult.”"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83","hed":"Houston Mayor Opens Toyota Center to Those Seeking Shelter","tags":{},"shortTitle":"Houston Mayor Opens Toyota Center to Those Seeking Shelter"},"tags":{"key-developments":{"id":"key-developments","isHidden":true,"isImportant":true,"label":"Key Developments","showShortTitle":true}}},"theposition":null,"status":"published","originalId":"1504056919","createdAt":"1504056920","updatedAt":"1504056920"},{"id":"e246f72d-e6f7-4712-9524-ffe08f1a1daa","type":"livecoverage_multi","data":{"0":{"type":"tweet","text":"","url":"https://twitter.com/NWSNewOrleans/status/902702950992285696"}},"meta":{"source":"admin","createdBy":"a92a358c2def21a1c78bff0d1475ba83","display":{"enableSharing":true,"style":"default","user":"a92a358c2def21a1c78bff0d1475ba83"}},"theposition":null,"status":"published","originalId":"1504056392","createdAt":"1504056392","updatedAt":"1504056392"}]}},"marketdata":{"strip":[{"requestId":"DJIA Futures","commonName":"E-Mini Dow Mar 2018","ticker":"YMH8","countryCode":"US","exchangeCode":"XCBT","type":"Future","decimalPrecision":0,"value":"24446","change":"-137","perChange":"-0.56%","deltaBarPosNeg":"deltaBar-neg","volume":"75,609","timeZone":"CST","localTimeZoneTimestamp":"8:16 AM CST 02/13/18","localTimestamp":"8:16 AM 02/13/18","etTimestamp":"9:16 AM ET 02/13/18","mdTimestamp":"2018-02-13T09:16:13-05:00","timestamp":"2018-02-13T08:16:13","url":"http://quotes.wsj.com/futures/DJIA Futures","bgChannel":"/quotes/zigman/86701325/delayed","chartingSymbol":"Future/US/XCBT/YMH8","pastCloses":[{"range":"D5","price":24731},{"range":"P29D","price":25833},{"range":"P3M","price":23367},{"range":"YTD","price":24679},{"range":"P1Y","price":null},{"range":"P3Y","price":null}],"displayName":"DJIA Futures","node_env":"production","updatedTimestamp":"2018-02-13T09:26:13-05:00","etOffsetMins":-300,"up":false,"down":true,"displayPrice":"24446","displayPerChange":"-0.56%","displayChange":"-137"},{"requestId":"SP 500 Futures","commonName":"E-Mini S&P 500 Future Mar 2018","ticker":"ESH8","countryCode":"US","exchangeCode":"GLBX","type":"Future","decimalPrecision":2,"value":"2642.00","change":"-13.25","perChange":"-0.50%","deltaBarPosNeg":"deltaBar-neg","volume":"246,349","timeZone":"CST","localTimeZoneTimestamp":"8:16 AM CST 02/13/18","localTimestamp":"8:16 AM 02/13/18","etTimestamp":"9:16 AM ET 02/13/18","mdTimestamp":"2018-02-13T09:16:13-05:00","timestamp":"2018-02-13T08:16:13","url":"http://quotes.wsj.com/futures/SP 500 Futures","bgChannel":"/quotes/zigman/81723188/delayed","chartingSymbol":"Future/US/GLBX/ESH8","pastCloses":[{"range":"D5","price":2694.25},{"range":"P29D","price":2782.5},{"range":"P3M","price":2578.5},{"range":"YTD","price":2676},{"range":"P1Y","price":2307.25},{"range":"P3Y","price":null}],"displayName":"S&P 500 F","node_env":"production","updatedTimestamp":"2018-02-13T09:26:13-05:00","etOffsetMins":-300,"up":false,"down":true,"displayPrice":"2642.00","displayPerChange":"-0.50%","displayChange":"-13.25","hideIn4u":true,"hideIn12u":true},{"requestId":"SXXP","commonName":"STOXX Europe 600 Index EUR","ticker":"SXXP","countryCode":"XX","exchangeCode":"XSTX","type":"Index","decimalPrecision":2,"value":"372.03","change":"-0.90","perChange":"-0.24%","deltaBarPosNeg":"deltaBar-neg","volume":"0","timeZone":"CEST","localTimeZoneTimestamp":"3:11 PM CEST 02/13/18","localTimestamp":"3:11 PM 02/13/18","etTimestamp":"9:11 AM ET 02/13/18","mdTimestamp":"2018-02-13T09:11:00-05:00","timestamp":"2018-02-13T15:11:00","url":"http://quotes.wsj.com/index/XX/SXXP","bgChannel":"/quotes/zigman/2380150/delayed","chartingSymbol":"Index/XX/XSTX/SXXP","pastCloses":[{"range":"D5","price":372.79},{"range":"P29D","price":398.35},{"range":"P3M","price":383.86},{"range":"YTD","price":389.18},{"range":"P1Y","price":370.2},{"range":"P3Y","price":377.02}],"displayName":"Stoxx 600","node_env":"production","updatedTimestamp":"2018-02-13T09:26:13-05:00","etOffsetMins":-300,"up":false,"down":true,"displayPrice":"372.03","displayPerChange":"-0.24%","displayChange":"-0.90","hideIn4u":true,"hideWithPortfolio12u":true},{"requestId":"TMUBMUSD10Y","commonName":"U.S. 10 Year Treasury Note","ticker":"TMUBMUSD10Y","countryCode":"BX","exchangeCode":"XTUP","type":"Bond","decimalPrecision":3,"value":"2.842","change":"-0.018","perChange":"-0.63%","deltaBarPosNeg":"deltaBar-neg","volume":"0","timeZone":"EST","localTimeZoneTimestamp":"9:25 AM EST 02/13/18","localTimestamp":"9:25 AM 02/13/18","etTimestamp":"9:25 AM ET 02/13/18","mdTimestamp":"2018-02-13T09:25:35-05:00","timestamp":"2018-02-13T09:25:35.401","url":"http://quotes.wsj.com/bond/BX/TMUBMUSD10Y","bgChannel":"/quotes/zigman/15866666/realtime","chartingSymbol":"Bond/BX/XTUP/TMUBMUSD10Y","pastCloses":[{"range":"D5","price":2.8415},{"range":"P29D","price":2.5493},{"range":"P3M","price":2.396620010402},{"range":"YTD","price":2.4101},{"range":"P1Y","price":2.409},{"range":"P3Y","price":2.0547}],"bondSpecifics":{"isUSBond":true,"tradePrice":99.1796875,"tradeChange":"0.156","tradeChangeFractional":"5/32","deltaBarPosNeg":"deltaBar-pos","tradeChangePercent":0.15779092702169625,"yield":"2.842%","deltaBarPosYield":"deltaBar-neg","yieldChange":"-0.018","yieldChangePercent":-0.6328228795189148},"displayName":"U.S. 10 Yr","node_env":"production","updatedTimestamp":"2018-02-13T09:26:13-05:00","etOffsetMins":-300,"displayChange":"2.842%","displayPerChange":"2.842%","displayPrice":"5/32","up":true,"down":false,"isUS10YrBond":true},{"requestId":"Crude Oil - Electronic","commonName":"Crude Oil Mar 2018","ticker":"CLH8","countryCode":"US","exchangeCode":"XNYM","type":"Future","decimalPrecision":2,"value":"58.73","change":"-0.56","perChange":"-0.94%","deltaBarPosNeg":"deltaBar-neg","volume":"196,305","timeZone":"EST","localTimeZoneTimestamp":"9:16 AM EST 02/13/18","localTimestamp":"9:16 AM 02/13/18","etTimestamp":"9:16 AM ET 02/13/18","mdTimestamp":"2018-02-13T09:16:13-05:00","timestamp":"2018-02-13T09:16:13","url":"http://quotes.wsj.com/futures/Crude Oil - Electronic","bgChannel":"/quotes/zigman/12641121/delayed","chartingSymbol":"Future/US/XNYM/CLH8","pastCloses":[{"range":"D5","price":63.92},{"range":"P29D","price":63.82},{"range":"P3M","price":55.44},{"range":"YTD","price":60.14},{"range":"P1Y","price":55.25},{"range":"P3Y","price":66.52}],"displayName":"Crude Oil","node_env":"production","updatedTimestamp":"2018-02-13T09:26:13-05:00","etOffsetMins":-300,"up":false,"down":true,"displayPrice":"58.73","displayPerChange":"-0.94%","displayChange":"-0.56","hideIn4u":true},{"requestId":"EURUSD","commonName":"Euro","ticker":"EURUSD","countryCode":"US","exchangeCode":"XTUP","type":"Currency","decimalPrecision":4,"value":"1.2345","change":"0.0052","perChange":"0.42%","deltaBarPosNeg":"deltaBar-pos","volume":"0","timeZone":"EST","localTimeZoneTimestamp":"9:26 AM EST 02/13/18","localTimestamp":"9:26 AM 02/13/18","etTimestamp":"9:26 AM ET 02/13/18","mdTimestamp":"2018-02-13T09:26:09-05:00","timestamp":"2018-02-13T09:26:09","url":"http://quotes.wsj.com/fx/EURUSD","bgChannel":"/quotes/zigman/16008136/realtime/sampled","chartingSymbol":"Currency/US/XTUP/EURUSD","pastCloses":[{"range":"D5","price":1.23785},{"range":"P29D","price":1.22585},{"range":"P3M","price":1.17985},{"range":"YTD","price":1.20025},{"range":"P1Y","price":1.05785},{"range":"P3Y","price":1.14125}],"displayName":"Euro","node_env":"production","updatedTimestamp":"2018-02-13T09:26:13-05:00","etOffsetMins":-300,"up":true,"down":false,"displayPrice":"1.2345","displayPerChange":"0.42%","displayChange":"0.0052","hideWithPortfolio4u":true}]},"metadata":{"title":"Tropical Storm Harvey Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather","url":"https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751","description":"Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That wou","keywords":["hurricane harvey texas storm","Live","coverage","from","the","Wall","Street","Journal."],"links":[{"rel":"shortcut icon","href":"https://s.wsj.net/media/wsj_favicon-16x16.png","sizes":"16x16","type":"image/x-icon"},{"rel":"shortcut icon","href":"https://s.wsj.net/media/wsj_favicon-32x32.png","sizes":"32x32","type":"image/x-icon"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-144x144.png","sizes":"144x144"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-114x114.png","sizes":"114x114"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-72x72.png","sizes":"72x72"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-57x57.png","sizes":"57x57"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-180x180.png","sizes":"180x180"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-152x152.png","sizes":"152x152"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-120x120.png","sizes":"120x120"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-76x76.png","sizes":"76x76"},{"rel":"apple-touch-icon","href":"https://s.wsj.net/media/wsj_apple-touch-icon-60x60.png","sizes":"60x60"},{"rel":"manifest","href":"https://www.wsj.com/manifest.json"},{"rel":"publisher","href":"https://plus.google.com/117720626238470886461"}],"prefetch":["//video-api.wsj.com","//fonts.wsj.net","//s.wsj.net","//si.wsj.net","//api.vidora.com","//js-agent.newrelic.com","//bam.nr-data.net","//tags.tiqcdn.com","//static.chartbeat.com","//cdn.cxense.com","//m.wsj.net","//a248.e.akamai.net","//om.dowjoneson.com","//wsjstream.wsj.net","//www.googletagservices.com","//partner.googleadservices.com","//pagead2.googlesyndication.com","//pubads.g.doubleclick.net","//tpc.googlesyndication.com"],"metatags":[{"property":"og:url","content":"https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751"},{"property":"og:title","content":"Tropical Storm Harvey Harvey Will Be Most Expensive U.S. Natural Disaster, Says AccuWeather"},{"property":"og:description","content":"Hurricane Harvey will be the most expensive natural disaster in U.S. history, AccuWeather said, estimating the full cost at close to $160 billion. That wou"},{"property":"og:type","content":"article"},{"property":"og:site_name","content":"WSJ"},{"property":"og:image","content":"https://si.wsj.net/public/resources/images/BN-UV000_HARVEY_G_20170824175405.jpg"},{"property":"twitter:site","content":"@wsj"},{"property":"twitter:app:name:iphone","content":"The Wall Street Journal"},{"property":"twitter:app:name:googleplay","content":"The Wall Street Journal"},{"property":"twitter:card","content":"summary_large_image"},{"property":"twitter:url","content":"https://www.wsj.com/livecoverage/hurricane-harvey-live-coverage/card/1504092751"},{"property":"fb:pages","content":"8304333127"},{"name":"fb:app_id","content":"368513495882"},{"name":"page.content.type","content":"Blogs"},{"name":"page.section","content":"Live Coverage"},{"name":"page.content.source","content":"WSJ Online"},{"name":"page.id","content":"livecoverage_hurricane-harvey-live-coverage"},{"name":"ad.id","content":"live_article"},{"name":"page.subsection","content":"hurricane-harvey-live-coverage"},{"property":"article:publisher","content":"https://www.facebook.com/wsj"}],"utag":{"article_format":"web","article_type":"Livecoverage","article_video_count":"","article_image_count":"","article_embedded_count":"","article_internal_link_count":"","article_word_count":"","article_author":"","cms_name":"Live Coverage Manager","page_content_type":"Article","page_content_type_detail":"livecoverage","page_section":"Collection","page_subsection":"Livecoverage","page_content_source":"WSJ Online","page_content_language":"en-US","article_template":"full","page_content_region":"North_America_USA","article_id":"hurricane-harvey-live-coverage","article_headline_orig":"Weakened Harvey Douses Louisiana: Live Coverage","article_headline":"Weakened Harvey Douses Louisiana: Live Coverage","article_publish_orig":"2017-8-30 11:32","article_publish":"2017-8-30 11:32","article_keywords":"hurricane harvey texas storm"},"news_keywords":["hurricane harvey texas storm","Live","coverage","from","the","Wall","Street","Journal."]},"olympics":{},"request":{"browserId":"default","gridSize":"at16units","protocol":"https","componentName":"LiveCoveragePage","params":{"slug":"hurricane-harvey-live-coverage","card":"1504092751"},"region":"na,us"},"section":{"layout":"livecoverage","newgrid":true,"ads":{"sponsoredSections":{},"msnLinks":{"msnId":"574337211"},"proximic":{},"candybar":{},"nativo":null,"adId":["live_article","sponsoredSection_US"]}},"corphat":[{"ncLinks":[{"title":"Big Decisions","url":"http://www.bigdecisions.com/","nofollow":"false"},{"title":"Business Spectator","url":"http://www.businessspectator.com.au/","nofollow":"false"},{"title":"Checkout51","url":"https://www.checkout51.com/?utm_source=wsj&utm_medium=digitalhousead&utm_campaign=wsjspotlight","nofollow":"false"},{"title":"Harper Collins","url":"http://www.harpercollins.com/","nofollow":"false"},{"title":"New York Post","url":"http://nypost.com/","nofollow":"false"},{"title":"PropTiger","url":"https://www.proptiger.com","nofollow":"false"},{"title":"REA","url":"http://www.rea-group.com/","nofollow":"false"},{"title":"realtor.com","url":"https://www.realtor.com","nofollow":"false"},{"title":"Storyful","url":"http://storyful.com/","nofollow":"false"},{"title":"The Australian","url":"http://www.theaustralian.com.au","nofollow":"false"},{"title":"The Sun","url":"http://www.thesun.co.uk/sol/homepage/","nofollow":"false"},{"title":"The Times","url":"http://www.thetimes.co.uk","nofollow":"false"}]},{"djLinks":[{"title":"Barron's","url":"http://www.barrons.com/home-page","nofollow":"false"},{"title":"BigCharts","url":"http://bigcharts.marketwatch.com","nofollow":"false"},{"title":"DJX","url":"http://www.wsj.com/public/page/wsj-x-marketing.html","nofollow":"false"},{"title":"Dow Jones Newswires","url":"http://new.dowjones.com/products/dj-news","nofollow":"false"},{"title":"Factiva","url":"https://global.factiva.com/factivalogin/login.asp?productname=global","nofollow":"false"},{"title":"Financial News","url":"http://www.efinancialnews.com","nofollow":"false"},{"title":"Mansion Global","url":"http://www.mansionglobal.com/","nofollow":"false"},{"title":"MarketWatch","url":"http://www.marketwatch.com","nofollow":"false"},{"title":"Newsmart","url":"https://www.getnewsmart.com/","nofollow":"false"},{"title":"NewsPlus","url":"https://newsplus.wsj.com","nofollow":"false"},{"title":"Private Markets","url":"http://privatemarkets.dowjones.com","nofollow":"false"},{"title":"Risk & Compliance","url":"https://djlogin.dowjones.com/login.asp?productname=rnc","nofollow":"false"},{"title":"WSJ Conference","url":"http://www.wsj.com/conferences","nofollow":"false"},{"title":"WSJ Pro","url":"http://www.wsj.com/pro/centralbanking","nofollow":"false"},{"title":"WSJ Video","url":"http://live.wsj.com","nofollow":"false"},{"title":"WSJ.com","url":"http://www.wsj.com","nofollow":"false"}]}],"assets":{"head":{"styles":["//vir.wsj.net/fp/cdn/fp/assets/5c15646cc386b4a072b9/LiveCoveragePage.css"],"fonts":[{"name":"Retina","url":"https://www.wsj.com/fonts/retina.css"},{"name":"Exchange","url":"https://www.wsj.com/fonts/exchange.css"},{"name":"Escrow Condensed","url":"https://www.wsj.com/fonts/escrow.css"}],"scripts":["https://assets.vidora.com/js/vidora-client.1.2.7.min.js"]},"body":{"scripts":["//vir.wsj.net/fp/cdn/fp/assets/5c15646cc386b4a072b9/LiveCoveragePage.js"],"styles":["https://video-api.wsj.com/api-video/player/v3/css/video.min.css"]}},"lists":{"FP_BREAKING_NEWS":{"articles":[],"meta":{}},"FP_POPULAR_ON_WSJ":{"articles":[{"articleId":"SB11862025014835334509704584039844095463208","articleType":"CMO","articleSection":"Business","byline":"Suzanne Vranica","timestamp":1518398520000,"flashline":{"type":"business"},"headline":"Unilever Threatens to Reduce Ad Spending on Tech Platforms Over Divisive Content","image":{"credit":"Associated Press","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK809_cmokei_C_20180211201007.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK809_cmokei_C_20180211201007.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK809_cmokei_C_20180211201007.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK809_cmokei_C_20180211201007.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK809_cmokei_C_20180211201007.jpg"}}},"slides":null,"summary":"Unilever says it will pull back advertising from popular tech platforms, including YouTube and Facebook, if they don’t do more to combat the spread of fake news, hate speech and divisive content.","isFree":true,"isFreeForever":false,"tags":[],"categories":[],"url":"https://www.wsj.com/articles/unilever-threatens-to-reduce-ad-spending-on-tech-platforms-that-dont-combat-divisive-content-1518398578","ebVideo":null,"commentCount":110},{"articleId":"SB11664756364254424857004584039790140446908","articleType":"U.S. Markets","articleSection":"Markets","byline":"Akane Otani and Riva Gold","bullets":[{"html":[{"text":" "},{"children":[],"tag":"a","url":"https://www.wsj.com/articles/stock-market-valuations-look-more-appealing-after-last-weeks-rout-1518476856?tesla=y","newTarget":false},{"text":" "},{"children":[{"text":"Rebound for Global Stocks Rolls On"}],"tag":"a","url":"https://www.wsj.com/articles/rebound-for-global-stocks-rolls-on-1518486206?tesla=y","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"Stock Valuations Get More Appealing"}],"tag":"a","url":"https://www.wsj.com/articles/stock-market-valuations-look-more-appealing-after-last-weeks-rout-1518476856?tesla=y","newTarget":false},{"text":" "}]}],"entitlements":["NEWSPLUS","PRO","WSJ-PRO-WSJ.com"],"timestamp":1518479220000,"flashline":{"type":"markets"},"headline":"U.S. Stocks Regain Footing, but Caution Signs Remain","image":{"credit":"Michael Nagle/Bloomberg News","widths":{"110":{"w":110,"h":61,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL209_3pd8m_A_20180212162359.jpg?width=110&height=61"},"120":{"w":120,"h":67,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL209_3pd8m_A_20180212162359.jpg?width=120&height=67"},"350":{"w":350,"h":196,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL209_3pd8m_A_20180212162359.jpg?width=350&height=196"},"430":{"w":430,"h":241,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL209_3pd8m_A_20180212162359.jpg?width=430&height=241"},"620":{"w":620,"h":348,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL209_3pd8m_A_20180212162359.jpg?width=620&height=348"}}},"slides":null,"summary":"U.S. stocks roared for a second consecutive session, with the Dow jumping more than 400 points, a potential sign the clouds over the market are beginning to part after two bruising weeks.","isFree":true,"isFreeForever":false,"tags":[" ASIAN SHARES","EQUITIES","EUROPE MARKETS"," EUROPE SHARES","GLOBAL MARKETS"," GLOBAL SHARES","OIL PRICES"," SHARE MARKETS","STOCK MARKETS"," U.S. FUTURES","US STOCKS","VOLATILITY"],"categories":[],"url":"https://www.wsj.com/articles/asia-stocks-begin-week-on-calm-note-1518396866","ebVideo":null,"commentCount":180},{"articleId":"SB11862025014835334509704584040831741547794","articleType":"Olympics","articleSection":"Life","byline":"Joshua Robinson and Eun-Young Jeong","bullets":[{"html":[{"text":" "},{"children":[{"text":"North Korean Cheerleaders: 100 Olympic Stars Are Born"}],"tag":"a","url":"https://www.wsj.com/articles/north-korean-cheerleaders-100-olympic-stars-are-born-1518275788","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"Shiffrin Learned to Ski in Vail, Race in Vermont"}],"tag":"a","url":"https://www.wsj.com/articles/mikaela-shiffrin-learned-to-ski-in-vail-she-learned-to-race-in-vermont-1518437093","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"U.S. Wins Team Bronze in Figure Skating"}],"tag":"a","url":"https://www.wsj.com/articles/u-s-wins-team-bronze-in-figure-skating-1518411883","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"Jamie Anderson Adds to Her Legend With Another Gold"}],"tag":"a","url":"https://www.wsj.com/articles/jamie-anderson-adds-to-her-legend-with-another-slopestyle-gold-1518422366?tesla=y","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"High Winds Disrupt the Games"}],"tag":"a","url":"https://www.wsj.com/articles/for-olympic-athletes-competing-in-high-winds-is-no-breeze-1518428450","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"What You Need to Know Monday"}],"tag":"a","url":"https://www.wsj.com/livecoverage/2018-winter-olympics-pyeongchang","newTarget":false},{"text":" "}]}],"timestamp":1518444480000,"flashline":{"type":"life","flashline":"Winter Olympics"},"headline":"North Korea’s Weapons of Mass Distraction","image":{"credit":"Petter Arvidson/Zuma Press","widths":{"110":{"w":110,"h":61,"url":"https://images.wsj.net/im-2044?width=110&height=61"},"120":{"w":120,"h":67,"url":"https://images.wsj.net/im-2044?width=120&height=67"},"350":{"w":350,"h":196,"url":"https://images.wsj.net/im-2044?width=350&height=196"},"430":{"w":430,"h":241,"url":"https://images.wsj.net/im-2044?width=430&height=241"},"620":{"w":620,"h":348,"url":"https://images.wsj.net/im-2044?width=620&height=348"}}},"slides":null,"summary":"By bringing 10 times more cheerleaders than athletes, North Korea has deployed a tool that has polarized the Olympic crowd.","isFree":true,"isFreeForever":false,"tags":["CHEERLEADERS","DIPLOMACY","KOREAN PENINSULA","MEDIA","NORTH KOREAN","PYEONGCHANG","SPEEDSKATING","UNIFIED","WINTER GAMES","WINTER OLYMPICS"],"categories":[],"url":"https://www.wsj.com/articles/north-koreas-weapons-of-mass-distraction-1518444526","ebVideo":null,"commentCount":149},{"articleId":"SB11634488583872223280004583521402661040738","articleType":"WSJ Logistics Report","articleSection":"Business","byline":"Brian Baskin and Annie Gasparro","timestamp":1518453420000,"flashline":{"type":"business","flashline":"Business"},"headline":"Kraft Heinz Made Its Factories Really Efficient. Now It Has to Sell Bologna","image":{"credit":"Daniel Acker for The Wall Street Journal","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK782_KRAFTH_C_20180211160710.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK782_KRAFTH_C_20180211160710.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK782_KRAFTH_C_20180211160710.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK782_KRAFTH_C_20180211160710.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK782_KRAFTH_C_20180211160710.jpg"}}},"slides":null,"summary":"3G Capital’s formula of squeezing costs to improve profit margins is running up against consumers whose tastes have shifted away from processed foods.","isFree":false,"isFreeForever":false,"tags":[" 3G"," COLD CUTS"," KRAFT","LEDER","LOGISTICS","LOGISTICS REPORT"," MEAT PROCESSING"," OSCAR MAYER"],"categories":[],"url":"https://www.wsj.com/articles/kraft-heinz-made-its-factories-really-efficient-now-it-has-to-sell-bologna-1518453435","ebVideo":null,"commentCount":154},{"articleId":"SB11664756364254424857004584040053744522772","articleType":"Business","articleSection":"Business","byline":"Chris Kirkham and Kate O’Keeffe","timestamp":1518493920000,"flashline":{"type":"business"},"headline":"Nevada Regulator, Inundated With Reports on Steve Wynn, Starts Website to Field Tips","image":{"credit":"Prensa Internacional/Zuma Press","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK951_WYNNTI_C_20180212083558.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK951_WYNNTI_C_20180212083558.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK951_WYNNTI_C_20180212083558.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK951_WYNNTI_C_20180212083558.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK951_WYNNTI_C_20180212083558.jpg"}}},"slides":null,"summary":"Nevada gambling regulators on Monday introduced a new online system for the public to send in confidential complaints and tips after receiving a number of reports about Steve Wynn in the days after The Wall Street Journal published an article detailing sexual-misconduct allegations against the casino mogul.","isFree":false,"isFreeForever":false,"tags":["CASINO MOGUL","CASINOS","NEVADA GAMBLING REGULATOR","NEVADA GAMING CONTROL BOARD","SEXUAL-MISCONDUCT ALLEGATIONS","STEVE WYNN","STEVE WYNN SEXUAL MISCONDUCT ALLEGATIONS","WYNN RESORTS"],"categories":[],"url":"https://www.wsj.com/articles/nevada-regulator-inundated-with-reports-about-steve-wynn-starts-hotline-for-tips-1518452745","ebVideo":null,"commentCount":107},{"articleId":"SB12007907239604714277804584007330975311934","articleType":"Wealth Management","articleSection":"Markets","byline":"Demetria Gallegos","timestamp":1518404880000,"flashline":{"type":"markets"},"headline":"Why So Many Men Die at 62","image":{"credit":"iStockphoto/Getty Images","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB599A_EARLY_C_20180205140308.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB599A_EARLY_C_20180205140308.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB599A_EARLY_C_20180205140308.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB599A_EARLY_C_20180205140308.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB599A_EARLY_C_20180205140308.jpg"}}},"slides":null,"summary":"A new study shows a sharp increase in mortality at age 62, and the researchers believe retiring may have something to do with it.","isFree":false,"isFreeForever":false,"tags":["COLLECTING SOCIAL SECURITY","DEATH RISK","EARLY RETIREMENT","JOURNAL REPORTS","LONGEVITY","MORTALITY RATE","RISKS OF RETIREMENT","WEALTH MANAGEMENT"],"categories":[],"url":"https://www.wsj.com/articles/why-so-many-men-die-at-62-1518404880","ebVideo":null},{"articleId":"SB12123169795058123920404584029341390640648","articleType":"The Saturday Essay","articleSection":"Life","byline":"Steven Pinker","timestamp":1518191340000,"flashline":{"type":"life","flashline":"The Saturday Essay"},"headline":"The Enlightenment Is Working","image":{"credit":"Robert Neubecker","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XJ932_ENLIGH_C_20180208163555.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XJ932_ENLIGH_C_20180208163555.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XJ932_ENLIGH_C_20180208163555.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XJ932_ENLIGH_C_20180208163555.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XJ932_ENLIGH_C_20180208163555.jpg"}}},"slides":null,"summary":"Don’t listen to the gloom-sayers. The world has improved by every measure of human flourishing over the past two centuries, and the progress continues, writes Steven Pinker.","isFree":true,"isFreeForever":false,"tags":["DEMOCRACY","DESPOTISM","EDUCATION","ENLIGHTENMENT","LITERACY","POVERTY","STEVEN PINKER","VIOLENCE","WARS","WORLD ECONOMY"],"categories":[],"url":"https://www.wsj.com/articles/the-enlightenment-is-working-1518191343","ebVideo":null},{"articleId":"SB12028962442947793785004584035380614806234","articleType":"Business","articleSection":"Business","byline":"Russell Gold","bullets":[{"html":[{"text":" "},{"children":[{"text":"China Is Winning Global Race to Control Batteries"}],"tag":"a","url":"https://www.wsj.com/articles/theres-a-global-race-to-control-batteriesand-china-is-winning-1518374815","newTarget":false},{"text":" "}]}],"timestamp":1518431400000,"flashline":{"type":"business"},"headline":"Big Batteries Are Taking a Bite Out of the Power Market","image":{"credit":"david gray/Reuters","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK764_GRIDBA_C_20180211150005.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK764_GRIDBA_C_20180211150005.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK764_GRIDBA_C_20180211150005.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK764_GRIDBA_C_20180211150005.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK764_GRIDBA_C_20180211150005.jpg"}}},"slides":null,"summary":"Giant batteries charged by renewable energy are beginning to nibble away at a large market: The power plants that generate extra surges of electricity during peak hours.","isFree":false,"isFreeForever":false,"tags":["ALTERNATIVE ENGERY SOURCES","BATTERIES","BATTERY POWER","ELECTRIC GRID","POWER GRID","SOLAR POWER","UTILITIES"],"categories":[],"url":"https://www.wsj.com/articles/big-batteries-are-taking-a-bite-out-of-the-power-market-1518431400","ebVideo":null,"commentCount":576},{"articleId":"SB12747432898972703413104584021121320346920","articleType":"Olympics","articleSection":"Life","byline":"Ben Cohen","bullets":[{"html":[{"text":" "},{"children":[{"text":"North Korea’s Weapons of Mass Distraction"}],"tag":"a","url":"https://www.wsj.com/articles/north-koreas-weapons-of-mass-distraction-1518444526","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"High Winds Disrupt the Games"}],"tag":"a","url":"https://www.wsj.com/articles/for-olympic-athletes-competing-in-high-winds-is-no-breeze-1518428450","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"Jamie Anderson Adds to Her Legend With Another Gold"}],"tag":"a","url":"https://www.wsj.com/articles/jamie-anderson-adds-to-her-legend-with-another-slopestyle-gold-1518422366?tesla=y","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"U.S. Wins Team Bronze in Figure Skating"}],"tag":"a","url":"https://www.wsj.com/articles/u-s-wins-team-bronze-in-figure-skating-1518411883","newTarget":false},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":"What You Need to Know Monday"}],"tag":"a","url":"https://www.wsj.com/livecoverage/2018-winter-olympics-pyeongchang","newTarget":false},{"text":" "}]}],"timestamp":1518438000000,"flashline":{"type":"life","flashline":"Winter Olympics"},"headline":"Mikaela Shiffrin Learned to Ski in Vail. She Learned to Race in Vermont.","image":{"credit":"Joel Marklund/Zuma Press","widths":{"110":{"w":110,"h":61,"url":"https://images.wsj.net/im-1727?width=110&height=61"},"120":{"w":120,"h":67,"url":"https://images.wsj.net/im-1727?width=120&height=67"},"350":{"w":350,"h":196,"url":"https://images.wsj.net/im-1727?width=350&height=196"},"430":{"w":430,"h":241,"url":"https://images.wsj.net/im-1727?width=430&height=241"},"620":{"w":620,"h":348,"url":"https://images.wsj.net/im-1727?width=620&height=348"}}},"slides":null,"summary":"How the ice of the Northeast helped Team USA’s Mikaela Shiffrin become the best technical skier in the world.","isFree":true,"isFreeForever":false,"tags":["2018 OLYMPICS","ALPINE SKIING","DOWNHILL","MIKAELA","MIKAELA SHIFFRIN","OLYMPICS 2018","OLYMPIC WINTER GAMES","PYEONGCHANG 2018 OLYMPICS ","SHIFFRIN","WINTER OLYMPICS 2018"],"categories":[],"url":"https://www.wsj.com/articles/mikaela-shiffrin-learned-to-ski-in-vail-she-learned-to-race-in-vermont-1518437093","ebVideo":null,"commentCount":73},{"articleId":"SB11664756364254424857004584041761055961466","articleType":"Business","articleSection":"Business","byline":"Michael Siconolfi, Dana Mattioli and Joseph Walker","timestamp":1518483000000,"flashline":{"type":"business"},"headline":"Walgreens Makes Takeover Approach to AmerisourceBergen","image":{"credit":"Spencer Platt/Getty Images","widths":{"110":{"w":110,"h":61,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL302_1RKhB_A_20180212185836.jpg?width=110&height=61"},"120":{"w":120,"h":67,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL302_1RKhB_A_20180212185836.jpg?width=120&height=67"},"350":{"w":350,"h":196,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL302_1RKhB_A_20180212185836.jpg?width=350&height=196"},"430":{"w":430,"h":241,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL302_1RKhB_A_20180212185836.jpg?width=430&height=241"},"620":{"w":620,"h":348,"url":"https://art.wsj.net/api/photos/gams-files/BN-XL302_1RKhB_A_20180212185836.jpg?width=620&height=348"}}},"slides":null,"summary":"Walgreens Boots Alliance is in early talks to buy drug wholesale company AmerisourceBergen, a move that could help boost the drugstore giant’s profitability and insulate it against threats in a competitive landscape.","isFree":false,"isFreeForever":false,"tags":["ABC","AMERISOURCE","DEAL","TAKEOVER","WALGREENS","WBA"],"categories":[],"url":"https://www.wsj.com/articles/walgreens-has-made-takeover-approach-to-amerisourcebergen-1518480542","ebVideo":null},{"articleId":"SB12028962442947793785004584033922436873330","articleType":"U.S.","articleSection":"US","byline":"Ian Lovett","timestamp":1518381540000,"flashline":{"type":"us"},"headline":"Hawaii’s Cesspools Threaten Drinking Water, Tourism","image":{"credit":"Peter Hackstedde","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK769_CESSPO_C_20180211152343.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK769_CESSPO_C_20180211152343.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK769_CESSPO_C_20180211152343.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK769_CESSPO_C_20180211152343.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK769_CESSPO_C_20180211152343.jpg"}}},"slides":null,"summary":"Cesspools—holes in the ground where untreated human waste is deposited—have become a crisis in Hawaii, threatening the state’s drinking water, its coral reefs and its famous beaches.","isFree":false,"isFreeForever":false,"tags":[],"categories":[],"url":"https://www.wsj.com/articles/hawaiis-cesspools-threaten-drinking-water-tourism-1518357620","ebVideo":null,"commentCount":273},{"articleId":"SB12028962442947793785004584034741404701768","articleType":"Business","articleSection":"Business","byline":"Preetika Rana","bullets":[{"html":[{"text":" "},{"children":[{"text":" "},{"children":[{"text":"Q&A: How the Flu Can Turn Deadly"}],"tag":"a","url":"https://www.wsj.com/articles/how-the-flu-can-turn-deadly-q-a-1518218851","newTarget":false},{"text":" "}],"tag":"strong"},{"text":" "}]},{"html":[{"text":" "},{"children":[{"text":" "},{"children":[{"text":"The Deadly Flu No One Saw Coming"}],"tag":"a","url":"https://www.wsj.com/articles/a-mothers-six-day-struggle-with-americas-deadly-flu-1518196692?tesla=y","newTarget":false},{"text":" "}],"tag":"strong"},{"text":" "}]}],"timestamp":1518264000000,"flashline":{"type":"business"},"headline":"Experimental Drug Promises to Kill the Flu Virus in a Day","image":{"credit":"Robert Ray/Associated Press","widths":{"110":{"w":110,"h":61,"url":"https://images.wsj.net/im-1983?width=110&height=61"},"120":{"w":120,"h":67,"url":"https://images.wsj.net/im-1983?width=120&height=67"},"350":{"w":350,"h":196,"url":"https://images.wsj.net/im-1983?width=350&height=196"},"430":{"w":430,"h":241,"url":"https://images.wsj.net/im-1983?width=430&height=241"},"620":{"w":620,"h":348,"url":"https://images.wsj.net/im-1983?width=620&height=348"}}},"slides":null,"summary":"As Americans suffer through the worst influenza outbreak in almost a decade, a Japanese drugmaker says it has developed a pill that can kill the virus within a day.","isFree":false,"isFreeForever":false,"tags":["FLU","FLU CASES","FLU DRUG","FLU EPIDEMIC","FLU TREATMENT","INFLUENZA ","SHIONOGI & CO.","SHIONOGI FLU DRUG"],"categories":[],"url":"https://www.wsj.com/articles/experimental-drug-promises-to-kill-the-flu-virus-in-a-day-1518264004","ebVideo":null,"commentCount":124},{"articleId":"SB11664756364254424857004584039321251241460","articleType":"Tech","articleSection":"Tech","byline":"Jay Greene","bullets":[{"html":[{"text":" "},{"children":[{"text":" "},{"children":[{"text":"Heard:"}],"tag":"strong"},{"text":" Cloud Bills Will Get Loftier"}],"tag":"a","url":"https://www.wsj.com/articles/cloud-bills-will-get-loftier-1518363001","newTarget":false},{"text":" "}]}],"entitlements":["NEWSPLUS","PRO","WSJ-PRO-WSJ.com"],"timestamp":1518442860000,"flashline":{"type":"tech"},"headline":"Oracle Leaps Into the Costly Cloud Arms Race","image":{"credit":"Rob Kim/Getty Images for Advertising Week New York","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK770_ORACLE_C_20180211152610.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK770_ORACLE_C_20180211152610.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK770_ORACLE_C_20180211152610.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK770_ORACLE_C_20180211152610.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK770_ORACLE_C_20180211152610.jpg"}}},"slides":null,"summary":"Oracle plans to quadruple the number of its giant data-center complexes over the next two years, a move that could boost capital spending.","isFree":false,"isFreeForever":false,"tags":["CLOUD STORAGE","DATA-CENTER COMPLEX","NEW CONSTRUCTION","SERVER FARMS","TECH HUB","THE CLOUD"],"categories":[],"url":"https://www.wsj.com/articles/oracle-leaps-into-the-costly-cloud-arms-race-1518431401","ebVideo":null},{"articleId":"SB11827315801849083767104584038591083573168","articleType":"Review & Outlook","articleSection":"Opinion","byline":"The Editorial Board","bullets":[{"iconType":"audio","html":[{"text":" "},{"children":[{"text":"Podcast: Kissel and Sternberg on Poland’s libel law, Britain’s National Health Service and Angela Merkel’s grand coalition."}],"tag":"a","url":"http://www.wsj.com/podcasts/the-winter-olympics-china-debt-crisis-to-come/66596650-E57F-4A33-B6AD-6D3B349CBDCC.html","newTarget":false},{"text":" "}]}],"timestamp":1518383940000,"flashline":{"type":"opinion","flashline":"REVIEW & OUTLOOK"},"headline":"The Pyongyang Olympics","image":{"credit":"yonhap/Reuters","widths":{"110":{"w":110,"h":61,"url":"https://images.wsj.net/im-2023?width=110&height=61"},"120":{"w":120,"h":67,"url":"https://images.wsj.net/im-2023?width=120&height=67"},"350":{"w":350,"h":196,"url":"https://images.wsj.net/im-2023?width=350&height=196"},"430":{"w":430,"h":241,"url":"https://images.wsj.net/im-2023?width=430&height=241"},"620":{"w":620,"h":348,"url":"https://images.wsj.net/im-2023?width=620&height=348"}}},"slides":null,"summary":"The Western media discover the hidden charms of North Korea.","isFree":false,"isFreeForever":false,"tags":[" KIM JONG UN"," MIKE PENCE"," MOON JAE IN"," NORTH KOREA"," SOUTH KOREA","WINTER OLYMPICS"],"categories":[],"url":"https://www.wsj.com/articles/the-pyongyang-olympics-1518383959","ebVideo":null,"commentCount":673},{"articleId":"SB12028962442947793785004584035070865121520","articleType":"Markets","articleSection":"Markets","byline":"Michael Rapoport","entitlements":["NEWSPLUS","PRO","WSJ-PRO-WSJ.com"],"timestamp":1518433620000,"flashline":{"type":"markets"},"headline":"The Tax Law Is About to Make Analyzing Earnings Trickier","image":{"credit":"johannes eisele/Agence France-Presse/Getty Images","widths":{"110":{"w":110,"h":61,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK536_2TY3P_A_20180209164452.jpg?width=110&height=61"},"120":{"w":120,"h":67,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK536_2TY3P_A_20180209164452.jpg?width=120&height=67"},"350":{"w":350,"h":196,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK536_2TY3P_A_20180209164452.jpg?width=350&height=196"},"430":{"w":430,"h":241,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK536_2TY3P_A_20180209164452.jpg?width=430&height=241"},"620":{"w":620,"h":348,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK536_2TY3P_A_20180209164452.jpg?width=620&height=348"}}},"slides":null,"summary":"The new U.S. tax law could throw a monkey wrench into a method many analysts and investors use to gauge the strength of companies’ earnings.","isFree":false,"isFreeForever":false,"tags":[" APPLE"," CASH FLOW"," EARNINGS"," FOREIGN EARNINGS"," JOHNSON & JOHNSON"," MCDONALD'S"," MICROSOFT"," MONDELEZ","TAX LAW"],"categories":[],"url":"https://www.wsj.com/articles/the-tax-law-is-about-to-make-analyzing-earnings-trickier-1518431404","ebVideo":null},{"articleId":"SB11664756364254424857004584039283537468694","articleType":"U.S.","articleSection":"US","byline":"Robert Lee Hotz","timestamp":1518452040000,"flashline":{"type":"us"},"headline":"Scientists Unearth Hope for New Antibiotics","image":{"credit":"Zach Veilleux/Rockefeller University","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK752_MICROB_C_20180211142416.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK752_MICROB_C_20180211142416.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK752_MICROB_C_20180211142416.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK752_MICROB_C_20180211142416.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK752_MICROB_C_20180211142416.jpg"}}},"slides":null,"summary":"In a bag of backyard dirt, scientists have discovered a powerful new group of antibiotics they say can wipe out many infections in lab and animal tests, including some microbes that are resistant to most traditional antibiotics.","isFree":true,"isFreeForever":false,"tags":[" ANTIBIOTICS"," BACTERIA","BACTERIA IN DIRT"," DNA"," DRUG-RESISTANT INFECTIONS"," EXPERIMENTAL ANTIBIOTICS"," LABORATORY FOR GENETICALLY ENCODED SMALL MOLECULES"," MALACIDINS","MICROBES"," MICROBIOLOGY"," ROCKEFELLER UNIVERSITY"," SEAN BRADY"," SOIL BACTERIA"],"categories":[],"url":"https://www.wsj.com/articles/genetic-sequencing-unearths-hope-for-new-antibiotics-1518451201","ebVideo":null},{"articleId":"SB12028962442947793785004584035591072756748","articleType":"Markets","articleSection":"Markets","byline":"Alexander Osipovich","timestamp":1518431400000,"flashline":{"type":"markets"},"headline":"High-Speed Traders Profit From Return of CME Loophole","image":{"credit":"Chris Goodney/Bloomberg News","widths":{"110":{"w":110,"h":61,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK620_2CVta_A_20180209190349.jpg?width=110&height=61"},"120":{"w":120,"h":67,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK620_2CVta_A_20180209190349.jpg?width=120&height=67"},"350":{"w":350,"h":196,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK620_2CVta_A_20180209190349.jpg?width=350&height=196"},"430":{"w":430,"h":241,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK620_2CVta_A_20180209190349.jpg?width=430&height=241"},"620":{"w":620,"h":348,"url":"https://art.wsj.net/api/photos/gams-files/BN-XK620_2CVta_A_20180209190349.jpg?width=620&height=348"}}},"slides":null,"summary":"Five years ago, exchange operator CME vowed to fix a flaw in its systems that allowed high-speed traders to infer the direction of the futures market before others. Now, the defect is back, traders say.","isFree":false,"isFreeForever":false,"tags":[" CME SYSTEMS FLAW","CME SYSTEMS GLITCH"," DATA FEED","HFT","LATENCY","TRADE CONFIRMATION"],"categories":[],"url":"https://www.wsj.com/articles/glitch-exploited-by-high-speed-traders-is-back-at-cme-1518431401","ebVideo":null},{"articleId":"SB10318148107100074903004584035481171479144","articleType":"Your Health","articleSection":"Life","byline":"Sumathi Reddy","timestamp":1518454800000,"flashline":{"type":"life","flashline":"Health"},"headline":"Ovarian Cancer Doesn’t Begin in the Ovaries, Researchers Say","image":{"credit":"Science Photo Library","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK498_YHealt_C_20180209152147.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK498_YHealt_C_20180209152147.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK498_YHealt_C_20180209152147.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK498_YHealt_C_20180209152147.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/BN-XK498_YHealt_C_20180209152147.jpg"}}},"slides":null,"summary":"Ovarian cancer begins in the fallopian tubes, medical researchers say, suggesting new strategies to prevent and treat a lethal disease for which there isn’t good screening.","isFree":true,"isFreeForever":false,"tags":["EXPERIMENTAL TREATMENT","FALLOPIAN TUBES","LESIONS","NATIONAL CANCER INSTITUTE","NYU LANGONE HEALTH","OVARIAN CANCER","PREVENTIVE SURGERY","STANDARD TREATMENT","VICTOR VELCULESCU","WHAT CAUSES OVARIAN CANCER"],"categories":[],"url":"https://www.wsj.com/articles/ovarian-cancer-doesnt-begin-in-the-ovaries-researchers-say-1518454800","ebVideo":null},{"articleId":"SB11589157851511134498404584002804150266022","articleType":"Wealth Management","articleSection":"Markets","byline":"Cheryl Winokur Munk","timestamp":1518404700000,"flashline":{"type":"markets"},"headline":"The Best Way for Wealthy Parents to Talk to Children About Family Money","image":{"credit":"iStockphoto/Getty Images","widths":{"110":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB607_NETWOR_C_20180207164451.jpg"},"120":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB607_NETWOR_C_20180207164451.jpg"},"350":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB607_NETWOR_C_20180207164451.jpg"},"430":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB607_NETWOR_C_20180207164451.jpg"},"620":{"w":167,"h":94,"url":"https://si.wsj.net/public/resources/images/WE-AB607_NETWOR_C_20180207164451.jpg"}}},"slides":null,"summary":"The key is give them the right information at the right time.","isFree":false,"isFreeForever":false,"tags":["AVOIDING ENTITLEMENT","FAMILY WEALTH","INHERITING WEALTH","JOURNAL REPORTS","WEALTH MANAGEMENT"],"categories":[],"url":"https://www.wsj.com/articles/the-best-way-for-wealthy-parents-to-talk-to-children-about-family-money-1518404700","ebVideo":null}],"meta":{}},"FP_MOST_POPULAR_VIDEOS":{"articles":[{"articleId":"65CD9C3D-8FA3-45FB-8CB2-EA846304EAF1","headline":"When Going Forward Is Running Backward","summary":"Aaron Yoder holds the Guinness world record for running a mile backward. Says the college track and cross-country coach: “I like going against the grain.” Photo/Video: Natalia V. Osipova/The Wall Street Journal","url":"http://www.wsj.com/video/when-going-forward-is-running-backward/65CD9C3D-8FA3-45FB-8CB2-EA846304EAF1.html","flashline":"Quirky","image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180212/020218backrun_2/020218backrun_2_115x65.jpg"}}},"duration":"200"},{"articleId":"3217DD75-F58B-4E24-A9DA-39CA78D8FCFE","headline":"Homemade Highlights: Team Figure Skating","summary":"In the first installment of WSJ's Homemade Highlights from the Winter Games in Pyeongchang, solid performances and a history-making moment couldn't help U.S. figure skating bring home Olympic team gold.","url":"http://www.wsj.com/video/series/pyeongchang-2018/homemade-highlights-team-figure-skating/3217DD75-F58B-4E24-A9DA-39CA78D8FCFE","flashline":"Sports","image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180212/021218hhskating_fix/021218hhskating_fix_115x65.jpg"}}},"duration":"141"},{"articleId":"666BD1F2-0AB0-417B-846C-B45354AD4EE5","headline":"Olympian Jason Brown Breaks Down Figure Skating’s Six Jumps","summary":"Figure skater Jason Brown demonstrates and explains the differences between the six jumps in every skater’s arsenal. Photo: Adam Falk/The Wall Street Journal","url":"http://www.wsj.com/video/series/pyeongchang-2018/olympian-jason-brown-breaks-down-figure-skatings-six-jumps/666BD1F2-0AB0-417B-846C-B45354AD4EE5","flashline":"Sports","image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180209/020818olysixjumps_fix/020818olysixjumps_fix_115x65.jpg"}}},"duration":"164"},{"articleId":"9B5FB587-FA3A-4741-8874-02C2E47AA23E","headline":"How North and South Korea Came to March Under One Flag","summary":"The star of the Pyeongchang Winter Olympics opening ceremony was a white and blue flag representing a unified Korean peninsula. Here’s the story of a powerful and controversial symbol for two countries that still have guns aimed at each other.","url":"http://www.wsj.com/video/series/pyeongchang-2018/how-north-and-south-korea-came-to-march-under-one-flag/9B5FB587-FA3A-4741-8874-02C2E47AA23E","flashline":"World","image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180212/021018flag5/021018flag5_115x65.jpg"}}},"duration":"207"},{"articleId":"76C9B372-6D13-49A8-ACC3-186EC32F9722","headline":"A Revolution in Stroke Care: Thrombectomy","summary":"An advanced procedure called 'thrombectomy' is transforming stroke care in America. It can be used to treat the most severe stroke patients -- but timing is critical. Photo/Video: Madeline Marshall/The Wall Street Journal","url":"http://www.wsj.com/video/a-revolution-in-stroke-care-thrombectomy/76C9B372-6D13-49A8-ACC3-186EC32F9722.html","flashline":"Health","image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180206/020618stroke/020618stroke_115x65.jpg"}}},"duration":"296"},{"articleId":"2BDD9E26-73FB-42E1-8651-4759FC6300BF","headline":"Why North Korea Wants to Shine in the Olympic Spotlight","summary":"By opening the door to dialogue, Kim Jong Un has turned the world's biggest sporting event into a political weapon. WSJ looks at why the Winter Games are so important to Pyongyang.","url":"http://www.wsj.com/video/series/pyeongchang-2018/why-north-korea-wants-to-shine-in-the-olympic-spotlight/2BDD9E26-73FB-42E1-8651-4759FC6300BF","flashline":"World","image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180125/012518nkolympics2/012518nkolympics2_115x65.jpg"}}},"duration":"216"},{"articleId":"405E72FC-C4D9-406F-AD44-05477405D240","headline":"A Brief History of the Winter Olympics: Pushing the Extreme","summary":"The 2018 Winter Olympics are bigger and more extreme than ever before, as death-defying sports make their way into the lineup. So how did we get here? Photo: Getty Images","url":"http://www.wsj.com/video/series/pyeongchang-2018/a-brief-history-of-the-winter-olympics-pushing-the-extreme/405E72FC-C4D9-406F-AD44-05477405D240","flashline":"Sports","image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180206/020618histolympics/020618histolympics_115x65.jpg"}}},"duration":"201"},{"articleId":"E749B5B9-ABD6-4409-B460-C525DA23BCB0","headline":"Apple HomePod Video Review: Big Sound With Big Buts","summary":"Apple's HomePod is late for the smart speaker auditions but impresses with some key features. WSJ's Joanna Stern puts it through three rounds of tryouts, alongside popular talking speakers from Amazon and Google. Photo: Alexander Hotz/The Wall Street Journal","url":"http://www.wsj.com/video/apple-homepod-video-review-big-sound-with-big-buts/E749B5B9-ABD6-4409-B460-C525DA23BCB0.html","flashline":null,"image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180206/020618stern/020618stern_115x65.jpg"}}},"duration":"209"},{"articleId":"36D8F24E-D6C1-445A-8B87-F95731E689D2","headline":"Johnny Depp Sells Eclectic L.A. Penthouse","summary":"The 2,500 split-level condo features two bedrooms, three baths, a galley-style kitchen, and a private terrace overlooking the city.","url":"http://www.wsj.com/video/johnny-depp-sells-eclectic-la-penthouse/36D8F24E-D6C1-445A-8B87-F95731E689D2.html","flashline":null,"image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20161013/101316johnnydepp/101316johnnydepp_115x65.jpg"}}},"duration":"72"},{"articleId":"C163F15A-C6F5-46C3-95F5-E5F5A8D2CB38","headline":"What's Driving Trump's Infrastructure Plan","summary":"President Trump unveiled his infrastructure initiative on Monday as he hosted governors and mayors. The proposal aims to improve the nation's roads, bridges, airports, waterways and internet infrastructure. WSJ's Gerald F. Seib explains why powerful interest groups like the plan, despite some hurdles it faces. Photo: AP","url":"http://www.wsj.com/video/what-driving-trump-infrastructure-plan/C163F15A-C6F5-46C3-95F5-E5F5A8D2CB38.html","flashline":"Politics","image":{"widths":{"110":{"w":115,"h":65,"url":"https://m.wsj.net/video/20180212/021218seib/021218seib_115x65.jpg"}}},"duration":"131"}]},"FP_SLIDESHOWS":{"articles":[{"articleId":"SB11827315801849083767104584041512783586746","articleType":"Slideshow","articleSection":"Interactives","entitlements":["NEWSPLUS","PRO","WSJ-PRO-WSJ.com"],"timestamp":1518473040000,"flashline":{"type":"interactives"},"headline":"The 2018 Westminster Kennel Club Dog Show","image":{"credit":"Bess Adler for The Wall Street Journal","widths":{"120":{"w":120,"h":80,"url":"https://si.wsj.net/public/resources/images/BN-XL196_NYDOGS_Z120_20180212160806.jpg"},"350":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-XL196_NYDOGS_E_20180212160806.jpg"},"430":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-XL196_NYDOGS_E_20180212160806.jpg"},"620":{"w":602,"h":402,"url":"https://si.wsj.net/public/resources/images/BN-XL196_NYDOGS_ER_20180212160806.jpg"},"1260":{"w":602,"h":402,"url":"https://si.wsj.net/public/resources/images/BN-XL196_NYDOGS_ER_20180212160806.jpg"}}},"slides":[{"slug":"NYDOGSHOW_1","caption":"Pip, a Yorkie, rests between judging rounds during the 142nd Annual Westminster Kennel Club Dog Show in New York City. Breed judging and junior showmanship preliminaries took place at Piers 92/94 on Monday. Dog breeders from across the country converged with canines in tow to compete for “Best in Show.” The winner will be named Tuesday night at Madison Square Garden.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL196_NYDOGS_M_20180212160806.jpg"}}},{"slug":"NYDOGSHOWa_4","caption":"Bates, the Shih Tzu gets groomed.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL271_NYDOGS_M_20180212175856.jpg"}}},{"slug":"NYDOGSHOWa_2","caption":"The New York City skyline is reflected on the windows of Piers 92/94.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL272_NYDOGS_M_20180212175856.jpg"}}},{"slug":"NYDOGSHOW_2","caption":"Fireball, a Pomeranian, looks up.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL197_NYDOGS_M_20180212160806.jpg"}}},{"slug":"NYDOGSHOW_4","caption":"Michelle Parris, right, holds her Italian Greyhound, Clipsey.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL198_NYDOGS_M_20180212160806.jpg"}}},{"slug":"NYDOGSHOW_5","caption":"Chrome, a Standard Poodle, rests before the show.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL199_NYDOGS_M_20180212160806.jpg"}}},{"slug":"NYDOGSHOW_6","caption":"American Eskimo dogs compete at Piers 92/94 in New York City.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL195_NYDOGS_M_20180212160806.jpg"}}},{"slug":"NYDOGSHOW_7","caption":"A poodle gets groomed before judging.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL202_NYDOGS_M_20180212160810.jpg"}}},{"slug":"NYDOGSHOW_8","caption":"A Terrier and a Maltese, front, are groomed before judging.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL203_NYDOGS_M_20180212160810.jpg"}}},{"slug":"NYDOGSHOW_9","caption":"Cavalier King Charles Spaniels compete at Piers 92/94.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL201_NYDOGS_M_20180212160810.jpg"}}},{"slug":"NYDOGSHOW_10","caption":"Spender, a standard poodle, goes through some last minute practice with handler Lindsay Gorder at Piers 92/94 in New York City.","credit":"Bess Adler for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XL200_NYDOGS_M_20180212160810.jpg"}}}],"summary":"Nearly 3,000 dogs will compete for the coveted title of best in show at the 142nd Annual Westminster Kennel Club competition, America’s most prestigious dog show, which started Monday in New York.","isFree":true,"isFreeForever":false,"tags":[" BEST IN SHOW"," DOGS"," DOG SHOW"," NEW YORK"," NEW YORK CITY","WESTMINSTER"," WESTMINSTER DOG SHOW"," WESTMINSTER KENNEL CLUB DOG SHOW"],"categories":[],"url":"https://www.wsj.com/articles/the-2018-westminster-kennel-club-dog-show-1518473051","ebVideo":null},{"articleId":"SB10296787988538644777504583630041273748944","articleType":"Slideshow","articleSection":"World","timestamp":1518516000000,"flashline":{"type":"world"},"headline":"Desperate Venezuelans Seek Foothold in Brazil’s Amazon","image":{"credit":"Tommaso Protti","widths":{"120":{"w":120,"h":80,"url":"https://si.wsj.net/public/resources/images/BN-WW887_venbra_Z120_20180108140100.jpg"},"350":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-WW887_venbra_E_20180108140100.jpg"},"430":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-WW887_venbra_E_20180108140100.jpg"},"620":{"w":553,"h":369,"url":"https://si.wsj.net/public/resources/images/BN-WW887_venbra_G_20180108140100.jpg"},"1260":{"w":553,"h":369,"url":"https://si.wsj.net/public/resources/images/BN-WW887_venbra_G_20180108140100.jpg"}}},"slides":[{"slug":"venbra_01","caption":"A Venezuelan boy in Boa Vista, Brazil, stares out of the house his family rents there.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW887_venbra_M_20180108140100.jpg"}}},{"slug":"venbra_02","caption":"A Venezuelan migrant walks through the town of Pacairama, Brazil, after crossing into the country from the homeland he has abandoned.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW888_venbra_M_20180108140442.jpg"}}},{"slug":"venbra_03","caption":"Indigenous Warao people, fleeing hunger in Venezuela, are living in a shelter on the outskirts of Boa Vista, Brazil, in the heart of the Amazon.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW893_venbra_M_20180108140720.jpg"}}},{"slug":"venbra_04","caption":"Deive Barrio, 24, from Caracas, walks along a Brazilian highway leading to Boa Vista, the capital in the Brazilian state of Roraima. He said hunger forced him to leave with his father and brother.\n\n.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW895_venbra_M_20180108140936.jpg"}}},{"slug":"venbra_05","caption":"Widespread hunger and deprivation forced many Warao people to leave Venezuela for a shelter on the outskirts of Boa Vista.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW896_venbra_M_20180108141133.jpg"}}},{"slug":"venbra_06","caption":"A Warao child sleeps under mosquito netting in a shelter that has become home for dozens of other indigenous people outside Boa Vista.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW903_venbra_M_20180108142949.jpg"}}},{"slug":"venbra_07","caption":"A Warao man takes in laundry outside a shelter on the outskirts of Boa Vista.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW904_venbra_M_20180108143154.jpg"}}},{"slug":"venbra_08","caption":"Warao children displaced to Brazil watching a Mel Gibson movie, “Apocalypto,” about the Mayans world being upended.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW918_venbra_M_20180108143506.jpg"}}},{"slug":"venbra_09","caption":"Some desperate Venezuelan women turn to prostitution in Boa Vista. This 26-year-old woman said she needed money to buy food and medicine for her family back home.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW921_venbra_M_20180108143914.jpg"}}},{"slug":"venbra_10","caption":"A Warao Indian girl who fled Venezuela walking in a shelter in Manaus, Brazil.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW923_venbra_M_20180108144151.jpg"}}},{"slug":"venbra_11","caption":"Venezuelan immigrants at the house they inhabit in Boa Vista, capital of the largely rural Brazilian state of Roraima.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW929_venbra_M_20180108145936.jpg"}}},{"slug":"venbra_12","caption":"BR-174, the main byway connecting Venezuela with Boa Vista, Brazil, is the route more and more Venezuelans are taking to escape deprivation in their country.","credit":"Tommaso Protti","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-WW942_venbra_M_20180108150500.jpg"}}}],"summary":"Driven from home by a crumbling economy, thousands of Venezuelans, including large numbers of indigenous Warao people, have ventured south to start over in northern Brazilian cities like Boa Vista. A photo essay by Tommaso Protti.","isFree":true,"isFreeForever":false,"tags":[" PHOTO ESSAY BRAZIL"," PHOTO ESSAY VENEZUELANS","VENEZUELA MIGRATION"," VENEZUELANS IN BRAZIL"],"categories":[],"url":"https://www.wsj.com/articles/desperate-venezuelans-seek-a-foothold-in-the-brazilian-amazon-1518516000","ebVideo":null},{"articleId":"SB11827315801849083767104584039671633629410","articleType":"Slideshow","articleSection":"Interactives","timestamp":1518395280000,"flashline":{"type":"interactives"},"headline":"Photos of the Day: Feb. 11","image":{"credit":"Mahmoud Issa/Quds Net News/ZUMA Press","widths":{"120":{"w":120,"h":80,"url":"https://si.wsj.net/public/resources/images/BN-XK794_0211PO_Z120_20180211180150.jpg"},"350":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-XK794_0211PO_E_20180211180150.jpg"},"430":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-XK794_0211PO_E_20180211180150.jpg"},"620":{"w":602,"h":402,"url":"https://si.wsj.net/public/resources/images/BN-XK794_0211PO_ER_20180211180150.jpg"},"1260":{"w":602,"h":402,"url":"https://si.wsj.net/public/resources/images/BN-XK794_0211PO_ER_20180211180150.jpg"}}},"slides":[{"slug":"0211POD_00JPG","caption":"An employee of the Palestinian health ministry walks through the corridor at Durra Hospital in Gaza City, one of seven medical centers that stopped their services due to lack of fuel to power generators.","credit":"Mahmoud Issa/Quds Net News/ZUMA Press","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK794_0211PO_M_20180211180150.jpg"}}},{"slug":"0211POD_1","caption":"Models get ready backstage before the Nanushka presentation during Fashion Week in New York.","credit":"Seth Wenig/Associated Press","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK796_0211PO_M_20180211180628.jpg"}}},{"slug":"0211POD_2","caption":"Austria's David Gleirscher celebrates after competing in the men's luge singles during the Pyeongchang 2018 Winter Olympic Games.","credit":"Mohd Rasfan/Agence France-Presse/Getty Images","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK795_0211PO_M_20180211180628.jpg"}}},{"slug":"0211POD_3","caption":"A participant is hit by oranges during an annual carnival battle in the Italian town of Ivrea.","credit":"Alessandro Bianchi/Reuters","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK798_0211PO_M_20180211180628.jpg"}}},{"slug":"0211POD_4","caption":"Surfer Grant Baker in action during the Nazare Challenge at Praia do Norte, Portugal.","credit":"Carlos Barroso/EPA/Shutterstock","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK797_0211PO_M_20180211180628.jpg"}}},{"slug":"0211POD_5","caption":"A farmer looks at his crop after a hailstorm on the outskirts of Bhopal, India. Many central Indian regions experienced heavy rain and hail, resulting in damage to crops.","credit":"Agence France-Presse/Getty Images","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK799_0211PO_M_20180211180628.jpg"}}},{"slug":"0211POD_6","caption":"The remains of a missile lay in the southern Lebanese village of Kaoukaba, near the border with Syria, after Israel's military attacked targets inside Syria.","credit":"Ali Dia/Agence France-Presse/Getty Images","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK800_0211PO_M_20180211180628.jpg"}}},{"slug":"0211POD_7","caption":"The peak of Popocatepetl, the volcano known to locals near Mexico City as ‘Don Goyo,’ peeks above the clouds.","credit":"Arturo Monroy/Notimex/Newscom/ZUMA Press","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK801_0211PO_M_20180211180632.jpg"}}},{"slug":"0211POD_8","caption":"A man walks through Port au Prince, Haiti as the city prepares for Carnival.","credit":"Spencer Platt/Getty Images","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK803_0211PO_M_20180211180632.jpg"}}},{"slug":"0211POD_9","caption":"A man stands near a part of a Saratov Airlines plane that crashed after taking off from Moscow's Domodedovo airport. All 71 people on board were reported killed.","credit":"Maxim Shemetov/Reuters","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK802_0211PO_M_20180211180632.jpg"}}},{"slug":"0211POD_10","caption":"Afghan children play in the snow in Ghazni, Afghanistan.","credit":"Ghulam Mustafa/EPA/Shutterstock","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK804_0211PO_M_20180211180632.jpg"}}},{"slug":"0211POD_11","caption":"A kayaker in Christchurch, New Zealand is one among an odd flotilla that made its way down the Avon River.","credit":"PJ Heller/ZUMA Press","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK805_0211PO_M_20180211180632.jpg"}}}],"summary":"In photos selected Sunday by Wall Street Journal editors, a hospital in the Gaza Strip is powerless after fuel ran out, Haitians prepare for Carnival celebrations, an investigator looks at wreckage of a Russian plane, and more.","isFree":true,"isFreeForever":false,"tags":[" CARNIVAL","CHRISTCHURCH"],"categories":[],"url":"https://www.wsj.com/articles/photos-of-the-day-feb-11-1518395307","ebVideo":null},{"articleId":"SB10318148107100074903004584034602100113862","articleType":"Slideshow","articleSection":"Interactives","timestamp":1518178920000,"flashline":{"type":"interactives"},"headline":"Winter Olympics Opening Ceremony Gets Under Way in Pyeongchang","image":{"credit":"David J. Phillip/Press Pool/Associated Press","widths":{"120":{"w":120,"h":80,"url":"https://images.wsj.net/im-1974?width=120&height=80"},"350":{"w":350,"h":233,"url":"https://images.wsj.net/im-1974?width=350&height=233"},"430":{"w":430,"h":286,"url":"https://images.wsj.net/im-1974?width=430&height=286"},"620":{"w":620,"h":413,"url":"https://images.wsj.net/im-1974?width=620&height=413"},"1260":{"w":1260,"h":840,"url":"https://images.wsj.net/im-1974?width=1260&height=840"}}},"slides":[{"slug":"OPENLIVE_22","caption":"Kim Yuna lights the Olympic flame during the Opening Ceremony of the 2018 Winter Olympics.","credit":"David J. Phillip/Press Pool/Associated Press","widths":{"1260":{"w":1200,"h":858,"url":"https://si.wsj.net/public/resources/images/S1-AA962_OPENLI_OR_20180209082021.jpg"}}},{"slug":"OPENLIVE_23","caption":"Fireworks go off during the opening ceremony of the Pyeongchang 2018 Winter Olympic Games.","credit":"brendan smialowski/Agence France-Presse/Getty Images","widths":{"1260":{"w":1199,"h":828,"url":"https://si.wsj.net/public/resources/images/S1-AA968_OPENLI_OR_20180209085750.jpg"}}},{"slug":"OPENLIVE_15","caption":"North Korea's Hwang Chung Gum and South Korea's Won Yun-jong arrive during the opening ceremony.","credit":"Petr David Josek/Associated Press","widths":{"1260":{"w":1200,"h":816,"url":"https://si.wsj.net/public/resources/images/S1-AA956_OPENLI_OR_20180209073542.jpg"}}},{"slug":"OPENLIVE_17","caption":"Pita Taufatofua carries the flag of Tonga.","credit":"Jae C. Hong/Associated Press","widths":{"1260":{"w":1200,"h":798,"url":"https://si.wsj.net/public/resources/images/S1-AA958_OPENLI_OR_20180209075709.jpg"}}},{"slug":"OPENLIVE_13","caption":"Russian athletes arrive during the opening ceremony.","credit":"Natacha Pisarenko/Associated Press","widths":{"1260":{"w":1200,"h":915,"url":"https://si.wsj.net/public/resources/images/S1-AA952_OPENLI_OR_20180209071758.jpg"}}},{"slug":"OPENLIVE_10","caption":"Erin Hamlin carries the flag of the U.S. during the opening ceremony of the 2018 Winter Olympics in Pyeongchang, South Korea.","credit":"Sean Haffey/Associated Press","widths":{"1260":{"w":1200,"h":960,"url":"https://si.wsj.net/public/resources/images/S1-AA949_OPENLI_OR_20180209064843.jpg"}}},{"slug":"OPENLIVE_18","caption":"US Vice President Mike Pence (R) and his wife Karen attend the opening ceremony.","credit":"odd andersen/Agence France-Presse/Getty Images","widths":{"1260":{"w":1200,"h":800,"url":"https://si.wsj.net/public/resources/images/S1-AA959_OPENLI_OR_20180209075723.jpg"}}},{"slug":"OPENLIVE_12","caption":"Chinese former basketball player Yao Ming watches the opening.","credit":"jonathan nackstrand/Agence France-Presse/Getty Images","widths":{"1260":{"w":1199,"h":774,"url":"https://si.wsj.net/public/resources/images/S1-AA951_OPENLI_OR_20180209065846.jpg"}}},{"slug":"NKFAMILY0209_2","caption":"South Korean President Moon Jae-in (L) shakes hands with North Korean leader Kim Jong-un's sister, Yo-jong, during the opening ceremony of the 2018 PyeongChang Winter Olympics.","credit":"Yonhap News/Zuma Press","widths":{"1260":{"w":1199,"h":826,"url":"https://si.wsj.net/public/resources/images/S1-AA955_NKFAMI_OR_20180209073125.jpg"}}},{"slug":"OPENLIVE_08","caption":"Nigerian team members walk into the arena during the opening ceremony.","credit":"Jae C. Hong/Associated Press","widths":{"1260":{"w":1199,"h":822,"url":"https://si.wsj.net/public/resources/images/S1-AA947_OPENLI_OR_20180209064201.jpg"}}},{"slug":"OPENLIVE_07","caption":"Former Olympians carry the Republic of Korea.","credit":"Sean Haffey/Associated Press","widths":{"1260":{"w":1200,"h":828,"url":"https://si.wsj.net/public/resources/images/S1-AA946_OPENLI_OR_20180209063153.jpg"}}},{"slug":"OPENLIVE_06","caption":"Artists perform during the opening ceremony.","credit":"mohd rasfan/Agence France-Presse/Getty Images","widths":{"1260":{"w":1200,"h":800,"url":"https://si.wsj.net/public/resources/images/S1-AA945_OPENLI_OR_20180209063120.jpg"}}},{"slug":"OPENLIVE_05","caption":"Fireworks light the sky as the opening ceremony of the Winter Olympic Games begins.","credit":"aris messinis/Agence France-Presse/Getty Images","widths":{"1260":{"w":1200,"h":800,"url":"https://si.wsj.net/public/resources/images/S1-AA944_OPENLI_OR_20180209061431.jpg"}}},{"slug":"OPENLIVE_04","caption":"Actors perform during the opening ceremony in Pyeongchang.","credit":"kirill kudryavtsev/Agence France-Presse/Getty Images","widths":{"1260":{"w":1200,"h":800,"url":"https://si.wsj.net/public/resources/images/S1-AA943_OPENLI_OR_20180209061151.jpg"}}},{"slug":"OPENLIVE_01","caption":"Members of the North Korean delegation wave flags of the combined Koreas before the opening ceremony.","credit":"Natacha Pisarenko/Associated Press","widths":{"1260":{"w":1200,"h":760,"url":"https://si.wsj.net/public/resources/images/S1-AA940_OPENLI_OR_20180209054234.jpg"}}}],"summary":"The Winter Olympics are officially opening, as legions of athletes, officials and dignitaries gather for the opening ceremony.","isFree":true,"isFreeForever":false,"tags":[],"categories":[],"url":"https://www.wsj.com/articles/south-korea-prepares-to-dazzle-in-winter-olympics-opening-ceremony-1518174694","ebVideo":null},{"articleId":"SB10318148107100074903004584033183117397584","articleType":"Slideshow","articleSection":"Interactives","timestamp":1518214020000,"flashline":{"type":"interactives"},"headline":"Photos: Bitcoin Miners Descend on Rural Washington","image":{"credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"120":{"w":120,"h":80,"url":"https://si.wsj.net/public/resources/images/BN-XH174_BITPOW_Z120_20180201183033.jpg"},"350":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-XH174_BITPOW_E_20180201183033.jpg"},"430":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-XH174_BITPOW_E_20180201183033.jpg"},"620":{"w":602,"h":402,"url":"https://si.wsj.net/public/resources/images/BN-XH174_BITPOW_ER_20180201183033.jpg"},"1260":{"w":602,"h":402,"url":"https://si.wsj.net/public/resources/images/BN-XH174_BITPOW_ER_20180201183033.jpg"}}},"slides":[{"slug":"BITPOWER_05jpg","caption":"A view of Rock Island dam on the Columbia River near Wenatchee, Wash. The dam generates hydroelectric power.","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XH174_BITPOW_M_20180201183033.jpg"}}},{"slug":"BITPOWER_06jpg","caption":"Workers fix a generator at Rocky Reach dam across the Columbia River in Wenatchee, Wash.","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XH180_BITPOW_M_20180201183532.jpg"}}},{"slug":"BITPOWER_09jpg","caption":"Twenty-one new facilities to house cryptocurrency servers are under construction near bitcoin miner Giga Watt’s headquarters in East Wenatchee, Wash.","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XH568_BITPOW_M_20180202144253.jpg"}}},{"slug":"BITPOWER_24jpg","caption":"Bitcoin Asic Co-Founder Lauren Miehe at company headquarters in East Wenatchee, Wash.","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XJ775_BITPOW_M_20180208121405.jpg"}}},{"slug":"BITPOWER_25jpg","caption":"A machine is used to sort apples at Columbia Fruit Packers in Wenatchee, Wash. The influx of bitcoin miners is worrying other local businesses that power prices may increase.","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XJ777_BITPOW_M_20180208121615.jpg"}}},{"slug":"BITPOWER_12jpg","caption":"Columbia Fruit Packers general manager Mike Wade says of the power situation: “We want to make sure there’s reserve for us.”","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XH579_BITPOW_M_20180202145003.jpg"}}},{"slug":"BITPOWER_26jpg","caption":"Professor Zack Jacobson teaches an Applied Electricity class at Wenatchee Valley College in Wenatchee, Wash. County officials hope that the arrival of bitcoin miners would bring new jobs to the area.","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XJ903_BITPOW_M_20180208155540.jpg"}}},{"slug":"BITPOWER_16jpg","caption":"Wenatchee Valley College offers an Applied Electricity class. Officials hope that bitcoin mining will be the first step in transforming the area into a business hub for blockchain technology.","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XJ240_BITPOW_M_20180207114020.jpg"}}},{"slug":"BITPOWER_27jpg","caption":"Wenatchee, which has a population of nearly 34,000, is in the three-county area near Columbia River that offers power at 2 to 4 cents per kilowatt-hour compared with more than 10 cents nationwide.","credit":"Sofia Jaramillo for The Wall Street Journal","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XJ919_BITPOW_M_20180208161006.jpg"}}}],"summary":"Cheap cost of power in the area around the Columbia River is drawing companies that use powerful computer systems to generate and verify cryptocurrencies.","isFree":true,"isFreeForever":false,"tags":[],"categories":[],"url":"https://www.wsj.com/articles/photos-bitcoin-miners-descend-on-rural-washington-1518214051","ebVideo":null},{"articleId":"SB11827315801849083767104584039133222313464","articleType":"Slideshow","articleSection":"Interactives","timestamp":1518374820000,"flashline":{"type":"interactives"},"headline":"Photos: Plane Crash Near Moscow Kills 71 People","image":{"credit":"REUTERS","widths":{"120":{"w":262,"h":174,"url":"https://si.wsj.net/public/resources/images/BN-XK727_ruscra_D_20180211113950.jpg"},"350":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-XK727_ruscra_E_20180211113950.jpg"},"430":{"w":359,"h":239,"url":"https://si.wsj.net/public/resources/images/BN-XK727_ruscra_E_20180211113950.jpg"},"620":{"w":553,"h":369,"url":"https://si.wsj.net/public/resources/images/BN-XK727_ruscra_G_20180211113950.jpg"},"1260":{"w":553,"h":369,"url":"https://si.wsj.net/public/resources/images/BN-XK727_ruscra_G_20180211113950.jpg"}}},"slides":[{"slug":"ruscrashss0211F","caption":"A Russian-made An-148 aircraft operated by Saratov Airlines was flying over the outskirts of Moscow on Sunday when it caught fire and fell from the sky, Russia’s state TV reported eyewitnesses as saying.","credit":"REUTERS","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK727_ruscra_M_20180211113950.jpg"}}},{"slug":"ruscrashSS0211_","caption":"The airplane was carrying 65 passengers and six members of the crew on its way to the city of Orsk, on the border of Kazakhstan.","credit":"REUTERS","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK721_ruscra_M_20180211113945.jpg"}}},{"slug":"ruscrashSS0211_","caption":"State television showed debris from the crash of flight 703 scattered across snowy fields to the southeast of Moscow, where 150 medical service workers and rescue teams were looking for remain of the victims.","credit":"MAXIM SHEMETOV/REUTERS","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK726_ruscra_M_20180211113945.jpg"}}},{"slug":"ruscrashSS0211_","caption":"In this image provided by the Life.ru website, wreckage from the plane is seen about 25 miles from Moscow’s Domodedovo Airport.","credit":"LIFE.RU/ASSOCIATED PRESS","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK724_ruscra_M_20180211113945.jpg"}}},{"slug":"ruscrashSS0211_","caption":"Flightradar24, a plane tracking website, said the plane descended rapidly about five minutes into its flight, at a rate of 22,000 feet a minute when contact was lost.","credit":"ReutersMAXIM SHEMETOV/REUTERS","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK722_ruscra_M_20180211113945.jpg"}}},{"slug":"ruscrashSS0211_","caption":"The plane left a crater more than 6 feet deep in the rural surroundings of Ramenskoe region in the southeastern Moscow province, state TV said.","credit":"MAXIM SHEMETOV/REUTERS","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK725_ruscra_M_20180211113945.jpg"}}},{"slug":"ruscrashSS0211_","caption":"State and regional authorities, including the governor of Moscow province and the head of Russia’s Investigative Committee, also went to the crash site.","credit":"MAXIM SHEMETOV/REUTERS","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK728_ruscra_M_20180211113950.jpg"}}},{"slug":"ruscrashSS0211_","caption":"An ambulance van drives to the scene of the plane crash.","credit":"NIKOLAY KORESHKOV/ASSOCIATED PRESS","widths":{"1260":{"w":1280,"h":853,"url":"https://si.wsj.net/public/resources/images/BN-XK729_ruscra_M_20180211113950.jpg"}}}],"summary":"A Russian airplane crashed on the outskirts of Moscow shortly after takeoff Sunday, killing all 71 on board.","isFree":true,"isFreeForever":false,"tags":[" DEADLY CRASH","MOSCOW"," PLANE CRASH","RUSSIA"," RUSSIA PLANE CRASH"," SARATOV AIRLINES"],"categories":[],"url":"https://www.wsj.com/articles/photos-plane-crashes-near-moscow-71-feared-dead-1518368654","ebVideo":null}],"meta":{}}},"user":{"isLoggedIn":false,"vetoFree":false,"type":"nonsubscriber","canAccessPaidContent":false},"nav":{"homepages":[{"index":0,"region":"na,us","label":"U.S.","mobileURL":"https://www.wsj.com/","desktopURL":"https://www.wsj.com/","url":"https://www.wsj.com/"},{"index":1,"region":"asia","label":"Asia","mobileURL":"https://www.wsj.com/","desktopURL":"https://www.wsj.com/","url":"https://www.wsj.com/"},{"index":2,"region":"europe","label":"Europe","mobileURL":"https://www.wsj.com/","desktopURL":"https://www.wsj.com/","url":"https://www.wsj.com/"},{"index":3,"region":"asia,india","label":"India","mobileURL":"https://www.wsj.com/","desktopURL":"https://www.wsj.com/","url":"https://www.wsj.com/"},{"index":6,"region":"asia,cn","label":"中国 (China)","mobileURL":"http://cn.wsj.com","desktopURL":"http://cn.wsj.com","url":"http://cn.wsj.com"},{"index":7,"region":"asia,jp","label":"日本 (Japan)","mobileURL":"http://jp.wsj.com/","desktopURL":"http://jp.wsj.com/","url":"http://jp.wsj.com/"},{"index":8,"region":"asia,cn_hant","label":"中國 (China)","mobileURL":"http://cn.wsj.com/big5","desktopURL":"http://cn.wsj.com/big5","url":"http://cn.wsj.com/big5"}],"nav":[{"label":"Home","alternate_display_label":"U.S.","url":"https://www.wsj.com/","desktopURL":"https://www.wsj.com/","mobileURL":"https://www.wsj.com/","id":"home","index":0,"noHover":true,"categories":[]},{"id":"world","label":"World","index":10,"url":"https://www.wsj.com/news/world","desktopURL":"https://www.wsj.com/news/world","mobileURL":"https://www.wsj.com/news/world","moreIn":[{"label":"Africa","category":"Regions","index":0,"url":"https://www.wsj.com/news/types/africa-news","desktopURL":"https://www.wsj.com/news/types/africa-news","mobileURL":"https://www.wsj.com/news/types/africa-news"},{"label":"Asia","category":"Regions","index":10,"url":"https://www.wsj.com/news/types/asia-news","desktopURL":"https://www.wsj.com/news/types/asia-news","mobileURL":"https://www.wsj.com/news/types/asia-news"},{"label":"Canada","category":"Regions","index":20,"url":"https://www.wsj.com/news/types/canada-news","desktopURL":"https://www.wsj.com/news/types/canada-news","mobileURL":"https://www.wsj.com/news/types/canada-news"},{"label":"China","category":"Regions","index":30,"url":"https://www.wsj.com/news/types/china-news","desktopURL":"https://www.wsj.com/news/types/china-news","mobileURL":"https://www.wsj.com/news/types/china-news"},{"label":"Europe","category":"Regions","index":40,"url":"https://www.wsj.com/news/types/europe-news","desktopURL":"https://www.wsj.com/news/types/europe-news","mobileURL":"https://www.wsj.com/news/types/europe-news"},{"label":"Latin America","category":"Regions","index":50,"url":"https://www.wsj.com/news/types/latin-america-news","desktopURL":"https://www.wsj.com/news/types/latin-america-news","mobileURL":"https://www.wsj.com/news/types/latin-america-news"},{"label":"Middle East","category":"Regions","index":60,"url":"https://www.wsj.com/news/types/middle-east-news","desktopURL":"https://www.wsj.com/news/types/middle-east-news","mobileURL":"https://www.wsj.com/news/types/middle-east-news"},{"label":"Economy","category":"Sections","index":100,"url":"https://www.wsj.com/news/economy","desktopURL":"https://www.wsj.com/news/economy","mobileURL":"https://www.wsj.com/news/economy"},{"category":"More","label":"World Video","url":"http://www.wsj.com/video/browse/news/world-news","index":110,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/news/world-news","mobileURL":"http://www.wsj.com/video/browse/news/world-news"}],"categories":[{"label":"Regions","subsections":[{"label":"Africa","category":"Regions","index":0,"url":"https://www.wsj.com/news/types/africa-news","desktopURL":"https://www.wsj.com/news/types/africa-news","mobileURL":"https://www.wsj.com/news/types/africa-news"},{"label":"Asia","category":"Regions","index":10,"url":"https://www.wsj.com/news/types/asia-news","desktopURL":"https://www.wsj.com/news/types/asia-news","mobileURL":"https://www.wsj.com/news/types/asia-news"},{"label":"Canada","category":"Regions","index":20,"url":"https://www.wsj.com/news/types/canada-news","desktopURL":"https://www.wsj.com/news/types/canada-news","mobileURL":"https://www.wsj.com/news/types/canada-news"},{"label":"China","category":"Regions","index":30,"url":"https://www.wsj.com/news/types/china-news","desktopURL":"https://www.wsj.com/news/types/china-news","mobileURL":"https://www.wsj.com/news/types/china-news"},{"label":"Europe","category":"Regions","index":40,"url":"https://www.wsj.com/news/types/europe-news","desktopURL":"https://www.wsj.com/news/types/europe-news","mobileURL":"https://www.wsj.com/news/types/europe-news"},{"label":"Latin America","category":"Regions","index":50,"url":"https://www.wsj.com/news/types/latin-america-news","desktopURL":"https://www.wsj.com/news/types/latin-america-news","mobileURL":"https://www.wsj.com/news/types/latin-america-news"},{"label":"Middle East","category":"Regions","index":60,"url":"https://www.wsj.com/news/types/middle-east-news","desktopURL":"https://www.wsj.com/news/types/middle-east-news","mobileURL":"https://www.wsj.com/news/types/middle-east-news"}]},{"label":"Sections","subsections":[{"label":"Economy","category":"Sections","index":100,"url":"https://www.wsj.com/news/economy","desktopURL":"https://www.wsj.com/news/economy","mobileURL":"https://www.wsj.com/news/economy"}]},{"label":"More","subsections":[{"category":"More","label":"World Video","url":"http://www.wsj.com/video/browse/news/world-news","index":110,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/news/world-news","mobileURL":"http://www.wsj.com/video/browse/news/world-news"}]}]},{"id":"us","label":"U.S.","index":20,"url":"https://www.wsj.com/news/us","desktopURL":"https://www.wsj.com/news/us","mobileURL":"https://www.wsj.com/news/us","moreIn":[{"label":"Economy","category":"Sections","index":0,"url":"https://www.wsj.com/news/economy","desktopURL":"https://www.wsj.com/news/economy","mobileURL":"https://www.wsj.com/news/economy"},{"label":"Law","category":"Sections","index":10,"url":"https://www.wsj.com/news/business/law-legal","desktopURL":"https://www.wsj.com/news/business/law-legal","mobileURL":"https://www.wsj.com/news/business/law-legal"},{"category":"Sections","label":"New York","url":"http://www.wsj.com/public/page/new-york-main.html","index":20,"hideFromMoreIn":false,"desktopURL":"/public/page/new-york-main.html","mobileURL":"/public/page/new-york-main.html"},{"label":"Politics","category":"Sections","index":30,"url":"https://www.wsj.com/news/politics","desktopURL":"https://www.wsj.com/news/politics","mobileURL":"https://www.wsj.com/news/politics"},{"label":"Real Time Economics","category":"Columns & Blogs","index":40,"url":"https://blogs.wsj.com/economics/","desktopURL":"https://blogs.wsj.com/economics/","mobileURL":"https://blogs.wsj.com/economics/"},{"label":"Washington Wire","category":"Columns & Blogs","index":60,"url":"https://blogs.wsj.com/washwire/","desktopURL":"https://blogs.wsj.com/washwire/","mobileURL":"https://blogs.wsj.com/washwire/"},{"label":"Journal Report","category":"More","index":70,"url":"http://www.wsj.com/news/latest/journalreport","desktopURL":"/news/latest/journalreport","mobileURL":"/news/latest/journalreport"},{"category":"More","label":"U.S. Video","url":"http://www.wsj.com/video/browse/news/us-news","index":80,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/news/us-news","mobileURL":"http://www.wsj.com/video/browse/news/us-news"},{"category":"More","label":"What's News Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-whats-news","index":90,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-whats-news","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-whats-news"}],"categories":[{"label":"Sections","subsections":[{"label":"Economy","category":"Sections","index":0,"url":"https://www.wsj.com/news/economy","desktopURL":"https://www.wsj.com/news/economy","mobileURL":"https://www.wsj.com/news/economy"},{"label":"Law","category":"Sections","index":10,"url":"https://www.wsj.com/news/business/law-legal","desktopURL":"https://www.wsj.com/news/business/law-legal","mobileURL":"https://www.wsj.com/news/business/law-legal"},{"category":"Sections","label":"New York","url":"http://www.wsj.com/public/page/new-york-main.html","index":20,"hideFromMoreIn":false,"desktopURL":"/public/page/new-york-main.html","mobileURL":"/public/page/new-york-main.html"},{"label":"Politics","category":"Sections","index":30,"url":"https://www.wsj.com/news/politics","desktopURL":"https://www.wsj.com/news/politics","mobileURL":"https://www.wsj.com/news/politics"}]},{"label":"Columns & Blogs","subsections":[{"label":"Real Time Economics","category":"Columns & Blogs","index":40,"url":"https://blogs.wsj.com/economics/","desktopURL":"https://blogs.wsj.com/economics/","mobileURL":"https://blogs.wsj.com/economics/"},{"label":"Washington Wire","category":"Columns & Blogs","index":60,"url":"https://blogs.wsj.com/washwire/","desktopURL":"https://blogs.wsj.com/washwire/","mobileURL":"https://blogs.wsj.com/washwire/"}]},{"label":"More","subsections":[{"label":"Journal Report","category":"More","index":70,"url":"http://www.wsj.com/news/latest/journalreport","desktopURL":"/news/latest/journalreport","mobileURL":"/news/latest/journalreport"},{"category":"More","label":"U.S. Video","url":"http://www.wsj.com/video/browse/news/us-news","index":80,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/news/us-news","mobileURL":"http://www.wsj.com/video/browse/news/us-news"},{"category":"More","label":"What's News Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-whats-news","index":90,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-whats-news","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-whats-news"}]}]},{"id":"politics","label":"Politics","index":30,"url":"https://www.wsj.com/news/politics","desktopURL":"https://www.wsj.com/news/politics","mobileURL":"https://www.wsj.com/news/politics","moreIn":[{"label":"Washington Wire","category":"Blogs","index":10,"url":"https://blogs.wsj.com/washwire/","desktopURL":"https://blogs.wsj.com/washwire/","mobileURL":"https://blogs.wsj.com/washwire/"},{"category":"More","label":"Politics Video","url":"http://www.wsj.com/video/browse/news/politics-and-campaign","index":20,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/news/politics-and-campaign","mobileURL":"http://www.wsj.com/video/browse/news/politics-and-campaign"},{"category":"More","label":"WSJ/NBC News Poll","url":"http://graphics.wsj.com/wsjnbcpoll/","index":30,"hideFromMoreIn":false,"desktopURL":"http://graphics.wsj.com/wsjnbcpoll/","mobileURL":"http://graphics.wsj.com/wsjnbcpoll/"}],"categories":[{"label":"Blogs","subsections":[{"label":"Washington Wire","category":"Blogs","index":10,"url":"https://blogs.wsj.com/washwire/","desktopURL":"https://blogs.wsj.com/washwire/","mobileURL":"https://blogs.wsj.com/washwire/"}]},{"label":"More","subsections":[{"category":"More","label":"Politics Video","url":"http://www.wsj.com/video/browse/news/politics-and-campaign","index":20,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/news/politics-and-campaign","mobileURL":"http://www.wsj.com/video/browse/news/politics-and-campaign"},{"category":"More","label":"WSJ/NBC News Poll","url":"http://graphics.wsj.com/wsjnbcpoll/","index":30,"hideFromMoreIn":false,"desktopURL":"http://graphics.wsj.com/wsjnbcpoll/","mobileURL":"http://graphics.wsj.com/wsjnbcpoll/"}]}]},{"id":"economy","label":"Economy","index":40,"url":"https://www.wsj.com/news/economy","desktopURL":"https://www.wsj.com/news/economy","mobileURL":"https://www.wsj.com/news/economy","moreIn":[{"label":"Real Time Economics","category":"Blogs","index":0,"url":"https://blogs.wsj.com/economics/","desktopURL":"https://blogs.wsj.com/economics/","mobileURL":"https://blogs.wsj.com/economics/"},{"category":"More","label":"Economic Forecasting Survey","url":"http://projects.wsj.com/econforecast/","index":10,"hideFromMoreIn":false,"desktopURL":"http://projects.wsj.com/econforecast/","mobileURL":"http://projects.wsj.com/econforecast/"},{"label":"Economy Video","category":"More","index":30,"url":"http://www.wsj.com/video/browse/business/economy","desktopURL":"http://www.wsj.com/video/browse/business/economy","mobileURL":"http://www.wsj.com/video/browse/business/economy"}],"categories":[{"label":"Blogs","subsections":[{"label":"Real Time Economics","category":"Blogs","index":0,"url":"https://blogs.wsj.com/economics/","desktopURL":"https://blogs.wsj.com/economics/","mobileURL":"https://blogs.wsj.com/economics/"}]},{"label":"More","subsections":[{"category":"More","label":"Economic Forecasting Survey","url":"http://projects.wsj.com/econforecast/","index":10,"hideFromMoreIn":false,"desktopURL":"http://projects.wsj.com/econforecast/","mobileURL":"http://projects.wsj.com/econforecast/"},{"label":"Economy Video","category":"More","index":30,"url":"http://www.wsj.com/video/browse/business/economy","desktopURL":"http://www.wsj.com/video/browse/business/economy","mobileURL":"http://www.wsj.com/video/browse/business/economy"}]}]},{"id":"business","label":"Business","index":50,"url":"https://www.wsj.com/news/business","desktopURL":"https://www.wsj.com/news/business","mobileURL":"https://www.wsj.com/news/business","moreIn":[{"label":"Management","category":"Sections","index":0,"url":"https://www.wsj.com/news/business/management","desktopURL":"https://www.wsj.com/news/business/management","mobileURL":"https://www.wsj.com/news/business/management"},{"label":"Tech/WSJ.D","category":"Sections","index":10,"url":"https://www.wsj.com/news/technology","desktopURL":"https://www.wsj.com/news/technology","mobileURL":"https://www.wsj.com/news/technology"},{"label":"Aerospace & Defense","category":"Industries","index":20,"url":"https://www.wsj.com/news/business/defense-aerospace","desktopURL":"https://www.wsj.com/news/business/defense-aerospace","mobileURL":"https://www.wsj.com/news/business/defense-aerospace"},{"label":"Autos & Transportation","category":"Industries","index":30,"url":"https://www.wsj.com/news/business/transportation","desktopURL":"https://www.wsj.com/news/business/transportation","mobileURL":"https://www.wsj.com/news/business/transportation"},{"label":"Commercial Real Estate","category":"Industries","index":40,"url":"http://www.wsj.com/public/page/news-real-estate-commercial.html","desktopURL":"http://www.wsj.com/public/page/news-real-estate-commercial.html","mobileURL":"http://www.wsj.com/public/page/news-real-estate-commercial.html"},{"label":"Consumer Products","category":"Industries","index":50,"url":"https://www.wsj.com/news/business/consumer-products","desktopURL":"https://www.wsj.com/news/business/consumer-products","mobileURL":"https://www.wsj.com/news/business/consumer-products"},{"label":"Energy","category":"Industries","index":60,"url":"https://www.wsj.com/news/business/energy-oil-gas","desktopURL":"https://www.wsj.com/news/business/energy-oil-gas","mobileURL":"https://www.wsj.com/news/business/energy-oil-gas"},{"label":"Entrepreneurship","category":"Industries","index":70,"url":"https://www.wsj.com/news/business/small-business-marketing","desktopURL":"https://www.wsj.com/news/business/small-business-marketing","mobileURL":"https://www.wsj.com/news/business/small-business-marketing"},{"label":"Financial Services","category":"Industries","index":80,"url":"https://www.wsj.com/news/business/financial-services","desktopURL":"https://www.wsj.com/news/business/financial-services","mobileURL":"https://www.wsj.com/news/business/financial-services"},{"label":"Food & Services","category":"Industries","index":90,"url":"https://www.wsj.com/news/business/food-tobacco","desktopURL":"https://www.wsj.com/news/business/food-tobacco","mobileURL":"https://www.wsj.com/news/business/food-tobacco"},{"label":"Health Care","category":"Industries","index":100,"url":"https://www.wsj.com/news/business/health-industry","desktopURL":"https://www.wsj.com/news/business/health-industry","mobileURL":"https://www.wsj.com/news/business/health-industry"},{"label":"Hospitality","category":"Industries","index":110,"url":"https://www.wsj.com/news/business/hotels-casinos","desktopURL":"https://www.wsj.com/news/business/hotels-casinos","mobileURL":"https://www.wsj.com/news/business/hotels-casinos"},{"label":"Law","category":"Industries","index":120,"url":"https://www.wsj.com/news/business/law-legal","desktopURL":"https://www.wsj.com/news/business/law-legal","mobileURL":"https://www.wsj.com/news/business/law-legal"},{"label":"Manufacturing","category":"Industries","index":130,"url":"https://www.wsj.com/news/business/industrial-services","desktopURL":"https://www.wsj.com/news/business/industrial-services","mobileURL":"https://www.wsj.com/news/business/industrial-services"},{"label":"Media & Marketing","category":"Industries","index":140,"url":"https://www.wsj.com/news/business/media-marketing","desktopURL":"https://www.wsj.com/news/business/media-marketing","mobileURL":"https://www.wsj.com/news/business/media-marketing"},{"label":"Natural Resources","category":"Industries","index":150,"url":"https://www.wsj.com/news/business/natural-resources","desktopURL":"https://www.wsj.com/news/business/natural-resources","mobileURL":"https://www.wsj.com/news/business/natural-resources"},{"label":"Retail","category":"Industries","index":160,"url":"https://www.wsj.com/news/business/retail-industry","desktopURL":"https://www.wsj.com/news/business/retail-industry","mobileURL":"https://www.wsj.com/news/business/retail-industry"},{"label":"CFO Journal","category":"C-Suite","index":170,"url":"https://www.wsj.com/news/cfo-journal","desktopURL":"https://www.wsj.com/news/cfo-journal","mobileURL":"https://www.wsj.com/news/cfo-journal"},{"label":"CIO Journal","category":"C-Suite","index":180,"url":"https://www.wsj.com/news/cio-journal","desktopURL":"https://www.wsj.com/news/cio-journal","mobileURL":"https://www.wsj.com/news/cio-journal"},{"label":"CMO Today","category":"C-Suite","index":190,"url":"https://www.wsj.com/news/cmo-today","desktopURL":"https://www.wsj.com/news/cmo-today","mobileURL":"https://www.wsj.com/news/cmo-today"},{"label":"Logistics Report","category":"C-Suite","index":200,"url":"https://www.wsj.com/news/logistics-report","desktopURL":"https://www.wsj.com/news/logistics-report","mobileURL":"https://www.wsj.com/news/logistics-report"},{"label":"Risk & Compliance","category":"C-Suite","index":210,"url":"https://www.wsj.com/news/risk-compliance-journal","desktopURL":"https://www.wsj.com/news/risk-compliance-journal","mobileURL":"https://www.wsj.com/news/risk-compliance-journal"},{"label":"Heard on the Street","category":"Columns","index":230,"url":"https://www.wsj.com/news/heard-on-the-street","desktopURL":"https://www.wsj.com/news/heard-on-the-street","mobileURL":"https://www.wsj.com/news/heard-on-the-street"},{"category":"More","label":"Business Video","url":"http://www.wsj.com/video/browse/business","index":240,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/business","mobileURL":"http://www.wsj.com/video/browse/business"},{"label":"Journal Report","category":"More","index":250,"url":"http://www.wsj.com/news/latest/journalreport","desktopURL":"/news/latest/journalreport","mobileURL":"/news/latest/journalreport"},{"category":"More","label":"Business Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-whats-news","index":260,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-whats-news","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-whats-news"}],"categories":[{"label":"Sections","subsections":[{"label":"Management","category":"Sections","index":0,"url":"https://www.wsj.com/news/business/management","desktopURL":"https://www.wsj.com/news/business/management","mobileURL":"https://www.wsj.com/news/business/management"},{"label":"Tech/WSJ.D","category":"Sections","index":10,"url":"https://www.wsj.com/news/technology","desktopURL":"https://www.wsj.com/news/technology","mobileURL":"https://www.wsj.com/news/technology"}]},{"label":"Industries","subsections":[{"label":"Aerospace & Defense","category":"Industries","index":20,"url":"https://www.wsj.com/news/business/defense-aerospace","desktopURL":"https://www.wsj.com/news/business/defense-aerospace","mobileURL":"https://www.wsj.com/news/business/defense-aerospace"},{"label":"Autos & Transportation","category":"Industries","index":30,"url":"https://www.wsj.com/news/business/transportation","desktopURL":"https://www.wsj.com/news/business/transportation","mobileURL":"https://www.wsj.com/news/business/transportation"},{"label":"Commercial Real Estate","category":"Industries","index":40,"url":"http://www.wsj.com/public/page/news-real-estate-commercial.html","desktopURL":"http://www.wsj.com/public/page/news-real-estate-commercial.html","mobileURL":"http://www.wsj.com/public/page/news-real-estate-commercial.html"},{"label":"Consumer Products","category":"Industries","index":50,"url":"https://www.wsj.com/news/business/consumer-products","desktopURL":"https://www.wsj.com/news/business/consumer-products","mobileURL":"https://www.wsj.com/news/business/consumer-products"},{"label":"Energy","category":"Industries","index":60,"url":"https://www.wsj.com/news/business/energy-oil-gas","desktopURL":"https://www.wsj.com/news/business/energy-oil-gas","mobileURL":"https://www.wsj.com/news/business/energy-oil-gas"},{"label":"Entrepreneurship","category":"Industries","index":70,"url":"https://www.wsj.com/news/business/small-business-marketing","desktopURL":"https://www.wsj.com/news/business/small-business-marketing","mobileURL":"https://www.wsj.com/news/business/small-business-marketing"},{"label":"Financial Services","category":"Industries","index":80,"url":"https://www.wsj.com/news/business/financial-services","desktopURL":"https://www.wsj.com/news/business/financial-services","mobileURL":"https://www.wsj.com/news/business/financial-services"},{"label":"Food & Services","category":"Industries","index":90,"url":"https://www.wsj.com/news/business/food-tobacco","desktopURL":"https://www.wsj.com/news/business/food-tobacco","mobileURL":"https://www.wsj.com/news/business/food-tobacco"},{"label":"Health Care","category":"Industries","index":100,"url":"https://www.wsj.com/news/business/health-industry","desktopURL":"https://www.wsj.com/news/business/health-industry","mobileURL":"https://www.wsj.com/news/business/health-industry"},{"label":"Hospitality","category":"Industries","index":110,"url":"https://www.wsj.com/news/business/hotels-casinos","desktopURL":"https://www.wsj.com/news/business/hotels-casinos","mobileURL":"https://www.wsj.com/news/business/hotels-casinos"},{"label":"Law","category":"Industries","index":120,"url":"https://www.wsj.com/news/business/law-legal","desktopURL":"https://www.wsj.com/news/business/law-legal","mobileURL":"https://www.wsj.com/news/business/law-legal"},{"label":"Manufacturing","category":"Industries","index":130,"url":"https://www.wsj.com/news/business/industrial-services","desktopURL":"https://www.wsj.com/news/business/industrial-services","mobileURL":"https://www.wsj.com/news/business/industrial-services"},{"label":"Media & Marketing","category":"Industries","index":140,"url":"https://www.wsj.com/news/business/media-marketing","desktopURL":"https://www.wsj.com/news/business/media-marketing","mobileURL":"https://www.wsj.com/news/business/media-marketing"},{"label":"Natural Resources","category":"Industries","index":150,"url":"https://www.wsj.com/news/business/natural-resources","desktopURL":"https://www.wsj.com/news/business/natural-resources","mobileURL":"https://www.wsj.com/news/business/natural-resources"},{"label":"Retail","category":"Industries","index":160,"url":"https://www.wsj.com/news/business/retail-industry","desktopURL":"https://www.wsj.com/news/business/retail-industry","mobileURL":"https://www.wsj.com/news/business/retail-industry"}]},{"label":"C-Suite","subsections":[{"label":"CFO Journal","category":"C-Suite","index":170,"url":"https://www.wsj.com/news/cfo-journal","desktopURL":"https://www.wsj.com/news/cfo-journal","mobileURL":"https://www.wsj.com/news/cfo-journal"},{"label":"CIO Journal","category":"C-Suite","index":180,"url":"https://www.wsj.com/news/cio-journal","desktopURL":"https://www.wsj.com/news/cio-journal","mobileURL":"https://www.wsj.com/news/cio-journal"},{"label":"CMO Today","category":"C-Suite","index":190,"url":"https://www.wsj.com/news/cmo-today","desktopURL":"https://www.wsj.com/news/cmo-today","mobileURL":"https://www.wsj.com/news/cmo-today"},{"label":"Logistics Report","category":"C-Suite","index":200,"url":"https://www.wsj.com/news/logistics-report","desktopURL":"https://www.wsj.com/news/logistics-report","mobileURL":"https://www.wsj.com/news/logistics-report"},{"label":"Risk & Compliance","category":"C-Suite","index":210,"url":"https://www.wsj.com/news/risk-compliance-journal","desktopURL":"https://www.wsj.com/news/risk-compliance-journal","mobileURL":"https://www.wsj.com/news/risk-compliance-journal"}]},{"label":"Columns","subsections":[{"label":"Heard on the Street","category":"Columns","index":230,"url":"https://www.wsj.com/news/heard-on-the-street","desktopURL":"https://www.wsj.com/news/heard-on-the-street","mobileURL":"https://www.wsj.com/news/heard-on-the-street"}]},{"label":"More","subsections":[{"category":"More","label":"Business Video","url":"http://www.wsj.com/video/browse/business","index":240,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/business","mobileURL":"http://www.wsj.com/video/browse/business"},{"label":"Journal Report","category":"More","index":250,"url":"http://www.wsj.com/news/latest/journalreport","desktopURL":"/news/latest/journalreport","mobileURL":"/news/latest/journalreport"},{"category":"More","label":"Business Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-whats-news","index":260,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-whats-news","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-whats-news"}]}]},{"id":"tech","label":"Tech","index":60,"url":"https://www.wsj.com/news/technology","desktopURL":"https://www.wsj.com/news/technology","mobileURL":"https://www.wsj.com/news/technology","moreIn":[{"label":"CIO Journal","category":"Sections","index":0,"url":"https://www.wsj.com/news/cio-journal","desktopURL":"https://www.wsj.com/news/cio-journal","mobileURL":"https://www.wsj.com/news/cio-journal"},{"label":"Christopher Mims","category":"Columns & Blogs","index":20,"url":"https://www.wsj.com/news/author/8003","desktopURL":"https://www.wsj.com/news/author/8003","mobileURL":"https://www.wsj.com/news/author/8003"},{"label":"Joanna Stern","category":"Columns & Blogs","index":30,"url":"https://www.wsj.com/news/author/7872","desktopURL":"https://www.wsj.com/news/author/7872","mobileURL":"https://www.wsj.com/news/author/7872"},{"label":"Li Yuan","category":"Columns & Blogs","index":40,"url":"https://www.wsj.com/news/author/8315","desktopURL":"https://www.wsj.com/news/author/8315","mobileURL":"https://www.wsj.com/news/author/8315"},{"category":"More","label":"Billion Dollar Startup Club","url":"http://graphics.wsj.com/billion-dollar-club/","index":50,"hideFromMoreIn":false,"desktopURL":"http://graphics.wsj.com/billion-dollar-club/","mobileURL":"http://graphics.wsj.com/billion-dollar-club/"},{"category":"More","label":"Tech Video","url":"http://www.wsj.com/video/browse/tech","index":60,"desktopURL":"http://www.wsj.com/video/browse/tech","mobileURL":"http://www.wsj.com/video/browse/tech"},{"category":"More","label":"Tech Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-tech-news-briefing","index":70,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-tech-news-briefing","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-tech-news-briefing"},{"label":"Startup Stock Tracker","category":"More","index":80,"url":"http://graphics.wsj.com/tech-startup-stocks-to-watch/","desktopURL":"http://graphics.wsj.com/tech-startup-stocks-to-watch/","mobileURL":"http://graphics.wsj.com/tech-startup-stocks-to-watch/"}],"categories":[{"label":"Sections","subsections":[{"label":"CIO Journal","category":"Sections","index":0,"url":"https://www.wsj.com/news/cio-journal","desktopURL":"https://www.wsj.com/news/cio-journal","mobileURL":"https://www.wsj.com/news/cio-journal"}]},{"label":"Columns & Blogs","subsections":[{"label":"Christopher Mims","category":"Columns & Blogs","index":20,"url":"https://www.wsj.com/news/author/8003","desktopURL":"https://www.wsj.com/news/author/8003","mobileURL":"https://www.wsj.com/news/author/8003"},{"label":"Joanna Stern","category":"Columns & Blogs","index":30,"url":"https://www.wsj.com/news/author/7872","desktopURL":"https://www.wsj.com/news/author/7872","mobileURL":"https://www.wsj.com/news/author/7872"},{"label":"Li Yuan","category":"Columns & Blogs","index":40,"url":"https://www.wsj.com/news/author/8315","desktopURL":"https://www.wsj.com/news/author/8315","mobileURL":"https://www.wsj.com/news/author/8315"}]},{"label":"More","subsections":[{"category":"More","label":"Billion Dollar Startup Club","url":"http://graphics.wsj.com/billion-dollar-club/","index":50,"hideFromMoreIn":false,"desktopURL":"http://graphics.wsj.com/billion-dollar-club/","mobileURL":"http://graphics.wsj.com/billion-dollar-club/"},{"category":"More","label":"Tech Video","url":"http://www.wsj.com/video/browse/tech","index":60,"desktopURL":"http://www.wsj.com/video/browse/tech","mobileURL":"http://www.wsj.com/video/browse/tech"},{"category":"More","label":"Tech Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-tech-news-briefing","index":70,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-tech-news-briefing","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-tech-news-briefing"},{"label":"Startup Stock Tracker","category":"More","index":80,"url":"http://graphics.wsj.com/tech-startup-stocks-to-watch/","desktopURL":"http://graphics.wsj.com/tech-startup-stocks-to-watch/","mobileURL":"http://graphics.wsj.com/tech-startup-stocks-to-watch/"}]}]},{"id":"markets","label":"Markets","index":70,"url":"https://www.wsj.com/news/markets","desktopURL":"https://www.wsj.com/news/markets","mobileURL":"https://www.wsj.com/news/markets","moreIn":[{"label":"Bonds","category":"Sections","index":0,"url":"http://www.wsj.com/news/markets/bonds","desktopURL":"/news/markets/bonds","mobileURL":"/news/markets/bonds"},{"label":"Commercial Real Estate","category":"Sections","index":10,"url":"http://www.wsj.com/public/page/news-real-estate-commercial.html","desktopURL":"/public/page/news-real-estate-commercial.html","mobileURL":"/public/page/news-real-estate-commercial.html"},{"label":"Commodities & Futures","category":"Sections","index":20,"url":"https://www.wsj.com/news/markets/oil-gold-commodities-futures","desktopURL":"https://www.wsj.com/news/markets/oil-gold-commodities-futures","mobileURL":"https://www.wsj.com/news/markets/oil-gold-commodities-futures"},{"category":"Sections","label":"Currencies","url":"http://www.wsj.com/public/page/news-currency-currencies-trading.html","index":30,"hideFromMoreIn":false,"desktopURL":"/public/page/news-currency-currencies-trading.html","mobileURL":"/public/page/news-currency-currencies-trading.html"},{"category":"Sections","label":"Deals","url":"http://www.wsj.com/public/page/news-financial-markets-deals.html","index":40,"hideFromMoreIn":false,"desktopURL":"/public/page/news-financial-markets-deals.html","mobileURL":"/public/page/news-financial-markets-deals.html"},{"category":"Sections","label":"Financial Services","url":"http://www.wsj.com/public/page/news-wall-street.html","index":50,"desktopURL":"/public/page/news-wall-street.html","mobileURL":"/public/page/news-wall-street.html"},{"category":"Sections","label":"Funds","url":"http://www.wsj.com/public/page/etf-mutual-funds.html","index":60,"hideFromMoreIn":false,"desktopURL":"/public/page/etf-mutual-funds.html","mobileURL":"/public/page/etf-mutual-funds.html"},{"label":"Stocks","category":"Sections","index":70,"url":"http://www.wsj.com/news/markets/stocks","desktopURL":"/news/markets/stocks","mobileURL":"/news/markets/stocks"},{"label":"Your Money","category":"Sections","index":80,"url":"https://www.wsj.com/news/column/Your%20Money","desktopURL":"https://www.wsj.com/news/column/Your%20Money","mobileURL":"https://www.wsj.com/news/column/Your%20Money"},{"label":"Heard on the Street","category":"Columns & Blogs","index":90,"url":"https://www.wsj.com/news/heard-on-the-street","desktopURL":"https://www.wsj.com/news/heard-on-the-street","mobileURL":"https://www.wsj.com/news/heard-on-the-street"},{"label":"MoneyBeat","category":"Columns & Blogs","index":100,"url":"https://blogs.wsj.com/moneybeat/","desktopURL":"https://blogs.wsj.com/moneybeat/","mobileURL":"https://blogs.wsj.com/moneybeat/"},{"category":"Columns & Blogs","label":"Wealth Adviser","url":"http://www.wsj.com/public/page/wealth-management-journal.html","index":110,"hideFromMoreIn":false,"desktopURL":"/public/page/wealth-management-journal.html","mobileURL":"/public/page/wealth-management-journal.html"},{"label":"CFO Journal","category":"More","index":120,"url":"https://www.wsj.com/news/cfo-journal","desktopURL":"https://www.wsj.com/news/cfo-journal","mobileURL":"https://www.wsj.com/news/cfo-journal"},{"label":"Journal Report","category":"More","index":130,"url":"http://www.wsj.com/news/latest/journalreport","desktopURL":"/news/latest/journalreport","mobileURL":"/news/latest/journalreport"},{"category":"More","label":"Market Data","url":"http://markets.wsj.com/us","index":140,"hideFromMoreIn":false,"desktopURL":"http://markets.wsj.com/us","mobileURL":"http://markets.wsj.com/us"},{"category":"More","label":"Markets Video","url":"http://www.wsj.com/video/browse/business/markets","index":150,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/business/markets","mobileURL":"http://www.wsj.com/video/browse/business/markets"},{"label":"Ahead of the Tape","category":"Columns & Blogs","index":160,"url":"https://www.wsj.com/news/types/ahead-of-the-tape","desktopURL":"https://www.wsj.com/news/types/ahead-of-the-tape","mobileURL":"https://www.wsj.com/news/types/ahead-of-the-tape"},{"category":"More","label":"Markets Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-your-money-matters","index":170,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-your-money-matters","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-your-money-matters"},{"category":"More","label":"MoneyBeat Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-moneybeat","index":180,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-moneybeat","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-moneybeat"},{"label":"Secrets of Wealthy Women Podcast","category":"More","index":200,"url":"http://www.wsj.com/podcasts/latest/wsj-secrets-of-wealthy-women","desktopURL":"http://www.wsj.com/podcasts/latest/wsj-secrets-of-wealthy-women","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-secrets-of-wealthy-women"}],"categories":[{"label":"Sections","subsections":[{"label":"Bonds","category":"Sections","index":0,"url":"http://www.wsj.com/news/markets/bonds","desktopURL":"/news/markets/bonds","mobileURL":"/news/markets/bonds"},{"label":"Commercial Real Estate","category":"Sections","index":10,"url":"http://www.wsj.com/public/page/news-real-estate-commercial.html","desktopURL":"/public/page/news-real-estate-commercial.html","mobileURL":"/public/page/news-real-estate-commercial.html"},{"label":"Commodities & Futures","category":"Sections","index":20,"url":"https://www.wsj.com/news/markets/oil-gold-commodities-futures","desktopURL":"https://www.wsj.com/news/markets/oil-gold-commodities-futures","mobileURL":"https://www.wsj.com/news/markets/oil-gold-commodities-futures"},{"category":"Sections","label":"Currencies","url":"http://www.wsj.com/public/page/news-currency-currencies-trading.html","index":30,"hideFromMoreIn":false,"desktopURL":"/public/page/news-currency-currencies-trading.html","mobileURL":"/public/page/news-currency-currencies-trading.html"},{"category":"Sections","label":"Deals","url":"http://www.wsj.com/public/page/news-financial-markets-deals.html","index":40,"hideFromMoreIn":false,"desktopURL":"/public/page/news-financial-markets-deals.html","mobileURL":"/public/page/news-financial-markets-deals.html"},{"category":"Sections","label":"Financial Services","url":"http://www.wsj.com/public/page/news-wall-street.html","index":50,"desktopURL":"/public/page/news-wall-street.html","mobileURL":"/public/page/news-wall-street.html"},{"category":"Sections","label":"Funds","url":"http://www.wsj.com/public/page/etf-mutual-funds.html","index":60,"hideFromMoreIn":false,"desktopURL":"/public/page/etf-mutual-funds.html","mobileURL":"/public/page/etf-mutual-funds.html"},{"label":"Stocks","category":"Sections","index":70,"url":"http://www.wsj.com/news/markets/stocks","desktopURL":"/news/markets/stocks","mobileURL":"/news/markets/stocks"},{"label":"Your Money","category":"Sections","index":80,"url":"https://www.wsj.com/news/column/Your%20Money","desktopURL":"https://www.wsj.com/news/column/Your%20Money","mobileURL":"https://www.wsj.com/news/column/Your%20Money"}]},{"label":"Columns & Blogs","subsections":[{"label":"Heard on the Street","category":"Columns & Blogs","index":90,"url":"https://www.wsj.com/news/heard-on-the-street","desktopURL":"https://www.wsj.com/news/heard-on-the-street","mobileURL":"https://www.wsj.com/news/heard-on-the-street"},{"label":"MoneyBeat","category":"Columns & Blogs","index":100,"url":"https://blogs.wsj.com/moneybeat/","desktopURL":"https://blogs.wsj.com/moneybeat/","mobileURL":"https://blogs.wsj.com/moneybeat/"},{"category":"Columns & Blogs","label":"Wealth Adviser","url":"http://www.wsj.com/public/page/wealth-management-journal.html","index":110,"hideFromMoreIn":false,"desktopURL":"/public/page/wealth-management-journal.html","mobileURL":"/public/page/wealth-management-journal.html"},{"label":"Ahead of the Tape","category":"Columns & Blogs","index":160,"url":"https://www.wsj.com/news/types/ahead-of-the-tape","desktopURL":"https://www.wsj.com/news/types/ahead-of-the-tape","mobileURL":"https://www.wsj.com/news/types/ahead-of-the-tape"}]},{"label":"More","subsections":[{"label":"CFO Journal","category":"More","index":120,"url":"https://www.wsj.com/news/cfo-journal","desktopURL":"https://www.wsj.com/news/cfo-journal","mobileURL":"https://www.wsj.com/news/cfo-journal"},{"label":"Journal Report","category":"More","index":130,"url":"http://www.wsj.com/news/latest/journalreport","desktopURL":"/news/latest/journalreport","mobileURL":"/news/latest/journalreport"},{"category":"More","label":"Market Data","url":"http://markets.wsj.com/us","index":140,"hideFromMoreIn":false,"desktopURL":"http://markets.wsj.com/us","mobileURL":"http://markets.wsj.com/us"},{"category":"More","label":"Markets Video","url":"http://www.wsj.com/video/browse/business/markets","index":150,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/browse/business/markets","mobileURL":"http://www.wsj.com/video/browse/business/markets"},{"category":"More","label":"Markets Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-your-money-matters","index":170,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-your-money-matters","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-your-money-matters"},{"category":"More","label":"MoneyBeat Podcast","url":"http://www.wsj.com/podcasts/latest/wsj-moneybeat","index":180,"desktopURL":"http://www.wsj.com/podcasts/latest/wsj-moneybeat","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-moneybeat"},{"label":"Secrets of Wealthy Women Podcast","category":"More","index":200,"url":"http://www.wsj.com/podcasts/latest/wsj-secrets-of-wealthy-women","desktopURL":"http://www.wsj.com/podcasts/latest/wsj-secrets-of-wealthy-women","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-secrets-of-wealthy-women"}]}]},{"id":"opinion","label":"Opinion","index":80,"url":"https://www.wsj.com/news/opinion","desktopURL":"https://www.wsj.com/news/opinion","mobileURL":"https://www.wsj.com/news/opinion","moreIn":[{"label":"James Freeman","category":"Columnists","index":15,"url":"https://www.wsj.com/news/author/5461","desktopURL":"https://www.wsj.com/news/author/5461","mobileURL":"https://www.wsj.com/news/author/5461"},{"label":"William A. Galston","category":"Columnists","index":20,"url":"https://www.wsj.com/news/author/7800","desktopURL":"https://www.wsj.com/news/author/7800","mobileURL":"https://www.wsj.com/news/author/7800"},{"label":"Daniel Henninger","category":"Columnists","index":25,"url":"https://www.wsj.com/news/author/5468","desktopURL":"https://www.wsj.com/news/author/5468","mobileURL":"https://www.wsj.com/news/author/5468"},{"label":"Holman W. Jenkins","category":"Columnists","index":30,"url":"https://www.wsj.com/news/author/5469","desktopURL":"https://www.wsj.com/news/author/5469","mobileURL":"https://www.wsj.com/news/author/5469"},{"label":"William McGurn","category":"Columnists","index":35,"url":"https://www.wsj.com/news/author/5470","desktopURL":"https://www.wsj.com/news/author/5470","mobileURL":"https://www.wsj.com/news/author/5470"},{"label":"Peggy Noonan","category":"Columnists","index":40,"url":"https://www.wsj.com/news/author/5356","desktopURL":"https://www.wsj.com/news/author/5356","mobileURL":"https://www.wsj.com/news/author/5356"},{"label":"Mary Anastasia O'Grady","category":"Columnists","index":45,"url":"https://www.wsj.com/news/author/8590","desktopURL":"https://www.wsj.com/news/author/8590","mobileURL":"https://www.wsj.com/news/author/8590"},{"label":"Jason Riley","category":"Columnists","index":50,"url":"https://www.wsj.com/news/author/5678","desktopURL":"https://www.wsj.com/news/author/5678","mobileURL":"https://www.wsj.com/news/author/5678"},{"label":"Kimberley A. Strassel","category":"Columnists","index":60,"url":"https://www.wsj.com/news/author/5472","desktopURL":"https://www.wsj.com/news/author/5472","mobileURL":"https://www.wsj.com/news/author/5472"},{"label":"Books","category":"Reviews","index":100,"url":"https://www.wsj.com/news/types/bookshelf","desktopURL":"https://www.wsj.com/news/types/bookshelf","mobileURL":"https://www.wsj.com/news/types/bookshelf"},{"label":"Film","category":"Reviews","index":105,"url":"https://www.wsj.com/news/types/film-review","desktopURL":"https://www.wsj.com/news/types/film-review","mobileURL":"https://www.wsj.com/news/types/film-review"},{"label":"Television","category":"Reviews","index":110,"url":"https://www.wsj.com/news/types/television-review","desktopURL":"https://www.wsj.com/news/types/television-review","mobileURL":"https://www.wsj.com/news/types/television-review"},{"label":"Theater","category":"Reviews","index":115,"url":"https://www.wsj.com/news/types/theater-review","desktopURL":"https://www.wsj.com/news/types/theater-review","mobileURL":"https://www.wsj.com/news/types/theater-review"},{"label":"Art","category":"Reviews","index":118,"url":"https://www.wsj.com/news/types/art-review","desktopURL":"https://www.wsj.com/news/types/art-review","mobileURL":"https://www.wsj.com/news/types/art-review"},{"label":"Masterpiece Series","category":"Reviews","index":120,"url":"https://www.wsj.com/news/types/masterpiece","desktopURL":"https://www.wsj.com/news/types/masterpiece","mobileURL":"https://www.wsj.com/news/types/masterpiece"},{"label":"Music","category":"Reviews","index":135,"url":"https://www.wsj.com/news/types/music-review","desktopURL":"https://www.wsj.com/news/types/music-review","mobileURL":"https://www.wsj.com/news/types/music-review"},{"label":"Dance","category":"Reviews","index":137,"url":"https://www.wsj.com/news/types/dance-review","desktopURL":"https://www.wsj.com/news/types/dance-review","mobileURL":"https://www.wsj.com/news/types/dance-review"},{"label":"Opera","category":"Reviews","index":138,"url":"https://www.wsj.com/news/types/opera-review","desktopURL":"https://www.wsj.com/news/types/opera-review","mobileURL":"https://www.wsj.com/news/types/opera-review"},{"label":"Exhibition","category":"Reviews","index":140,"url":"https://www.wsj.com/news/types/exhibition-review","desktopURL":"https://www.wsj.com/news/types/exhibition-review","mobileURL":"https://www.wsj.com/news/types/exhibition-review"},{"label":"Cultural Commentary","category":"Reviews","index":150,"url":"https://www.wsj.com/news/types/cultural-commentary","desktopURL":"https://www.wsj.com/news/types/cultural-commentary","mobileURL":"https://www.wsj.com/news/types/cultural-commentary"},{"label":"Editorials","category":"More","index":200,"url":"https://www.wsj.com/news/types/review-outlook-u-s","desktopURL":"https://www.wsj.com/news/types/review-outlook-u-s","mobileURL":"https://www.wsj.com/news/types/review-outlook-u-s"},{"label":"Commentary","category":"More","index":202,"url":"https://www.wsj.com/news/types/commentary-u-s","desktopURL":"https://www.wsj.com/news/types/commentary-u-s","mobileURL":"https://www.wsj.com/news/types/commentary-u-s"},{"label":"Letters to the Editor","category":"More","index":203,"url":"https://www.wsj.com/news/types/letters","desktopURL":"https://www.wsj.com/news/types/letters","mobileURL":"https://www.wsj.com/news/types/letters"},{"label":"The Weekend Interview","category":"More","index":205,"url":"https://www.wsj.com/news/types/the-saturday-interview","desktopURL":"https://www.wsj.com/news/types/the-saturday-interview","mobileURL":"https://www.wsj.com/news/types/the-saturday-interview"},{"label":"Potomac Watch Podcast","category":"More","index":206,"url":"http://www.wsj.com/podcasts/latest/wsj-opinion-potomac-watch","desktopURL":"http://www.wsj.com/podcasts/latest/wsj-opinion-potomac-watch","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-opinion-potomac-watch"},{"label":"Foreign Edition Podcast","category":"More","index":207,"url":"http://www.wsj.com/podcasts/latest/wsj-opinion-foreign-edition","desktopURL":"http://www.wsj.com/podcasts/latest/wsj-opinion-foreign-edition","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-opinion-foreign-edition"},{"label":"Opinion Video","category":"More","index":208,"url":"http://www.wsj.com/video/browse/opinion","desktopURL":"http://www.wsj.com/video/browse/opinion","mobileURL":"http://www.wsj.com/video/browse/opinion"},{"label":"Notable & Quotable","category":"More","index":209,"url":"https://www.wsj.com/news/types/notable-quotable","desktopURL":"https://www.wsj.com/news/types/notable-quotable","mobileURL":"https://www.wsj.com/news/types/notable-quotable"},{"label":"Best of the Web Newsletter","category":"More","index":383,"url":"https://www.wsj.com/newsletters#opinion","desktopURL":"https://www.wsj.com/newsletters#opinion","mobileURL":"https://www.wsj.com/newsletters#opinion"},{"label":"Morning Editorial Report Newsletter","category":"More","index":385,"url":"https://www.wsj.com/newsletters#opinion","desktopURL":"https://www.wsj.com/newsletters#opinion","mobileURL":"https://www.wsj.com/newsletters#opinion"}],"categories":[{"label":"Columnists","subsections":[{"label":"James Freeman","category":"Columnists","index":15,"url":"https://www.wsj.com/news/author/5461","desktopURL":"https://www.wsj.com/news/author/5461","mobileURL":"https://www.wsj.com/news/author/5461"},{"label":"William A. Galston","category":"Columnists","index":20,"url":"https://www.wsj.com/news/author/7800","desktopURL":"https://www.wsj.com/news/author/7800","mobileURL":"https://www.wsj.com/news/author/7800"},{"label":"Daniel Henninger","category":"Columnists","index":25,"url":"https://www.wsj.com/news/author/5468","desktopURL":"https://www.wsj.com/news/author/5468","mobileURL":"https://www.wsj.com/news/author/5468"},{"label":"Holman W. Jenkins","category":"Columnists","index":30,"url":"https://www.wsj.com/news/author/5469","desktopURL":"https://www.wsj.com/news/author/5469","mobileURL":"https://www.wsj.com/news/author/5469"},{"label":"William McGurn","category":"Columnists","index":35,"url":"https://www.wsj.com/news/author/5470","desktopURL":"https://www.wsj.com/news/author/5470","mobileURL":"https://www.wsj.com/news/author/5470"},{"label":"Peggy Noonan","category":"Columnists","index":40,"url":"https://www.wsj.com/news/author/5356","desktopURL":"https://www.wsj.com/news/author/5356","mobileURL":"https://www.wsj.com/news/author/5356"},{"label":"Mary Anastasia O'Grady","category":"Columnists","index":45,"url":"https://www.wsj.com/news/author/8590","desktopURL":"https://www.wsj.com/news/author/8590","mobileURL":"https://www.wsj.com/news/author/8590"},{"label":"Jason Riley","category":"Columnists","index":50,"url":"https://www.wsj.com/news/author/5678","desktopURL":"https://www.wsj.com/news/author/5678","mobileURL":"https://www.wsj.com/news/author/5678"},{"label":"Kimberley A. Strassel","category":"Columnists","index":60,"url":"https://www.wsj.com/news/author/5472","desktopURL":"https://www.wsj.com/news/author/5472","mobileURL":"https://www.wsj.com/news/author/5472"}]},{"label":"Reviews","subsections":[{"label":"Books","category":"Reviews","index":100,"url":"https://www.wsj.com/news/types/bookshelf","desktopURL":"https://www.wsj.com/news/types/bookshelf","mobileURL":"https://www.wsj.com/news/types/bookshelf"},{"label":"Film","category":"Reviews","index":105,"url":"https://www.wsj.com/news/types/film-review","desktopURL":"https://www.wsj.com/news/types/film-review","mobileURL":"https://www.wsj.com/news/types/film-review"},{"label":"Television","category":"Reviews","index":110,"url":"https://www.wsj.com/news/types/television-review","desktopURL":"https://www.wsj.com/news/types/television-review","mobileURL":"https://www.wsj.com/news/types/television-review"},{"label":"Theater","category":"Reviews","index":115,"url":"https://www.wsj.com/news/types/theater-review","desktopURL":"https://www.wsj.com/news/types/theater-review","mobileURL":"https://www.wsj.com/news/types/theater-review"},{"label":"Art","category":"Reviews","index":118,"url":"https://www.wsj.com/news/types/art-review","desktopURL":"https://www.wsj.com/news/types/art-review","mobileURL":"https://www.wsj.com/news/types/art-review"},{"label":"Masterpiece Series","category":"Reviews","index":120,"url":"https://www.wsj.com/news/types/masterpiece","desktopURL":"https://www.wsj.com/news/types/masterpiece","mobileURL":"https://www.wsj.com/news/types/masterpiece"},{"label":"Music","category":"Reviews","index":135,"url":"https://www.wsj.com/news/types/music-review","desktopURL":"https://www.wsj.com/news/types/music-review","mobileURL":"https://www.wsj.com/news/types/music-review"},{"label":"Dance","category":"Reviews","index":137,"url":"https://www.wsj.com/news/types/dance-review","desktopURL":"https://www.wsj.com/news/types/dance-review","mobileURL":"https://www.wsj.com/news/types/dance-review"},{"label":"Opera","category":"Reviews","index":138,"url":"https://www.wsj.com/news/types/opera-review","desktopURL":"https://www.wsj.com/news/types/opera-review","mobileURL":"https://www.wsj.com/news/types/opera-review"},{"label":"Exhibition","category":"Reviews","index":140,"url":"https://www.wsj.com/news/types/exhibition-review","desktopURL":"https://www.wsj.com/news/types/exhibition-review","mobileURL":"https://www.wsj.com/news/types/exhibition-review"},{"label":"Cultural Commentary","category":"Reviews","index":150,"url":"https://www.wsj.com/news/types/cultural-commentary","desktopURL":"https://www.wsj.com/news/types/cultural-commentary","mobileURL":"https://www.wsj.com/news/types/cultural-commentary"}]},{"label":"More","subsections":[{"label":"Editorials","category":"More","index":200,"url":"https://www.wsj.com/news/types/review-outlook-u-s","desktopURL":"https://www.wsj.com/news/types/review-outlook-u-s","mobileURL":"https://www.wsj.com/news/types/review-outlook-u-s"},{"label":"Commentary","category":"More","index":202,"url":"https://www.wsj.com/news/types/commentary-u-s","desktopURL":"https://www.wsj.com/news/types/commentary-u-s","mobileURL":"https://www.wsj.com/news/types/commentary-u-s"},{"label":"Letters to the Editor","category":"More","index":203,"url":"https://www.wsj.com/news/types/letters","desktopURL":"https://www.wsj.com/news/types/letters","mobileURL":"https://www.wsj.com/news/types/letters"},{"label":"The Weekend Interview","category":"More","index":205,"url":"https://www.wsj.com/news/types/the-saturday-interview","desktopURL":"https://www.wsj.com/news/types/the-saturday-interview","mobileURL":"https://www.wsj.com/news/types/the-saturday-interview"},{"label":"Potomac Watch Podcast","category":"More","index":206,"url":"http://www.wsj.com/podcasts/latest/wsj-opinion-potomac-watch","desktopURL":"http://www.wsj.com/podcasts/latest/wsj-opinion-potomac-watch","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-opinion-potomac-watch"},{"label":"Foreign Edition Podcast","category":"More","index":207,"url":"http://www.wsj.com/podcasts/latest/wsj-opinion-foreign-edition","desktopURL":"http://www.wsj.com/podcasts/latest/wsj-opinion-foreign-edition","mobileURL":"http://www.wsj.com/podcasts/latest/wsj-opinion-foreign-edition"},{"label":"Opinion Video","category":"More","index":208,"url":"http://www.wsj.com/video/browse/opinion","desktopURL":"http://www.wsj.com/video/browse/opinion","mobileURL":"http://www.wsj.com/video/browse/opinion"},{"label":"Notable & Quotable","category":"More","index":209,"url":"https://www.wsj.com/news/types/notable-quotable","desktopURL":"https://www.wsj.com/news/types/notable-quotable","mobileURL":"https://www.wsj.com/news/types/notable-quotable"},{"label":"Best of the Web Newsletter","category":"More","index":383,"url":"https://www.wsj.com/newsletters#opinion","desktopURL":"https://www.wsj.com/newsletters#opinion","mobileURL":"https://www.wsj.com/newsletters#opinion"},{"label":"Morning Editorial Report Newsletter","category":"More","index":385,"url":"https://www.wsj.com/newsletters#opinion","desktopURL":"https://www.wsj.com/newsletters#opinion","mobileURL":"https://www.wsj.com/newsletters#opinion"}]}]},{"id":"lifearts","label":"Life & Arts","index":90,"url":"https://www.wsj.com/news/life-arts","desktopURL":"https://www.wsj.com/news/life-arts","mobileURL":"https://www.wsj.com/news/life-arts","moreIn":[{"label":"Arts","category":"Sections","index":0,"url":"https://www.wsj.com/news/life-arts/arts","desktopURL":"https://www.wsj.com/news/life-arts/arts","mobileURL":"https://www.wsj.com/news/life-arts/arts"},{"label":"Books","category":"Sections","index":10,"url":"https://www.wsj.com/news/life-arts/books","desktopURL":"https://www.wsj.com/news/life-arts/books","mobileURL":"https://www.wsj.com/news/life-arts/books"},{"label":"Cars","category":"Sections","index":20,"url":"https://www.wsj.com/news/life-arts/automotive","desktopURL":"https://www.wsj.com/news/life-arts/automotive","mobileURL":"https://www.wsj.com/news/life-arts/automotive"},{"label":"Food & Drink","category":"Sections","index":30,"url":"https://www.wsj.com/news/life-arts/food-cooking-drink","desktopURL":"https://www.wsj.com/news/life-arts/food-cooking-drink","mobileURL":"https://www.wsj.com/news/life-arts/food-cooking-drink"},{"label":"Health","category":"Sections","index":40,"url":"https://www.wsj.com/news/life-arts/health-wellness","desktopURL":"https://www.wsj.com/news/life-arts/health-wellness","mobileURL":"https://www.wsj.com/news/life-arts/health-wellness"},{"label":"Ideas","category":"Sections","index":50,"url":"https://www.wsj.com/news/life-arts/ideas","desktopURL":"https://www.wsj.com/news/life-arts/ideas","mobileURL":"https://www.wsj.com/news/life-arts/ideas"},{"label":"Real Estate","category":"Sections","index":60,"url":"http://www.wsj.com/news/realestate","desktopURL":"/news/realestate","mobileURL":"/news/realestate"},{"category":"Sections","label":"Science","url":"https://www.wsj.com/news/science","index":70,"desktopURL":"https://www.wsj.com/news/science","mobileURL":"https://www.wsj.com/news/science"},{"label":"Sports","category":"Sections","index":75,"url":"https://www.wsj.com/news/life-arts/sports","desktopURL":"https://www.wsj.com/news/life-arts/sports","mobileURL":"https://www.wsj.com/news/life-arts/sports"},{"label":"Style & Fashion","category":"Sections","index":80,"url":"https://www.wsj.com/news/life-arts/fashion","desktopURL":"https://www.wsj.com/news/life-arts/fashion","mobileURL":"https://www.wsj.com/news/life-arts/fashion"},{"label":"Travel","category":"Sections","index":90,"url":"https://www.wsj.com/news/life-arts/travel","desktopURL":"https://www.wsj.com/news/life-arts/travel","mobileURL":"https://www.wsj.com/news/life-arts/travel"},{"label":"WSJ. Magazine","category":"More","index":100,"url":"http://www.wsj.com/news/magazine","desktopURL":"/news/magazine","mobileURL":"/news/magazine"},{"category":"More","label":"WSJ Puzzles","url":"https://blogs.wsj.com/puzzle/","index":110,"desktopURL":"https://blogs.wsj.com/puzzle/","mobileURL":"https://blogs.wsj.com/puzzle/"},{"category":"More","label":"The Future of Everything","url":"http://graphics.wsj.com/image-grid/future-of-everything/","index":120,"desktopURL":"http://graphics.wsj.com/image-grid/future-of-everything/","mobileURL":"http://graphics.wsj.com/image-grid/future-of-everything/"},{"label":"Life Video","category":"More","index":130,"url":"http://www.wsj.com/video/browse/life-culture","desktopURL":"http://www.wsj.com/video/browse/life-culture","mobileURL":"http://www.wsj.com/video/browse/life-culture"},{"category":"More","label":"Arts Video","url":"http://www.wsj.com/video/browse/life-culture/arts-and-entertainment","index":140,"desktopURL":"http://www.wsj.com/video/browse/life-culture/arts-and-entertainment","mobileURL":"http://www.wsj.com/video/browse/life-culture/arts-and-entertainment"}],"categories":[{"label":"Sections","subsections":[{"label":"Arts","category":"Sections","index":0,"url":"https://www.wsj.com/news/life-arts/arts","desktopURL":"https://www.wsj.com/news/life-arts/arts","mobileURL":"https://www.wsj.com/news/life-arts/arts"},{"label":"Books","category":"Sections","index":10,"url":"https://www.wsj.com/news/life-arts/books","desktopURL":"https://www.wsj.com/news/life-arts/books","mobileURL":"https://www.wsj.com/news/life-arts/books"},{"label":"Cars","category":"Sections","index":20,"url":"https://www.wsj.com/news/life-arts/automotive","desktopURL":"https://www.wsj.com/news/life-arts/automotive","mobileURL":"https://www.wsj.com/news/life-arts/automotive"},{"label":"Food & Drink","category":"Sections","index":30,"url":"https://www.wsj.com/news/life-arts/food-cooking-drink","desktopURL":"https://www.wsj.com/news/life-arts/food-cooking-drink","mobileURL":"https://www.wsj.com/news/life-arts/food-cooking-drink"},{"label":"Health","category":"Sections","index":40,"url":"https://www.wsj.com/news/life-arts/health-wellness","desktopURL":"https://www.wsj.com/news/life-arts/health-wellness","mobileURL":"https://www.wsj.com/news/life-arts/health-wellness"},{"label":"Ideas","category":"Sections","index":50,"url":"https://www.wsj.com/news/life-arts/ideas","desktopURL":"https://www.wsj.com/news/life-arts/ideas","mobileURL":"https://www.wsj.com/news/life-arts/ideas"},{"label":"Real Estate","category":"Sections","index":60,"url":"http://www.wsj.com/news/realestate","desktopURL":"/news/realestate","mobileURL":"/news/realestate"},{"category":"Sections","label":"Science","url":"https://www.wsj.com/news/science","index":70,"desktopURL":"https://www.wsj.com/news/science","mobileURL":"https://www.wsj.com/news/science"},{"label":"Sports","category":"Sections","index":75,"url":"https://www.wsj.com/news/life-arts/sports","desktopURL":"https://www.wsj.com/news/life-arts/sports","mobileURL":"https://www.wsj.com/news/life-arts/sports"},{"label":"Style & Fashion","category":"Sections","index":80,"url":"https://www.wsj.com/news/life-arts/fashion","desktopURL":"https://www.wsj.com/news/life-arts/fashion","mobileURL":"https://www.wsj.com/news/life-arts/fashion"},{"label":"Travel","category":"Sections","index":90,"url":"https://www.wsj.com/news/life-arts/travel","desktopURL":"https://www.wsj.com/news/life-arts/travel","mobileURL":"https://www.wsj.com/news/life-arts/travel"}]},{"label":"More","subsections":[{"label":"WSJ. Magazine","category":"More","index":100,"url":"http://www.wsj.com/news/magazine","desktopURL":"/news/magazine","mobileURL":"/news/magazine"},{"category":"More","label":"WSJ Puzzles","url":"https://blogs.wsj.com/puzzle/","index":110,"desktopURL":"https://blogs.wsj.com/puzzle/","mobileURL":"https://blogs.wsj.com/puzzle/"},{"category":"More","label":"The Future of Everything","url":"http://graphics.wsj.com/image-grid/future-of-everything/","index":120,"desktopURL":"http://graphics.wsj.com/image-grid/future-of-everything/","mobileURL":"http://graphics.wsj.com/image-grid/future-of-everything/"},{"label":"Life Video","category":"More","index":130,"url":"http://www.wsj.com/video/browse/life-culture","desktopURL":"http://www.wsj.com/video/browse/life-culture","mobileURL":"http://www.wsj.com/video/browse/life-culture"},{"category":"More","label":"Arts Video","url":"http://www.wsj.com/video/browse/life-culture/arts-and-entertainment","index":140,"desktopURL":"http://www.wsj.com/video/browse/life-culture/arts-and-entertainment","mobileURL":"http://www.wsj.com/video/browse/life-culture/arts-and-entertainment"}]}]},{"id":"realestate","label":"Real Estate","index":110,"url":"https://www.wsj.com/news/realestate","desktopURL":"https://www.wsj.com/news/realestate","mobileURL":"https://www.wsj.com/news/realestate","moreIn":[{"label":"Commercial Real Estate","category":"Sections","index":0,"url":"http://www.wsj.com/public/page/news-real-estate-commercial.html","desktopURL":"/public/page/news-real-estate-commercial.html","mobileURL":"/public/page/news-real-estate-commercial.html"},{"label":"House of the Day","category":"Sections","index":10,"url":"https://www.wsj.com/houseoftheday","desktopURL":"https://www.wsj.com/houseoftheday","mobileURL":"https://www.wsj.com/houseoftheday"},{"category":"Sections","label":"Mansion","url":"http://www.wsj.com/public/page/real-estate-luxury.html","index":20,"hideFromMoreIn":false,"desktopURL":"/public/page/real-estate-luxury.html","mobileURL":"/public/page/real-estate-luxury.html"},{"category":"More","label":"Real Estate Video","url":"http://www.wsj.com/video/subject/mansion","index":30,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/subject/mansion","mobileURL":"http://www.wsj.com/video/subject/mansion"}],"categories":[{"label":"Sections","subsections":[{"label":"Commercial Real Estate","category":"Sections","index":0,"url":"http://www.wsj.com/public/page/news-real-estate-commercial.html","desktopURL":"/public/page/news-real-estate-commercial.html","mobileURL":"/public/page/news-real-estate-commercial.html"},{"label":"House of the Day","category":"Sections","index":10,"url":"https://www.wsj.com/houseoftheday","desktopURL":"https://www.wsj.com/houseoftheday","mobileURL":"https://www.wsj.com/houseoftheday"},{"category":"Sections","label":"Mansion","url":"http://www.wsj.com/public/page/real-estate-luxury.html","index":20,"hideFromMoreIn":false,"desktopURL":"/public/page/real-estate-luxury.html","mobileURL":"/public/page/real-estate-luxury.html"}]},{"label":"More","subsections":[{"category":"More","label":"Real Estate Video","url":"http://www.wsj.com/video/subject/mansion","index":30,"hideFromMoreIn":false,"desktopURL":"http://www.wsj.com/video/subject/mansion","mobileURL":"http://www.wsj.com/video/subject/mansion"}]}]},{"id":"magazine","label":"WSJ. Magazine","url":"https://www.wsj.com/news/magazine","index":120,"desktopURL":"https://www.wsj.com/news/magazine","mobileURL":"https://www.wsj.com/news/magazine","moreIn":[{"category":"Sections","label":"Fashion","url":"https://www.wsj.com/news/magazine/fashion","index":0,"desktopURL":"https://www.wsj.com/news/magazine/fashion","mobileURL":"https://www.wsj.com/news/magazine/fashion"},{"category":"Sections","label":"Art & Design","url":"https://www.wsj.com/news/magazine/art-design","index":10,"desktopURL":"https://www.wsj.com/news/magazine/art-design","mobileURL":"https://www.wsj.com/news/magazine/art-design"},{"category":"Sections","label":"Travel","url":"https://www.wsj.com/news/magazine/travel","index":20,"desktopURL":"https://www.wsj.com/news/magazine/travel","mobileURL":"https://www.wsj.com/news/magazine/travel"},{"category":"Sections","label":"Food","url":"https://www.wsj.com/news/magazine/food","index":30,"desktopURL":"https://www.wsj.com/news/magazine/food","mobileURL":"https://www.wsj.com/news/magazine/food"},{"category":"Sections","label":"Culture","url":"https://www.wsj.com/news/magazine/culture","index":40,"desktopURL":"https://www.wsj.com/news/magazine/culture","mobileURL":"https://www.wsj.com/news/magazine/culture"}],"categories":[{"label":"Sections","subsections":[{"category":"Sections","label":"Fashion","url":"https://www.wsj.com/news/magazine/fashion","index":0,"desktopURL":"https://www.wsj.com/news/magazine/fashion","mobileURL":"https://www.wsj.com/news/magazine/fashion"},{"category":"Sections","label":"Art & Design","url":"https://www.wsj.com/news/magazine/art-design","index":10,"desktopURL":"https://www.wsj.com/news/magazine/art-design","mobileURL":"https://www.wsj.com/news/magazine/art-design"},{"category":"Sections","label":"Travel","url":"https://www.wsj.com/news/magazine/travel","index":20,"desktopURL":"https://www.wsj.com/news/magazine/travel","mobileURL":"https://www.wsj.com/news/magazine/travel"},{"category":"Sections","label":"Food","url":"https://www.wsj.com/news/magazine/food","index":30,"desktopURL":"https://www.wsj.com/news/magazine/food","mobileURL":"https://www.wsj.com/news/magazine/food"},{"category":"Sections","label":"Culture","url":"https://www.wsj.com/news/magazine/culture","index":40,"desktopURL":"https://www.wsj.com/news/magazine/culture","mobileURL":"https://www.wsj.com/news/magazine/culture"}]}]}],"footerLinks":{"columnLinks":[{"name":"WSJ Membership","items":[{"label":"WSJ+ Membership Benefits","url":"http://www.wsjplus.com/?mod=wsjfooter"},{"label":"Digital Subscription","url":"http://subscribe.wsj.com/digitalpack"},{"label":"Print Subscription","url":"http://subscribe.wsj.com/printpack"},{"label":"Print and Digital Subscription","url":"http://subscribe.wsj.com/printanddigitalpack"},{"label":"Why Subscribe?","url":"http://www.subscription.wsj.com/?mod=wsjfooter"},{"label":"Download WSJ Apps for iOS and Android","url":"http://now.wsj.com/mobile/?mod=wsjfooter"},{"label":"Corporate Subscriptions","url":"http://www.subscription.wsj.com/corporate/?mod=wsjfooter"},{"label":"Professor Journal","url":"http://professor.wsj.com/?mod=wsjfooter"},{"label":"Student Journal","url":"http://www.wsjstudent.com/?mod=wsjfooter"}]},{"name":"Customer Service","items":[{"label":"Customer Center","url":"https://customercenter.wsj.com/home"},{"label":"Contact Us","url":"https://customercenter.wsj.com/contact"},{"label":"Live Help","url":"https://customercenter.wsj.com/livechat/chat?product=WSJ"},{"label":"Redesign Guided Tour","url":"http://www.wsj.com/guidedtour/"},{"label":"Notice to Subscribers","url":"https://subscribe.wsj.com/notice/CustomerCenterLetter.pdf"}]},{"name":"Tools & Features","items":[{"label":"Emails & Alerts","url":"http://www.wsj.com/public/page/email-setup.html","nofollow":false},{"label":"Guides","url":"http://www.wsj.com/public/page/guides.html"},{"label":"My News","url":"http://www.wsj.com/watchlist/news"},{"label":"RSS Feeds","url":"http://www.wsj.com/public/page/rss_news_and_feeds.html"},{"label":"Topics","url":"http://topics.wsj.com"},{"label":"Video Center","url":"http://www.wsj.com/video"},{"label":"Watchlist","url":"http://www.wsj.com/page/0_0_WGT_INVESTORCENTER_MST.html?id=0_0_WGT_INVESTORCENTER&title=Market%20Data"},{"label":"Podcasts","url":"http://www.wsj.com/podcasts"}]},{"name":"Ads","items":[{"label":"Advertise","url":"http://www.wsjmediakit.com","nofollow":false},{"label":"Advertise Locally","url":"http://www.wsjlocal.com","nofollow":false},{"label":"Commercial Real Estate Ads","url":"https://classifieds.wsj.com/ad/Commercial-Real-Estate-Ads","nofollow":false},{"label":"Place a Classified Ad","url":"http://classifieds.wsj.com","nofollow":false},{"label":"Sell Your Business","url":"https://classifieds.wsj.com/ad/Business-For-Sale-Ads","nofollow":false},{"label":"Sell Your Home","url":"https://classifieds.wsj.com/ad/Residential-Real-Estate-Ads","nofollow":false},{"label":"Recruitment & Career Ads","url":"https://classifieds.wsj.com/ad/Job-Ads","nofollow":false}]},{"name":"More","items":[{"label":"Content Partnerships","url":"http://wsj.com/partner","nofollow":false},{"label":"Corrections","url":"http://www.wsj.com/news/column/Corrections","nofollow":false},{"label":"Jobs at WSJ","url":"http://www.dowjones.com/careers.asp","nofollow":false},{"label":"News Archive","url":"http://www.wsj.com/public/page/archive.html"},{"label":"Register for Free","url":"https://customercenter.wsj.com/register","nofollow":false},{"label":"Reprints","url":"http://www.djreprints.com","nofollow":false}]}],"productLinks":[{"label":"Barron's","url":"http://online.barrons.com/home-page","nofollow":false},{"label":"BigCharts","url":"http://bigcharts.marketwatch.com","nofollow":false},{"label":"DJX","url":"http://www.wsj.com/public/page/wsj-x-marketing.html","nofollow":false},{"label":"Dow Jones Newswires","url":"http://new.dowjones.com/products/dj-news","nofollow":false},{"label":"Factiva","url":"https://global.factiva.com/factivalogin/login.asp?productname=global","nofollow":false},{"label":"Financial News","url":"http://www.efinancialnews.com","nofollow":false},{"label":"Mansion Global","url":"http://mansionglobal.com/","nofollow":false},{"label":"MarketWatch","url":"http://www.marketwatch.com","nofollow":false,"noborder":true},{"label":"Private Markets","url":"http://pevc.dowjones.com","nofollow":false},{"label":"realtor.com","url":"https://www.realtor.com","nofollow":false},{"label":"Risk & Compliance","url":"https://djlogin.dowjones.com/login.asp?productname=rnc","nofollow":false},{"label":"WSJ Conference","url":"http://www.wsj.com/conferences","nofollow":false},{"label":"WSJ Pro Central Banking","url":"http://www.wsj.com/pro/centralbanking","nofollow":false},{"label":"WSJ Video","url":"http://live.wsj.com","nofollow":false},{"label":"WSJ Wine","url":"http://www.wsjwine.com","nofollow":false,"noborder":true}],"socialLinks":[{"label":"Facebook","url":"http://www.facebook.com/wsj","type":"icon","class":"facebook"},{"label":"Twitter","url":"http://twitter.com/WSJ","type":"icon","class":"twitter"},{"label":"Google+","url":"https://plus.google.com/117720626238470886461/posts","type":"icon","class":"gplus"},{"label":"YouTube","url":"http://www.youtube.com/user/WSJDigitalNetwork","type":"icon","class":"youtube"},{"label":"Podcasts","url":"http://www.wsj.com/public/page/podcast.html","type":"icon","class":"podcast"},{"label":"Snapchat","url":"https://www.snapchat.com/discover/Wall-Street-Journal/4806310285","type":"icon","class":"snapchat"},{"label":"Google Play","url":"https://play.google.com/store/apps/details?id=wsj.reader_sp","type":"store-badge","class":"googleplay"},{"label":"App Store","url":"https://itunes.apple.com/us/app/the-wall-street-journal./id364387007?mt=8","type":"store-badge","class":"appstore"},{"label":"Windows 10","url":"https://www.microsoft.com/store/apps/9wzdncrfj4nb?ocid=badge","type":"store-badge","class":"windowsbadge"}],"policyLinks":[{"label":"Privacy Policy","url":"http://www.wsj.com/policy/privacy-policy","nofollow":false},{"label":"Cookie Policy","url":"http://www.wsj.com/policy/cookie-policy","update":"Updated at 3/1/2017","nofollow":false},{"label":"Copyright Policy","url":"http://www.wsj.com/policy/copyright-policy","nofollow":false},{"label":"Data Policy","url":"http://www.wsj.com/policy/data-policy","nofollow":false},{"label":"Subscriber Agreement & Terms of Use","url":"http://www.wsj.com/policy/subscriber-agreement","nofollow":false},{"label":"Your Ad Choices","url":"http://www.wsj.com/policy/cookie-policy#cookies-advertising","nofollow":false}],"mobileTopLinks":[{"label":"WSJ Membership Benefits","url":"http://www.wsjplus.com/?mod=wsjfooter","nofollow":false},{"label":"Download WSJ Apps","url":"http://now.wsj.com/mobile/?mod=wsjfooter","nofollow":false},{"label":"Customer Center","url":"http://help.wsj.com/customer-service","nofollow":false},{"label":"Legal Policies","url":"http://www.wsj.com/policy/privacy-policy","nofollow":false}]}},"env":{"API_PROXY_HOST":"http://www.wsj.com","API_PROXY_PATH":"/services/api-proxy/","ARTIRIX_HASH_ASIA":"bQoTG71BbZmFnDtOrKs9fkjY6PaG4GPs5iBq7LOwV1qYt8z6VHVbV5QZM3dcnh6jHuVykEw/iuODymDPjs+VWtVl3S+OuakCP5nDFcoW1k0vjQMVK2xfIYvrhhgyM0e4670WvKPT/GnXvETIxnm3GFWfWEksAIsOCmzFcinejW4UZlTQS83CqPEchcrt9SnW","ARTIRIX_HASH_EUROPE":"bQoTG71BbZmFnDtOrKs9fkjY6PaG4GPs5iBq7LOwV1qYt8z6VHVbV5QZM3dcnh6jHuVykEw/iuODymDPjs+VWgwy6WgtusAwGwoZ7QG/TVhfHj2mx6zL8mQ0ReEUodQQ7RNgLuNCR7IzYJcyP/yu+JdExcmuQYSdWZsOE5mx5NK/angkqbbB64RWQW7v/57q","ARTIRIX_HOST":"http://advertise.realestate.wsj.com","ARTIRIX_PATH_ASIA":"/v1/advert/batch_content.json?slot_names[]=ahp1&advert_contexts[][placement]=ahp1_us_buy_premium_property_a","ARTIRIX_PATH_EUROPE":"/v1/advert/batch_content.json?slot_names[]=ehp1&advert_contexts[][placement]=ehp1_us_buy_premium_property_a","AUTOCOMPLETE_SERVICE":"http://services-staging.dowjones.com","BG_SERVER":"https://wsjstream.wsj.net/bg2","CDN_URL":"https://vir.wsj.net/fp/cdn","CHART_ENV":"MuxPublicSecure","DATACENTER":"ancVirLiveCoverage","DYNAMIC_INSET_SERVICE":"https://www.wsj.com/insetsrv/v1","EREADER_US":"http://ereader.wsj.net","FONTS_IE":"https://fonts.wsj.net/fonts/wsj-fonts-ie.css","HOST_NAME":"https://vir.wsj.net","HOST_NAME_ADS":"https://www.wsj.com","LIVECOVERAGE_APPNAME":"live_coverage","LIVECOVERAGE_FIREBASE_APIKEY":"AIzaSyBoGUl9vJ8EeY_kedx2_ibPkbQ1sOK6rAM","LIVECOVERAGE_FIREBASE_AUTHDOMAIN":"dj-content-firebase-prod.firebaseapp.com","LIVECOVERAGE_FIREBASE_DATABASEURL":"https://dj-content-firebase-prod.firebaseio.com","LIVECOVERAGE_FIREBASE_STORAGEBUCKET":"dj-content-firebase-prod.appspot.com","NEW_UTAG":"true","NODE_ENV":"production","REDIRECT_HOST":"http://www.wsj.com","SERVICE_VERSION":"1.4.0","STACK_NAME":"dj01:vir:prod-live-coverage","TEALIUM_ENV":"prod","VIDEO_PLAYER_CSS":"https://video-api.wsj.com/api-video/player/v3/css/video.min.css","VIDEO_PLAYER_URL":"https://video-api.wsj.com/api-video/player/v3/js/video.min.js","VIDORA_API_KEY":"wsj.E4B14D56D6D304BA4A96A94B14D11AA9","WSJ_VIDEO_SERVICE":"https://video-api.wsj.com/api-video/find_all_videos.asp"}}});</script><script type="text/javascript" data-reactid=".2eauzk0sqm2.1.8:$f">
      (function(a,b,c,d){
      var utagload = setInterval(function() {
        if (typeof(utag_data) !== 'undefined') {
          a='//tags.tiqcdn.com/utag/wsjdn/wsj/prod/utag.js';
          b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
          clearInterval(utagload);
          a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
        }
      },100);
      })();</script><script type="text/javascript" data-reactid=".2eauzk0sqm2.1.8:$g">(function(a,b,c,d,e){var f={_q:[]};f.ready=f.push=function(a){f._q.push(a)},c in a||
  (a [c]=f),a[c].ready(function(a,b){b._i(d,e)})})(window,document,'vidora','wsj.E4B14D56D6D304BA4A96A94B14D11AA9')</script><noscript data-reactid=".2eauzk0sqm2.1.8:$k"></noscript></body></html>