<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="keywords" content="Topbuzz, Topbuzz news, Topbuzz video, Topbuzz app, Video, News, GIF"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="referrer" content="origin"><meta name="hostname" content="topbuzz.com"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><meta name="msapplication-TileImage" content="https://s0.ipstatp.com/images/icons/icon-144x144.png"><meta name="msapplication-TileColor" content="#FFF"><meta name="theme-color" content="#333"><meta name="on" content="x-dns-prefetch-control"><link rel="dns-prefetch" href="//www.google-analytics.com"><link rel="dns-prefetch" href="//google-analytics.com"><link rel="dns-prefetch" href="//apis.google.com"><link rel="dns-prefetch" href="//accounts.google.com"><link rel="dns-prefetch" href="//platform.twitter.com"><link rel="dns-prefetch" href="//www.topbuzz.com"><link rel="dns-prefetch" href="//connect.facebook.net"><link rel="dns-prefetch" href="//d24n15hnbwhuhn.cloudfront.net"><link rel="dns-prefetch" href="//p0.ipstatp.com"><link rel="dns-prefetch" href="//s0.ipstatp.com"><link rel="icon" type="image/x-icon" href="https://s0.ipstatp.com/img/favicon.ico"><link rel="alternate" href="//www.topbuzz.com/en" hreflang="en"><link rel="apple-touch-icon" href="https://s0.ipstatp.com/images/icons/icon-152x152.png"><link rel="manifest" href="/manifest.json"><title>50 devastating photos from Hurricane Harvey</title><meta name="description" content="Power poles blown by Hurricane Harvey lean over a road in Refugio, Texas, Monday, Aug. 28, 2017. (Nick Wagner/Austin American-Statesman via AP)  Nick Wagner, AP"><meta name="robots" content="noindex,nofollow"><meta property="og:type" content="article"><meta property="og:title" content="50 devastating photos from Hurricane Harvey"><meta property="og:description" content="Power poles blown by Hurricane Harvey lean over a road in Refugio, Texas, Monday, Aug. 28, 2017. (Nick Wagner/Austin American-Statesman via AP)  Nick Wagner, AP"><meta property="og:image" content="https://p0.ipstatp.com/large/0059a5b4268d00a4ade1"><meta property="og:image:width" content="499"><meta property="og:image:height" content="287"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@topbuzz"><meta name="twitter:title" content="50 devastating photos from Hurricane Harvey"><meta name="twitter:description" content="Power poles blown by Hurricane Harvey lean over a road in Refugio, Texas, Monday, Aug. 28, 2017. (Nick Wagner/Austin American-Statesman via AP)  Nick Wagner, AP"><meta name="twitter:image" content="https://p0.ipstatp.com/large/0059a5b4268d00a4ade1"><meta name="pathname" content="i18n_pgc_story"/><script>var TT_PERF_CONFIG = {
  metrics: true,
  percent: 100
};</script><script>(function(pathname) {
  var enhancedLogImage = (function(length) {
    var logImages = [], i, cur = 0;
    for(i = 0; i < length; ++i) {
      logImages.push(new Image());
    }
    return function(src) {
      logImages[cur % length].src = src;
      cur++;
    };
  }(10));
  var log = function(logtype, config) {
    var obj = {
        logtype: logtype,
        pathname: pathname,
        location: document.location.href,
        host: document.location.host
    }, key, query = [];
    if(logtype === 'error') {
        obj.labeltype = 'runtimeerr';
    } else if(logtype === 'loadfailed') {
        obj.tryinx = 1;
        obj.state = 'fail';
    }
    config = config || {};
    for(key in config) {
        if(config.hasOwnProperty(key)) {
            obj[key] = config[key];
        }
    }
    for(key in obj) {
        if(obj.hasOwnProperty(key)) {
            query.push(encodeURIComponent(key) + '=' + encodeURIComponent(obj[key]));
        }
    }
    enhancedLogImage('//www.toutiao.com/__utm.gif?' + query.join('&'));
  };
  window.logLoadFailed = log.bind(null, 'loadfailed');
}('i18n_pgc_story'));
(function() {
  var link = document.createElement('a');
  window.getUrl = function(url, config) {
    if(!config) {
      return url;
    }
    var search = [], key, queryData;
    queryData = config.query || {};
    link.href = url;
    link.search.substr(1).split('&').forEach(function(val) {
      var query = val.split('='), key, value;
      key = decodeURIComponent(query[0]);
      if(key && queryData[key] === void 0) {
        value = query[1] ? decodeURIComponent(query[1]) : true;
        queryData[key] = value;
      }
    });
    for(key in queryData) {
      if(queryData.hasOwnProperty(key)) {
        search.push(queryData[key] === true ? encodeURIComponent(key) : encodeURIComponent(key) + '=' + encodeURIComponent(queryData[key]));
      }
    }
    return link.protocol + '//' + (config.host || link.host) + link.pathname + '?' + search.join('&');
  };
  window.handleStaticError = function() {
    var tagName, attrMap, attrName, curTry, newNode, hostList, url, match;
    tagName = this.tagName.toLowerCase();
    attrMap = {
      link: 'href',
      script: 'src'
    };
    attrName = attrMap[tagName];
    curTry = +this.getAttribute('data-try') || 1;
    url = this[attrName];
    window.logLoadFailed({
      link: url,
      tryinx: curTry
    });
    link.href = url;
    match = link.host.match(/^s[01]\.(sg|i)pstatp\.com$/);
    if(match && match[1] === 'i') {
      hostList = ['s0', 's1'].map(function(name) {
        return name + '.' + match[1] + 'pstatp.com';
      });
    } else {
      hostList = [];
    }
    if(curTry < 3) {
      newNode = document.createElement(tagName);
      if(tagName === 'link') {
        newNode.setAttribute('rel', 'stylesheet');
        newNode.setAttribute('type', 'text/css');
      } else if(tagName === 'script') {
        newNode.setAttribute('type', 'text/javascript');
        newNode.setAttribute('crossorigin', 'anonymous');
      }
      newNode.onerror = window.handleStaticError;
      newNode.setAttribute('data-try',curTry+1);
      newNode[attrName] = window.getUrl(this[attrName], {
        host: hostList[hostList.length && curTry % hostList.length],
        query: {
          r: Math.random().toString(36).substr(2, 8)
        }
      });
      document.head.appendChild(newNode);
    }
  };
}());
</script><link rel="stylesheet" href="//s0.ipstatp.com/css/pgc/story.63533d23.css" onerror="handleStaticError.call(this)" type="text/css"/></head><body class="platform-pc    "><div id="root"><div class="story-pc-container" data-reactroot=""><div class="nav-container"><div class="nav-main"><a class="nav-logo" href="/feed">TopBuzz</a><div class="nav-right"><div class="nav-edit"></div><div class="nav-account"><span class="signin">Sign in</span><span class="signup">Sign up</span></div></div></div></div><div class="story-pc-body"><div class="article-container"><div class="article-header-container"><div class="title">50 devastating photos from Hurricane Harvey</div><div class="info"><span class="name">Venious</span><span class="publishTime">2017-08-29 </span></div></div><article><main><div class="story-content-container"><div class="media-stage"><div class="gallery-container none"><div class="img-list-container"><div class="img-list" style="transform:translateX(0px);-webkit-transform:translateX(0px)"><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4268d00a4ade1" width="876" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a0fb5ed50092cb1b" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a19fe22a809f911d" width="797" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a19fe202c0a271b1" width="785" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b426c9409495dc" width="877" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b440c9c09b0f72" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b440f380afa9d7" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4412cc09662f0" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44116c0a7562f" width="722" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b440a300a32296" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44181c095a461" width="896" height="487"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4416dc091f900" width="778" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4415600922712" width="896" height="445"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44197009409a2" width="887" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b441b1c093cf9e" width="739" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4422680a51a46" width="741" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b441ee4092736e" width="893" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4426580a11910" width="896" height="451"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b441cb80a72611" width="785" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4425280926b7f" width="840" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4435680a5791a" width="757" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4432f41a47e25" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b443a08091905f" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44377009235f8" width="879" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b443b500a2c764" width="707" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b443ec4094ec2e" width="896" height="476"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4443800a2bf93" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b443d6c0a21e54" width="896" height="499"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4441900aeb8f9" width="754" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4444c41a3ba87" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44482009dab9c" width="781" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b444ce00a583c2" width="851" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b444afc0944cc7" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b444f10197f63f" width="338" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b444964095d34f" width="896" height="468"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4451c80a5dcee" width="859" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44568c0a61b4b" width="896" height="500"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4453240a7a5c3" width="896" height="402"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44587c0949846" width="741" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b4454b40a54f05" width="634" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44af700a83935" width="896" height="429"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44adc80a261c7" width="713" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44b134095c562" width="656" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44ab200a4c7e2" width="820" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44b2d00957fd3" width="881" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44b8981a47754" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44b7740910467" width="736" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44bc7c092f3ed" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44b4d00a3672d" width="756" height="504"/></div><div class="img-holder"><img class="img-item" src="http://p0.ipstatp.com/origin/0059a5b44ba90092586a" width="690" height="504"/></div></div></div></div></div><div class="media-footer"></div></div></main></article></div><div class="article-action-container horizontal"><div class="article-action" style="opactiy:1px"><div class="action-left"><div class="like-btn"><i class="pgcicon pgcicon-web_likehover_icon" style="visibility:visible"></i><span class="like-num">0</span></div><div class="comment-btn"><i class="pgcicon pgcicon-webcommenticon-copy" style="visibility:visible"></i><span class="comment-num">0</span></div></div><div class="action-right horizontal"><i class="pgcicon pgcicon-fb active" style="visibility:visible"></i><i class="pgcicon pgcicon-tw active" style="visibility:visible"></i><span><i class="pgcicon pgcicon-webreporticon" style="visibility:visible"></i></span></div></div></div><section class="comment-section"><div class="comment-container"><header class="comment-label label">Comments</header><div class="comment-input-container"><div class="smart-image-container smart-image-avatar"></div><div class="right-wrapper"><div class="flex-text-wrap comment-input-box"><pre><span>Your comment...</span><br/></pre><textarea placeholder="Your comment..." spellcheck="true" maxLength="999"></textarea></div></div><div class="tb-spin" style="display:none"><div class="tb-spining small"><span class="tb-spin-dot"><i></i><i></i><i></i><i></i></span></div><div class="tb-spin-container tb-spin-blur"></div></div></div><div class="comment-list"></div></div></section></div><div class="feedback-fix-wrapper"><div class="feedback-container" style="display:block"><div class="feedback-content"><div class="feedback-content-close"></div><div class="feedback-content-header"><div class="feedback-content-title">Email address</div><input type="text" class="account" placeholder="Your Email"/><p></p><div class="feedback-content-title">Problems you have</div><textarea class="" placeholder="Briefly introduce your problem. Or any suggestions and concerns." maxLength="1000"></textarea><p></p></div><div class="feedback-content-body"><div class="img-upload"><span>Upload screenshot</span></div></div><div class="feedback-content-footter"><button type="button" class="tb-btn tb-btn-primary tb-btn-middle button"><span class="tb-btn-wrapper">Send</span></button></div></div><div class="feedback-sidebar"><a class="faq feedback-sidebar-item" href="/academy/faq" target="_blank">FAQ</a><span><a class="feedback feedback-sidebar-item" href="/feedback" target="_blank"></a></span><a class="back-to-top feedback-sidebar-item"></a></div></div></div></div></div><script>window.firstScreen = performance.now();
window.__INITIAL_STATE__ = JSON.parse("{\"story\":{\"language\":\"en\",\"region\":\"us\",\"galleryInfo\":[{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4268d00a4ade1\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4268d00a4ade1\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4268d00a4ade1&index=0\",\"uri\":\"f059a5b4268d00a4ade1\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0MjY4ZDAwYTRhZGUxIiwgImxhcmdlLzAwNTlhNWI0MjY4ZDAwYTRhZGUxIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDI2OGQwMGE0YWRlMSIsICJ0aHVtYi8wMDU5YTViNDI2OGQwMGE0YWRlMSJd\",\"thumb_height\":69,\"height\":287,\"width\":499,\"web_uri\":\"0059a5b4268d00a4ade1\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSZGZhYpBgaJJokpqYZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgAu-0Mq\",\"description\":\"Power poles blown by Hurricane Harvey lean over a road in Refugio, Texas, Monday, Aug. 28, 2017. (Nick Wagner\u002FAustin American-Statesman via AP)  Nick Wagner, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a0fb5ed50092cb1b\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a0fb5ed50092cb1b\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a0fb5ed50092cb1b&index=1\",\"uri\":\"f059a0fb5ed50092cb1b\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhMGZiNWVkNTAwOTJjYjFiIiwgImxhcmdlLzAwNTlhMGZiNWVkNTAwOTJjYjFiIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTBmYjVlZDUwMDkyY2IxYiIsICJ0aHVtYi8wMDU5YTBmYjVlZDUwMDkyY2IxYiJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a0fb5ed50092cb1b\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlokGaUmmqSmmBgaWRslJhklKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgB-HEPm\",\"description\":\"A power generator tips in front of Texas' CHRISTUS Spohn Hospital in Corpus Christi, Texas, as Hurricane Harvey hits Friday, Aug. 25, 2017. (Courtney Sacco \u002FCorpus Christi Caller-Times via AP)  Courtney Sacco, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a19fe22a809f911d\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a19fe22a809f911d\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a19fe22a809f911d&index=2\",\"uri\":\"f059a19fe22a809f911d\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhMTlmZTIyYTgwOWY5MTFkIiwgImxhcmdlLzAwNTlhMTlmZTIyYTgwOWY5MTFkIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTE5ZmUyMmE4MDlmOTExZCIsICJ0aHVtYi8wMDU5YTE5ZmUyMmE4MDlmOTExZCJd\",\"thumb_height\":76,\"height\":316,\"width\":500,\"web_uri\":\"0059a19fe22a809f911d\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlomGlmmpRkaJFgaWaZaGhilKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgAGtkKu\",\"description\":\"An overturned trailer sits in a park in the wake of Hurricane Harvey, Saturday, Aug. 26, 2017, in Aransas Pass, Texas.   Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a19fe202c0a271b1\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a19fe202c0a271b1\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a19fe202c0a271b1&index=3\",\"uri\":\"f059a19fe202c0a271b1\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhMTlmZTIwMmMwYTI3MWIxIiwgImxhcmdlLzAwNTlhMTlmZTIwMmMwYTI3MWIxIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTE5ZmUyMDJjMGEyNzFiMSIsICJ0aHVtYi8wMDU5YTE5ZmUyMDJjMGEyNzFiMSJd\",\"thumb_height\":77,\"height\":320,\"width\":499,\"web_uri\":\"0059a19fe202c0a271b1\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlomGlmmpRgZGyQaJRuaGSYZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgDmjUJW\",\"description\":\"A drives moves through flood waters left behind by Hurricane Harvey, Saturday, Aug. 26, 2017, in Aransas Pass, Texas.   Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b426c9409495dc\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b426c9409495dc\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b426c9409495dc&index=4\",\"uri\":\"f059a5b426c9409495dc\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0MjZjOTQwOTQ5NWRjIiwgImxhcmdlLzAwNTlhNWI0MjZjOTQwOTQ5NWRjIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDI2Yzk0MDk0OTVkYyIsICJ0aHVtYi8wMDU5YTViNDI2Yzk0MDk0OTVkYyJd\",\"thumb_height\":69,\"height\":286,\"width\":498,\"web_uri\":\"0059a5b426c9409495dc\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSZGZsmWJgaWJpamKclKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgDAnkIC\",\"description\":\"Rain continues to fall in Houston from Tropical Storm Harvey, Monday, Aug. 28, 2017. Floodwaters reached the roof lines of single-story homes Monday and people could be heard pleading for help from inside. (Karen Warren\u002FHouston Chronicle via AP)  Karen Warren, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b440c9c09b0f72\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b440c9c09b0f72\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b440c9c09b0f72&index=5\",\"uri\":\"f059a5b440c9c09b0f72\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDBjOWMwOWIwZjcyIiwgImxhcmdlLzAwNTlhNWI0NDBjOWMwOWIwZjcyIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQwYzljMDliMGY3MiIsICJ0aHVtYi8wMDU5YTViNDQwYzljMDliMGY3MiJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b440c9c09b0f72\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmBsmWyQaWSQZp5kZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgD6E0KO\",\"description\":\"Cattle is seen on land amid flooding from the Colorado River in La Grange, Texas, Monday, Aug. 28, 2017, after floodwaters from Tropical Storm Harvey inundated the area. Floodwaters reached the rooflines of single-story homes Monday and people could be heard pleading for help from inside as Harvey poured rain on the Houston area for a fourth consecutive day after a chaotic weekend of rising water and rescues. (Ralph Barrera\u002FAustin American-Statesman via AP)  Ralph Barrera, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b440f380afa9d7\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b440f380afa9d7\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b440f380afa9d7&index=6\",\"uri\":\"f059a5b440f380afa9d7\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDBmMzgwYWZhOWQ3IiwgImxhcmdlLzAwNTlhNWI0NDBmMzgwYWZhOWQ3IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQwZjM4MGFmYTlkNyIsICJ0aHVtYi8wMDU5YTViNDQwZjM4MGFmYTlkNyJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b440f380afa9d7\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmBmnGFgaJaYmWKeZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBDzkNe\",\"description\":\"This aerial photo shows damaged homes in the wake of Hurricane Harvey, Monday, Aug. 28, 2017, in Corpus Christi, Texas. Harvey hit the coast as a Category 4 hurricane. (Gabe Hernandez\u002FCorpus Christi Caller-Times via AP)  Gabe Hernandez, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4412cc09662f0\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4412cc09662f0\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4412cc09662f0&index=7\",\"uri\":\"f059a5b4412cc09662f0\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDEyY2MwOTY2MmYwIiwgImxhcmdlLzAwNTlhNWI0NDEyY2MwOTY2MmYwIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxMmNjMDk2NjJmMCIsICJ0aHVtYi8wMDU5YTViNDQxMmNjMDk2NjJmMCJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b4412cc09662f0\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhkbJyQaWZmZGaQZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCs6kHC\",\"description\":\"This aerial photo shows damaged boats along a dock in the wake of Hurricane Harvey, Monday, Aug. 28, 2017, in Corpus Christi, Texas. Harvey hit the coast as a Category 4 hurricane. (Gabe Hernandez\u002FCorpus Christi Caller-Times via AP)  Gabe Hernandez, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44116c0a7562f\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44116c0a7562f\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44116c0a7562f&index=8\",\"uri\":\"f059a5b44116c0a7562f\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDExNmMwYTc1NjJmIiwgImxhcmdlLzAwNTlhNWI0NDExNmMwYTc1NjJmIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxMTZjMGE3NTYyZiIsICJ0aHVtYi8wMDU5YTViNDQxMTZjMGE3NTYyZiJd\",\"thumb_height\":84,\"height\":348,\"width\":499,\"web_uri\":\"0059a5b44116c0a7562f\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhoZmyQaJ5qZmRmlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCpmkHC\",\"description\":\"TOPSHOT - A lies abandoned after heavy damage when Hurricane Harvey hit Rockport, Texas on August 26, 2017.  Hurricane Harvey slammed into the Texas coast late Friday, unleashing torrents of rain and packing powerful winds, the first major storm to hit the US mainland in 12 years. \u002F AFP PHOTO \u002F MARK RALSTON        (Photo credit should read MARK RALSTON\u002FAFP\u002FGetty Images)  MARK RALSTON, AFP\u002FGetty Images\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b440a300a32296\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b440a300a32296\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b440a300a32296&index=9\",\"uri\":\"f059a5b440a300a32296\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDBhMzAwYTMyMjk2IiwgImxhcmdlLzAwNTlhNWI0NDBhMzAwYTMyMjk2IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQwYTMwMGEzMjI5NiIsICJ0aHVtYi8wMDU5YTViNDQwYTMwMGEzMjI5NiJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b440a300a32296\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmBonGBkBsZGRppqSjAFSUUwxUFa2UUVJSYKWvX2Cgl1lQXJJYUqCXnJ-rDzEOu-7YWqD-kozS3CRk68AC5FqHR3NsbS0AVi1A1g%3D%3D\",\"description\":\"Widespread flooding due to Tropical Storm Harvey is viewed Monday, Aug. 28, 2017, in La Grange, Texas. (Ralph Barrera\u002FAustin American-Statesman via AP)  Ralph Barrera, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44181c095a461\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44181c095a461\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44181c095a461&index=10\",\"uri\":\"f059a5b44181c095a461\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDE4MWMwOTVhNDYxIiwgImxhcmdlLzAwNTlhNWI0NDE4MWMwOTVhNDYxIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxODFjMDk1YTQ2MSIsICJ0aHVtYi8wMDU5YTViNDQxODFjMDk1YTQ2MSJd\",\"thumb_height\":65,\"height\":271,\"width\":498,\"web_uri\":\"0059a5b44181c095a461\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhhaGyQaWpokmZoZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBmIUEG\",\"description\":\"A truck in flood waters passes a home damaged in the wake of Hurricane Harvey, Saturday, Aug. 26, 2017, in Aransas Pass, Texas.  Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4416dc091f900\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4416dc091f900\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4416dc091f900&index=11\",\"uri\":\"f059a5b4416dc091f900\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDE2ZGMwOTFmOTAwIiwgImxhcmdlLzAwNTlhNWI0NDE2ZGMwOTFmOTAwIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxNmRjMDkxZjkwMCIsICJ0aHVtYi8wMDU5YTViNDQxNmRjMDkxZjkwMCJd\",\"thumb_height\":78,\"height\":323,\"width\":499,\"web_uri\":\"0059a5b4416dc091f900\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhmYpyQaWhmmWBgZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCwVUHG\",\"description\":\"A passing motorist stops to look at a flipped truck in the aftermath of Hurricane Harvey Saturday, Aug. 26, 2017, north of Victoria, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4415600922712\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4415600922712\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4415600922712&index=12\",\"uri\":\"f059a5b4415600922712\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDE1NjAwOTIyNzEyIiwgImxhcmdlLzAwNTlhNWI0NDE1NjAwOTIyNzEyIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxNTYwMDkyMjcxMiIsICJ0aHVtYi8wMDU5YTViNDQxNTYwMDkyMjcxMiJd\",\"thumb_height\":60,\"height\":248,\"width\":499,\"web_uri\":\"0059a5b4415600922712\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhqZmBgaWRkbmhkZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgDQhj92\",\"description\":\"A drives moves through flood waters left behind by Hurricane Harvey, Saturday, Aug. 26, 2017, in Aransas Pass, Texas.  Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44197009409a2\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44197009409a2\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44197009409a2&index=13\",\"uri\":\"f059a5b44197009409a2\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDE5NzAwOTQwOWEyIiwgImxhcmdlLzAwNTlhNWI0NDE5NzAwOTQwOWEyIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxOTcwMDk0MDlhMiIsICJ0aHVtYi8wMDU5YTViNDQxOTcwMDk0MDlhMiJd\",\"thumb_height\":68,\"height\":284,\"width\":500,\"web_uri\":\"0059a5b44197009409a2\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhpbmBgaWJgaWiUZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgAgGkBS\",\"description\":\"A laundromat's machines sit exposed in the elements after Hurricane Harvey ripped through Rockport, Texas, on Saturday, Aug. 26, 2017.  The fiercest hurricane to hit the U.S. in more than a decade spun across hundreds of miles of coastline where communities had prepared for life-threatening storm surges — walls of water rushing inland.  (Nick Wagner\u002FAustin American-Statesman via AP)  Nick Wagner, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b441b1c093cf9e\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b441b1c093cf9e\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b441b1c093cf9e&index=14\",\"uri\":\"f059a5b441b1c093cf9e\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDFiMWMwOTNjZjllIiwgImxhcmdlLzAwNTlhNWI0NDFiMWMwOTNjZjllIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxYjFjMDkzY2Y5ZSIsICJ0aHVtYi8wMDU5YTViNDQxYjFjMDkzY2Y5ZSJd\",\"thumb_height\":82,\"height\":340,\"width\":499,\"web_uri\":\"0059a5b441b1c093cf9e\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhkmGyQaWxslplqlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgA-HUNS\",\"description\":\"Jennifer Bryant looks over the debris from her family business destroyed by Hurricane Harvey Saturday, Aug. 26, 2017, in Katy, Texas.   Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4422680a51a46\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4422680a51a46\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4422680a51a46&index=15\",\"uri\":\"f059a5b4422680a51a46\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDIyNjgwYTUxYTQ2IiwgImxhcmdlLzAwNTlhNWI0NDIyNjgwYTUxYTQ2IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQyMjY4MGE1MWE0NiIsICJ0aHVtYi8wMDU5YTViNDQyMjY4MGE1MWE0NiJd\",\"thumb_height\":82,\"height\":339,\"width\":499,\"web_uri\":\"0059a5b4422680a51a46\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmRkZmFgaJpoaJJmZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBfXED6\",\"description\":\"A dead dog lies out of the passenger window of an overturned pickup truck after Hurricane Harvey landed in the Coast Bend area in Port Aransas, Texas, on Saturday, Aug. 26, 2017. Harvey came ashore Friday along the Texas Gulf Coast as a Category 4 storm with 130 mph winds, the most powerful hurricane to hit the U.S. in more than a decade. (Gabe Hernandez\u002FCorpus Christi Caller-Times via AP)  Gabe Hernandez, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b441ee4092736e\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b441ee4092736e\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b441ee4092736e&index=16\",\"uri\":\"f059a5b441ee4092736e\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDFlZTQwOTI3MzZlIiwgImxhcmdlLzAwNTlhNWI0NDFlZTQwOTI3MzZlIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxZWU0MDkyNzM2ZSIsICJ0aHVtYi8wMDU5YTViNDQxZWU0MDkyNzM2ZSJd\",\"thumb_height\":68,\"height\":282,\"width\":500,\"web_uri\":\"0059a5b441ee4092736e\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhqmpJgaWRubGZqlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgC7CUHm\",\"description\":\"A man looks at boats damaged by Hurricane Harvey, Saturday, Aug. 26, 2017, in Rockport, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4426580a11910\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4426580a11910\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4426580a11910&index=17\",\"uri\":\"f059a5b4426580a11910\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDI2NTgwYTExOTEwIiwgImxhcmdlLzAwNTlhNWI0NDI2NTgwYTExOTEwIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQyNjU4MGExMTkxMCIsICJ0aHVtYi8wMDU5YTViNDQyNjU4MGExMTkxMCJd\",\"thumb_height\":60,\"height\":252,\"width\":500,\"web_uri\":\"0059a5b4426580a11910\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmRmamFgaJhoaWhgZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgAXWkAy\",\"description\":\"Men checks on a boat storage facility that was damaged by Hurricane Harvey, Saturday, Aug. 26, 2017, in Rockport, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b441cb80a72611\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b441cb80a72611\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b441cb80a72611&index=18\",\"uri\":\"f059a5b441cb80a72611\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDFjYjgwYTcyNjExIiwgImxhcmdlLzAwNTlhNWI0NDFjYjgwYTcyNjExIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQxY2I4MGE3MjYxMSIsICJ0aHVtYi8wMDU5YTViNDQxY2I4MGE3MjYxMSJd\",\"thumb_height\":77,\"height\":320,\"width\":499,\"web_uri\":\"0059a5b441cb80a72611\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmhslJFgaJ5kZmhoZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCoxEGq\",\"description\":\"A driver works his way through a maze of fallen utility poles damaged in the wake of Hurricane Harvey, Saturday, Aug. 26, 2017, in Taft, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4425280926b7f\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4425280926b7f\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4425280926b7f&index=19\",\"uri\":\"f059a5b4425280926b7f\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDI1MjgwOTI2YjdmIiwgImxhcmdlLzAwNTlhNWI0NDI1MjgwOTI2YjdmIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQyNTI4MDkyNmI3ZiIsICJ0aHVtYi8wMDU5YTViNDQyNTI4MDkyNmI3ZiJd\",\"thumb_height\":72,\"height\":300,\"width\":500,\"web_uri\":\"0059a5b4425280926b7f\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmRqZGFgaWRmZJ5mlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBut0Eu\",\"description\":\"Dominic Dominguez looks through a stack of boats jumbled in the wake of Hurricane Harvey, Sunday, Aug. 27, 2017, in Rockport, Texas. Harvey made landfall in Texas on Friday night as the strongest hurricane to hit the U.S. in more than a decade. By Saturday afternoon it had been downgraded into a tropical storm, but it had dumped over a dozen inches of rain on some areas and forecasters were warning that it could cause catastrophic flooding in the coming days.  (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4435680a5791a\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4435680a5791a\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4435680a5791a&index=20\",\"uri\":\"f059a5b4435680a5791a\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDM1NjgwYTU3OTFhIiwgImxhcmdlLzAwNTlhNWI0NDM1NjgwYTU3OTFhIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQzNTY4MGE1NzkxYSIsICJ0aHVtYi8wMDU5YTViNDQzNTY4MGE1NzkxYSJd\",\"thumb_height\":80,\"height\":332,\"width\":499,\"web_uri\":\"0059a5b4435680a5791a\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmxqZmFgaJpuaWholKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBtGkEi\",\"description\":\"TOPSHOT - Cars are seen below a collapsed shelter following the passage of Hurricane Harvey on August 26, 2017 in Galveston, Texas. \u002F AFP PHOTO \u002F Brendan Smialowski        (Photo credit should read BRENDAN SMIALOWSKI\u002FAFP\u002FGetty Images)  BRENDAN SMIALOWSKI, AFP\u002FGetty Images\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4432f41a47e25\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4432f41a47e25\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4432f41a47e25&index=21\",\"uri\":\"f059a5b4432f41a47e25\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDMyZjQxYTQ3ZTI1IiwgImxhcmdlLzAwNTlhNWI0NDMyZjQxYTQ3ZTI1IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQzMmY0MWE0N2UyNSIsICJ0aHVtYi8wMDU5YTViNDQzMmY0MWE0N2UyNSJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b4432f41a47e25\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmxkZpJoaJJuapRqZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCvOEHK\",\"description\":\"A burnt out house and cars that caught fire are seen after Hurricane Harvey hit Corpus Christi, Texas on August 26, 2017.Hurricane Harvey slammed into the Texas coast late Friday, unleashing torrents of rain and packing powerful winds, the first major storm to hit the US mainland in 12 years. \u002F AFP PHOTO \u002F MARK RALSTON        (Photo credit should read MARK RALSTON\u002FAFP\u002FGetty Images)  MARK RALSTON, AFP\u002FGetty Images\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b443a08091905f\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b443a08091905f\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b443a08091905f&index=22\",\"uri\":\"f059a5b443a08091905f\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDNhMDgwOTE5MDVmIiwgImxhcmdlLzAwNTlhNWI0NDNhMDgwOTE5MDVmIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQzYTA4MDkxOTA1ZiIsICJ0aHVtYi8wMDU5YTViNDQzYTA4MDkxOTA1ZiJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b443a08091905f\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmxokGFgaWhpYGpmlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBpXkES\",\"description\":\"A car is submerged on a freeway flooded by Tropical Storm Harvey on Sunday, Aug. 27, 2017, near downtown Houston, Texas. The remnants of Hurricane Harvey sent devastating floods pouring into Houston on Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44377009235f8\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44377009235f8\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44377009235f8&index=23\",\"uri\":\"f059a5b44377009235f8\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDM3NzAwOTIzNWY4IiwgImxhcmdlLzAwNTlhNWI0NDM3NzAwOTIzNWY4IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQzNzcwMDkyMzVmOCIsICJ0aHVtYi8wMDU5YTViNDQzNzcwMDkyMzVmOCJd\",\"thumb_height\":69,\"height\":286,\"width\":499,\"web_uri\":\"0059a5b44377009235f8\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmxubmBgaWRsamaRZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgArckBy\",\"description\":\"Evelyn Perkins inspects her home which was destroyed in the wake of Hurricane Harvey, Monday, Aug. 28, 2017, in Rockport, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b443b500a2c764\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b443b500a2c764\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b443b500a2c764&index=24\",\"uri\":\"f059a5b443b500a2c764\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDNiNTAwYTJjNzY0IiwgImxhcmdlLzAwNTlhNWI0NDNiNTAwYTJjNzY0IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQzYjUwMGEyYzc2NCIsICJ0aHVtYi8wMDU5YTViNDQzYjUwMGEyYzc2NCJd\",\"thumb_height\":85,\"height\":356,\"width\":500,\"web_uri\":\"0059a5b443b500a2c764\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmxkmmBgaJRsnmZiZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCl80Gu\",\"description\":\"This photo made available by NASA shows Hurricane Harvey over Texas on Saturday, Aug. 26, 2017, seen from the International Space Station. (Randy Bresnik\u002FNASA via AP)  Randy Bresnik, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b443ec4094ec2e\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b443ec4094ec2e\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b443ec4094ec2e&index=25\",\"uri\":\"f059a5b443ec4094ec2e\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDNlYzQwOTRlYzJlIiwgImxhcmdlLzAwNTlhNWI0NDNlYzQwOTRlYzJlIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQzZWM0MDk0ZWMyZSIsICJ0aHVtYi8wMDU5YTViNDQzZWM0MDk0ZWMyZSJd\",\"thumb_height\":64,\"height\":266,\"width\":500,\"web_uri\":\"0059a5b443ec4094ec2e\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmxqnJJgaWJqnJRqlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBBVENW\",\"description\":\"Rescue boats fill a flooded street as flood victims are evacuated as floodwaters from Tropical Storm Harvey rise Monday, Aug. 28, 2017, in Houston. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4443800a2bf93\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4443800a2bf93\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4443800a2bf93&index=26\",\"uri\":\"f059a5b4443800a2bf93\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDQzODAwYTJiZjkzIiwgImxhcmdlLzAwNTlhNWI0NDQzODAwYTJiZjkzIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ0MzgwMGEyYmY5MyIsICJ0aHVtYi8wMDU5YTViNDQ0MzgwMGEyYmY5MyJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b4443800a2bf93\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmJsYWBgaJRklplsZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCobkHC\",\"description\":\"Two kayakers try to beat the current pushing them down an overflowing Brays Bayou from Tropical Storm Harvey in Houston, Texas, Sunday, Aug. 27, 2017. (Mark Mulligan\u002FHouston Chronicle via AP)  Mark Mulligan, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b443d6c0a21e54\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b443d6c0a21e54\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b443d6c0a21e54&index=27\",\"uri\":\"f059a5b443d6c0a21e54\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDNkNmMwYTIxZTU0IiwgImxhcmdlLzAwNTlhNWI0NDNkNmMwYTIxZTU0IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQzZDZjMGEyMWU1NCIsICJ0aHVtYi8wMDU5YTViNDQzZDZjMGEyMWU1NCJd\",\"thumb_height\":67,\"height\":279,\"width\":500,\"web_uri\":\"0059a5b443d6c0a21e54\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmxilmyQaJRoappiZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgDwfkJy\",\"description\":\"A man walks through floodwaters from Tropical Storm Harvey as he evacuates his home on Sunday, Aug. 27, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4441900aeb8f9\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4441900aeb8f9\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4441900aeb8f9&index=28\",\"uri\":\"f059a5b4441900aeb8f9\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDQxOTAwYWViOGY5IiwgImxhcmdlLzAwNTlhNWI0NDQxOTAwYWViOGY5IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ0MTkwMGFlYjhmOSIsICJ0aHVtYi8wMDU5YTViNDQ0MTkwMGFlYjhmOSJd\",\"thumb_height\":80,\"height\":334,\"width\":500,\"web_uri\":\"0059a5b4441900aeb8f9\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmJoaWBgaJqUkWaZZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgD4t0Ke\",\"description\":\"Wilford Martinez, bottom, grabs the median as he is rescued from his flooded car along Interstate 610 in floodwaters from Tropical Storm Harvey on Sunday, Aug. 27, 2017, in Houston. The remnants of Hurricane Harvey sent devastating floods pouring into Houston Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4444c41a3ba87\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4444c41a3ba87\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4444c41a3ba87&index=29\",\"uri\":\"f059a5b4444c41a3ba87\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDQ0YzQxYTNiYTg3IiwgImxhcmdlLzAwNTlhNWI0NDQ0YzQxYTNiYTg3IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ0NGM0MWEzYmE4NyIsICJ0aHVtYi8wMDU5YTViNDQ0NGM0MWEzYmE4NyJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b4444c41a3ba87\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSZAkGximGiclGhhrqSjAFSUUwxUFa2UUVJSYKWvX2Cgl1lQXJJYUqCXnJ-rDzEOu-7YWqD-kozS3CRk68AC5FqHR3NsbS0A8m5Cgg%3D%3D\",\"description\":\"Two people walk down a flooded section of Interstate 610 in floodwaters from Tropical Storm Harvey on Sunday, Aug. 27, 2017, in Houston, Texas. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44482009dab9c\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44482009dab9c\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44482009dab9c&index=30\",\"uri\":\"f059a5b44482009dab9c\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDQ4MjAwOWRhYjljIiwgImxhcmdlLzAwNTlhNWI0NDQ4MjAwOWRhYjljIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ0ODIwMDlkYWI5YyIsICJ0aHVtYi8wMDU5YTViNDQ0ODIwMDlkYWI5YyJd\",\"thumb_height\":77,\"height\":322,\"width\":499,\"web_uri\":\"0059a5b44482009dab9c\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmJhZGBgaWKYlJlslKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgDx8kKS\",\"description\":\"Antonio Barron, right, looks back to his girlfriend, Melissa Rocha, as they run through the street during a band of heavy rain from Hurricane Harvey Saturday, Aug. 26, 2017, in Palacios, Texas. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b444ce00a583c2\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b444ce00a583c2\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b444ce00a583c2&index=31\",\"uri\":\"f059a5b444ce00a583c2\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDRjZTAwYTU4M2MyIiwgImxhcmdlLzAwNTlhNWI0NDRjZTAwYTU4M2MyIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ0Y2UwMGE1ODNjMiIsICJ0aHVtYi8wMDU5YTViNDQ0Y2UwMGE1ODNjMiJd\",\"thumb_height\":71,\"height\":296,\"width\":500,\"web_uri\":\"0059a5b444ce00a583c2\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmJsmpBgaJphbGyUZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgDwekJy\",\"description\":\"Wilford Martinez, right, is rescued from his flooded car by Harris County Sheriff's Department Richard Wagner along Interstate 610 in floodwaters from Tropical Storm Harvey on Sunday, Aug. 27, 2017, in Houston, Texas. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b444afc0944cc7\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b444afc0944cc7\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b444afc0944cc7&index=32\",\"uri\":\"f059a5b444afc0944cc7\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDRhZmMwOTQ0Y2M3IiwgImxhcmdlLzAwNTlhNWI0NDRhZmMwOTQ0Y2M3IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ0YWZjMDk0NGNjNyIsICJ0aHVtYi8wMDU5YTViNDQ0YWZjMDk0NGNjNyJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b444afc0944cc7\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmJolpyQaWJibJyeZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBGU0Na\",\"description\":\"Julius Verret, 14, floats in street flooding in Lake Charles, La., as the city is receiving heavy rains from Tropical Storm Harvey, Sunday, Aug. 27, 2017. The storm came ashore on the Texas Gulf Coast as a category four hurricane. (AP Photo\u002FGerald Herbert)  Gerald Herbert, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b444f10197f63f\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b444f10197f63f\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b444f10197f63f&index=33\",\"uri\":\"f059a5b444f10197f63f\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDRmMTAxOTdmNjNmIiwgImxhcmdlLzAwNTlhNWI0NDRmMTAxOTdmNjNmIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ0ZjEwMTk3ZjYzZiIsICJ0aHVtYi8wMDU5YTViNDQ0ZjEwMTk3ZjYzZiJd\",\"thumb_height\":179,\"height\":399,\"width\":268,\"web_uri\":\"0059a5b444f10197f63f\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmJmmGBoaW5mlmxmlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgC6M0Hu\",\"description\":\"Houston Police SWAT officer Daryl Hudeck carries Catherine Pham and her 13-month-old son Aiden after rescuing them from their home surrounded by floodwaters from Tropical Storm Harvey Sunday, Aug. 27, 2017, in Houston. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b444964095d34f\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b444964095d34f\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b444964095d34f&index=34\",\"uri\":\"f059a5b444964095d34f\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDQ5NjQwOTVkMzRmIiwgImxhcmdlLzAwNTlhNWI0NDQ5NjQwOTVkMzRmIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ0OTY0MDk1ZDM0ZiIsICJ0aHVtYi8wMDU5YTViNDQ0OTY0MDk1ZDM0ZiJd\",\"thumb_height\":63,\"height\":261,\"width\":499,\"web_uri\":\"0059a5b444964095d34f\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmJpZmJgaWpinGJmlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgB3kkFC\",\"description\":\"A man helps a woman in floodwaters from Tropical Storm Harvey Sunday, Aug. 27, 2017, in Houston, Texas. The remnants of Hurricane Harvey sent devastating floods pouring into Houston Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4451c80a5dcee\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4451c80a5dcee\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4451c80a5dcee&index=35\",\"uri\":\"f059a5b4451c80a5dcee\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDUxYzgwYTVkY2VlIiwgImxhcmdlLzAwNTlhNWI0NDUxYzgwYTVkY2VlIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ1MWM4MGE1ZGNlZSIsICJ0aHVtYi8wMDU5YTViNDQ1MWM4MGE1ZGNlZSJd\",\"thumb_height\":70,\"height\":292,\"width\":498,\"web_uri\":\"0059a5b4451c80a5dcee\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmpobJFgaJpinJqalKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgB-g0QK\",\"description\":\"Evacuees wade down a flooded section of Interstate 610 as floodwaters from Tropical Storm Harvey rise Sunday, Aug. 27, 2017, in Houston. The remnants of Hurricane Harvey sent devastating floods pouring into Houston Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44568c0a61b4b\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44568c0a61b4b\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44568c0a61b4b&index=36\",\"uri\":\"f059a5b44568c0a61b4b\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDU2OGMwYTYxYjRiIiwgImxhcmdlLzAwNTlhNWI0NDU2OGMwYTYxYjRiIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ1NjhjMGE2MWI0YiIsICJ0aHVtYi8wMDU5YTViNDQ1NjhjMGE2MWI0YiJd\",\"thumb_height\":67,\"height\":279,\"width\":499,\"web_uri\":\"0059a5b44568c0a61b4b\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmpmYWyQaJZoZJJklKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgDwZkKC\",\"description\":\"People push a stalled pickup through a flooded street in Houston, after Tropical Storm Harvey dumped heavy rains, Sunday, Aug. 27, 2017. The remnants of Harvey sent devastating floods pouring into Houston on Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4453240a7a5c3\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4453240a7a5c3\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4453240a7a5c3&index=37\",\"uri\":\"f059a5b4453240a7a5c3\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDUzMjQwYTdhNWMzIiwgImxhcmdlLzAwNTlhNWI0NDUzMjQwYTdhNWMzIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ1MzI0MGE3YTVjMyIsICJ0aHVtYi8wMDU5YTViNDQ1MzI0MGE3YTVjMyJd\",\"thumb_height\":54,\"height\":224,\"width\":499,\"web_uri\":\"0059a5b4453240a7a5c3\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmpsZGJgaJ5ommycZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCh_kGy\",\"description\":\"After helping the driver of the submerged truck get to safety, a man floats on the freeway flooded by Tropical Storm Harvey on Sunday, Aug. 27, 2017, near downtown Houston.  (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44587c0949846\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44587c0949846\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44587c0949846&index=38\",\"uri\":\"f059a5b44587c0949846\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDU4N2MwOTQ5ODQ2IiwgImxhcmdlLzAwNTlhNWI0NDU4N2MwOTQ5ODQ2IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ1ODdjMDk0OTg0NiIsICJ0aHVtYi8wMDU5YTViNDQ1ODdjMDk0OTg0NiJd\",\"thumb_height\":82,\"height\":340,\"width\":500,\"web_uri\":\"0059a5b44587c0949846\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmphbmyQaWJpYWJmZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBDoUCm\",\"description\":\"People evacuate a neighborhood inundated by floodwaters from Tropical Storm Harvey on Monday, Aug. 28, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4454b40a54f05\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b4454b40a54f05\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b4454b40a54f05&index=39\",\"uri\":\"f059a5b4454b40a54f05\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NDU0YjQwYTU0ZjA1IiwgImxhcmdlLzAwNTlhNWI0NDU0YjQwYTU0ZjA1IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDQ1NGI0MGE1NGYwNSIsICJ0aHVtYi8wMDU5YTViNDQ1NGI0MGE1NGYwNSJd\",\"thumb_height\":95,\"height\":397,\"width\":500,\"web_uri\":\"0059a5b4454b40a54f05\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmpiZJJgaJpiZpBqZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCpeEG6\",\"description\":\"Alexendre Jorge evacuates Ethan Colman, 4, from a neighborhood inundated by floodwaters from Tropical Storm Harvey on Monday, Aug. 28, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44af700a83935\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44af700a83935\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44af700a83935&index=40\",\"uri\":\"f059a5b44af700a83935\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGFmNzAwYTgzOTM1IiwgImxhcmdlLzAwNTlhNWI0NGFmNzAwYTgzOTM1IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRhZjcwMGE4MzkzNSIsICJ0aHVtYi8wMDU5YTViNDRhZjcwMGE4MzkzNSJd\",\"thumb_height\":57,\"height\":239,\"width\":499,\"web_uri\":\"0059a5b44af700a83935\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmiWnmBgaJFsaWxqZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgC6RUHW\",\"description\":\"Volunteer rescue boats make their way into a flooded subdivision to rescue stranded residents as floodwaters from Tropical Storm Harvey rise Monday, Aug. 28, 2017, in Spring, Texas. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44adc80a261c7\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44adc80a261c7\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44adc80a261c7&index=41\",\"uri\":\"f059a5b44adc80a261c7\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGFkYzgwYTI2MWM3IiwgImxhcmdlLzAwNTlhNWI0NGFkYzgwYTI2MWM3IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRhZGM4MGEyNjFjNyIsICJ0aHVtYi8wMDU5YTViNDRhZGM4MGEyNjFjNyJd\",\"thumb_height\":85,\"height\":353,\"width\":500,\"web_uri\":\"0059a5b44adc80a261c7\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmiSnJFgaJRmaGyeZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgA-40M6\",\"description\":\"A man standing in the doorway of his flooded home responds to an evacuation offer in a neighborhood inundated by floodwaters from Tropical Storm Harvey on Monday, Aug. 28, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b134095c562\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b134095c562\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44b134095c562&index=42\",\"uri\":\"f059a5b44b134095c562\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGIxMzQwOTVjNTYyIiwgImxhcmdlLzAwNTlhNWI0NGIxMzQwOTVjNTYyIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRiMTM0MDk1YzU2MiIsICJ0aHVtYi8wMDU5YTViNDRiMTM0MDk1YzU2MiJd\",\"thumb_height\":92,\"height\":384,\"width\":500,\"web_uri\":\"0059a5b44b134095c562\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmSYbGJgaWpsmmZkZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgBpdEEK\",\"description\":\"A Coast Guard rescue team evacuates people from a neighborhood inundated by floodwaters from Tropical Storm Harvey on Monday, Aug. 28, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44ab200a4c7e2\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44ab200a4c7e2\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44ab200a4c7e2&index=43\",\"uri\":\"f059a5b44ab200a4c7e2\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGFiMjAwYTRjN2UyIiwgImxhcmdlLzAwNTlhNWI0NGFiMjAwYTRjN2UyIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRhYjIwMGE0YzdlMiIsICJ0aHVtYi8wMDU5YTViNDRhYjIwMGE0YzdlMiJd\",\"thumb_height\":74,\"height\":307,\"width\":500,\"web_uri\":\"0059a5b44ab200a4c7e2\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmiUlGBgaJJsnmqUZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgAtTEMW\",\"description\":\"Conception Casa, center, and his friend Jose Martinez, right, check on Rhonda Worthington after her car became stuck in rising floodwaters from Tropical Storm Harvey in Houston, Texas, Monday, Aug. 28, 2017. The two men were evacuating their home that had become flooded when they encountered Worthington's car floating off the road. (AP Photo\u002FLM Otero)  LM Otero, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b2d00957fd3\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b2d00957fd3\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44b2d00957fd3&index=44\",\"uri\":\"f059a5b44b2d00957fd3\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGIyZDAwOTU3ZmQzIiwgImxhcmdlLzAwNTlhNWI0NGIyZDAwOTU3ZmQzIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRiMmQwMDk1N2ZkMyIsICJ0aHVtYi8wMDU5YTViNDRiMmQwMDk1N2ZkMyJd\",\"thumb_height\":69,\"height\":286,\"width\":500,\"web_uri\":\"0059a5b44b2d00957fd3\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmSUYpBgaWpuZpKcZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgD6bkKS\",\"description\":\"Shawn Hagdorn helps to cover the roof of his father's home that was damaged in the wake of Hurricane Harvey, Monday, Aug. 28, 2017, in Rockport, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b8981a47754\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b8981a47754\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44b8981a47754&index=45\",\"uri\":\"f059a5b44b8981a47754\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGI4OTgxYTQ3NzU0IiwgImxhcmdlLzAwNTlhNWI0NGI4OTgxYTQ3NzU0IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRiODk4MWE0Nzc1NCIsICJ0aHVtYi8wMDU5YTViNDRiODk4MWE0Nzc1NCJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b44b8981a47754\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmSRaWFoaJJubmpiZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCDdEFK\",\"description\":\"TOPSHOT - People view the flooded highways in Houston on August 27, 2017 as the city battles with tropical storm Harvey and resulting floods.  Massive flooding unleashed by deadly monster storm Harvey left Houston -- the fourth-largest city in the United States -- increasingly isolated Sunday as its airports and highways shut down and residents fled homes waist-deep in water. \u002F AFP PHOTO \u002F Thomas B. Shea        (Photo credit should read THOMAS B. SHEA\u002FAFP\u002FGetty Images)  THOMAS B. SHEA, AFP\u002FGetty Images\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b7740910467\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b7740910467\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44b7740910467&index=46\",\"uri\":\"f059a5b44b7740910467\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGI3NzQwOTEwNDY3IiwgImxhcmdlLzAwNTlhNWI0NGI3NzQwOTEwNDY3IiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRiNzc0MDkxMDQ2NyIsICJ0aHVtYi8wMDU5YTViNDRiNzc0MDkxMDQ2NyJd\",\"thumb_height\":82,\"height\":342,\"width\":500,\"web_uri\":\"0059a5b44b7740910467\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmSebmJgaWhgYmZuZKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgAt_UBm\",\"description\":\"TOPSHOT - Cars are trapped in floodwater near the I-10 freeway leading into Houston after Hurricane Harvey caused heavy flooding in the city, August 27, 2017.  Massive flooding unleashed by deadly monster storm Harvey left Houston -- the fourth-largest city in the United States -- increasingly isolated as its airports and highways shut down and residents fled homes waist-deep in water. \u002F AFP PHOTO \u002F MARK RALSTON        (Photo credit should read MARK RALSTON\u002FAFP\u002FGetty Images)  MARK RALSTON, AFP\u002FGetty Images\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44bc7c092f3ed\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44bc7c092f3ed\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44bc7c092f3ed&index=47\",\"uri\":\"f059a5b44bc7c092f3ed\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGJjN2MwOTJmM2VkIiwgImxhcmdlLzAwNTlhNWI0NGJjN2MwOTJmM2VkIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRiYzdjMDkyZjNlZCIsICJ0aHVtYi8wMDU5YTViNDRiYzdjMDkyZjNlZCJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b44bc7c092f3ed\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmScnmyQaWRmnGqSlKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgCMu0Qa\",\"description\":\"A truck driver walks while checking the depth of an underpass during the aftermath of Hurricane Harvey on August 28, 2017 in Houston, Texas. \u002F AFP PHOTO \u002F Brendan Smialowski        (Photo credit should read BRENDAN SMIALOWSKI\u002FAFP\u002FGetty Images)  BRENDAN SMIALOWSKI, AFP\u002FGetty Images\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b4d00a3672d\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44b4d00a3672d\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44b4d00a3672d&index=48\",\"uri\":\"f059a5b44b4d00a3672d\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGI0ZDAwYTM2NzJkIiwgImxhcmdlLzAwNTlhNWI0NGI0ZDAwYTM2NzJkIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRiNGQwMGEzNjcyZCIsICJ0aHVtYi8wMDU5YTViNDRiNGQwMGEzNjcyZCJd\",\"thumb_height\":80,\"height\":333,\"width\":500,\"web_uri\":\"0059a5b44b4d00a3672d\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmSSYpBgaJxmbmRilKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgDup0Ju\",\"description\":\"TOPSHOT - A truck driver walks past an abandoned truck while checking the depth of an underpass during the aftermath of Hurricane Harvey August 28, 2017 in Houston, Texas. \u002F AFP PHOTO \u002F Brendan Smialowski        (Photo credit should read BRENDAN SMIALOWSKI\u002FAFP\u002FGetty Images)  BRENDAN SMIALOWSKI, AFP\u002FGetty Images\"},{\"mimetype\":\"image\u002Fjpeg\",\"thumb_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44ba90092586a\",\"origin_src\":\"http:\u002F\u002Fp0.ipstatp.com\u002Forigin\u002F0059a5b44ba90092586a\",\"is_gallery\":1,\"thumb_width\":120,\"image_type\":1,\"origin_link\":\"bytedance:\u002F\u002Flarge_image?url=http%3A%2F%2Fp0.ipstatp.com%2Forigin%2F0059a5b44ba90092586a&index=49\",\"uri\":\"f059a5b44ba90092586a\",\"src_path\":\"WyJodHRwOi8vcDAuaXBzdGF0cC5jb20vb3JpZ2luLzAwNTlhNWI0NGJhOTAwOTI1ODZhIiwgImxhcmdlLzAwNTlhNWI0NGJhOTAwOTI1ODZhIiwgImh0dHA6Ly9wMC5pcHN0YXRwLmNvbS90aHVtYi8wMDU5YTViNDRiYTkwMDkyNTg2YSIsICJ0aHVtYi8wMDU5YTViNDRiYTkwMDkyNTg2YSJd\",\"thumb_height\":88,\"height\":364,\"width\":499,\"web_uri\":\"0059a5b44ba90092586a\",\"zip_src_path\":\"eJyrVsovykzPzFOyUqhWKi3KBNJKOYlF6an6BgamlommSSYmSYmWBgaWRqYWZolKOgpARTnFQFXRShklJQVW-voFBnqZBcUliSUFesn5ufoQ47Drjq0F6i_JKM1NQrYOLECudXg0x9bWAgC2lUHW\",\"description\":\"HOUSTON, TX - AUGUST 28:  A person walks through a flooded street with a dog after the area was inundated with flooding from Hurricane Harvey on August 28, 2017 in Houston, Texas. Harvey, which made landfall north of Corpus Christi late Friday evening, is expected to dump upwards to 40 inches of rain in Texas over the next couple of days.  (Photo by Joe Raedle\u002FGetty Images)  Joe Raedle, Getty Images\"}],\"articleType\":\"gallery\",\"groupId\":\"6459757825202864394\",\"articleId\":\"6459767482440745481\",\"title\":\"50 devastating photos from Hurricane Harvey\",\"content\":\"\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:57.51503006012024%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4268d00a4ade1\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EPower poles blown by Hurricane Harvey lean over a road in Refugio, Texas, Monday, Aug. 28, 2017. (Nick Wagner\u002FAustin American-Statesman via AP)  Nick Wagner, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a0fb5ed50092cb1b\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA power generator tips in front of Texas' CHRISTUS Spohn Hospital in Corpus Christi, Texas, as Hurricane Harvey hits Friday, Aug. 25, 2017. (Courtney Sacco \u002FCorpus Christi Caller-Times via AP)  Courtney Sacco, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:63.2%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a19fe22a809f911d\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EAn overturned trailer sits in a park in the wake of Hurricane Harvey, Saturday, Aug. 26, 2017, in Aransas Pass, Texas.   Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:64.12825651302605%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a19fe202c0a271b1\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA drives moves through flood waters left behind by Hurricane Harvey, Saturday, Aug. 26, 2017, in Aransas Pass, Texas.   Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:498px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:57.42971887550201%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b426c9409495dc\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ERain continues to fall in Houston from Tropical Storm Harvey, Monday, Aug. 28, 2017. Floodwaters reached the roof lines of single-story homes Monday and people could be heard pleading for help from inside. (Karen Warren\u002FHouston Chronicle via AP)  Karen Warren, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b440c9c09b0f72\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ECattle is seen on land amid flooding from the Colorado River in La Grange, Texas, Monday, Aug. 28, 2017, after floodwaters from Tropical Storm Harvey inundated the area. Floodwaters reached the rooflines of single-story homes Monday and people could be heard pleading for help from inside as Harvey poured rain on the Houston area for a fourth consecutive day after a chaotic weekend of rising water and rescues. (Ralph Barrera\u002FAustin American-Statesman via AP)  Ralph Barrera, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b440f380afa9d7\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EThis aerial photo shows damaged homes in the wake of Hurricane Harvey, Monday, Aug. 28, 2017, in Corpus Christi, Texas. Harvey hit the coast as a Category 4 hurricane. (Gabe Hernandez\u002FCorpus Christi Caller-Times via AP)  Gabe Hernandez, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4412cc09662f0\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EThis aerial photo shows damaged boats along a dock in the wake of Hurricane Harvey, Monday, Aug. 28, 2017, in Corpus Christi, Texas. Harvey hit the coast as a Category 4 hurricane. (Gabe Hernandez\u002FCorpus Christi Caller-Times via AP)  Gabe Hernandez, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:69.73947895791584%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44116c0a7562f\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ETOPSHOT - A lies abandoned after heavy damage when Hurricane Harvey hit Rockport, Texas on August 26, 2017.  Hurricane Harvey slammed into the Texas coast late Friday, unleashing torrents of rain and packing powerful winds, the first major storm to hit the US mainland in 12 years. \u002F AFP PHOTO \u002F MARK RALSTON        (Photo credit should read MARK RALSTON\u002FAFP\u002FGetty Images)  MARK RALSTON, AFP\u002FGetty Images\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b440a300a32296\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EWidespread flooding due to Tropical Storm Harvey is viewed Monday, Aug. 28, 2017, in La Grange, Texas. (Ralph Barrera\u002FAustin American-Statesman via AP)  Ralph Barrera, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:498px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:54.41767068273092%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44181c095a461\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA truck in flood waters passes a home damaged in the wake of Hurricane Harvey, Saturday, Aug. 26, 2017, in Aransas Pass, Texas.  Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:64.72945891783567%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4416dc091f900\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA passing motorist stops to look at a flipped truck in the aftermath of Hurricane Harvey Saturday, Aug. 26, 2017, north of Victoria, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:49.69939879759519%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4415600922712\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA drives moves through flood waters left behind by Hurricane Harvey, Saturday, Aug. 26, 2017, in Aransas Pass, Texas.  Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:56.8%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44197009409a2\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA laundromat's machines sit exposed in the elements after Hurricane Harvey ripped through Rockport, Texas, on Saturday, Aug. 26, 2017.  The fiercest hurricane to hit the U.S. in more than a decade spun across hundreds of miles of coastline where communities had prepared for life-threatening storm surges — walls of water rushing inland.  (Nick Wagner\u002FAustin American-Statesman via AP)  Nick Wagner, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:68.13627254509018%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b441b1c093cf9e\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EJennifer Bryant looks over the debris from her family business destroyed by Hurricane Harvey Saturday, Aug. 26, 2017, in Katy, Texas.   Harvey rolled over the Texas Gulf Coast on Saturday, smashing homes and businesses and lashing the shore with wind and rain so intense that drivers were forced off the road because they could not see in front of them. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:67.93587174348697%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4422680a51a46\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA dead dog lies out of the passenger window of an overturned pickup truck after Hurricane Harvey landed in the Coast Bend area in Port Aransas, Texas, on Saturday, Aug. 26, 2017. Harvey came ashore Friday along the Texas Gulf Coast as a Category 4 storm with 130 mph winds, the most powerful hurricane to hit the U.S. in more than a decade. (Gabe Hernandez\u002FCorpus Christi Caller-Times via AP)  Gabe Hernandez, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:56.39999999999999%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b441ee4092736e\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA man looks at boats damaged by Hurricane Harvey, Saturday, Aug. 26, 2017, in Rockport, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:50.4%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4426580a11910\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EMen checks on a boat storage facility that was damaged by Hurricane Harvey, Saturday, Aug. 26, 2017, in Rockport, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:64.12825651302605%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b441cb80a72611\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA driver works his way through a maze of fallen utility poles damaged in the wake of Hurricane Harvey, Saturday, Aug. 26, 2017, in Taft, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:60%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4425280926b7f\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EDominic Dominguez looks through a stack of boats jumbled in the wake of Hurricane Harvey, Sunday, Aug. 27, 2017, in Rockport, Texas. Harvey made landfall in Texas on Friday night as the strongest hurricane to hit the U.S. in more than a decade. By Saturday afternoon it had been downgraded into a tropical storm, but it had dumped over a dozen inches of rain on some areas and forecasters were warning that it could cause catastrophic flooding in the coming days.  (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.53306613226452%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4435680a5791a\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ETOPSHOT - Cars are seen below a collapsed shelter following the passage of Hurricane Harvey on August 26, 2017 in Galveston, Texas. \u002F AFP PHOTO \u002F Brendan Smialowski        (Photo credit should read BRENDAN SMIALOWSKI\u002FAFP\u002FGetty Images)  BRENDAN SMIALOWSKI, AFP\u002FGetty Images\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4432f41a47e25\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA burnt out house and cars that caught fire are seen after Hurricane Harvey hit Corpus Christi, Texas on August 26, 2017.Hurricane Harvey slammed into the Texas coast late Friday, unleashing torrents of rain and packing powerful winds, the first major storm to hit the US mainland in 12 years. \u002F AFP PHOTO \u002F MARK RALSTON        (Photo credit should read MARK RALSTON\u002FAFP\u002FGetty Images)  MARK RALSTON, AFP\u002FGetty Images\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b443a08091905f\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA car is submerged on a freeway flooded by Tropical Storm Harvey on Sunday, Aug. 27, 2017, near downtown Houston, Texas. The remnants of Hurricane Harvey sent devastating floods pouring into Houston on Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:57.31462925851704%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44377009235f8\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EEvelyn Perkins inspects her home which was destroyed in the wake of Hurricane Harvey, Monday, Aug. 28, 2017, in Rockport, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:71.2%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b443b500a2c764\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EThis photo made available by NASA shows Hurricane Harvey over Texas on Saturday, Aug. 26, 2017, seen from the International Space Station. (Randy Bresnik\u002FNASA via AP)  Randy Bresnik, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:53.2%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b443ec4094ec2e\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ERescue boats fill a flooded street as flood victims are evacuated as floodwaters from Tropical Storm Harvey rise Monday, Aug. 28, 2017, in Houston. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4443800a2bf93\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ETwo kayakers try to beat the current pushing them down an overflowing Brays Bayou from Tropical Storm Harvey in Houston, Texas, Sunday, Aug. 27, 2017. (Mark Mulligan\u002FHouston Chronicle via AP)  Mark Mulligan, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:55.800000000000004%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b443d6c0a21e54\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA man walks through floodwaters from Tropical Storm Harvey as he evacuates his home on Sunday, Aug. 27, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.8%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4441900aeb8f9\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EWilford Martinez, bottom, grabs the median as he is rescued from his flooded car along Interstate 610 in floodwaters from Tropical Storm Harvey on Sunday, Aug. 27, 2017, in Houston. The remnants of Hurricane Harvey sent devastating floods pouring into Houston Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4444c41a3ba87\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ETwo people walk down a flooded section of Interstate 610 in floodwaters from Tropical Storm Harvey on Sunday, Aug. 27, 2017, in Houston, Texas. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:64.52905811623246%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44482009dab9c\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EAntonio Barron, right, looks back to his girlfriend, Melissa Rocha, as they run through the street during a band of heavy rain from Hurricane Harvey Saturday, Aug. 26, 2017, in Palacios, Texas. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:59.199999999999996%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b444ce00a583c2\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EWilford Martinez, right, is rescued from his flooded car by Harris County Sheriff's Department Richard Wagner along Interstate 610 in floodwaters from Tropical Storm Harvey on Sunday, Aug. 27, 2017, in Houston, Texas. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b444afc0944cc7\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EJulius Verret, 14, floats in street flooding in Lake Charles, La., as the city is receiving heavy rains from Tropical Storm Harvey, Sunday, Aug. 27, 2017. The storm came ashore on the Texas Gulf Coast as a category four hurricane. (AP Photo\u002FGerald Herbert)  Gerald Herbert, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:268px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:148.88059701492537%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b444f10197f63f\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EHouston Police SWAT officer Daryl Hudeck carries Catherine Pham and her 13-month-old son Aiden after rescuing them from their home surrounded by floodwaters from Tropical Storm Harvey Sunday, Aug. 27, 2017, in Houston. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:52.30460921843687%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b444964095d34f\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA man helps a woman in floodwaters from Tropical Storm Harvey Sunday, Aug. 27, 2017, in Houston, Texas. The remnants of Hurricane Harvey sent devastating floods pouring into Houston Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:498px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:58.63453815261044%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4451c80a5dcee\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EEvacuees wade down a flooded section of Interstate 610 as floodwaters from Tropical Storm Harvey rise Sunday, Aug. 27, 2017, in Houston. The remnants of Hurricane Harvey sent devastating floods pouring into Houston Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:55.91182364729459%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44568c0a61b4b\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EPeople push a stalled pickup through a flooded street in Houston, after Tropical Storm Harvey dumped heavy rains, Sunday, Aug. 27, 2017. The remnants of Harvey sent devastating floods pouring into Houston on Sunday as rising water chased thousands of people to rooftops or higher ground. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:44.88977955911824%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4453240a7a5c3\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EAfter helping the driver of the submerged truck get to safety, a man floats on the freeway flooded by Tropical Storm Harvey on Sunday, Aug. 27, 2017, near downtown Houston.  (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:68%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44587c0949846\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EPeople evacuate a neighborhood inundated by floodwaters from Tropical Storm Harvey on Monday, Aug. 28, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:79.4%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b4454b40a54f05\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EAlexendre Jorge evacuates Ethan Colman, 4, from a neighborhood inundated by floodwaters from Tropical Storm Harvey on Monday, Aug. 28, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:47.89579158316633%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44af700a83935\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EVolunteer rescue boats make their way into a flooded subdivision to rescue stranded residents as floodwaters from Tropical Storm Harvey rise Monday, Aug. 28, 2017, in Spring, Texas. (AP Photo\u002FDavid J. Phillip)  David J. Phillip, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:70.6%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44adc80a261c7\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA man standing in the doorway of his flooded home responds to an evacuation offer in a neighborhood inundated by floodwaters from Tropical Storm Harvey on Monday, Aug. 28, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:76.8%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44b134095c562\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA Coast Guard rescue team evacuates people from a neighborhood inundated by floodwaters from Tropical Storm Harvey on Monday, Aug. 28, 2017, in Houston, Texas. (AP Photo\u002FCharlie Riedel)  Charlie Riedel, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:61.4%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44ab200a4c7e2\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EConception Casa, center, and his friend Jose Martinez, right, check on Rhonda Worthington after her car became stuck in rising floodwaters from Tropical Storm Harvey in Houston, Texas, Monday, Aug. 28, 2017. The two men were evacuating their home that had become flooded when they encountered Worthington's car floating off the road. (AP Photo\u002FLM Otero)  LM Otero, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:57.199999999999996%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44b2d00957fd3\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EShawn Hagdorn helps to cover the roof of his father's home that was damaged in the wake of Hurricane Harvey, Monday, Aug. 28, 2017, in Rockport, Texas. (AP Photo\u002FEric Gay)  Eric Gay, AP\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44b8981a47754\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ETOPSHOT - People view the flooded highways in Houston on August 27, 2017 as the city battles with tropical storm Harvey and resulting floods.  Massive flooding unleashed by deadly monster storm Harvey left Houston -- the fourth-largest city in the United States -- increasingly isolated Sunday as its airports and highways shut down and residents fled homes waist-deep in water. \u002F AFP PHOTO \u002F Thomas B. Shea        (Photo credit should read THOMAS B. SHEA\u002FAFP\u002FGetty Images)  THOMAS B. SHEA, AFP\u002FGetty Images\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:68.4%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44b7740910467\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ETOPSHOT - Cars are trapped in floodwater near the I-10 freeway leading into Houston after Hurricane Harvey caused heavy flooding in the city, August 27, 2017.  Massive flooding unleashed by deadly monster storm Harvey left Houston -- the fourth-largest city in the United States -- increasingly isolated as its airports and highways shut down and residents fled homes waist-deep in water. \u002F AFP PHOTO \u002F MARK RALSTON        (Photo credit should read MARK RALSTON\u002FAFP\u002FGetty Images)  MARK RALSTON, AFP\u002FGetty Images\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44bc7c092f3ed\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EA truck driver walks while checking the depth of an underpass during the aftermath of Hurricane Harvey on August 28, 2017 in Houston, Texas. \u002F AFP PHOTO \u002F Brendan Smialowski        (Photo credit should read BRENDAN SMIALOWSKI\u002FAFP\u002FGetty Images)  BRENDAN SMIALOWSKI, AFP\u002FGetty Images\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:500px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:66.60000000000001%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44b4d00a3672d\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003ETOPSHOT - A truck driver walks past an abandoned truck while checking the depth of an underpass during the aftermath of Hurricane Harvey August 28, 2017 in Houston, Texas. \u002F AFP PHOTO \u002F Brendan Smialowski        (Photo credit should read BRENDAN SMIALOWSKI\u002FAFP\u002FGetty Images)  BRENDAN SMIALOWSKI, AFP\u002FGetty Images\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:499px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:72.94589178356713%;\\\"\u003E\u003Cimg alt=\\\"50 devastating photos from Hurricane Harvey\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059a5b44ba90092586a\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EHOUSTON, TX - AUGUST 28:  A person walks through a flooded street with a dog after the area was inundated with flooding from Hurricane Harvey on August 28, 2017 in Houston, Texas. Harvey, which made landfall north of Corpus Christi late Friday evening, is expected to dump upwards to 40 inches of rain in Texas over the next couple of days.  (Photo by Joe Raedle\u002FGetty Images)  Joe Raedle, Getty Images\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\",\"publishTime\":1504031820,\"video\":null,\"license\":\"\",\"likeNum\":0,\"commentNum\":0,\"isLiked\":false,\"notExist\":false,\"isForced\":true,\"isFold\":false,\"canShare\":true,\"isShare\":false,\"user\":{\"userStatus\":0,\"id\":\"6523648848027141641\",\"userId\":\"6523648848027141641\",\"mediaId\":\"0\",\"mediaType\":2,\"userName\":\"\",\"userDesc\":\"\",\"avatarUrl\":\"\",\"email\":\"\",\"contactEmail\":\"\",\"language\":\"\",\"region\":\"\",\"emailVerifyStatus\":0,\"create_time\":0,\"mediaStatus\":0,\"statusForbidden\":false,\"statusSuspended\":false,\"isGoogleBinded\":false,\"isFacebookBinded\":false,\"isTwitterBinded\":false,\"isLineBinded\":false,\"googleUser\":{},\"facebookUser\":{},\"twitterUser\":{},\"lineUser\":{},\"rssPermission\":0,\"statsPermission\":false,\"mcnPermission\":false,\"cidPermission\":false,\"showEarnings\":0,\"copyrightStatus\":5,\"communityStatus\":5,\"pasteUrlPermission\":false,\"pasteUrlExceed\":false,\"i18nRegion\":{},\"contractStatus\":0,\"hasNewContract\":false,\"needSetCurrency\":0,\"adPermission\":0,\"newUserName\":\"\",\"newUserDesc\":\"\",\"newAvatarUrl\":\"\",\"hasPassword\":false,\"isMediaVerifying\":false},\"author\":{\"id\":\"\",\"isPGC\":true,\"name\":\"Venious\",\"avatar\":\"https:\u002F\u002Fp0.ipstatp.com\u002Fthumb\u002Ff058a3353753c04acc5d\",\"description\":\"\"},\"recommended\":[],\"hasMoreRecommend\":true,\"userStatus\":0,\"platform\":\"platform-pc\",\"iconName\":\"icon_1106 icon_android\",\"iconUrl\":\"\u002F\u002Fs0.ipstatp.com\u002Fimg\u002Fpgc\u002Ficon.1116.png\",\"appName\":\"TopBuzz\",\"isSmartView\":false,\"isAutomatic\":false,\"isShareBannerFixed\":false,\"abTest\":{\"double_feed\":0,\"play_install\":1,\"banner_fixed\":1,\"top_slide\":0,\"recommend_ajax\":1,\"related_style\":1,\"show_preroll\":0},\"isBabe\":false,\"shareUserName\":\"\",\"shareUserAvatar\":\"\",\"isVideoApp\":false,\"hasPreRoll\":false,\"ifantasyOpenUrl\":\"\"}}");
window.__appInfo__ = {"app_name":"TopBuzz","app_id":"1106","icon_name":"icon_1106 icon_android","icon_url":"/img/pgc/icon.1116.png"};
window.__isShare__ = false;
window.__RECOMMENDED__ = [];
window.__isInApp__ = false;
window.__QUERY_APP_ID__ = +'';</script><script>window.__PUBLIC_KEY__ = '-----BEGIN%20PUBLIC%20KEY-----%0AMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDK%2BY0cw%2FWUpBOBwoHfQjL91koh%0AbfmFSUDxX6aVuYY5D3uLj5hsbjqqGL%2BRpVSmTG0bHnMXavftvNkQ2ELbkQz01KON%0AG7LSgZZYO0gKYw55oN6IChWjP368siPDqTszC4srZu2dvxxn1iFhPqBolbtg%2BE0f%0ApM99qKixqerwk3eCUwIDAQAB%0A-----END%20PUBLIC%20KEY-----%0A';
window.__REGION__ = 'us';
window.__LANGUAGE__ = 'en';
window.DEBUG = location.hash.substring(1) === 'DEBUG' || false;
window.PIC_CDN_PATH =  '//p0.ipstatp.com';
window.__platform__ = 'platform-pc';
window.__isiOS__ = false;
window.__isiPhone__ = false;
window.__isAndroid__ = false;
window.__isIE__ = false;
window.__ab__ = {};
window.userInfo = {"userStatus":0,"id":"6523648848027141641","userId":"6523648848027141641","mediaId":"0","mediaType":2,"userName":"","userDesc":"","avatarUrl":"","email":"","contactEmail":"","language":"","region":"","emailVerifyStatus":0,"create_time":0,"mediaStatus":0,"statusForbidden":false,"statusSuspended":false,"isGoogleBinded":false,"isFacebookBinded":false,"isTwitterBinded":false,"isLineBinded":false,"googleUser":{},"facebookUser":{},"twitterUser":{},"lineUser":{},"rssPermission":0,"statsPermission":false,"mcnPermission":false,"cidPermission":false,"showEarnings":0,"copyrightStatus":5,"communityStatus":5,"pasteUrlPermission":false,"pasteUrlExceed":false,"i18nRegion":{},"contractStatus":0,"hasNewContract":false,"needSetCurrency":0,"adPermission":0,"newUserName":"","newUserDesc":"","newAvatarUrl":"","hasPassword":false,"isMediaVerifying":false};
window.FACEBOOK_CLIENT_ID = '807114849391840';
window.GOOGLE_CLIENT_ID = '995891181511-00qbvdb6mjhulh22ss79iqrfoc8pnda6.apps.googleusercontent.com';
window.LINE_CLIENT_ID = '1536155621';
window.__PACKAGE_NAME__ = 'com.ss.android.article.master';
window.__APPSTORE_NAME__ = '/us/app/id1049682098';
window.__SPACE__ = 'va';
window.__COMMON_PROPS__ = {"ab":{"loginEntry":"enterStudio","feedTip":"feedNoTip","studioTip":"studioTip"}};
window.__CUR_TIMESTAMP__ = 1518905361943;
if(!window.DEBUG && location.protocol === 'http:' && /\w*\.topbbuzz\.com/.test(location.hostname)) {
  location.href = location.href.replace('http://', 'https://');
};</script><script>var _app_tea_id_ = ({
  'va': 1236,
  'sg': 1237
})[window.__SPACE__];
(function(win, doc, tag, url, name, appId, requiredKey) {
  win['MarioJSSDKObject'] = name;
  win[name] = win[name] || function () {
    (win[name].q = win[name].q || []).push(arguments)
  },
  win[name].id = appId,
  win[name].r = requiredKey,
  win[name].l = +new Date();
  var eScript = doc.createElement(tag),
    eArchor = doc.getElementsByTagName(tag)[0];
  eScript.async = 1;
  eScript.src = url;
  eArchor.parentNode.insertBefore(eScript, eArchor);
}(window, document, 'script', '//s0.ipstatp.com/js/lib/eventCollector.78a36097.js', 'collectEvent', _app_tea_id_));
window.collectEvent.ready = function(instance) {
  var userId = window.userInfo.id;
  var userType = window.userInfo.userStatus ? 12 : 14;
  instance.setRequiredKeys({
    user: ['user_unique_id', 'user_type', 'user_id'],
    header: ['app_id']
  });
  instance.setHeader({
    app_id: window.__QUERY_APP_ID__ || _app_tea_id_
  });
  instance.setUser({
    user_unique_id: userId,
    user_type: userType,
    user_id: userId
  });
  instance.setEventCommonParams({
    user_id: window.userInfo.id,
    language: window.__LANGUAGE__,
    platform: window.__platform__,
    host: location.host
  });
  instance.setDebug(false);
  instance.setIntranetMode(false, window.__SPACE__);
};</script><script>// 清空webid为0导致的累计大量失败请求,等待amplitude数据恢复正常，下掉如下代码
try{
  var key1 = 'amplitude_unsent';
  var key2 = 'amplitude_unsent_identify';
  var key3 = '__amplitude_has_cleaned__';
  var unsent = JSON.parse(localStorage.getItem(key1)) || [];
  var unsent_identify = JSON.parse(localStorage.getItem(key2)) || [];
  var has_cleaned = localStorage.getItem(key3)
  if(!has_cleaned){
    if(unsent.length > 0 || unsent_identify.length > 0){
      localStorage.removeItem(key1);
      localStorage.removeItem(key2);
    }
    localStorage.setItem(key3,1);
  }
}catch(err){
  // do nothing
}</script><script>(function(e,t){var n=e.amplitude||{_q:[],_iq:{}};var r=t.createElement("script");r.type="text/javascript";
r.async=true;r.src="https://d24n15hnbwhuhn.cloudfront.net/libs/amplitude-3.4.0-min.gz.js";
r.onload=function(){e.amplitude.runQueuedFunctions()};var i=t.getElementsByTagName("script")[0];
i.parentNode.insertBefore(r,i);function s(e,t){e.prototype[t]=function(){this._q.push([t].concat(Array.prototype.slice.call(arguments,0)));
return this}}var o=function(){this._q=[];return this};var a=["add","append","clearAll","prepend","set","setOnce","unset"];
for(var u=0;u<a.length;u++){s(o,a[u])}n.Identify=o;var c=function(){this._q=[];return this;
};var p=["setProductId","setQuantity","setPrice","setRevenueType","setEventProperties"];
for(var l=0;l<p.length;l++){s(c,p[l])}n.Revenue=c;var d=["init","logEvent","logRevenue","setUserId","setUserProperties","setOptOut","setVersionName","setDomain","setDeviceId","setGlobalUserProperties","identify","clearUserProperties","setGroup","logRevenueV2","regenerateDeviceId"];
function v(e){function t(t){e[t]=function(){e._q.push([t].concat(Array.prototype.slice.call(arguments,0)));
}}for(var n=0;n<d.length;n++){t(d[n])}}v(n);n.getInstance=function(e){e=(!e||e.length===0?"$default_instance":e).toLowerCase();
if(!n._iq.hasOwnProperty(e)){n._iq[e]={_q:[]};v(n._iq[e])}return n._iq[e]};e.amplitude=n;
})(window,document);

