//<SCRIPT LANGUAGE="JavaScript">
document.write("<Font color=#008000>")
document.write("<Font size=4>")
//document.write("<center><B>Bible Reading Note for Today</B></center><BR>" )
document.write("<center><B>Bible Reading Note for " + dayName[now.getDay()] + ", " + monName[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear() + ".</I></B></center><BR>" )
document.write("<Font size=3>")
if (now.getMonth() == 0) document.write("<center>&quot;" + Jan[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 1) document.write("<center>&quot;" + Feb[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 2) document.write("<center>&quot;" + Mar[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 3) document.write("<center>&quot;" + Apr[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 4) document.write("<center>&quot;" + May[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 5) document.write("<center>&quot;" + Jun[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 6) document.write("<center>&quot;" + Jul[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 7) document.write("<center>&quot;" + Aug[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 8) document.write("<center>&quot;" + Sep[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 9) document.write("<center>&quot;" + Oct[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 10) document.write("<center>&quot;" + Nov[now.getDate()] + "&quot;</center>")
if (now.getMonth() == 11) document.write("<center>&quot;" + Dec[now.getDate()] + "&quot;</center>")
//</script>
