Instructions:
Copy and Paste the following code into your web page. Please make sure that
you are in HTML or CODE mode and not DESIGN mode
(you need to see the HTML code to paste this code in). Then add your font and
table tags to modify the look. Skill level required is intermediate (experience
with HTML).
<script language="JavaScript">
dayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
now = new Date
document.write("Today's Daily Scripture for " + dayName[now.getDay()] + ", " +
monName[now.getMonth()] + " " + now.getDate())
</script>
</td></tr>
<tr><td>
<script language="javascript" src="http://www.tniv.info/syndicate/web/tniv.txt"></script>
<br><br>
<font size="-2">Provided by <a href="http://www.tniv.info/syndicate/index.php" target="_blank">Today's
New International Version TNIV Bible.</a></font>