var amplitudeIns = amplitude.getInstance();
if (true) {
  window.amplitudeEnable = true;
  amplitudeIns.init('32caf4a74febe90c66e3dfbaa2346782', null, {
    language: 'en-' + ('us' || '').toUpperCase()
  });
  if(window.userInfo) {
    amplitudeIns.setUserId(window.userInfo.id);
    var identify = new amplitude.Identify().set('Device Platform', window.__platform__).set('Login Status', (window.userInfo || {}).userStatus || 0).set('Host', location.host)
    amplitudeIns.identify(identify)
  }
}
window.__amplitudeIns__ = amplitudeIns;</script><script>// do nothing</script><script type="text/javascript" crossorigin="anonymous" src="//s0.ipstatp.com/js/pgc/common.bundle.5063f194.js" onerror="handleStaticError.call(this)"></script><script type="text/javascript" crossorigin="anonymous" src="//s0.ipstatp.com/js/pgc/pwa_main.71d820d9.js" onerror="handleStaticError.call(this)"></script><script>function insertDom(dom, id, src) {
  const fjs = document.getElementsByTagName(dom)[0];
  if(document.getElementById(id)) { return; }
  const js = document.createElement(dom);
  js.id = id;
  js.src = src;
  fjs.parentNode.insertBefore(js, fjs);
}
window.fbAsyncInit = function () {
  window.facebookSDKLoaded = true;
  FB.init({
    appId: 807114849391840,
    cookie: true,
    xfbml: false,
    version: 'v2.10',
    status: true
  });
}
insertDom('script', 'facebook-jssdk', '//connect.facebook.net/en_US/sdk.js');
window.FACEBOOK_CLIENT_ID = '807114849391840';</script><script>strings = {"academy_enter":"Enter the Academy of TopBuzz","common_Address":"Email address","common_AllSignInOptions":"All sign in options","common_AllSignUpOptions":"All sign up options","common_AlreadyHaveAnAccount":"Already have an account? ","common_And":"and","common_AreYouNew":"Are you new to TopBuzz?","common_Article":"Article","common_BannerAppName":"TopBuzz","common_BannerArticleOops":"This article disappeared, you may like","common_BannerDownload":"Open App","common_BannerVideoOops":"This video disappeared, you may like","common_BindEmail":"Please bind the mailbox for improving the security of your account, Sign into TopBuzz by email.","common_Cancel":"Cancel","common_Confirm":"Confirm","common_Continue":"Continue","common_ContinueAttention":"By continue, I agree to Topbuzz","common_Delete":"Delete","common_Draft":"Draft","common_Email":"Email","common_EmailDesc":"If you don't see the email ,please check your spam folder.","common_EmailInvalid":"Invalid email","common_EmailNotRegistered":"The email has not been registered, <a href=\"/signup#signup\">sign up</a>?","common_EmailRegistered":"The email has been registered","common_EmailResetPassword":"We've sent an email to {0}. Click the link in the email to reset your password.","common_EmailSendAgain":"Send again","common_EmailSendLink":"We've sent an email to {0}. Click the link in the email to activate your account.","common_End":"End","common_FeedbackImageLimit":"Up to {0} pics","common_GreenWayGuid":"Speed up registration via our TopBuzz fast track","common_ImageOnly":"image only","common_Loading":"Loading","common_NetworkError":"Network error Please retry.","common_NotPermitAction":"Account status does not permit this action","common_OK":"OK","common_Open":"Open","common_PasswordCharacterWrong":"Password supports letters, numbers and special characters as below: !\"#$%&‘()*+,-./:;<=>?@[\\]^{|}~","common_PasswordLengthWrong":"Passwords must be at least 6 characters and less than 16 characters","common_PasswordSpaceWrong":"You can't use a space at the beginning or end of your password, but spaces inside the password are fine.","common_PasswordWrong":"Please re-enter your password, The password you’ve entered is incorrect. <a href=\"/findPassword\">Forgot Password?</a>","common_Privacy":"Privacy Policy","common_Problems":"Problems you have","common_ProblemsPlaceholder":"Briefly introduce your problem. Or any suggestions and concerns.","common_ProblemsWarning":"Please provide more details about the problem you have.","common_Publish":"Publish","common_Return":"Return","common_Saved":"Saved","common_Saving":"Saving...","common_Send":"Send","common_ServiceDown":"Something went wrong. Please try again.","common_Settings":"Settings","common_SignIn":"Sign in","common_SignInWithXX":"Sign in with {0}","common_SignOut":"Sign out","common_SignPasswordPlaceholder":"Create/Enter password","common_SignTrouble":"Forget Password?","common_SignUp":"Sign up","common_SignUpOfActivate":"Your registration is complete!<br>Wanna try login now?","common_SignUpWithXX":"Sign Up with {0}","common_Success":"success","common_Terms":"Terms of Service","common_UploadImageSizeTip":"A single image should not exceed 5M in size","common_UploadScreenshot":"Upload screenshot","common_UploadScreenshotFailed":"Failed, please upload the screenshots again.","common_Video":"Video","common_ViewsCount":"{0} views","common_YourEmail":"Your Email","common_gallery":"Album","common_gif":"GIF","common_install":"Install","creators_v2_Page1_Title":"BECOME A <span>TOPBUZZER</span>","error_call_service_fail":"Sorry! An internal server error just occurred. Please try again later.","error_crawl_seed_existed_owner":"Please do not submit the same link twice!","error_default_api_fail":"Something went wrong. Please try again.","error_email_has_been_used":"This email has been used.","error_greenway_invite_code_has_benn_used":"This fast track invite code has been used","error_greenway_invite_code_invalid":"This fast track invite code is invalid!","error_has_been_banned":"Your account is currently locked. Please contact contact@topbuzz.com for more information.","error_has_been_degraded":"Something went wrong. Please try again.","error_has_no_mcn_permission":"No MCN permission","error_invalid_id":"The ID number you entered does not exist. Please check and add it again.","error_invalid_url":"The link is not available","error_mcn_been_other":"The account has already been associated with a different MCN user","error_mcn_been_refused_before":"The account has already been associated with a different MCN user","error_mcn_duplicate_invite":"The MCN account is already existed and can't be re-invited","error_mcn_error_status":"MCN state error","error_mcn_fail_to_create":"MCN setup failed","error_mcn_invite_key_error":"The given MCN invitation link is incorrect","error_mcn_inviting":"A MCN invitation is already in process, repeated invitation requests will not be allowed.","error_mcn_no_inviting":"MCN invitation has not been sent yet, MCN invitation has been confirmed already, or MCN invitation has been rejected.","error_mcn_save_error":"MCN save failed","error_media_not_exist":"The account does not exist","error_name_is_sensitive":"Please pick another name, check our Username Policy under FAQ for more information!","error_not_allow_to_modify":"Modifications are not allowed.","error_not_login":"Oops! Please make sure you’ve signed in.","error_not_permission":"Access not authorized. Please check and try again.","error_password_error":"Wrong password. Try again.","error_paste_url_exceed":"You have posted more than the allowed number of video uploads. Please save and post tomorrow.","error_paste_url_permission":"Your video submission by urls has been suspended. Please submit videos from your computer.","error_publish_duplicated_article":"You've published identical content previously, please change content and then upload.","error_video_cannot_play":"The link is not available","fantasy_join":"Join Now","fantasy_title":"12問全問正解すると<br/>賞金を山分け！最大：","feed_entry_tip":"Check out what’s trending on TopBuzz here!","home_feedback_tip":"Click here to report your issue","nav_edit_tip":"POST to monetize your content!","profile_CommentsNumber":"{0} comments","profile_v2_clicks":"Clicks","profile_v2_create_studio":"Creator Studio","profile_v2_impressions":"Impressions","story_CommentLimit":"Your comment is too long.","story_CommentPlaceholder":"Your comment...","story_Comments":"Comments","story_DeleteCommentConfirm":"Deleted comments are gone forever. Are you sure?","story_EmptyComment":"Empty comment","story_EnjoyApp":"Check out this cool content at {0}!","story_EnjoyNews":"Install {0} to get more news!","story_EnjoyVideo":"Install {0} to get more videos!","story_HideReply":"Hide replies","story_LoadingReplies":"Loading replies...","story_MoreNews":"More News","story_MoreVideos":"More Videos","story_ReadMore":"Read more","story_Recommend":"You might like","story_Related":"Recommended","story_Reply":"Reply","story_Report":"Report","story_ReportReasons":"Report reasons","story_ShareHint":"The post is being verified and cannot be shared","story_VideoDownload":"Watch it in {0} - fast & free!","story_ViewMoreReplies":"View more replies","story_ViewOriginal":"View Original","story_ViewReply":"View all {0} replies","story_Vote":"Vote","story_WaitingTip":"waiting for you at {0}","story_content_bully":"Violence, Bullying and Harassment","story_content_child":"Child Endangerment","story_content_gamble":"Illegal Gambling","story_content_hate":"Hate Speech","story_content_illegal":"Other Illegal Activities","story_content_violence":"Sexually Explicit Content","story_getApp":"Get the app to view more on TopBuzz!"};</script><script type="text/javascript" crossorigin="anonymous" src="//s0.ipstatp.com/js/pgc/story.e215650f.js" onerror="handleStaticError.call(this)"></script><script type="text/javascript" crossorigin="anonymous" src="//s0.ipstatp.com/inapp/ta.171015.js" onerror="handleStaticError.call(this)"></script><script>window.sendTTCustomizeLog && window.sendTTCustomizeLog('firstScreen',  window.firstScreen);</script><script src="//cdn.ravenjs.com/1.3.0/jquery,native/raven.min.js"></script><script>window.Raven && Raven.config('//0f181cb013574352bf79ed6e3aa16cc6@i-sentry.byted.org/24').install();</script></body></html>