document.addEventListener(‘DOMContentLoaded’, function() {
var currentTime = new Date().getHours();
if (currentTime >= 8 && currentTime < 21) {
window.location.replace('https://tsayius.gr/menu-mor');
} else {
window.location.replace('https://tsayius.gr/night');
}
});