document.writeln("<script language=\"javaScript\">");
document.writeln("<!--");
document.writeln("now = new Date(),hour = now.getHours()");
document.writeln("if(hour < 6){document.write(\"Good morning\")}");
document.writeln("else if (hour < 9){document.write(\"Good morning\")}");
document.writeln("else if (hour < 12){document.write(\"Good morning\")}");
document.writeln("else if (hour < 14){document.write(\"Good noon\")}");
document.writeln("else if (hour < 17){document.write(\"Good afternoon\")}");
document.writeln("else if (hour < 19){document.write(\"Good evening\")}");
document.writeln("else if (hour < 22){document.write(\"Good evening\")}");
document.writeln("else {document.write(\"Good night\")}");
document.writeln("//-->");
document.write("</script\>");