<script>
  (function ($, imgUrl) {
    $.getJSON('https://cdn.rawgit.com/NeonWilderness/tdhttp/master/Twoday_Blogs.json', function (json) {
      $(function () {
        if (Date.now() >= 1527199201000) {
          var alias = '<% username as="url" %>'.match(/\/\/(.*?)\./);
          if (!alias || json.indexOf(alias[1].toLowerCase()) < 0) {
            var img = new Image();
            img.src = imgUrl;
            img.onload = function () {
              $('head')
                .prepend('<link href="https://fonts.googleapis.com/css?family=Courgette:400|Roboto:400|Oswald:400" rel="stylesheet" type="text/css">');
              $('body')
                .removeClass().css({
                  margin: 0,
                  paddingTop: '10%',
                  background: 'url(' + imgUrl + ') no-repeat center center fixed',
                  backgroundSize: 'cover',
                  textAlign: 'left'
                })
                .html('<div style="color:#fff;background-color:rgba(0,0,0,.4);padding:40px"><div style="font-size:60px;color:rgba(255,255,255,.5);text-align:center;font-family:Oswald;margin-bottom:40px;line-height:1.2"><% site.title %></div><div style="width:65%;margin:0 auto"><h1 style="display:inline-block;font-family:Courgette;font-size:45px;font-weight:300;transform:rotate(-45deg);color:#f04124">Sorry,</h1><h2 style="font-family:Roboto;font-size:24px;font-weight:300;margin:-20px 80px 0;color:#fff;line-height:1.2"><span style="font-size:36px;margin-right:6px"><u>we&rsquo;re closed for Non-Twoday-Blogger</u>.</span><div style="margin-top:.4em;color:#ececec">To view this blog, please <a style="color:#008cba;text-decoration:none" href="/members/login">login</a> to your Twoday account.</div></h2></div></div>');
            };
            img.onerror = function (err) { console.log(err); };
          }
        }
      });
    })
      .fail(function () {
        var message = (!!window.toastr ? window.toastr.error : window.alert);
        message('Sorry, die zulässigen Blognamen können derzeit nicht gelesen werden!');
      });
  })(jQuery, 'https://cdn.rawgit.com/NeonWilderness/tdhttp/e46b1285/bg.jpg');
</script>