onmouseout="document.sub_but.src='moveup.gif'">
var d=new Date();
var time=d.getHours();
//var wd=(d+4)%7;
//document.write("Happy"+"day");
if (time<12)
{
document.write("Good morning");
}
else
if (time<18)
{
document.write("Good afternoon");
}
else
{
document.write("Good evening");
}