<!--
now = new Date

	if (now.getHours() < 1) {
    document.write("Giving a gift works wonders, it may bring you in front of important people.")
}
else if (now.getHours() < 2) {
    document.write("People ruin their lives by their own foolishness and then blame GOD. ")
}
else if (now.getHours() < 3) {
    document.write("Zeal without knowledge is not good, a person who moves to quickly may go the wrong way.")
}
else if (now.getHours() < 4) {
    document.write("What shame to give advise before listening to the facts.")
}
else if (now.getHours() < 5) {
    document.write("Intellient people are always open to new ideas. In fact they look for them.")
}
else if (now.getHours() < 6) {
    document.write("Any story sounds true until someone sets the record straight.")
}
else if (now.getHours() < 7) {
    document.write("Words satisfy the soul as food satisfies the stomach. The right words bring satisfaction.")
}
else if (now.getHours() < 8) {
    document.write("The tongue can kill or nourish life.")
}
else if (now.getHours() < 9) {
    document.write("The man who finds a good wife finds a treasure. ")
}
else if (now.getHours() < 10) {
    document.write("There are friends who destroy each other, but a real friend sticks closer than a brother.")
}
else if (now.getHours() < 11) {
    document.write("The wise are glad to be instructed. ")
}
else if (now.getHours() < 12) {
    document.write("Stay away from foolish people for you won't find knowledge there.")
}
else if (now.getHours() < 13) {
    document.write("Plans go wrong for lack of advice, many councelors bring success.")
}
else if (now.getHours() < 14) {
    document.write("Don't brag about tommorrow for you do not know what the day will bring.")
}
else if (now.getHours() < 15) {
    document.write("There is more hope for a fool then someone who speaks without thinking.")
}
else if (now.getHours() < 16) {
    document.write("Two people can accomplish more than twice as much as one.")
}
else if (now.getHours() < 17) {
    document.write("A good reputation is more valuable than expensive perfume.")
}
else if (now.getHours() < 18) {
    document.write("Live happily with the woman you love. ")
}
else if (now.getHours() < 19) {
    document.write("Be sure to stay busy and plant a variety of crops, for you never will know which one of them will grow.")
}
else if (now.getHours() < 20) {
    document.write("History merely repeats itself, it has all been done before. ")
}
else if (now.getHours() < 21) {
    document.write("There is a time for everything, a season for every activity.")
}
else if (now.getHours() < 22) {
    document.write("Honey seems tasteless to a person who is full, but even bitter foods tastes sweet to the hungry.")
}
else if (now.getHours() < 23) {
    document.write("Do not withhold good from those who deserve it, as well you might need help one day.")
}
else if (now.getHours() < 24) {
    document.write("Look straight ahead, fix your eyes on what lies before you, don't get sidetracked")
}

//-->
