<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <script>
      function l() {
        // setTimeout(f, 10000);
        r();
      }
      function r() {
        var u = "/online/feed/";
        var k = "y6Svwv0QMNQvZjmQ7PbismBSr1g=";
        window.location.replace(u);
      }
      function f() {
        document.getElementById("fb").style.display = "block";
      }
    </script>
  </head>
  <body onload="l()">
    <div id="fb" style="display: none">
      Please <a href="/online/feed/">click here</a> if the page does not redirect automatically ...
    </div>
  </body>
</html>
