<!-- Begin
datetoday = new Date();
timenow=datetoday.getTime();
datetoday.setTime(timenow);
thehour = datetoday.getHours();
if (thehour > 18) display = "Met Malam Friend";
else if (thehour >12) display = "Met Siang Friend";
else display = "Met Pagi Friend";
alert(display);
//  End -->