
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
document.write("<strong>" + "Just For Today: " + "</strong>"  + dayName[now.getDay()] + ", " + monName[now.getMonth()] + " " + now.getDate() + "." )
document.write("<br />")
if (now.getMonth() == 0) document.write("&quot;" + Jan[now.getDate()] + "&quot;")
if (now.getMonth() == 1) document.write("&quot;" + Feb[now.getDate()] + "&quot;")
if (now.getMonth() == 2) document.write("&quot;" + Mar[now.getDate()] + "&quot;")
if (now.getMonth() == 3) document.write("&quot;" + Apr[now.getDate()] + "&quot;")
if (now.getMonth() == 4) document.write("&quot;" + May[now.getDate()] + "&quot;")
if (now.getMonth() == 5) document.write("&quot;" + Jun[now.getDate()] + "&quot;")
if (now.getMonth() == 6) document.write("&quot;" + Jul[now.getDate()] + "&quot;")
if (now.getMonth() == 7) document.write("&quot;" + Aug[now.getDate()] + "&quot;")
if (now.getMonth() == 8) document.write("&quot;" + Sep[now.getDate()] + "&quot;")
if (now.getMonth() == 9) document.write("&quot;" + Oct[now.getDate()] + "&quot;")
if (now.getMonth() == 10) document.write("&quot;" + Nov[now.getDate()] + "&quot;")
if (now.getMonth() == 11) document.write("&quot;" + Dec[now.getDate()] + "&quot;")
//  End -->