<!DOCTYPE html>
<html lang="ru">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" href="favicon.ico" type="icon" />
    <!--bootstrap-->
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
    <title>Проверка Сайта на Вирусы</title>
    <style>
      body{
        background-color:rgba(182, 182, 182, 0.49);
      }

button{
padding: 0px;
margin: 0px;
width: ;
background: #d53e07;
border: 0;
border-radius: 0px;
font-family: Verdana, serif; / Arial, Comic Sans MS, Courier New, Georgia, Lucida Sans Unicode, Tahoma, Times New Roman, Trebuchet MS, Verdana /
outline: none;
padding: 10px 20px 10px 20px;
cursor: pointer;
text-align: center;
color: #ffffff;
font-size: 14px;
text-transform: uppercase;
font-weight: normal; / normal, bold, bolder /
font-style: normal; / normal, italic, oblique /
}

      #timer_num {width:70px; height:70px; background: url('/timer.gif') no-repeat; text-align:center; font-size:36px; color:#666}
    </style>
  </head>
  <body>
  <div class="">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <center><h3 id="title" class="modal-title">Переход на сайт по внешней ссылке</h3></center></br>
        <center><h4 id="title" class="modal-title">Проверка сайта на вирусы</h4></center>
        <center><img src="/kaspersky.png"></center>
      </div>
      <div class="modal-body">
                         <script type="text/javascript">
                  window.onload =  function () {
                      var timer_num = 5; // Число задержки в секундах
                      document.getElementById('timer_num').innerHTML =  timer_num;
                      var timers = setInterval(function () {
                          timer_num--;
                          document.getElementById('timer_num').innerHTML =  timer_num;
                          if (timer_num == 0) {
                              document.getElementById('title').innerHTML = 'Сайт не содержит Вирусов';
                              document.getElementById('timer_2').style.display = 'block';

                              if (navigator.appVersion.indexOf("Win")!=-1)
                              document.getElementById('timer_1').style.display = 'none';
                              clearInterval(timers);
                          }
                      }, 1000)
                  }
              </script>
              <div class="row">
                  <div class="col-md-4 col-md-offset-4">
                      <center><table id="timer_1" border="0" cellpadding="2" cellspacing="2"><tbody><tr> <td>Ожидание:  </td><td id="timer_num"></td> <td>  сек.</td> </tr></tbody></table></center></br>
                  </div>
              </div> <div style="display:none" id="timer_2">
                        <center>
<h5 id="title" class="modal-title">Можете перейти на сайт:</h5></br>
<a href="http://afvan.com/469lb/"><button>ОТКРЫТЬ САЙТ</button></a>
      </center>              </div>
          <p></p>
                </div>
      <div class="modal-footer">
        </div>
    </div><!-- /.modal-content -->
  </div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</body>
</html>