document.write("<font color='#63617b'>")
day = new Date() 
hr = day.getHours()
s="";
if (hr ==1) 
document.write(s+"一点多啦！别忘了休息哦！") 
if (hr ==2) 
document.write(s+"你真是工作狂啊，该休息了，身体是革命的本钱！") 
if (hr ==3) 
document.write(s+"午夜三点！你还不准备睡觉吗？") 
if (hr ==4) 
document.write(s+"凌晨四点多了，一定要把您这种忘我的工作精神上报中央！") 
if (hr ==5) 
document.write(s+"您是刚起床还是还没睡啊？") 
if (hr ==6) 
document.write(s+"早上好！新一天又开始啦！有什么打算呢？") 
if (hr ==7) 
document.write(s+"吃过早饭了吗？") 
if ((hr ==8) || (hr == 9) || (hr ==10)) 
document.write(s+"早！又是忙碌的一天！") 
if (hr ==11) 
document.write(s+"快中午啦，准备做饭了呀！") 
if (hr ==12) 
document.write(s+"中午好！你吃午饭了吗？") 
if ((hr==13) || (hr==14)) 
document.write(s+"下午好，该午休了，希望你能够劳逸结合！") 
if ((hr==15) || (hr==16) || (hr==17)) 
document.write(s+"下午好！别老盯着电脑了，让眼睛休息下吧~") 
if (hr==18)
document.write(s+"晚饭时间到了，吃晚饭了没？") 
if (hr==19)
document.write(s+"这时候看看今天的新闻应该是个不错的选择！") 
if ((hr==20) || (hr==21) || (hr==22)) 
document.write(s+"别工作了，找个电影看看睡觉吧？") 
if (hr==23) 
document.write(s+"不早了，快休息吧？") 
if (hr==0) 
document.write(s+"午夜时分，你可要注意身体呢！") 
document.write("</font>") 

