now = new Date(),hour = now.getHours()
if(hour < 6){document.write("<font color='#0C4F8F'>还没有睡吗？晚安！啊～困了～</font>")}
else if (hour < 8){document.write("<font color='#0C4F8F'>新的一天开始喽！Enjoy it！</font>")}
else if (hour < 12){document.write("<font color='#0C4F8F'>上午好！一定要吃早饭喔！～</font>")}
else if (hour < 14){document.write("<font color='#0C4F8F'>中午好！吃午饭了么？～</font>")}
else if (hour < 18){document.write("<font color='#0C4F8F'>下午好！打起精神来喔！</font>")}
else if (hour < 22){document.write("<font color='#0C4F8F'>晚上好！今天顺利么？～</font>")}
else if (hour < 24){document.write("<font color='#0C4F8F'>夜深了！做个好梦！睡够8小时喔～</font>")}