var d= new Date("January 19, 2009 00:00:00");
var t = new Date();
var x = d.getTime();
var y = t.getTime();
var day = Math.round((y-x)/(1000*60*60*24));
if (day >= 1096) {day = 1097}; 
document.write("<div style='width:98%; border 1px solid navy;'><center><a href='http://www.stkentigern.i12.com/cc'><img src='http://www.stkentigern.i12.com/cc/title2.gif' style='border:none;'></a><br><span style='font-family:verdana,arial;size:8pt;color:navy;font-weight:bold;'>Day " + day + " of this sequence of readings</span>");
document.write("<iframe style='color:navy;width:98%;height:200px;' src='http://www.stkentigern.i12.com/cc/"+ day +".htm'></iframe><a href='http://bible.gospelcom.net/passage/'target='_blank'style='color:navy;'><b>Look up Scripture passage</b><br>(Hint:copy & paste passage reference above into <i>Enter passage</i> box on lookup page)<br><br></a></center></div>");