
  var URL = "http://www.webplus.ru"
    var speed = 0.1
    function reload() {
    location = URL
    }
    setTimeout("reload()", speed);

