/* This script copyrighted by D.A. Rorabaugh, 1999 - webmaster@dandello.net. Please keep this notice
in place. */
var day="";
var month="";
var myweekday="";
var year="";
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
myyear= mydate.getYear();
yhours = mydate.getHours();
if(yhours < 3)
daily = "<a href='dayparts/close.html'><img src='dayparts/close.jpg'width='400' height='124' alt='Daily devotions for the Close of Day' /><\/a>"
else if(yhours < 11)
daily = "<a href='dayparts/morn.html'><img src='dayparts/morning.jpg' width='400' height='124' alt='Daily Devotions for the Morning' /><\/a>"
else if(yhours < 16)
daily = "<a href='dayparts/midday.html'><img src='dayparts/midday.jpg'  width='400' height='124' alt='Daily Devotions for the Midday' /><\/a>"
else if(yhours < 21)
daily = "<a href='dayparts/evening.html'><img src='dayparts/evening.jpg'  width='400' height='124' alt='Daily devotions for the Evening' /><\/a>"
else
daily = "<a href='dayparts/close.html'><img src='dayparts/close.jpg'  width='400' height='124' alt='Daily devotions for the Close of Day' /><\/a>";
