document.write("<left><font face=Verdana color=#ffffff size=1 color=FFFFFF>")
now = new Date()
if (now.getDay() == 5)
document.write("&nbsp;Tip of the day: Wahooie!! It's Friday!!!")

if (now.getDay() == 6)
document.write("&nbsp;Tip of the day: It's Saturday, have a good weekend!")

if (now.getDay() == 0)
document.write("&nbsp;Tip of the day: It's Sunday, enjoy your day.")

if (now.getDay() == 1)
document.write("&nbsp;Tip of the day: It's Monday. Try to have a good week!")

if (now.getDay() == 2)
document.write("&nbsp;Tip of the day: It's Tuesday. Whew! We got past Monday!!")

if (now.getDay() == 3)
document.write("&nbsp;Tip of the day: It's Wednesday, are you having a good week?")

if (now.getDay() == 4)
document.write("&nbsp;Tip of the day: It's Thursday, the weekend is almost here!")
document.write("</left></font>")