						dag = new Date()
						hr = dag.getHours()
						if (hr == 0) document.write("Past midnight!")
						if (hr == 1) document.write("Tip: A little hungry?? Forest and Sea, ready in 10 minutes!")
						if (hr == 2) document.write("It is very late, already past 2! Good night and sleep well!")
						if (hr == 3) document.write("It is past 3, still awake from hunger?")
						if (hr == 4) document.write("Hungry? Or can't you sleep well? It is already past 4!")
						if (hr == 5) document.write("Good morning early bird!")
						if (hr == 6) document.write("Already after 6, you are early today!")
						if (hr == 7) document.write("Good morning! Welcome on the site. Have you slept well?")
						if (hr == 8) document.write("It is after 8, good morning!")
						if (hr == 9) document.write("Good morning, just started with work?")
						if (hr == 10) document.write("Welcome!")
						if (hr == 11) document.write("Morning is nearly over...")
						if (hr == 12) document.write("Past midday, time for lunch!")
						if (hr == 13) document.write("Hello, did you have a nice lunch? Not yet? In that case, bon appetit!")
						if (hr == 14) document.write("Good afternoon, welcome on the site!")
						if (hr == 15) document.write("Good afternoon!")
						if (hr == 16) document.write("It is past 4. Time for a snack!")
						if (hr == 17) document.write("Already past 5, nearly time for diner...")
						if (hr == 18) document.write("Creamy leek soup, very tasty!")
						if (hr == 19) document.write("Past 7. Found something delicious?")
						if (hr == 20) document.write("Past 8, time for a snack... Crackers with Tapenade")
						if (hr == 21) document.write("Delicious stuffed eggs, Spicy Drunken Russian Eggs!")
						if (hr == 22) document.write("Past 10, time for a last round.")
						if (hr == 23) document.write("Good night!")
