<!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>Hurricane Harvey destroyed my grandmas house, so she WAS staying with me UNTIL I caught her doing this!</title><meta name="description" content="Machine learning meets trending news, viral videos,funny gifs, and so much more. TopBuzz is the one app that covers it all."><meta name="robots" content="noindex,nofollow"><meta property="og:type" content="video"><meta property="og:video" content="//vv.ipstatp.com/17913475415397292276.mp4"><meta property="og:video:type" content="video/mp4"><meta property="og:video:width" content="640"><meta property="og:video:height" content="640"><meta property="og:title" content="Hurricane Harvey destroyed my grandmas house, so she WAS staying with me UNTIL I caught her doing this!"><meta property="og:description" content=""><meta property="og:image" content="https://p0.ipstatp.com/large/0059b22a8b374096e788"><meta property="og:image:width" content="640"><meta property="og:image:height" content="640"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@topbuzz"><meta name="twitter:title" content="Hurricane Harvey destroyed my grandmas house, so she WAS staying with me UNTIL I caught her doing this!"><meta name="twitter:description" content="Machine learning meets trending news, viral videos,funny gifs, and so much more. TopBuzz is the one app that covers it all."><meta name="twitter:image" content="https://p0.ipstatp.com/large/0059b22a8b374096e788"><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">Hurricane Harvey destroyed my grandmas house, so she WAS staying with me UNTIL I caught her doing this!</div><div class="info"><span class="name">Justin Ortega</span><span class="publishTime">2017-09-08 </span></div></div><article><main><div class="story-content-container"><div class="media-stage"><div class="video-player-frame"><div style="background-image:url(//p0.ipstatp.com/large/0059b22a8b374096e788)" class="player-cover-container"><div class="start-btn"></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">2967</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,gb,ca\",\"articleType\":\"video\",\"groupId\":\"6463275202762506505\",\"articleId\":\"6463275194659111433\",\"title\":\"Hurricane Harvey destroyed my grandmas house, so she WAS staying with me UNTIL I caught her doing this!\",\"content\":\"\",\"publishTime\":1504848523,\"video\":{\"videoThumbnail\":{\"width\":640,\"web_uri\":\"0059b22a8b374096e788\",\"height\":640},\"videoBitRate\":0,\"videoAuthorName\":\"blameitonkway\",\"videoUrl\":\"\u002F\u002Fvv.ipstatp.com\u002F17913475415397292276.mp4\",\"videoDescription\":\"\",\"videoType\":\"video\",\"videoDuration\":31,\"videoWidth\":640,\"videoAuthorId\":\"ins_blameitonkway\",\"videoPlayType\":1,\"videoId\":\"BYwZoTRFqcj\",\"videoAuthorAvatar\":\"https:\u002F\u002Fscontent-iad3-1.cdninstagram.com\u002Ft51.2885-19\u002Fs150x150\u002F13423395_489821564551607_152044723_a.jpg\",\"videoHeight\":640,\"videoSite\":\"pgc\",\"videoTitle\":\"Hurricane Harvey destroyed my grandmas house, so she WAS staying with me UNTIL I caught her doing this!\"},\"license\":\"\",\"likeNum\":2967,\"commentNum\":0,\"isLiked\":false,\"notExist\":false,\"isForced\":true,\"isFold\":false,\"canShare\":true,\"isShare\":false,\"user\":{\"userStatus\":0,\"id\":\"6523777811936970250\",\"userId\":\"6523777811936970250\",\"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\":\"Justin Ortega\",\"avatar\":\"https:\u002F\u002Fp0.ipstatp.com\u002Fthumb\u002Ff058997067290041d5fa\",\"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\":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":"6523777811936970250","userId":"6523777811936970250","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":"enterFeed","feedTip":"feedNoTip","studioTip":"studioNoTip"}};
window.__CUR_TIMESTAMP__ = 1518935392408;
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>