var today = new Date ()
var hours = today.getHours();
document.write( "<font color='#0099ff'>");
if      (hours <= 0) document.write("十二点多了，早点儿休息吧，晚安！^_^");
else if (hours <= 1) document.write("已经凌晨一点多了，还不想睡觉吗？^_^");
else if (hours <= 2) document.write("就快三点啦，还没过瘾？快睡觉去！^_^");
else if (hours <= 3) document.write("都已经三点多了，你还不觉得困吗？^_^");
else if (hours <= 4) document.write("四点多了，还在上网？佩服！佩服！^_^");
else if (hours <= 5) document.write("五点多了，想通宵呀？保重身体啊！^_^");
else if (hours <= 6) document.write("嗨！早上好，刚起还是一夜未睡呀？^_^");
else if (hours <= 7) document.write("早安！吃了早餐没？快乐一整天哦！^_^");
else if (hours <= 8) document.write("八点多还在浏览，今天不用上班吗？^_^");
else if (hours <= 9) document.write("欢迎光临！愿您在这里能与神相遇！^_^");
else if (hours <= 10) document.write("一下班就来上网，真是忠实的网友！^_^");
else if (hours <= 11) document.write("十一点多了，来这儿逛逛等吃饭吧！^_^");
else if (hours <= 12) document.write("十二点多啦！开饭了没？小心口水！^_^");
else if (hours <= 13) document.write("一点多了！吃饱饭没？想睡午觉吗？^_^");
else if (hours <= 14) document.write("两点多，正是浏览本站的好时间啊！^_^");
else if (hours <= 15) document.write("三点多了！是时候去吃个下午茶了！^_^");
else if (hours <= 16) document.write("四点多了！正是调整身心的好时间！^_^");
else if (hours <= 17) document.write("五点了，今晚有什么计划HAPPY一下？^_^");
else if (hours <= 18) document.write("快七点了，还未开饭呀？真是用功！^_^");
else if (hours <= 19) document.write("七点多了，吃饱了没？来QQ一下吧！^_^");
else if (hours <= 20) document.write("八点多了，欢迎回来，到处逛逛吧！^_^");
else if (hours <= 22) document.write("现在是黄金时间，网速可能会很慢！^_^");
else if (hours <= 23) document.write("十一点多！感觉困了吧？早点休息！^_^");