<!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>A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her</title><meta name="description" content="The INSIDER Summary:   Photos of baby Hope Chimeno taken on the boat that saved her from Hurricane Harvey floodwater are going viral.   Hope  was 10 days' old w"><meta name="robots" content="noindex,nofollow"><meta property="og:type" content="article"><meta property="og:title" content="A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her"><meta property="og:description" content="The INSIDER Summary:   Photos of baby Hope Chimeno taken on the boat that saved her from Hurricane Harvey floodwater are going viral.   Hope  was 10 days' old w"><meta property="og:image" content="https://p0.ipstatp.com/large/0059b3ee9c8f8094287b"><meta property="og:image:width" content="640"><meta property="og:image:height" content="639"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@topbuzz"><meta name="twitter:title" content="A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her"><meta name="twitter:description" content="The INSIDER Summary:   Photos of baby Hope Chimeno taken on the boat that saved her from Hurricane Harvey floodwater are going viral.   Hope  was 10 days' old w"><meta name="twitter:image" content="https://p0.ipstatp.com/large/0059b3ee9c8f8094287b"><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">A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her</div><div class="info"><span class="name">Wilma Owens</span><span class="publishTime">2017-09-09 </span></div></div><article><main><div class="story-content-container"><div class="editor-container"><p>The INSIDER Summary:  </p><ul><li> <strong>Photos of baby Hope Chimeno taken on the boat that saved her from Hurricane Harvey floodwater are going viral.</strong> </li> <li> <strong>Hope </strong> <strong>was 10 days' old when she was rescued by volunteers with her parents Emily and Levi, and their two other young children, from Beaumont, Texas.</strong> </li> <li> <strong>First, the family was taken to a shelter in Louisiana before a volunteer took them into her home.</strong> </li> <li> <strong>The boat owner and volunteer realized they knew each other, and arranged a mini photo shoot for the newborn on the boat.</strong> </li> <li> <strong>Photographer Noelle Mills told INSIDER that "Baby Hope was a joy to photograph."</strong> </li> </ul><p>As stories of heroic rescue efforts surface in the wake of Hurricane Harvey, photos of a newborn baby taken on the boat that saved her from rising floodwater are making the news.  </p><p>Baby Hope Chimeno was rescued by boat with her parents Emily and Levi from Beaumont, Texas, after they caught the attention of members of the Cajun Navy, a volunteer rescue group helping people to safety.  </p><p>The family — which included Hope, who was only 10 days' old at the time, and two other young children — was taken to a shelter in Lake Charles, Louisiana, and later welcomed into a volunteer's home, according to the Beaumont Enterprise.  </p><p>Hope returned to the boat for a mini photo shoot, which we first saw on the Telegraph. A post of the heartwarming photos on the Love What Matters Facebook page has over 31,000 likes at the time of this story.   </p><p><section class="sns-container"><div class="sns-info"><img src="https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-1/p50x50/17800167_1471794069509653_8579812472227682614_n.jpg?oh=7549d0dc20e23be980dcec61999fd381&oe=5A1C5FC0"class="sns-avatar"><div class="sns-name">Love What Matters</div><div class="sns-logo embed-facebook"></div></div><div class="sns-illustration-container" style="padding-bottom:100%"><img data-src="//p0.ipstatp.com/large/0059b0f96363809759c2" class="sns-illustration"></div><div class="sns-content">"This little love, perfectly named Hope, was rescued from her home in Orange Texas in this very boat. She was rescued at just ten days old. We thought it would be fitting to do some of her newborn photos in that boat. It was my absolute honor to document these for her family." ❤️ #LoveWhatMatters Credit: Noelle Mills Photography</div></section> </p><p>The photo shoot came about after the owner of the boat that saved the Chimeno family and the volunteer who took them in realized that they knew each other. Along with a photographer, they surprised the Chimenos with the idea of taking some of Hope's newborn photos on the boat, according to the Beaumont Enterprise.  </p><p>"The photos were exactly how I envisioned them," photographer Noelle Mills told INSIDER. "The idea was pitched to me to use the boat so my imagination was running wild with ideas. It came out just as I had hoped." She added that "Baby Hope was a joy to photograph."  </p><figure><div class="media-outer-container" style="width:640px"><div class="media-container" style="padding-bottom:99.84375%;"><img alt="A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her" class="image" src="//p0.ipstatp.com/large/0059b3ee9c8f8094287b"></div></div><figcaption>Hope Chimeno had some newborn photos taken on the boat that saved her life.</figcaption></figure><figure><div class="media-outer-container" style="width:640px"><div class="media-container" style="padding-bottom:65.9375%;"><img alt="A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her" class="image" src="//p0.ipstatp.com/large/0059b3ee9d1740a665a2"></div></div><figcaption>She wore a onesie that read, "I survived Hurricane Harvey."</figcaption></figure><p>The photographer's images of Hope have since been seen all over the country. " The response to these photos has been overwhelming to say the least," Mills said. "But to hear [...] people saying it's been a bright light during a dark time, is all we could have hoped for!"  </p><p>Hope's mom Emily told the Beaumont Enterprise that the baby is her family's "little hero." She added: "I believe Hope’s story, including all of the amazing Louisiana folks along the way, is a great reminder that it’s the people that matter in life, not the stuff."          </p><p></p><h3>Baby Hope Chimeno was 10 days' old when she was rescued from rising floodwater. </h3> <p>Hope Chimeno had some newborn photos taken on the boat that saved her life.  </p><p>She wore a onesie that read, "I survived Hurricane Harvey."  </p></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">118</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\",\"articleType\":\"article\",\"groupId\":\"6463753633905131785\",\"articleId\":\"6463772252641952266\",\"title\":\"A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her\",\"content\":\"\u003Cp\u003EThe INSIDER Summary:  \u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E \u003Cstrong\u003EPhotos of baby Hope Chimeno taken on the boat that saved her from Hurricane Harvey floodwater are going viral.\u003C\u002Fstrong\u003E \u003C\u002Fli\u003E \u003Cli\u003E \u003Cstrong\u003EHope \u003C\u002Fstrong\u003E \u003Cstrong\u003Ewas 10 days' old when she was rescued by volunteers with her parents Emily and Levi, and their two other young children, from Beaumont, Texas.\u003C\u002Fstrong\u003E \u003C\u002Fli\u003E \u003Cli\u003E \u003Cstrong\u003EFirst, the family was taken to a shelter in Louisiana before a volunteer took them into her home.\u003C\u002Fstrong\u003E \u003C\u002Fli\u003E \u003Cli\u003E \u003Cstrong\u003EThe boat owner and volunteer realized they knew each other, and arranged a mini photo shoot for the newborn on the boat.\u003C\u002Fstrong\u003E \u003C\u002Fli\u003E \u003Cli\u003E \u003Cstrong\u003EPhotographer Noelle Mills told INSIDER that \\\"Baby Hope was a joy to photograph.\\\"\u003C\u002Fstrong\u003E \u003C\u002Fli\u003E \u003C\u002Ful\u003E\u003Cp\u003EAs stories of heroic rescue efforts surface in the wake of Hurricane Harvey, photos of a newborn baby taken on the boat that saved her from rising floodwater are making the news.  \u003C\u002Fp\u003E\u003Cp\u003EBaby Hope Chimeno was rescued by boat with her parents Emily and Levi from Beaumont, Texas, after they caught the attention of members of the Cajun Navy, a volunteer rescue group helping people to safety.  \u003C\u002Fp\u003E\u003Cp\u003EThe family — which included Hope, who was only 10 days' old at the time, and two other young children — was taken to a shelter in Lake Charles, Louisiana, and later welcomed into a volunteer's home, according to the Beaumont Enterprise.  \u003C\u002Fp\u003E\u003Cp\u003EHope returned to the boat for a mini photo shoot, which we first saw on the Telegraph. A post of the heartwarming photos on the Love What Matters Facebook page has over 31,000 likes at the time of this story.   \u003C\u002Fp\u003E\u003Cp\u003E\u003Csection class=\\\"sns-container\\\"\u003E\u003Cdiv class=\\\"sns-info\\\"\u003E\u003Cimg src=\\\"https:\u002F\u002Fscontent-iad3-1.xx.fbcdn.net\u002Fv\u002Ft1.0-1\u002Fp50x50\u002F17800167_1471794069509653_8579812472227682614_n.jpg?oh=7549d0dc20e23be980dcec61999fd381&oe=5A1C5FC0\\\"class=\\\"sns-avatar\\\"\u003E\u003Cdiv class=\\\"sns-name\\\"\u003ELove What Matters\u003C\u002Fdiv\u003E\u003Cdiv class=\\\"sns-logo embed-facebook\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cdiv class=\\\"sns-illustration-container\\\" style=\\\"padding-bottom:100%\\\"\u003E\u003Cimg data-src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059b0f96363809759c2\\\" class=\\\"sns-illustration\\\"\u003E\u003C\u002Fdiv\u003E\u003Cdiv class=\\\"sns-content\\\"\u003E\\\"This little love, perfectly named Hope, was rescued from her home in Orange Texas in this very boat. She was rescued at just ten days old. We thought it would be fitting to do some of her newborn photos in that boat. It was my absolute honor to document these for her family.\\\" ❤️ #LoveWhatMatters Credit: Noelle Mills Photography\u003C\u002Fdiv\u003E\u003C\u002Fsection\u003E \u003C\u002Fp\u003E\u003Cp\u003EThe photo shoot came about after the owner of the boat that saved the Chimeno family and the volunteer who took them in realized that they knew each other. Along with a photographer, they surprised the Chimenos with the idea of taking some of Hope's newborn photos on the boat, according to the Beaumont Enterprise.  \u003C\u002Fp\u003E\u003Cp\u003E\\\"The photos were exactly how I envisioned them,\\\" photographer Noelle Mills told INSIDER. \\\"The idea was pitched to me to use the boat so my imagination was running wild with ideas. It came out just as I had hoped.\\\" She added that \\\"Baby Hope was a joy to photograph.\\\"  \u003C\u002Fp\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:640px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:99.84375%;\\\"\u003E\u003Cimg alt=\\\"A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059b3ee9c8f8094287b\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EHope Chimeno had some newborn photos taken on the boat that saved her life.\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cfigure\u003E\u003Cdiv class=\\\"media-outer-container\\\" style=\\\"width:640px\\\"\u003E\u003Cdiv class=\\\"media-container\\\" style=\\\"padding-bottom:65.9375%;\\\"\u003E\u003Cimg alt=\\\"A newborn who was saved during Hurricane Harvey had a photo shoot on the boat that rescued her\\\" class=\\\"image\\\" src=\\\"\u002F\u002Fp0.ipstatp.com\u002Flarge\u002F0059b3ee9d1740a665a2\\\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cfigcaption\u003EShe wore a onesie that read, \\\"I survived Hurricane Harvey.\\\"\u003C\u002Ffigcaption\u003E\u003C\u002Ffigure\u003E\u003Cp\u003EThe photographer's images of Hope have since been seen all over the country. \\\" The response to these photos has been overwhelming to say the least,\\\" Mills said. \\\"But to hear [...] people saying it's been a bright light during a dark time, is all we could have hoped for!\\\"  \u003C\u002Fp\u003E\u003Cp\u003EHope's mom Emily told the Beaumont Enterprise that the baby is her family's \\\"little hero.\\\" She added: \\\"I believe Hope’s story, including all of the amazing Louisiana folks along the way, is a great reminder that it’s the people that matter in life, not the stuff.\\\"          \u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Ch3\u003EBaby Hope Chimeno was 10 days' old when she was rescued from rising floodwater. \u003C\u002Fh3\u003E \u003Cp\u003EHope Chimeno had some newborn photos taken on the boat that saved her life.  \u003C\u002Fp\u003E\u003Cp\u003EShe wore a onesie that read, \\\"I survived Hurricane Harvey.\\\"  \u003C\u002Fp\u003E\",\"publishTime\":1504964253,\"video\":null,\"license\":\"\",\"likeNum\":118,\"commentNum\":0,\"isLiked\":false,\"notExist\":false,\"isForced\":true,\"isFold\":false,\"canShare\":true,\"isShare\":false,\"user\":{\"userStatus\":0,\"id\":\"6522278897642718729\",\"userId\":\"6522278897642718729\",\"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\":\"Wilma Owens\",\"avatar\":\"https:\u002F\u002Fp0.ipstatp.com\u002Fthumb\u002Ff0589ab9ab68c0441624\",\"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,\"friend_card\":1,\"top_slide\":0,\"recommend_ajax\":1,\"related_style\":1,\"packup\":1,\"show_preroll\":1},\"isBabe\":false,\"shareUserName\":\"\",\"shareUserAvatar\":\"\",\"isVideoApp\":false,\"hasPreRoll\":true}}");
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":"6522278897642718729","userId":"6522278897642718729","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__ = 1518586395326;
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>