now=new Date(); jam=now.getUTCHours(); if (jam < 3){document.write("Good Morning,friends..") } else {if (jam < 9){document.write("Good Day,friends..") } else {if (jam < 11){document.write("Good Afternoon,friends..") } else {if (jam < 16){document.write("Good Night,friends..") } else {if (jam < 22){document.write("Good Tonight,friends..") } else {document.write("Good Morning") } } } } }