<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>Processing request...</title>
  <noscript>
    <meta http-equiv="Refresh" content="10" />
  </noscript>
  <meta http-equiv="Cache-control" content="no-cache">
  <meta http-equiv="Expires" content="-1">
  <style>
    .holder {
      position: absolute;
      top: 50%;
      left: 50%;
    }
    .global {
      height: 200px;
      width: 300px;
      margin-top:-100px;
      margin-left:-150px;
    }
    .gear {
      top: 0 !important;
      height: 100px;
      width: 100px;
      margin-left:-50px;
    }
    .label {
      font-family:Arial,Helvetica,Sans-serif;
      font-size:18px;
      width: 220px;
      top: 60% !important;
      margin-left:-110px;
    }
  </style>
  <script language="JavaScript">
    <!--
    var sURL = unescape(window.location.pathname);

    function doLoad()
    {
      setTimeout( "refresh()", 10*1000 );
    }

    function refresh()
    {
      window.location.href = sURL;
    }
    //-->
  </script>
  <script language="JavaScript1.1">
    <!--
    function refresh()
    {
      window.location.replace( sURL );
    }
    //-->
  </script>
  <script language="JavaScript1.2">
  <!--
  function refresh()
  {
    window.location.reload( true );
  }
  //-->
  </script>
</head>
<body onload="doLoad()">
  <div class="holder global">
    <div class="holder gear">
      <img src="https://thehost.ua/static/gear.gif" alt="Gear">
    </div>
    <span class="holder label">Please wait. Processing...</span>
  </div>
</body>
</html>

