English
<!-- http://www.downcodes.com/js --> <!-- Place the following code in the <body> area --> <script language="javaScript"> <!-- now = new Date(),hour = now.getHours() if(hour < 6){document.write("Good morning!")} else if (hour < 9){document.write("Good morning!")} else if (hour < 12){document.write("Good morning!")} else if (hour < 14){document.write("Good afternoon!")} else if (hour < 17){document.write("Afternoon Good!")} else if (hour < 19){document.write("Good evening!")} else if (hour < 22){document.write("Good evening!")} else {document.write(" Have a good night!")} // --> </script>