<!-- Begin
document.write("<Font color=#ffffff>")
document.write("<center><B><I>" + dayName[now.getDay()] + ", " + monName[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear() + ".</I></B></center><BR>" )
document.write("<Font size=4>")
if (now.getMonth() == 0) document.write("<center><i>&quot;" + Jan[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 1) document.write("<center><i>&quot;" + Feb[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 2) document.write("<center><i>&quot;" + Mar[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 3) document.write("<center><i>&quot;" + Apr[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 4) document.write("<center><i>&quot;" + May[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 5) document.write("<center><i>&quot;" + Jun[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 6) document.write("<center><i>&quot;" + Jul[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 7) document.write("<center><i>&quot;" + Aug[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 8) document.write("<center><i>&quot;" + Sep[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 9) document.write("<center><i>&quot;" + Oct[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 10) document.write("<center><i>&quot;" + Nov[now.getDate()] + "&quot;</i></center>")
if (now.getMonth() == 11) document.write("<center><i>&quot;" + Dec[now.getDate()] + "&quot;</i></center>")
document.write("</Font>")
document.write("<P align=center><B><I></I></B></P>")
document.write("</Font>")
//  End -->
