var hour = (new Date).getHours () + (new Date).getMinutes () / 60;
location.replace ("/menu/" + (hour >= 5 && hour < 10.5 ? "morning" : "regular") + "/index.html" + location.search);
