//document.write("<center><b><font size='3'>")
now = new Date()
if (now.getDay() == 5)
  document.write("Wahooie ! It's Friday and going to get crowded in the water!")
if (now.getDay() == 6)
  document.write("It's Saturday, Is the swell up?")
if (now.getDay() == 0)
  document.write("It's Sunday, Did you go for the early?")
if (now.getDay() == 1)
  document.write("It's Monday. Try to have a good week! Someone has got to work!")
if (now.getDay() == 2)
  document.write("It's Tuesday. Whew! We got past Monday!! Did you catch the evening glass off?")
if (now.getDay() == 3)
  document.write("It's Wednesday, are you having a good week?")
if (now.getDay() == 4)
  document.write("It's Thursday, the weekend is almost here!")
//document.write("</b></center></font>")
