document.write ('<SCRIPT language=LiveScript> \nnow = new Date(),hour = now.getHours() \nif(hour < 6){document.write("<font color=green>休息吧!身体是革命的本钱！</font>")} \nelse if (hour < 7){document.write("<font color=green>伸伸手，弯弯腰，大家做运动！</font>")} \nelse if (hour < 8){document.write("<font color=green>早上好,早餐要吃好喔!</font>")} \nelse if (hour < 9){document.write("<font color=green>开车小心!祝福有快乐的一天！</font>")} \nelse if (hour < 11){document.write("<font color=green>党和人民都希望我们好好工作!</font>")} \nelse if (hour < 12){document.write("<font color=green>上班为四化，下班为了吃饭！</font>")} \nelse if (hour < 14){document.write("<font color=green>中午不休，这可不太好喔！</font> ")} \nelse if (hour < 18){document.write("<font color=green>虽对领导有意见，但要开心工作!</font> ")} \nelse if (hour < 19){document.write("<font color=green>吃好饭，带着亲人散散步吧!</font> ")} \nelse if (hour < 22){document.write("<font color=green>上网高峰，也可以斗斗地主!</font> ")} \nelse if (hour < 24){document.write("<font color=green>夜已深，请休息! 晚安！</font>")} \n</SCRIPT> \n\n');
