document.write("<font face=arial size=-1><b>")
now = new Date()
if (now.getDay() == 5)
document.write("To live a pure unselfish life, one must count nothing as one's own in the midst of abundance.")
if (now.getDay() == 6)
document.write("Confucius say, Do unto others before they do unto you!")
if (now.getDay() == 0)
document.write("It's Sunday, we're closed.")
if (now.getDay() == 1)
document.write("At the banquet table of Nature there're no reserved seats. You get what you can take, you keep what you can hold.")
if (now.getDay() == 2)
document.write("You can't build a reputation on what you're going to do.")
if (now.getDay() == 3)
document.write("The people who oppose your ideas are inevitably those who represent the established order that your ideas will upset.")
if (now.getDay() == 4)
document.write("Education is the power to think clearly, the power to act well in the world's work, and the power to appreciate life.")
document.write("</b></font>")

