CINXE.COM
TorahCalendar.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <Hhead> <link rel="shortcut icon" TYPE="image/x-icon" HREF="../FAVICON.ICO"> <title>TorahCalendar.com</title> <meta name="ROBOTS" CONTENT="Index, Follow"> <meta name="DESCRIPTION" CONTENT="A Scriptural, Historical and Scientific Restoration of the Creation Calendar used by Adam, Noah, Moses, the prophets, the Messiah and His Emissaries."> <meta name="KEYWORDS" CONTENT="Torah Calendar, Hebrew Calendar, Creation Calendar, Scriptural Calendar, Jewish Calendar, Messannic Calendar, Hebrew Hour, Hebrew Day, Hebrew Month, Hebrew Year, Jerusalem, Israel, Calendar Restoration, Parashah reading, New Moons, First Crescent, Sunset, Intercalation, Aviv, Barley, Rule of the Equinox, Ephraim, Judah, Nazarite, Messianic Judaism, Messianic Jews, Nazarene Judaism and Nazarene Jews, Restoration Movement, Sacred Name Movement, Sacred Names, True Names, Hebrew Roots, Two Houses, Two House Movement, Sabbaths, Festivals, YHWH, YHVH, Appointed Times, Jewish Calendar, Blood Moons, Tetrad, 7000 Year Canon of Lunar Eclipses, 7000 Year Canon of Solar Eclipses, canon of eclipses, rapture, Year 6000, Festivals, Messiah, two witnesses, 2 witnesses, 7000 Year Calendar, 7000 Year Plan of Elohim, 7000 Year Canon of Lunar Eclipses, eclipse tetrad"> <SCRIPT type="text/JavaScript"> function GMONTH() { if (document.MJUserForm.ZGDay.selectedIndex == 0) { document.MJUserForm.ZGDay.selectedIndex = 1; } document.MJUserForm.ZHMonth.selectedIndex = 0; return true; } function GDAY() { if (document.MJUserForm.ZGMonth.selectedIndex == 0) { document.MJUserForm.ZGMonth.selectedIndex = 1; } document.MJUserForm.ZHMonth.selectedIndex = 0; return true; } function HMONTH() { document.MJUserForm.ZGMonth.selectedIndex = 0; document.MJUserForm.ZGDay.selectedIndex = 0; return true; } </SCRIPT> <style type="text/css"> div, p, a, li, td { -webkit-text-size-adjust:none; } </style> <link rel="stylesheet" type="text/css" href="../TORAH.css" /> </HEAD> <BODY TEXT="#000000" LINK="#1EA0A0" VLINK="#1EA0A0" ALINK="#1EA0A0" BACKGROUND="background.gif" MARGINWIDTH="0" MARGINHEIGHT="0" TOPMARGIN="0" LEFTMARGIN="0"> <script type="text/javascript"> /*********************************************** * Local Time script- ? Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. * Modified to handle Hebrew timing of Days from Jerusalem. ***********************************************/ var YROFF = 6 var hebjdayx = 2460640 var hebrewday = 22 var hebrewmonth = 9 var hebrewyear = 2023 var nummondays = 30 var maxmonths = 13 /* var MomentSalvation = 2459718.61102179 //exact JD moment at Jerusalem of sunrise on May 19, 2022 */ var MomentSalvation = 2460416.63127410 //exact JD moment at Jerusalem of sunrise on Apr 16, 2024 var sunrise0 = 2460638.6773814 var sunset0 = 2460639.1083231 var sunrise1 = 2460639.6779821 var sunset1 = 2460640.1081496 var sunrise2 = 2460640.6785799 var sunset2 = 2460641.1079968 var sunrise3 = 2460641.6791743 var sunset3 = 2460642.1078647 var sunrise4 = 2460642.6797648 var sunset4 = 2460643.1077534 var sunrise5 = 2460643.6803509 var sunset5 = 2460644.107663 var sunrise6 = 2460644.6809321 var sunset6 = 2460645.1075934 var sunrise7 = 2460645.6815077 var sunset7 = 2460646.1075446 var sunrise8 = 2460646.6820774 var sunset8 = 2460647.1075166 var sunrise9 = 2460647.6826404 var sunset9 = 2460648.1075094 var sunrise10 = 2460648.6831963 var sunset10 = 2460649.1075228 var sunrise11 = 2460649.6837444 var sunset11 = 2460650.1075569 var weekdaystxt=["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"] var monthnamtxt=["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"] var hdayofweek=["Yom Ri-shon", "Yom She-ni", "Yom Shli-shi", "Yom Re-vi-i", "Yom Ham-i-shi", "Yom Shi-shi", "Sha-bat"] var hdayofwkfull=["Yom Ri-shon - 1st Day of the Week", "Yom She-ni - 2nd Day of the Week", "Yom Shli-shi - 3rd Day of the Week", "Yom Re-vi-i - 4th Day of the Week", "Yom Ham-i-shi - 5th Day of the Week", "Yom Shi-shi - 6th Day of the Week", "Sha-bat - 7th Day of the Week"] var hourformat=["First", "Second", "Third", "Fourth", "Fifth", "Sixth", "Seventh", "Eighth", "Ninth", "Tenth", "Eleventh", "Twelfth"] function showLocalTime(container, modeval, offsetMinutes, fullsize){ if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) this.fullsize=fullsize this.modeval=modeval // var servertimestring= '11/24/2024 8:57:55 AM' var servertimestring= '11/24/2024 10:57:55 AM' this.localtime=this.serverdate=new Date(servertimestring) this.localtime.setTime(this.serverdate.getTime()+offsetMinutes*60*1000) //add user offset to server time this.updateTime() this.updateContainer() } showLocalTime.prototype.updateTime=function(){ var thisobj=this this.localtime.setSeconds(this.localtime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second } showLocalTime.prototype.updateContainer=function(){ var thisobj=this var yearval=this.localtime.getFullYear() var monthval=monthnamtxt[this.localtime.getMonth()] var dayval=this.localtime.getDate() var hour=this.localtime.getHours() var minutes=this.localtime.getMinutes() var seconds=this.localtime.getSeconds() var AMPM=(hour>=12)? "PM" : "AM" var dayofweek=weekdaystxt[this.localtime.getDay()] // Modification for determining real time UTC by MJ: var UTCyear=yearval var UTCmonth=(1+this.localtime.getMonth()) var UTCday=dayval var UTChour=(hour-2) var UTCminutes=minutes var UTCseconds=seconds if (UTCmonth<3) { UTCyear=UTCyear-1 UTCmonth=UTCmonth+12 } var avar=Math.floor(UTCyear/100) var bvar=2-avar+Math.floor(avar/4) var jdnow=Math.floor(365.25*(UTCyear+4716)) + Math.floor(30.60001*(UTCmonth+1))+UTCday+bvar-1524.5 jdnow=jdnow+((UTChour)+UTCminutes/60+UTCseconds/3600)/24+0 var SalTimeRemaining = (MomentSalvation - jdnow) + 0.000005787037 var SalDays = Math.floor(SalTimeRemaining) var SalTime = SalTimeRemaining - SalDays var SalHoursFull = SalTime * 24 var SalHours = Math.floor(SalHoursFull) var SalMinsFull = (SalHoursFull - SalHours) * 60 var SalMins = Math.floor(SalMinsFull) var SalSecsFull = (SalMinsFull - SalMins) * 60 var SalSecs = Math.floor(SalSecsFull) var displayday=hebrewday var displaymonth=hebrewmonth var displayyear=hebrewyear var jdayxx=hebjdayx //was this = Math.floor(jdnow) var creationday=jdayxx var displayadd=0 var night = 0 // night=1, day=0 var timestart = 0 var timeend = 0 var decision = 0 var daylength = 0 if (jdnow>2460638.6773814) { decision = 1 night=0 timestart = 2460638.6773814 timeend = 2460639.1083231 daylength = 0.999805999919772 } if (jdnow>2460639.1083231) { decision = 2 night=1 timestart = 2460639.1083231 timeend = 2460639.6779821 daylength = 0.999826500192285 } if (jdnow>sunrise1) { decision = 3 night=0 timestart = sunrise1 timeend = sunset1 daylength = sunset1 - sunset0 } if (jdnow>sunset1) { decision = 4 night=1 displayadd=1 timestart = sunset1 timeend = sunrise2 daylength = sunset2 - sunset1 } if (jdnow>sunrise2) { decision = 5 night=0 timestart = sunrise2 timeend = sunset2 daylength = sunset2 - sunset1 } if (jdnow>sunset2) { decision = 6 night=1 displayadd=2 timestart = sunset2 timeend = sunrise3 daylength = sunset3 - sunset2 } if (jdnow>sunrise3) { decision = 7 night=0 timestart = sunrise3 timeend = sunset3 daylength = sunset3 - sunset2 } if (jdnow>sunset3) { night=1 displayadd=3 timestart = sunset3 timeend = sunrise4 daylength = sunset4 - sunset3 } if (jdnow>sunrise4) { night=0 timestart = sunrise4 timeend = sunset4 daylength = sunset4 - sunset3 } if (jdnow>sunset4) { night=1 displayadd=4 timestart = sunset4 timeend = sunrise5 daylength = sunset5 - sunset4 } if (jdnow>sunrise5) { night=0 timestart = sunrise5 timeend = sunset5 daylength = sunset5 - sunset4 } if (jdnow>sunset5) { night=1 displayadd=5 timestart = sunset5 timeend = sunrise6 daylength = sunset6 - sunset5 } if (jdnow>sunrise6) { night=0 timestart = sunrise6 timeend = sunset6 daylength = sunset6 - sunset5 } if (jdnow>sunset6) { night=1 displayadd=6 timestart = sunset6 timeend = sunrise7 daylength = sunset7 - sunset6 } if (jdnow>sunrise7) { night=0 timestart = sunrise7 timeend = sunset7 daylength = sunset7 - sunset6 } if (jdnow>sunset7) { night=1 displayadd=7 timestart = sunset7 timeend = sunrise8 daylength = sunset8 - sunset7 } if (jdnow>sunrise8) { night=0 timestart = sunrise8 timeend = sunset8 daylength = sunset8 - sunset7 } if (jdnow>sunset8) { night=1 displayadd=8 timestart = sunset8 timeend = sunrise9 daylength = sunset9 - sunset8 } if (jdnow>sunrise9) { night=0 timestart = sunrise9 timeend = sunset9 daylength = sunset9 - sunset8 } if (jdnow>sunset9) { night=1 displayadd=9 timestart = sunset9 timeend = sunrise10 daylength = sunset10 - sunset9 } if (jdnow>sunrise10) { night=0 timestart = sunrise10 timeend = sunset10 daylength = sunset10 - sunset9 } if (jdnow>sunset10) { window.location.replace("../") } displayday=hebrewday+displayadd creationday=jdayxx+displayadd if (displayday>nummondays) { displayday=displayday-nummondays displaymonth=hebrewmonth+1 } if (displaymonth>maxmonths) { displaymonth=1 displayyear=hebrewyear+1 } var hweekday=Math.floor(7*(((creationday+1.01)/7) - Math.floor((creationday+1.01)/7))) var UTCdayofweek=hdayofweek[hweekday] var mode=this.modeval var hebrewhourfull = Math.floor(12000*(jdnow-timestart)/(timeend-timestart))/1000 var hebrewhour = Math.floor(hebrewhourfull) //display hebrew hours var hebhrtext=hourformat[hebrewhour] var watch= Math.floor(4*(jdnow-timestart)/(timeend-timestart)) //watch hours // countdown to next hour var nexthourx =(timestart+(((hebrewhour+1)/12)*(timeend-timestart))-jdnow+(1/172800))*24 var nexthour = Math.floor(nexthourx) var nextminsx = (nexthourx-nexthour)*60 var nextmins = Math.floor(nextminsx) var nextsecs = Math.floor((nextminsx-nextmins)*60) var nexthrtxt = 0 nexthour = "0"+nexthour if (nextmins<10) { nextmins = "0"+nextmins } if (nextsecs<10) { nextsecs = "0"+nextsecs } var nexthrtxt = nexthour+":"+nextmins+":"+nextsecs var nexthrtxtx = nexthrtxt nexthrtxt = nexthrtxt+" until next Hebrew Hour" var hourlengthx = ((timeend-timestart)*2) var hourlength = Math.floor(hourlengthx) var hourminlenx = ((hourlengthx-hourlength)*60) var hourminlen = Math.floor(hourminlenx) var hourseclen = Math.floor((hourminlenx-hourminlen)*60) hourlength = "0"+hourlength if (hourminlen < 10) { hourminlen = "0"+hourminlen } if (hourseclen < 10) { hourseclen = "0"+hourseclen } if (night==1) { hourlength="A Hebrew Night Hour is "+hourlength+":"+hourminlen+":"+hourseclen+" today" } else { hourlength="A Hebrew Day Hour is "+hourlength+":"+hourminlen+":"+hourseclen+" today" } var hebhrshort=hebhrtext if (night==1) { hebhrshort=hebhrtext+" Hour of the Night" } else { hebhrshort=hebhrtext+" Hour of the Day" } if (night==1) { hebhrtext=hebhrtext+" Hour - "+hourformat[watch]+" Watch of the Night" } else { hebhrtext=hebhrtext+" Hour of the Day" } var length =Math.floor(698.5*(jdnow-timestart)/(timeend-timestart)) //698 is sun path dia // calculate duration of this Hebrew Day in hours: var daylengthx = (daylength+(1/172800))*24 var daylenhour = Math.floor(daylengthx) var daylenminx = (daylengthx-daylenhour)*60 var daylenmins = Math.floor(daylenminx) var daylensecs = Math.floor((daylenminx-daylenmins)*60) if (daylenmins < 10) { daylenmins = "0"+daylenmins } if (daylensecs < 10) { daylensecs = "0"+daylensecs } var daylentxt = daylenhour+":"+daylenmins+":"+daylensecs // type3 calculations: var remaintime = timeend-jdnow var countdown = (remaintime+(1/172800))*24 //hours rounded to nearest second var counthours = Math.floor(countdown) //hours var countminsx = (countdown-counthours)*60 var countmins = Math.floor(countminsx) //minutes var countsecs = Math.floor((countminsx-countmins)*60) //minutes var counttext = 0 if (counthours<10) { counthours = "0"+counthours } if (countmins<10) { countmins = "0"+countmins } if (countsecs<10) { countsecs = "0"+countsecs } if (night==1) { counttext = counthours+":"+countmins+":"+countsecs+" until Sunrise" } else { counttext = counthours+":"+countmins+":"+countsecs+" until Sunset" } var counttext2 = " " if (night==1) { counttext2 = "<FONT STYLE=$#34;font-size:20pt $#34;>" +counthours+":"+countmins+":"+countsecs+"</FONT> until Sunrise" } else { counttext2 = "<FONT STYLE=$#34;font-size:20pt $#34;>" +counthours+":"+countmins+":"+countsecs+"</FONT> until Sunset" } // stuff for moving sunpic object var yoffset=this.fullsize var originx = 363-15 var originy = yoffset+364-15 // 224+364-14 yoffset var sradius = 334 //begin position calculations var dangbgn = 183 // degrees var dangend = 360-(dangbgn-180) var dangtot = 360-(dangend-dangbgn) var nangbgn = dangend var nangend = dangbgn var nangtot = 360-dangtot // debug stuff // var hourbug = 12 //night = 1 //jdnow = timestart+hourbug*(timeend-timestart)/12 if (night==0) { var angle = dangbgn-(dangtot*(jdnow-timestart)/(timeend-timestart)) } else { var angle = nangbgn-(nangtot*(jdnow-timestart)/(timeend-timestart)) } //angle=nangend var angler = angle*(Math.PI/180) //convert to radians var xpos = Math.floor( 0.5+originx+(sradius*Math.cos(angler)) ) var ypos = Math.floor( 0.5+originy-(sradius*Math.sin(angler)) ) if (mode=="type4") { var sunpicobj sunpicobj = document.getElementById("sunpic").style sunpicobj.left = xpos+"px"; sunpicobj.top = ypos+"px"; var sunnightobj sunnightobj = document.getElementById("nightpic").style sunnightobj.left = xpos+"px"; sunnightobj.top = ypos+"px"; var timehour = hebrewhour+1 // process the text color of the watches: // if (night==1 && timehour>0 && timehour<4) { document.getElementById("watch1").style.color="#00FF00" } if (night==1 && timehour>3 && timehour<7) { document.getElementById("watch1").style.color="#6666CC" document.getElementById("watch2").style.color="#00FF00" } if (night==1 && timehour>6 && timehour<10) { document.getElementById("watch2").style.color="#6666CC" document.getElementById("watch3").style.color="#00FF00" } if (night==1 && timehour>9 && timehour<13) { document.getElementById("watch3").style.color="#6666CC" document.getElementById("watch4").style.color="#00FF00" } if (night==0) { document.getElementById("watch1").style.color="#6666CC" document.getElementById("watch2").style.color="#6666CC" document.getElementById("watch3").style.color="#6666CC" document.getElementById("watch4").style.color="#6666CC" } if (night==1 && timehour==1) { document.getElementById("day12").style.color="#9E8873" document.getElementById("nite1").style.color="#00FF00" } if (night==1 && timehour==2) { document.getElementById("nite1").style.color="#6666CC" document.getElementById("nite2").style.color="#00FF00" } if (night==1 && timehour==3) { document.getElementById("nite2").style.color="#6666CC" document.getElementById("nite3").style.color="#00FF00" } if (night==1 && timehour==4) { document.getElementById("nite3").style.color="#6666CC" document.getElementById("nite4").style.color="#00FF00" } if (night==1 && timehour==5) { document.getElementById("nite4").style.color="#6666CC" document.getElementById("nite5").style.color="#00FF00" } if (night==1 && timehour==6) { document.getElementById("nite5").style.color="#6666CC" document.getElementById("nite6").style.color="#00FF00" } if (night==1 && timehour==7) { document.getElementById("nite6").style.color="#6666CC" document.getElementById("nite7").style.color="#00FF00" } if (night==1 && timehour==8) { document.getElementById("nite7").style.color="#6666CC" document.getElementById("nite8").style.color="#00FF00" } if (night==1 && timehour==9) { document.getElementById("nite8").style.color="#6666CC" document.getElementById("nite9").style.color="#00FF00" } if (night==1 && timehour==10) { document.getElementById("nite9").style.color="#6666CC" document.getElementById("nite10").style.color="#00FF00" } if (night==1 && timehour==11) { document.getElementById("nite10").style.color="#6666CC" document.getElementById("nite11").style.color="#00FF00" } if (night==1 && timehour==12) { document.getElementById("nite11").style.color="#6666CC" document.getElementById("nite12").style.color="#00FF00" } // daytime: if (night==0 && timehour==1) { document.getElementById("nite12").style.color="#6666CC" document.getElementById("day1").style.color="#0000FF" } if (night==0 && timehour==2) { document.getElementById("day1").style.color="#9E8873" document.getElementById("day2").style.color="#0000FF" } if (night==0 && timehour==3) { document.getElementById("day2").style.color="#AF967F" document.getElementById("day3").style.color="#0000FF" } if (night==0 && timehour==4) { document.getElementById("day3").style.color="#AF967F" document.getElementById("day4").style.color="#0000FF" } if (night==0 && timehour==5) { document.getElementById("day4").style.color="#AF967F" document.getElementById("day5").style.color="#0000FF" } if (night==0 && timehour==6) { document.getElementById("day5").style.color="#AF967F" document.getElementById("day6").style.color="#0000FF" } if (night==0 && timehour==7) { document.getElementById("day6").style.color="#AF967F" document.getElementById("day7").style.color="#0000FF" } if (night==0 && timehour==8) { document.getElementById("day7").style.color="#AF967F" document.getElementById("day8").style.color="#0000FF" } if (night==0 && timehour==9) { document.getElementById("day8").style.color="#AF967F" document.getElementById("day9").style.color="#0000FF" } if (night==0 && timehour==10) { document.getElementById("day9").style.color="#AF967F" document.getElementById("day10").style.color="#0000FF" } if (night==0 && timehour==11) { document.getElementById("day10").style.color="#AF967F" document.getElementById("day11").style.color="#0000FF" } if (night==0 && timehour==12) { document.getElementById("day11").style.color="#AF967F" document.getElementById("day12").style.color="#0000FF" } var dayportion = "x" if (night==1) { dayportion = "until Sunrise" } else { dayportion = "until Sunset" } document.getElementById("rem1").innerHTML=nexthrtxtx document.getElementById("rem2").innerHTML=counthours+":"+countmins+":"+countsecs document.getElementById("rem3").innerHTML=dayportion this.container.innerHTML= "Currently in Jerusalem it is:<BR>"+hdayofwkfull[hweekday]+"<BR>Day "+displayday+" of Month "+displaymonth +"<BR>"+ hebhrtext //hebhrshort +"<BR>("+hourlength+")" +"<BR> (Duration of this Hebrew Day: "+daylentxt+")" } if (mode=="type3") { this.container.innerHTML=counttext } if (mode=="type1") { this.container.innerHTML=formatField(hour, 1)+":"+formatField(minutes) +":"+formatField(seconds)+" "+AMPM+", "+dayofweek+", "+monthval+" "+formatField(dayval) +", "+yearval+" C.E.<BR>"+UTCdayofweek+", Day "+displayday+" of Month "+displaymonth +" on the Creation Calendar<BR>"+hebhrtext +"<BR>"+counttext } if (mode=="type2") { this.container.innerHTML="Day "+displayday+"<BR>Month "+displaymonth } setTimeout(function(){thisobj.updateContainer()}, 1000) //update container every second } function formatField(num, isHour){ if (typeof isHour!="undefined"){ //if this is the hour field var hour=(num>12)? num-12 : num return (hour==0)? 12 : hour } return (num<=9)? "0"+num : num//if this is minute or sec field } </script> <CENTER> <TABLE width="950" cellpadding="0" cellspacing="0" border="0"> <TR> <TD height="35" border="0" width="950" align="left" valign="top" > <IMG SRC="../ART/CLEAR.gif" WIDTH="1" HEIGHT="35" BORDER="0"> </TD> </TR> <TR> <TD background="../ART/SCROLLBACK2.png" border="0" width="950" align="left" valign="top" > <DIV ALIGN = "left" STYLE="position:relative; left:0px; top:0px; width:950px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; color:#000000"> <DIV ALIGN = "left" STYLE="position:absolute; left:0px; top:-9px; width:200px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <IMG SRC="../ART/TORAH_IMAGE.png" WIDTH="200" HEIGHT="200" BORDER="0"> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; left:0px; top:-10px; width:950px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <IMG SRC="../ART/TOPBACK2.jpg" WIDTH="950" HEIGHT="235" BORDER="0" USEMAP="#HOMEBUTTON"> <MAP NAME="HOMEBUTTON"> <AREA SHAPE="rect" COORDS="798,50,911,190" HREF="../"> </MAP> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; left:-142px; top:165px; width:506px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; color:#000000"> <IMG SRC="../ART/SCROLLTOP.gif" WIDTH="506" HEIGHT="140" BORDER="0"> </DIV> <DIV ALIGN="right" STYLE="position:absolute; z-index:20; left:312px; top:215px; width:600px; padding:000px; line-height:114%; font-family:arial; font-size:10pt; font-weight:bold; color:#8B099C"> <p> <span id="timecontainer1"></span> </p> <script type="text/javascript"> new showLocalTime("timecontainer1", "type1", 420) </script> </DIV> <DIV STYLE="position:absolute; left:263px; top:70px; width:220px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <DIV ALIGN = "left" STYLE="position:absolute; left:0px; top:20px; width:300px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; color:#000000"> <P class="normal"> Creation Calendar </P> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; left:1px; top:46px; width:270px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; line-height:9pt; color:#000000"> <P class="normal"> The Creation Calendar shows Hebrew<BR> Months which begin at each new moon.<BR> Enter the Gregorian Calendar date to see<BR> the corresponding Hebrew Month, OR <BR> a Hebrew Month and Gregorian year. </P> </DIV> </DIV> <FORM NAME="MJUserForm" METHOD="post" ACTION="../checkyear.asp"> <DIV STYLE="position:absolute; left:532px; top:11px; width:220px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <DIV ALIGN = "center" STYLE="position:absolute; z-index:25; left:-19px; top:62px; width:260px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; color:#FF0000"> <P class="normal">   </P> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:8px; top:10px; width:220px; padding:0px; font-family:arial;font-size:11pt; font-weight:bold; color:#000000"> <P class="normal"> Select by Day, Month, Year: </P> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:52px; top:34px; width:10px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <SELECT NAME="ZGMonth" SIZE="1" ONCHANGE="GMONTH()" STYLE="width:60px; height:22px; font-size:10pt; " > <OPTION Value=0 > </OPTION> <OPTION Value=1 >Jan</OPTION> <OPTION Value=2 >Feb</OPTION> <OPTION Value=3 >Mar</OPTION> <OPTION Value=4 >Apr</OPTION> <OPTION Value=5 >May</OPTION> <OPTION Value=6 >Jun</OPTION> <OPTION Value=7 >Jul</OPTION> <OPTION Value=8 >Aug</OPTION> <OPTION Value=9 >Sep</OPTION> <OPTION Value=10 >Oct</OPTION> <OPTION Value=11 SELECTED>Nov</OPTION> <OPTION Value=12 >Dec</OPTION> </SELECT> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:-1px; top:34px; width:10px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <SELECT NAME="ZGDay" SIZE="1" ONCHANGE="GDAY()" STYLE="width:50px; height:22px; font-size:10pt; " > <OPTION Value=0 > </OPTION> <OPTION Value=1 >1</OPTION> <OPTION Value=2 >2</OPTION> <OPTION Value=3 >3</OPTION> <OPTION Value=4 >4</OPTION> <OPTION Value=5 >5</OPTION> <OPTION Value=6 >6</OPTION> <OPTION Value=7 >7</OPTION> <OPTION Value=8 >8</OPTION> <OPTION Value=9 >9</OPTION> <OPTION Value=10 >10</OPTION> <OPTION Value=11 >11</OPTION> <OPTION Value=12 >12</OPTION> <OPTION Value=13 >13</OPTION> <OPTION Value=14 >14</OPTION> <OPTION Value=15 >15</OPTION> <OPTION Value=16 >16</OPTION> <OPTION Value=17 >17</OPTION> <OPTION Value=18 >18</OPTION> <OPTION Value=19 >19</OPTION> <OPTION Value=20 >20</OPTION> <OPTION Value=21 >21</OPTION> <OPTION Value=22 >22</OPTION> <OPTION Value=23 >23</OPTION> <OPTION Value=24 SELECTED>24</OPTION> <OPTION Value=25 >25</OPTION> <OPTION Value=26 >26</OPTION> <OPTION Value=27 >27</OPTION> <OPTION Value=28 >28</OPTION> <OPTION Value=29 >29</OPTION> <OPTION Value=30 >30</OPTION> <OPTION Value=31 >31</OPTION> </SELECT> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:115px; top:34px; width:10px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <INPUT NAME="ZYear" SIZE="4" VALUE="2024" STYLE="width:40px; height:15px; font-size:10pt; " > </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:170px; top:27px; width:10px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; color:#000000"> <INPUT CHECKED TYPE="radio" NAME="ZCEFlag" VALUE="1"> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:190px; top:29px; width:60px; padding:0px; font-family:arial;font-size:8pt; font-weight:normal; color:#000000"> <P class="normal"> <I>C.E.</I> </P> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:170px; top:45px; width:10px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; color:#000000"> <INPUT TYPE="radio" NAME="ZCEFlag" VALUE="0"> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:190px; top:47px; width:60px; padding:0px; font-family:arial;font-size:8pt; font-weight:normal; color:#000000"> <P class="normal"> <I>B.C.E.</I> </P> </DIV> <DIV ALIGN = "center" STYLE="position:absolute; z-index:25; left:0px; top:74px; width:220px; padding:0px; font-family:arial;font-size:16pt; font-weight:bold; color:#000000"> <P class="normal"> OR </P> </DIV> <DIV ALIGN = "center" STYLE="position:absolute; z-index:25; left:0px; top:96px; width:220px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; color:#000000"> <P class="normal"> by Hebrew Month: </P> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:8px; top:118px; width:117px; padding:0px; font-family:arial;font-size:11pt; font-weight:bold; color:#000000"> <P class="normal"> Hebrew Month: </P> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:122px; top:116px; width:10px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <SELECT NAME="ZHMonth" SIZE="1" ONCHANGE="HMONTH()" STYLE="width:50px; height:22px; font-size:10pt; " > <OPTION Value=0 > </OPTION> <OPTION Value=1 >1</OPTION> <OPTION Value=2 >2</OPTION> <OPTION Value=3 >3</OPTION> <OPTION Value=4 >4</OPTION> <OPTION Value=5 >5</OPTION> <OPTION Value=6 >6</OPTION> <OPTION Value=7 >7</OPTION> <OPTION Value=8 >8</OPTION> <OPTION Value=9 SELECTED>9</OPTION> <OPTION Value=10 >10</OPTION> <OPTION Value=11 >11</OPTION> <OPTION Value=12 >12</OPTION> <OPTION Value=13 >13</OPTION> </SELECT> </DIV> <DIV ALIGN = "left" STYLE="position:absolute; z-index:25; left:44px; top:155px; width:100px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <INPUT TYPE="submit" value="View Calendar" STYLE="width:150px; cursor: pointer; height:26px; font-size:11pt; font-weight:bold; border-radius: 12px; border-width: 2px; "> </DIV> </DIV> </FORM> <DIV STYLE="position:absolute; left:0px; top:294px; width:222px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <SCRIPT LANGUAGE="Javascript"> <!-- Begin hiding from old browsers // Scriptures Scroll Viewer: // //#### var popupflag = 0 // when set, reloads try to use same window position /****************************************** * Popup Box- By Jim Silver @ jimsilver47@yahoo.com * Visit http://www.dynamicdrive.com/ for full source code * This notice must stay intact for use ******************************************/ var ns4=document.layers var ie4=document.all var ns6=document.getElementById&&!document.all //drag drop function for NS 4//// ///////////////////////////////// var dragswitch=0 var nsx var nsy var nstemp function drag_dropns(name) { if (!ns4) return temp=eval(name) temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP) temp.onmousedown=gons temp.onmousemove=dragns temp.onmouseup=stopns } function gons(e) { temp.captureEvents(Event.MOUSEMOVE) nsx=e.x nsy=e.y } function dragns(e) { if (dragswitch == 1) { temp.moveBy(e.x-nsx, e.y-nsy) return false } } function stopns() { temp.releaseEvents(Event.MOUSEMOVE) } //drag drop function for ie4+ and NS6//// ///////////////////////////////// function drag_drop(e) { if (ie4 && dragapproved) { xpos = tempx+event.clientX-offsetx ypos = tempy+event.clientY-offsety crossobj.style.left= xpos crossobj.style.top = ypos return false } else if (ns6 && dragapproved) { xpos = tempx+e.clientX-offsetx ypos = tempy+e.clientY-offsety crossobj.style.left= xpos + "px" crossobj.style.top = ypos + "px" return false } } function initializedrag(e) { crossobj=ns6? document.getElementById("showimage") : document.all.showimage var firedobj=ns6? e.target : event.srcElement var topelement=ns6? "html" : document.compatMode && document.compatMode != "BackCompat"? "documentElement" : "body" while (firedobj.tagName != topelement.toUpperCase() && firedobj.id != "dragbar") { firedobj=ns6? firedobj.parentNode : firedobj.parentElement } if (firedobj.id == "dragbar") { offsetx=ie4? event.clientX : e.clientX offsety=ie4? event.clientY : e.clientY tempx=parseInt(crossobj.style.left) tempy=parseInt(crossobj.style.top) dragapproved=true document.onmousemove=drag_drop } } document.onmouseup=new Function("dragapproved=false") ////drag drop functions end here////// function hidebox() { popupflag = 0 crossobj=ns6? document.getElementById("showimage") : document.all.showimage if ( ie4 || ns6 ) { crossobj.style.visibility="hidden" } else if (ns4) { document.showimage.visibility="hide" } } var cursorx = 1 var cursory = 1 var ytopoffset = 1 var vsize = screen.height var hsize = screen.width var xpos = 1 var ypos = 1 var boxwidth = 400 var boxheight = 290 var iebody=(document.compatMode && document.compatMode != "BackCompat")? document.documentElement : document.body var pageoffsety = 23 var pageoffsetx = 24 var left728 = 210+(hsize-950)/2 var mej_x_shft =400 function openframe(n,b,c,v,ec,ev,event) { pageoffsety = document.all? iebody.scrollTop : pageYOffset pageoffsetx = document.all? iebody.scrollLeft : pageXOffset cursorx = event.clientX cursory = event.clientY ytopoffset = event.screenY - cursory // height of the browser's header // Changed hsize to "hsize/3" to correct having Scripture Scroll pop up on right side in Firefox (June 6 '13) if (popupflag > 0) { if (ypos < (pageoffsety-boxheight+20) ) { ypos = pageoffsety + 150 xpos = pageoffsetx + hsize/3 - boxwidth - 180 +mej_x_shft } if (ypos > (pageoffsety+vsize-ytopoffset-80) ) { ypos = pageoffsety + 150 xpos = pageoffsetx + hsize/3 - boxwidth - 180 +mej_x_shft } xpos = xpos if (xpos < (pageoffsetx-boxwidth+110) ) { xpos = pageoffsetx + 150 +mej_x_shft } if (xpos > (pageoffsetx + hsize - 110) ) { xpos = pageoffsetx + 800 +mej_x_shft } } else { xpos = pageoffsetx + hsize/3 - boxwidth - 180 +mej_x_shft ypos = pageoffsety + 80 } popupflag = 1 //new windows attempt to reload existing if set url="../VERSEVIEW.asp?Book="+b+"&Chap="+c+"&Verse="+v+"&EChap="+ec+"&EVerse="+ev document.getElementById("myframe").src=url document.getElementById("showimage").style.visibility="visible" document.getElementById("showimage").style.left = xpos + "px" document.getElementById("showimage").style.top = ypos + "px" document.getElementById(("SCR"+n)).style.color="#9900FF" document.getElementById(("SCR"+n)).style.textDecoration="none" } function coloron(n) { document.getElementById(("SCR"+n)).style.color="#0000FF" document.getElementById(("SCR"+n)).style.cursor="pointer" document.getElementById(("SCR"+n)).style.textDecoration="underline" document.getElementById(("SCR"+n)).style.top="-1px" } function coloroff(n) { document.getElementById(("SCR"+n)).style.color="#000000" document.getElementById(("SCR"+n)).style.textDecoration="none" document.getElementById(("SCR"+n)).style.top="0px" } function coloroffgray(n) // for gray texts { document.getElementById(("SCR"+n)).style.color="#868A97" document.getElementById(("SCR"+n)).style.textDecoration="none" document.getElementById(("SCR"+n)).style.top="0px" } function coloroffalepo(n) // for the Alepo Codex Isaiah 53 Verse { document.getElementById(("SCR"+n)).style.color="#C1BC95" document.getElementById(("SCR"+n)).style.textDecoration="none" document.getElementById(("SCR"+n)).style.top="0px" } // end of Scripture Scroll Viewer ///////////////////////////////// PicNorm01 = new Image(210,30) PicNorm01.src = "../ART/HomeNorm.gif" PicPress01 = new Image(210,30) PicPress01.src = "../ART/HomePress.gif" PicNorm02 = new Image(210,30) PicNorm02.src = "../ART/RestoreNorm.gif" PicPress02 = new Image(210,30) PicPress02.src = "../ART/RestorePress.gif" PicNorm03 = new Image(210,30) PicNorm03.src = "../ART/UsingNorm.gif" PicPress03 = new Image(210,30) PicPress03.src = "../ART/UsingPress.gif" PicNorm040 = new Image(210,30) PicNorm040.src = "../ART/HourNorm.gif" PicPress040 = new Image(210,30) PicPress040.src = "../ART/HourPress.gif" PicNorm04 = new Image(210,30) PicNorm04.src = "../ART/DayNorm.gif" PicPress04 = new Image(210,30) PicPress04.src = "../ART/DayPress.gif" PicNorm05 = new Image(210,30) PicNorm05.src = "../ART/MonthNorm.gif" PicPress05 = new Image(210,30) PicPress05.src = "../ART/MonthPress.gif" PicNorm06 = new Image(210,30) PicNorm06.src = "../ART/YearNorm.gif" PicPress06 = new Image(210,30) PicPress06.src = "../ART/YearPress.gif" PicNorm07 = new Image(210,30) PicNorm07.src = "../ART/ParashahNorm.gif" PicPress07 = new Image(210,30) PicPress07.src = "../ART/ParashahPress.gif" PicNorm08 = new Image(210,30) PicNorm08.src = "../ART/ArticlesNorm.gif" PicPress08 = new Image(210,30) PicPress08.src = "../ART/ArticlesPress.gif" PicNorm09 = new Image(210,30) PicNorm09.src = "../ART/TestNorm.gif" PicPress09 = new Image(210,30) PicPress09.src = "../ART/TestPress.gif" PicNorm10 = new Image(210,30) PicNorm10.src = "../ART/ScripturesNorm.gif" PicPress10 = new Image(210,30) PicPress10.src = "../ART/ScripturesPress.gif" PicNorm11 = new Image(210,30) PicNorm11.src = "../ART/QuestionNorm.gif" PicPress11 = new Image(210,30) PicPress11.src = "../ART/QuestionPress.gif" PicNorm12 = new Image(210,30) PicNorm12.src = "../ART/PlanNorm.gif" PicPress12 = new Image(210,30) PicPress12.src = "../ART/PlanPress.gif" PicNorm13 = new Image(210,30) PicNorm13.src = "../ART/TimelineNorm.gif" PicPress13 = new Image(210,30) PicPress13.src = "../ART/TimelinePress.gif" PicNorm14 = new Image(210,30) PicNorm14.src = "../ART/FAQNorm.gif" PicPress14 = new Image(210,30) PicPress14.src = "../ART/FAQPress.gif" PicNorm15 = new Image(210,30) PicNorm15.src = "../ART/ResearchNorm.gif" PicPress15 = new Image(210,30) PicPress15.src = "../ART/ResearchPress.gif" function ShowNorm01() { document.button1.src = PicNorm01.src; return true; } function ShowPress01() { document.button1.src = PicPress01.src; return true; } function ShowNorm02() { document.button2.src = PicNorm02.src; return true; } function ShowPress02() { document.button2.src = PicPress02.src; return true; } function ShowNorm03() { document.button3.src = PicNorm03.src; return true; } function ShowPress03() { document.button3.src = PicPress03.src; return true; } function ShowNorm040() { document.button4H.src = PicNorm040.src; return true; } function ShowPress040() { document.button4H.src = PicPress040.src; return true; } function ShowNorm04() { document.button4.src = PicNorm04.src; return true; } function ShowPress04() { document.button4.src = PicPress04.src; return true; } function ShowNorm05() { document.button5.src = PicNorm05.src; return true; } function ShowPress05() { document.button5.src = PicPress05.src; return true; } function ShowNorm06() { document.button6.src = PicNorm06.src; return true; } function ShowPress06() { document.button6.src = PicPress06.src; return true; } function ShowNorm07() { document.button7.src = PicNorm07.src; return true; } function ShowPress07() { document.button7.src = PicPress07.src; return true; } function ShowNorm08() { document.button8.src = PicNorm08.src; return true; } function ShowPress08() { document.button8.src = PicPress08.src; return true; } function ShowNorm09() { document.button9.src = PicNorm09.src; return true; } function ShowPress09() { document.button9.src = PicPress09.src; return true; } function ShowNorm10() { document.button10.src = PicNorm10.src; return true; } function ShowPress10() { document.button10.src = PicPress10.src; return true; } function ShowNorm11() { document.button11.src = PicNorm11.src; return true; } function ShowPress11() { document.button11.src = PicPress11.src; return true; } function ShowNorm12() { document.button12.src = PicNorm12.src; return true; } function ShowPress12() { document.button12.src = PicPress12.src; return true; } function ShowNorm13() { document.button13.src = PicNorm13.src; return true; } function ShowPress13() { document.button13.src = PicPress13.src; return true; } function ShowNorm14() { document.button14.src = PicNorm14.src; return true; } function ShowPress14() { document.button14.src = PicPress14.src; return true; } function ShowNorm15() { document.button15.src = PicNorm15.src; return true; } function ShowPress15() { document.button15.src = PicPress15.src; return true; } // - stop hiding --> </SCRIPT> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:20px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../" onMouseOver = "ShowPress01()" onMouseOut = "ShowNorm01()"> <IMG NAME="button1" SRC="../ART/HomeNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:50px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../ABOUT.asp" onMouseOver = "ShowPress02()" onMouseOut = "ShowNorm02()"> <IMG NAME="button2" SRC="../ART/RestoreNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:80px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../USINGCAL.asp" onMouseOver = "ShowPress03()" onMouseOut = "ShowNorm03()"> <IMG NAME="button3" SRC="../ART/UsingNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:110px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../HOUR.asp" onMouseOver = "ShowPress040()" onMouseOut = "ShowNorm040()"> <IMG NAME="button4H" SRC="../ART/HourNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:140px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../SUNSET.asp" onMouseOver = "ShowPress04()" onMouseOut = "ShowNorm04()"> <IMG NAME="button4" SRC="../ART/DayNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:170px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../MOON.asp" onMouseOver = "ShowPress05()" onMouseOut = "ShowNorm05()"> <IMG NAME="button5" SRC="../ART/MonthNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:200px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../ORBITS.asp" onMouseOver = "ShowPress06()" onMouseOut = "ShowNorm06()"> <IMG NAME="button6" SRC="../ART/YearNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:230px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../PARASHAH.asp" onMouseOver = "ShowPress07()" onMouseOut = "ShowNorm07()"> <IMG NAME="button7" SRC="../ART/ParashahNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "left" STYLE="position:absolute;z-index:92; left:6px; top:260px; width:220px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <A HREF="../ARCHIVES.asp" onMouseOver = "ShowPress08()" onMouseOut = "ShowNorm08()"> <IMG NAME="button8" SRC="../ART/ArticlesNorm.gif" WIDTH="210" HEIGHT="30" BORDER="0"> </A> </DIV> <DIV ALIGN = "center" STYLE="position:absolute; left:0px; top:340px; width:222px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#000000"> <IMG SRC="../ART/ISAIAH_53_stretch.gif" WIDTH="204" HEIGHT="663" BORDER="0"> </DIV> <DIV ALIGN = "center" STYLE="position:absolute; left:0px; top:1005px; width:222px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; line-height:8pt; color:#C1BC95"> <P class="normal"> <SPAN id="SCR1" STYLE="position:relative;" onclick="openframe(1,23,53,1,53,12,event)" onmouseover="coloron(1)" onmouseout="coloroffalepo(1)"> Isaiah 53 </SPAN> from the Aleppo Codex </p> <P class="normal" style="text-align:justify; margin:1pt 16pt;"> <br> <br> <br> Who has believed Our report? And to whom has the arm of <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold"> יהוה </FONT> been revealed? For He comes up as a tender plant before Him, and as a Root out of a dry ground. He has no form, nor honor, when we observe Him, nor beauty, that we should desire Him. He was despised, and rejected by men, a man of sorrows, and acquainted with grief. And as one hiding His countenance from us, He was despised, and we did not esteem Him. Surely He has borne our griefs, and carried our sorrows, yet we esteemed Him stricken, smitten by Elohim, and afflicted. And He was pierced for our transgressions, bruised for our iniquities, the punishment that brought us peace was upon Him, and by His stripes we are healed. All we like sheep have gone astray, we have turned each to his own way, and <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold"> יהוה </FONT> has laid on Him <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold; color:#8B099C"> את </FONT> the punishment of us all. He was oppressed and He was afflicted, yet He did not open His mouth. He was led as a Lamb to the slaughter, and as a sheep before its shearers is silent, He did not open His mouth. By oppression and trial was taken away, and who can speak of <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold; color:#8B099C"> את </FONT> His descendants? For He was cut off from the land of the living, for the transgressions of My people He was stricken. And He made His grave with <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold; color:#8B099C"> את </FONT> the wicked, and with <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold; color:#8B099C"> את </FONT> the rich in His death, because He had done no violence, nor was any deceit in His mouth. Yet it pleased <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold"> יהוה </FONT> to bruise Him and to cause Him to suffer, and though <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold"> יהוה </FONT> makes His life an offering for sin, He will see His offspring and prolong His days, and the will of <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold"> יהוה </FONT> will prosper in His hand. He shall see the labor of His soul, and be satisfied. By His knowledge My righteous Servant shall justify many, for He shall bear their iniquities. Therefore I will give Him a portion with the great, and shall divide <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold; color:#8B099C"> את </FONT> the spoil with the strong, because He poured out His soul even to death, and was numbered with <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold; color:#8B099C"> את </FONT> the transgressors, and He bore the sin of many, and made intercession for the transgressors. </P> </DIV> </DIV> <DIV ALIGN="right" STYLE="position:absolute; left:895px; top:226px; width:26px; padding:0px; font-family:arial;font-size:9pt; font-weight:bold; color:#A0A0A0"> </DIV> <IMG SRC="../ART/CLEAR.gif" WIDTH="100" HEIGHT="225" BORDER="0"> <DIV id="showimage" ALIGN="center" STYLE="position:absolute; visibility:hidden; z-index:900; left:1124px; width=400px; height:290px; border:0px; padding:0x"> <DIV ALIGN="left" STYLE="position:absolute;z-index:901; left:0px; top:20px; border:0px; margin:0px; cursor:hand; cursor:pointer"> <IMG SRC="../ART/SCRIPBKGND.gif" WIDTH="400" HEIGHT="270" BORDER="0"> </DIV> <DIV ALIGN="left" STYLE="position:relative; width:400px; z-index:902; left:-95px; top:0px; border:0px; margin:0px"> <IMG SRC="../ART/SCROLLTOPN.png" WIDTH="590" HEIGHT="90" BORDER="0"> </DIV> <DIV ALIGN="left" STYLE="position:absolute; width:95px; z-index:902; left:-95px; top:269px; border:0px; margin:0px"> <IMG SRC="../ART/SCROLLBOTNL.png" WIDTH="95" HEIGHT="75" BORDER="0"> </DIV> <DIV ALIGN="left" STYLE="position:absolute; width:95px; z-index:902; left:400px; top:269px; border:0px; margin:0px"> <IMG SRC="../ART/SCROLLBOTNR.png" WIDTH="95" HEIGHT="75" BORDER="0"> </DIV> <DIV ALIGN="left" STYLE="position:absolute; width:400px; z-index:902; left:0px; top:283px; border:0px; margin:0px"> <IMG SRC="../ART/SCROLLBOTNC.gif" WIDTH="400" HEIGHT="46" BORDER="0"> </DIV> <DIV ID="dragbar" ALIGN="left" onMousedown="initializedrag(event)" STYLE="position:absolute; width:400px; z-index:903; left:-15px; top:0px; border:0px; margin:0px; cursor:hand; cursor:pointer"> <IMG SRC="../ART/clear.gif" WIDTH="430" HEIGHT="326" BORDER="0"> </DIV> <DIV ALIGN="left" style="position:absolute; z-index:904; background-color:#FFFFF0; left:1px; top:80px; border:0px; margin:0px; padding:0px; width:399px; height:220px; max-width:100%; max-height:100%;"> <DIV style="width:100%; height:100%; margin:0px; padding:0px; overflow:scroll; -webkit-overflow-scrolling:touch; -ms-overflow-style:none;"> <iframe id="myframe" style=" width:399px; height:220px; margin:0px; padding:0px; border:0px;"> </iframe> </DIV> </DIV> <DIV ALIGN="left" STYLE="position:absolute; width:400px; z-index:905; left:-2px; top:283px; border:0px; margin:0px"> <IMG SRC="../ART/SCROLLBOTNCOVER.gif" WIDTH="404" HEIGHT="22" BORDER="0"> </DIV> <DIV STYLE="position:absolute; z-index:906; left:335px; top:29px; border:0px; margin:0px; padding:0px"> <IMG onClick="hidebox();return false" SRC="../ART/SCRIPTRBUTTON.gif" WIDTH="33" HEIGHT="33" BORDER="0"> </DIV> </DIV> <SCRIPT type="text/JavaScript"> function SplashHide() { crossobj2=ns6? document.getElementById("splash_img") : document.all.splash_img if ( ie4 || ns6 ) { crossobj2.style.visibility="hidden" } else if (ns4) { document.splash_img.visibility="hide" } crossobj2.style.zIndex="-99" } </SCRIPT> <DIV id="splash_img" ALIGN="left" STYLE="position:absolute; background-color:#FFFFF0; left:145px; top:65px; border:0px; margin:0px; padding:0px; width:675; visibility:visible; z-index:999"> <DIV STYLE="position:absolute; z-index:49; left:-2145px; top:-65px; border:0px; margin:0px; padding:0px"> <IMG SRC="../DUMMYB.gif" WIDTH="4950" HEIGHT="3130" BORDER="0"> </DIV> <DIV STYLE="position:absolute; z-index:49; left:-2140px; top:-135px; border:0px; margin:0px; padding:0px"> <IMG SRC="../ART/SPLASHBACK.png" WIDTH="4940" HEIGHT="3200" BORDER="0" style="opacity:0.9;filter:alpha(opacity=90)"> </DIV> <DIV ALIGN="left" STYLE="position:absolute; z-index:51; left:150px; top:0px; border:0px; margin:0px; padding:0px; width:675"> <IFRAME SRC="../SPLASH.asp" width="485" height="700" scrolling="no" border="0" frameBorder="0" > </IFRAME> </DIV> <DIV STYLE="position:absolute; z-index:60; left:-100px; top:-20px; border:0px; margin:0px; padding:0px"> <IMG SRC="../ART/SPLASHSCRTOP.gif" WIDTH="862" HEIGHT="119" BORDER="0"> </DIV> <DIV STYLE="position:absolute; z-index:55; left:21px; top:20px; border:0px; margin:0px; padding:0px"> <IMG SRC="../ART/SPLASHSCRMID.png" WIDTH="619" HEIGHT="600" BORDER="0"> </DIV> <DIV STYLE="position:absolute; z-index:60; left:-100px; top:600px; border:0px; margin:0px; padding:0px"> <IMG SRC="../ART/SPLASHSCRBOT.gif" WIDTH="862" HEIGHT="96" BORDER="0"> </DIV> <DIV ALIGN="center" STYLE="position:absolute; z-index:60; left:40px; top:95px; width:580px; border:0px; margin:0px; padding:0px; font-family:arial;font-size:20pt; font-weight:bold; color:#000000"> Welcome to Torahcalendar.com </DIV> <DIV align="justify" ALIGN="left" STYLE="position:absolute; z-index:60; left:50px; top:145px; width:560px; border:0px; margin:0px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000; line-height:12pt"> The Calendar Restoration Project is a historical work in progress to restore the Creation Calendar of Scripture. Based on the whole counsel of Scripture, it is evident that the Creation Calendar is a 7000 year calendar modeled on the seven days of creation. It is composed of 140 Jubilee Cycles of 50 years. <br> <br> From Psalm 90:4 and 2 Peter 3:8, the Scriptures teach that the Millennial Sabbath and the Age of Life with <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000"> יהושע </FONT> the Messiah will begin after 6000 Years since the true epoch of creation. <br> <br> We believe the Sabbaths, New Moons, Appointed Times and Festivals of <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000"> יהוה </FONT> have been correctly restored. We also believe that this site correctly teaches how to determine the Hebrew Hour, Hebrew Day, Hebrew Month and Hebrew Year. <br> <br> We are watching, hoping, and praying that the Messiah will come soon. The final goal of the Calendar Restoration Project is to successfully determine the true epoch of creation. <br> <br> <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000"> יהושע </FONT> the Messiah is not delaying His coming. <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000"> יהושע </FONT> will come on time. We must all keep watching as the Master has said, to see something many have longed to see - the resurrection of the just. <br> <br> By entering this website you acknowledge that the date posted for the epoch of creation is <u>provisional</u>, and is <u>conditional</u> upon historical proof which is not yet published. </DIV> <DIV STYLE="position:absolute; z-index:63; left:360px; top:550px; border:0px; margin:0px; padding:0px"> <IMG STYLE="cursor:pointer" onClick="SplashHide();return false" SRC="../ART/SPLASHENTER.png" WIDTH="172" HEIGHT="49" BORDER="0"> </DIV> </DIV> <DIV STYLE="position:relative; left:222px; top:70px; width:728px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <DIV align="left" style="position:absolute; left:0px; top:0px; width:728px; height:1000px; padding:000px; font-family:arial;font-size:20pt; font-weight:bold; color:#000000"> <div id="sunpic" style="position:absolute; left:0px; top:0px; z-index:6"> <img src="../ART/TIMESUNORB.gif" width="30" height="30" border="0"> </div> <div id="nightpic" style="position:absolute; left:0px; top:0px; z-index:10"> <img src="../ART/TIMESUNNIGHT.gif" width="30" height="30" border="0"> </div> <div align="justify" style="position:absolute; left:0px; top:0px; width:707px; padding:0px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <H1> Determining the Hebrew Hour </H1> <P class="text"> A Hebrew Hour is defined as <B>1/12 of the time</B> between <B>sunset</B> and <B>sunrise</B>, or <B>1/12 of the time</B> between <B>sunrise</B> and <B>sunset</B>. The only Scriptural reference to there being 12 Hebrew Hours in a Hebrew Day is found in <SPAN id="SCR2" STYLE="position:relative;" onclick="openframe(2,43,11,9,11,9,event)" onmouseover="coloron(2)" onmouseout="coloroff(2)"> <B>John 11:9</B> </SPAN> where <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000">  יהושע </FONT> the Messiah asked a famous question, <I><B>"Are there not 12 hours in a day?"</B></I> The diagram below is a working timepiece where the sun's position indicates the current <B>Hebrew Hour</B> at Jerusalem. One Hebrew Hour ends and another begins when the center of the sun crosses an hour line. </P> </div> <DIV ALIGN="center" STYLE="position:absolute; left:40px; top:165px; width:648px; height:100px; padding:000px; font-family:arial;font-size:16pt; font-weight:bold; color:#000000"> <P class="normal"> Live Jerusalem Time </P> </DIV> <div align="left" style="position:absolute; z-index:4; left:0px; top:200px; width:728px; height:368px; padding:00px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <img src="../ART/TIMESUNSETTOP.jpg" width="728" height="368" border="0"> </div> <div align="left" style="position:absolute; z-index:8; left:0px; top:568px; width:728px; height:360px; padding:00px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <img src="../ART/TIMESUNSETBOT.jpg" width="728" height="360" border="0"> </div> <DIV ALIGN="right" STYLE="position:absolute; z-index:20; left:0px; top:250px; width:359px; height:50px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> Mid </P> </DIV> <DIV ALIGN="left" STYLE="position:absolute; z-index:20; left:367px; top:250px; width:80px; height:50px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> Day </P> </DIV> <DIV id="day1" ALIGN="center" STYLE="position:absolute; z-index:20; left:44px; top:523px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#9E8873"> <P class="normal"> 1st<BR>Hour </P> </DIV> <DIV id="day2" ALIGN="center" STYLE="position:absolute; z-index:20; left:59px; top:449px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 2nd<BR>Hour </P> </DIV> <DIV id="day3" ALIGN="center" STYLE="position:absolute; z-index:20; left:93px; top:379px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 3rd<BR>Hour </P> </DIV> <DIV id="day4" ALIGN="center" STYLE="position:absolute; z-index:20; left:147px; top:324px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 4th<BR>Hour </P> </DIV> <DIV id="day5" ALIGN="center" STYLE="position:absolute; z-index:20; left:216px; top:287px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 5th<BR>Hour </P> </DIV> <DIV id="day6" ALIGN="center" STYLE="position:absolute; z-index:20; left:288px; top:271px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 6th<BR>Hour </P> </DIV> <DIV id="day7" ALIGN="center" STYLE="position:absolute; z-index:20; left:359px; top:271px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 7th<BR>Hour </P> </DIV> <DIV id="day8" ALIGN="center" STYLE="position:absolute; z-index:20; left:432px; top:287px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 8th<BR>Hour </P> </DIV> <DIV id="day9" ALIGN="center" STYLE="position:absolute; z-index:20; left:500px; top:324px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 9th<BR>Hour </P> </DIV> <DIV id="day10" ALIGN="center" STYLE="position:absolute; z-index:20; left:553px; top:379px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 10th<BR>Hour </P> </DIV> <DIV id="day11" ALIGN="center" STYLE="position:absolute; z-index:20; left:592px; top:449px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#AF967F"> <P class="normal"> 11th<BR>Hour </P> </DIV> <DIV id="day12" ALIGN="center" STYLE="position:absolute; z-index:20; left:605px; top:523px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#9E8873"> <P class="normal"> 12th<BR>Hour </P> </DIV> <DIV ALIGN="right" STYLE="position:absolute; z-index:20; left:0px; top:860px; width:359px; height:50px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> Mid </P> </DIV> <DIV ALIGN="left" STYLE="position:absolute; z-index:20; left:367px; top:860px; width:80px; height:50px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> Night </P> </DIV> <DIV id="nite1" ALIGN="center" STYLE="position:absolute; z-index:20; left:600px; top:593px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 1st<BR>Hour </P> </DIV> <DIV id="nite2" ALIGN="center" STYLE="position:absolute; z-index:20; left:579px; top:661px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 2nd<BR>Hour </P> </DIV> <DIV id="nite3" ALIGN="center" STYLE="position:absolute; z-index:20; left:543px; top:722px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 3rd<BR>Hour </P> </DIV> <DIV id="nite4" ALIGN="center" STYLE="position:absolute; z-index:20; left:489px; top:768px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 4th<BR>Hour </P> </DIV> <DIV id="nite5" ALIGN="center" STYLE="position:absolute; z-index:20; left:428px; top:804px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 5th<BR>Hour </P> </DIV> <DIV id="nite6" ALIGN="center" STYLE="position:absolute; z-index:20; left:358px; top:821px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 6th<BR>Hour </P> </DIV> <DIV id="nite7" ALIGN="center" STYLE="position:absolute; z-index:20; left:288px; top:821px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 7th<BR>Hour </P> </DIV> <DIV id="nite8" ALIGN="center" STYLE="position:absolute; z-index:20; left:219px; top:804px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 8th<BR>Hour </P> </DIV> <DIV id="nite9" ALIGN="center" STYLE="position:absolute; z-index:20; left:157px; top:768px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 9th<BR>Hour </P> </DIV> <DIV id="nite10" ALIGN="center" STYLE="position:absolute; z-index:20; left:102px; top:722px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 10th<BR>Hour </P> </DIV> <DIV id="nite11" ALIGN="center" STYLE="position:absolute; z-index:20; left:65px; top:661px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 11th<BR>Hour </P> </DIV> <DIV id="nite12" ALIGN="center" STYLE="position:absolute; z-index:20; left:46px; top:593px; width:80px; height:50px; padding:0px; font-family:arial;font-size:14pt; font-weight:bold; line-height:18px; color:#6666CC"> <P class="normal"> 12th<BR>Hour </P> </DIV> <DIV id="watch1" ALIGN="center" STYLE="position:absolute; z-index:20; left:471px; top:612px; width:120px; height:70px; padding:0px; font-family:arial;font-size:20pt; font-weight:bold; line-height:24px; color:#6666CC"> <P class="normal"> First<BR>Watch </P> </DIV> <DIV id="watch2" ALIGN="center" STYLE="position:absolute; z-index:20; left:371px; top:716px; width:120px; height:70px; padding:0px; font-family:arial;font-size:20pt; font-weight:bold; line-height:24px; color:#6666CC"> <P class="normal"> Second<BR>Watch </P> </DIV> <DIV id="watch3" ALIGN="center" STYLE="position:absolute; z-index:20; left:232px; top:716px; width:120px; height:70px; padding:0px; font-family:arial;font-size:20pt; font-weight:bold; line-height:24px; color:#6666CC"> <P class="normal"> Third<BR>Watch </P> </DIV> <DIV id="watch4" ALIGN="center" STYLE="position:absolute; z-index:20; left:132px; top:612px; width:120px; height:70px; padding:0px; font-family:arial;font-size:20pt; font-weight:bold; line-height:24px; color:#6666CC"> <P class="normal"> Fourth<BR>Watch </P> </DIV> <div id="rem1" align = "center" style="position:absolute; z-index:20; left:164px; top:575px; width:400px; height:100px; padding:0px; font-family:arial;font-size:24pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> x </P> </div> <div align = "center" style="position:absolute; z-index:20; left:164px; top:607px; width:400px; height:100px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> until next Hebrew Hour </P> </div> <div id="rem2" align = "center" style="position:absolute; z-index:20; left:164px; top:627px; width:400px; height:100px; padding:0px; font-family:arial;font-size:24pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> y </P> </div> <DIV ID="rem3" ALIGN = "center" style="position:absolute; z-index:20; left:164px; top:659px; width:400px; height:100px; padding:0px; font-family:arial;font-size:8pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> z </P> </div> <DIV ALIGN="center" style="position:absolute; z-index:20; left:164px; top:442px; width:400px; height:300px; padding:0px; font-family:arial;font-size:12pt; font-weight:bold; line-height:19px; color:#9E8873"> <span id="sunpositionxy"></span> <script type="text/javascript"> new showLocalTime("sunpositionxy", "type4", 420, 200) </script> </div> <DIV ALIGN="justify" STYLE="position:absolute; left:80px; top:945px; width:571px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:11px; color:#868A97"> <P class="normal"> This live time clock shows the current Scriptural Hebrew Hour in Jerusalem based on the instantaneous position of the sun as it would be seen there. The dark area represents Night, and the light area represents Day. As the sun's disk moves in a clockwise motion, the current Hebrew Hour is indicated. One Hebrew Hour ends and another Hebrew Hour begins at the moment the center of the sun's disk crosses an hour line. The Night Watches for the Age of the Messiah are also shown. </P> </DIV> </DIV> <IMG SRC="../ART/CLEAR.gif" WIDTH="1" HEIGHT="1015" BORDER="0"> <DIV ALIGN="justify" style="position:relative; left:0px; top:0px; width:707px; padding:0px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <P class="text"> The Torah, the Prophets and the Writings do not number specific Hebrew Hours. Only the Messianic Scriptures number specific Hebrew Hours in Matthew, Mark, Luke and Acts. The <B>third hour</B> of the <B>day</B> is referred to in <SPAN id="SCR3" STYLE="position:relative;" onclick="openframe(3,40,20,3,20,4,event)" onmouseover="coloron(3)" onmouseout="coloroff(3)"> <B>Matthew 20:3-4</B>, </SPAN> <SPAN id="SCR4" STYLE="position:relative;" onclick="openframe(4,41,15,25,15,25,event)" onmouseover="coloron(4)" onmouseout="coloroff(4)"> <B>Mark 15:25</B> </SPAN> and <SPAN id="SCR5" STYLE="position:relative;" onclick="openframe(5,44,2,15,2,15,event)" onmouseover="coloron(5)" onmouseout="coloroff(5)"> <B>Acts 2:15</B>. </SPAN> The <B>third hour</B> of the <B>night</B> is referred to in <SPAN id="SCR6" STYLE="position:relative;" onclick="openframe(6,44,23,23,23,24,event)" onmouseover="coloron(6)" onmouseout="coloroff(6)"> <B>Acts 23:23-24</B>. </SPAN> The <B>sixth hour</B> of the <B>day</B> is referred to in <SPAN id="SCR7" STYLE="position:relative;" onclick="openframe(7,40,20,5,20,5,event)" onmouseover="coloron(7)" onmouseout="coloroff(7)"> <B>Matthew 20:5</B>, </SPAN> <SPAN id="SCR8" STYLE="position:relative;" onclick="openframe(8,40,27,45,27,45,event)" onmouseover="coloron(8)" onmouseout="coloroff(8)"> <B>27:45</B>, </SPAN> <SPAN id="SCR9" STYLE="position:relative;" onclick="openframe(9,41,15,33,15,33,event)" onmouseover="coloron(9)" onmouseout="coloroff(9)"> <B>Mark 15:33</B>, </SPAN> <SPAN id="SCR10" STYLE="position:relative;" onclick="openframe(10,42,23,44,23,44,event)" onmouseover="coloron(10)" onmouseout="coloroff(10)"> <B>Luke 23:44</B> </SPAN> and <SPAN id="SCR11" STYLE="position:relative;" onclick="openframe(11,44,10,9,10,9,event)" onmouseover="coloron(11)" onmouseout="coloroff(11)"> <B>Acts 10:9</B>. </SPAN> The <B>ninth hour</B> of the <B>day</B> is referred to in <SPAN id="SCR12" STYLE="position:relative;" onclick="openframe(12,40,20,5,20,5,event)" onmouseover="coloron(12)" onmouseout="coloroff(12)"> <B>Matthew 20:5</B>, </SPAN> <SPAN id="SCR13" STYLE="position:relative;" onclick="openframe(13,40,27,45,27,45,event)" onmouseover="coloron(13)" onmouseout="coloroff(13)"> <B>27:45</B>, </SPAN> <SPAN id="SCR14" STYLE="position:relative;" onclick="openframe(14,40,27,46,27,46,event)" onmouseover="coloron(14)" onmouseout="coloroff(14)"> <B>27:46</B>, </SPAN> <SPAN id="SCR15" STYLE="position:relative;" onclick="openframe(15,41,15,33,15,33,event)" onmouseover="coloron(15)" onmouseout="coloroff(15)"> <B>Mark 15:33</B>, </SPAN> <SPAN id="SCR16" STYLE="position:relative;" onclick="openframe(16,41,15,34,15,34,event)" onmouseover="coloron(16)" onmouseout="coloroff(16)"> <B>15:34</B>, </SPAN> <SPAN id="SCR17" STYLE="position:relative;" onclick="openframe(17,42,23,44,23,44,event)" onmouseover="coloron(17)" onmouseout="coloroff(17)"> <B>Luke 23:44</B>, </SPAN> <SPAN id="SCR18" STYLE="position:relative;" onclick="openframe(18,44,3,1,3,1,event)" onmouseover="coloron(18)" onmouseout="coloroff(18)"> <B>Acts 3:1</B>, </SPAN> <SPAN id="SCR19" STYLE="position:relative;" onclick="openframe(19,44,10,3,10,3,event)" onmouseover="coloron(19)" onmouseout="coloroff(19)"> <B>Acts 10:3</B> </SPAN> and <SPAN id="SCR20" STYLE="position:relative;" onclick="openframe(20,44,10,30,10,31,event)" onmouseover="coloron(20)" onmouseout="coloroff(20)"> <B>Acts 10:30-31</B>. </SPAN> The <B>eleventh hour</B> of the day is referred to in <SPAN id="SCR21" STYLE="position:relative;" onclick="openframe(21,40,20,6,20,6,event)" onmouseover="coloron(21)" onmouseout="coloroff(21)"> <B>Matthew 20:6</B> </SPAN> and <SPAN id="SCR22" STYLE="position:relative;" onclick="openframe(22,40,20,9,20,9,event)" onmouseover="coloron(22)" onmouseout="coloroff(22)"> <B>Matthew 20:9</B>. </SPAN> </P> </DIV> <DIV ALIGN="left" STYLE="position:relative; height:505px; left:0px; top:0px; width:728px; padding:0px"> <DIV ALIGN="left" STYLE="position:absolute; left:43px; top:71px; width:728px; height:10px; padding:000px; font-family:arial;font-size:20pt; font-weight:bold; color:#868A97"> <IMG SRC="../ART/TIMEDAYCHARTPLAIN.png" WIDTH="642" HEIGHT="300" BORDER="0"> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:81px; top:30px; width:500px; height:10px; padding:000px; font-family:arial;font-size:14pt; font-weight:bold; color:#868A97"> <P class="normal"> A Typical Hebrew Day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:288px; top:72px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> One Hebrew Day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:60px; top:95px; width:600px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:normal; line-height:12px; color:#868A97"> <P class="normal"> <B>Genesis 1:5</B> Elohim called the light <B>Day</B> and the darkness He called <B>Night</B>.<BR> And there was <B>Evening</B> and there was <B>Morning</B> - Day One. </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:410px; top:134px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> 12 Hours </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:410px; top:156px; width:150px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:normal; line-height:12px; color:#868A97"> <P class="normal"> <B>John 11:9</B> Are there not<BR> <B>12 hours in a day?</B> </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:78px; top:132px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> First<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:138px; top:132px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Second<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:198px; top:132px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Third<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:258px; top:132px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Fourth<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:155px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunset </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:213px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Evening </P> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:610px; top:312px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> "Twinkling of an eye"<BR> Night Begins </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:289px; top:155px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunrise </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:289px; top:213px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Morning </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:48px; top:155px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunset </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:48px; top:213px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Evening </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:114px; top:276px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Evening<BR> Twilight </P> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:130px; top:312px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> "Twinkling of an eye"<BR> Night Begins </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:223px; top:276px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Morning<BR> Twilight </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:468px; top:261px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Between the<BR> Evenings </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:468px; top:281px; width:150px; height:10px; padding:000px; font-family:times;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold"> בין הערבים </FONT> </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:468px; top:296px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> (Evening Twilight) </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:123px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 1 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:363px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 1 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:143px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 2 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:383px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 2 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:163px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 3 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:403px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 3 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:183px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 4 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:423px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 4 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:203px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 5 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:443px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 5 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:223px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 6 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:463px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 6 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:243px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 7 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:483px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 7 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:263px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 8 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:503px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 8 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:283px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 9 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:523px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 9 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:303px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 10 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:543px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 10 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:323px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 11 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:563px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 11 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:343px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 12 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:583px; top:353px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 12 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:408px; top:325px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Mid-day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:358px; top:377px; width:250px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Hebrew Day Hours </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:169px; top:325px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Mid-night </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:119px; top:377px; width:250px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Hebrew Night Hours </P> </DIV> <DIV ALIGN="justify" STYLE="position:absolute; left:120px; top:410px; width:490px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:11px; color:#868A97"> <P class="normal"> A Hebrew Day consists of 12 Hebrew Night Hours and 12 Hebrew Day Hours. The midpoint of the 12 Hebrew Night Hours is called Mid-night. The moment of Mid-night occurs exactly halfway between sunset and sunrise separating the sixth and seventh Hebrew Night Hours. The midpoint of the 12 Hebrew Day Hours is called Mid-day. The moment of Mid-day occurs exactly halfway between sunrise and sunset separating the sixth and seventh Hebrew Day Hours. An easy way to measure Day Hours is by using an equiangular sundial marked with 12 divisions. </P> </DIV> </DIV> <DIV ALIGN="justify" STYLE="position:relative; left:0px; top:0px; width:707px; padding:0px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <P class="text"> In the Creation Calendar, Hebrew Hours begin at <B>sunrise</B> and <B>sunset</B>. A Hebrew Hour occurring between <B>sunset</B> and <B>sunrise</B> is called a <B>Hebrew Night Hour</B>. A Hebrew Hour occurring between <B>sunrise</B> and <B>sunset</B> is called a <B>Hebrew Day Hour</B>. <B>Sunset</B> occurs and the <B>First Watch</B> begins exactly at the beginning of the <B>first</B> Hebrew Night Hour. The <B>Second Watch</B> begins exactly at the beginning of the <B>fourth</B> Hebrew Night Hour. <B>Mid-night</B> occurs and the <B>Third Watch</B> begins exactly at the beginning of the <B>seventh</B> Hebrew Night Hour. The <B>Fourth Watch</B> begins exactly at the beginning of the <B>tenth</B> Hebrew Night Hour, and ends at <B>sunrise</B> at the end of the <B>twelfth</B> Hebrew Night Hour. <B>Sunrise</B> is always exactly at the beginning of the <B>first</B> Hebrew Day Hour. <B>Mid-day</B> occurs exactly at the end of the <B>sixth</B> Hebrew Day Hour. <B>Sunset</B> occurs exactly at the end of the <B>twelfth</B> Hebrew Day Hour. </P> <P class="text"> The duration of a Hebrew Hour varies with the season. A Hebrew Day Hour is <I><B>shorter</B></I> in duration during <B>winter</B> when a Hebrew Night Hour is <I><B>longer</B></I> in duration. A Hebrew Day Hour is <I><B>longer</B></I> in duration during <B>summer</B> when a Hebrew Night Hour is <I><B>shorter</B></I> in duration. </P> </DIV> <DIV ALIGN="left" STYLE="position:relative; height:360px; left:0px; top:0px; width:728px; padding:0px"> <DIV ALIGN="left" STYLE="position:absolute; left:43px; top:71px; width:728px; height:10px; padding:000px; font-family:arial;font-size:20pt; font-weight:bold; color:#868A97"> <IMG SRC="../ART/TIMEDAYLONGNIGHT.gif" WIDTH="642" HEIGHT="213" BORDER="0"> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:81px; top:30px; width:500px; height:10px; padding:000px; font-family:arial;font-size:14pt; font-weight:bold; color:#868A97"> <P class="normal"> A Short Hebrew Day in Winter </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:288px; top:72px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> One Hebrew Day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:80px; top:107px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> First<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:146px; top:107px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Second<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:212px; top:107px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Third<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:278px; top:107px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Fourth<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:420px; top:110px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> 12 Hours </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:130px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunset </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:188px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Evening </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:313px; top:130px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunrise </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:313px; top:188px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Morning </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:48px; top:130px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunset </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:48px; top:188px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Evening </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:124px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 1 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:386px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 1 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:146px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 2 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:404px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 2 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:168px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 3 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:422px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 3 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:190px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 4 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:440px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 4 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:212px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 5 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:458px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 5 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:234px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 6 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:476px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 6 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:256px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 7 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:494px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 7 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:278px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 8 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:512px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 8 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:300px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 9 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:530px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 9 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:322px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 10 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:548px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 10 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:344px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 11 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:566px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 11 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:366px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 12 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:584px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 12 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:420px; top:240px; width:150px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> Mid-day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:370px; top:290px; width:250px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Hebrew Day Hours </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:181px; top:240px; width:150px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> Mid-night </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:131px; top:290px; width:250px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Hebrew Night Hours </P> </DIV> <DIV ALIGN="justify" STYLE="position:absolute; left:120px; top:320px; width:490px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:11px; color:#868A97"> <P class="normal"> In this diagram, a Hebrew Day Hour is shorter in duration than a Hebrew Night Hour. This occurs in winter. The daytime hours are the shortest on the day of the winter solstice. </P> </DIV> </DIV> <DIV ALIGN="left" STYLE="position:relative; height:375px; left:0px; top:0px; width:728px; padding:0px"> <DIV ALIGN="left" STYLE="position:absolute; left:43px; top:71px; width:728px; height:10px; padding:000px; font-family:arial;font-size:20pt; font-weight:bold; color:#868A97"> <IMG SRC="../ART/TIMEDAYLONGDAY.gif" WIDTH="642" HEIGHT="213" BORDER="0"> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:81px; top:30px; width:500px; height:10px; padding:000px; font-family:arial;font-size:14pt; font-weight:bold; color:#868A97"> <P class="normal"> A Long Hebrew Day in Summer </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:288px; top:72px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> One Hebrew Day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:75px; top:107px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> First<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:129px; top:107px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Second<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:183px; top:107px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Third<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:237px; top:107px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Fourth<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:400px; top:110px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> 12 Hours </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:130px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunset </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:188px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Evening </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:265px; top:130px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunrise </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:265px; top:188px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Morning </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:48px; top:130px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunset </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:48px; top:188px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Evening </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:121px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 1 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:340px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 1 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:139px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 2 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:362px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 2 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:157px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 3 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:384px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 3 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:175px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 4 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:406px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 4 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:193px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 5 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:428px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 5 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:211px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 6 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:450px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 6 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:229px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 7 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:472px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 7 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:247px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 8 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:494px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 8 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:265px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 9 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:516px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 9 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:283px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 10 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:538px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 10 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:301px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 11 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:560px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 11 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:319px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 12 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:582px; top:266px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 12 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:396px; top:240px; width:150px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> Mid-day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:346px; top:290px; width:250px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Hebrew Day Hours </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:157px; top:240px; width:150px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> Mid-night </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:107px; top:290px; width:250px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Hebrew Night Hours </P> </DIV> <DIV ALIGN="justify" STYLE="position:absolute; left:120px; top:320px; width:490px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:11px; color:#868A97"> <P class="normal"> In this diagram, a Hebrew Day Hour is longer in duration than a Hebrew Night Hour. This occurs in summer. The daytime hours are the longest on the day of the summer solstice. </P> </DIV> </DIV> <DIV ALIGN="justify" STYLE="position:relative; left:0px; top:0px; width:707px; padding:0px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <P class="text"> In contrast to Matthew, Mark, Luke and Acts, the book of <B>John</B>, as it now exists in the Greek manuscripts, numbers hours from <B>midnight</B> as the Romans did. Pilate questioned <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000">  יהושע </FONT> the Messiah at the <B>sixth hour</B> Roman reckoning according to <SPAN id="SCR23" STYLE="position:relative;" onclick="openframe(23,43,19,14,19,14,event)" onmouseover="coloron(23)" onmouseout="coloroff(23)"> <B>John 19:14</B> </SPAN> which is the <B>twelfth Hebrew Night Hour</B>. <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000">  יהושע </FONT> the Messiah sat at Jacob's well at Sychar at the <B>sixth hour</B> Roman reckoning after a tiresome journey according to <SPAN id="SCR24" STYLE="position:relative;" onclick="openframe(24,43,4,6,4,6,event)" onmouseover="coloron(24)" onmouseout="coloroff(24)"> <B>John 4:6</B> </SPAN> which is the <B>twelfth Hebrew Day Hour</B>. A nobleman travelled the better part of a day from Cana to Capernaum and met <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000">  יהושע </FONT> the Messiah at the <B>seventh hour</B> Roman reckoning according to in <SPAN id="SCR25" STYLE="position:relative;" onclick="openframe(25,43,4,52,4,52,event)" onmouseover="coloron(25)" onmouseout="coloroff(25)"> <B>John 4:52</B> </SPAN> which is the <B>first Hebrew Night Hour</B>. The disciples came to the place <FONT STYLE="font-family:times; font-size:12pt; font-weight:bold; color:#000000">  יהושע </FONT> the Messiah was staying at the <B>tenth hour</B> Roman reckoning and stayed with Him for the rest of that day according to <SPAN id="SCR26" STYLE="position:relative;" onclick="openframe(26,43,1,39,1,39,event)" onmouseover="coloron(26)" onmouseout="coloroff(26)"> <B>John 1:39</B>. </SPAN> The <B>tenth hour</B> Roman reckoning is the <B>fourth Hebrew Day Hour</B>. </P> <P class="text"> Although some have claimed there is no historical proof that the Romans counted the hours from <B>midnight</B>, such proof indeed exists. According to Gaius Plinius Secundus who lived between 23 C.E. and 79 C.E., the Roman authorities counted <B>civil hours</B> from <B>midnight</B>. </P> <P class="blockquote"> <B>Pliny the Elder, <I>Natural History</I> 2:77</B>: "The very <B>day</B> itself men have observed in various manners. The Babylonians count the period between the two sunrises, the Athenians that between two sunsets, the Umbrians from midday to midday, the common people everywhere from dawn to dark, the <B>Roman</B> priests and the authorities who fix the <B>civil day</B>, and also the Egyptians and Hipparchus, the period from <B>midnight</B> to <B>midnight</B>." </P> <P class="text"> Today, the Gregorian Calendar counts <B>civil hours</B> from <B>midnight</B> similar to the way the Romans did. </P> <H2> <BR> The Watches of the Night </H2> <P class="text"> In the <B>Age of Torah</B> the time between <B>sunset</B> and <B>sunrise</B> was divided into <B>three watches</B>. The <B>evening watch</B> is alluded to by Moses in <SPAN id="SCR27" STYLE="position:relative;" onclick="openframe(27,19,90,4,90,4,event)" onmouseover="coloron(27)" onmouseout="coloroff(27)"> <B>Psalms 90:4</B>. </SPAN> </P> <IMG STYLE="float:left; padding-left:43px;" SRC="../ART/SCROLLTINY.png" WIDTH="30" HEIGHT="44" BORDER="0"> <P class="blockquote"> <I><B>Psalms 90:4</B> For a <B>thousand years</B> in Your sight are as <B>one day</B> when it is past, as a <B>watch in the night</B> [the <B>evening watch</B>].</I> </P> <P class="text"> This verse alludes to the fact that one <B>Hebrew Day</B> is <B><I>past</I></B> at the moment of <B>sunset</B> when the <B>evening watch</B> begins. It also alludes to the fact that one <B>millennium</B> ends and another <B>millennium</B> begins at <B>sunset</B> when the <B>evening watch</B> begins. The <B>middle watch</B> of the night is mentioned once in <SPAN id="SCR28" STYLE="position:relative;" onclick="openframe(28,7,7,19,7,19,event)" onmouseover="coloron(28)" onmouseout="coloroff(28)"> <B>Judges 7:19</B>. </SPAN> The <B>morning watch</B> is referred to by Moses in <SPAN id="SCR29" STYLE="position:relative;" onclick="openframe(29,2,14,24,14,24,event)" onmouseover="coloron(29)" onmouseout="coloroff(29)"> <B>Exodus 14:24</B> </SPAN> and is also mentioned in <SPAN id="SCR30" STYLE="position:relative;" onclick="openframe(30,9,11,11,11,11,event)" onmouseover="coloron(30)" onmouseout="coloroff(30)"> <B>1 Samuel 11:11</B>. </SPAN> </P> <P class="text"> By the time of the <B>Age of the Messiah</B>, the time between <B>sunset</B> and <B>sunrise</B> was divided into <B>four watches</B>. The <B>second watch</B> and <B>third watch</B> are each mentioned once in <SPAN id="SCR31" STYLE="position:relative;" onclick="openframe(31,42,12,38,12,38,event)" onmouseover="coloron(31)" onmouseout="coloroff(31)"> <B>Luke 12:38</B>. </SPAN> The <B>fourth watch</B> is mentioned once in <SPAN id="SCR32" STYLE="position:relative;" onclick="openframe(32,40,14,25,14,25,event)" onmouseover="coloron(32)" onmouseout="coloroff(32)"> <B>Matthew 14:25</B> </SPAN> and once in <SPAN id="SCR33" STYLE="position:relative;" onclick="openframe(33,41,6,48,6,48,event)" onmouseover="coloron(33)" onmouseout="coloroff(33)"> <B>Mark 6:48</B> </SPAN> as the time when the Messiah walked on the water. </P> </DIV> <DIV ALIGN="left" STYLE="position:relative; height:525px; left:0px; top:0px; width:728px; padding:0px"> <DIV ALIGN="left" STYLE="position:absolute; left:43px; top:71px; width:728px; height:10px; padding:000px; font-family:arial;font-size:20pt; font-weight:bold; color:#868A97"> <IMG SRC="../ART/TIMEDAYCHARTHOUR.png" WIDTH="642" HEIGHT="350" BORDER="0"> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:81px; top:30px; width:500px; height:10px; padding:000px; font-family:arial;font-size:14pt; font-weight:bold; color:#868A97"> <P class="normal"> Watches During the Ages </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:288px; top:72px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> One Hebrew Day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:60px; top:92px; width:600px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:normal; line-height:12px; color:#868A97"> <P class="normal"> <B>Genesis 1:5</B> Elohim called the light <B>Day</B> and the darkness He called <B>Night</B>.<BR> And there was <B>Evening</B> and there was <B>Morning</B> - Day One. </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:410px; top:184px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> 12 Hours </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:410px; top:206px; width:150px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:normal; line-height:12px; color:#868A97"> <P class="normal"> <B>John 11:9</B> Are there not<BR> <B>12 hours in a day?</B> </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:124px; top:135px; width:240px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:bold; line-height:12px; color:#FF8C00"> <P class="normal"> During the Age of Instruction </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:89px; top:150px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#FF8C00"> <P class="normal"> Evening<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:169px; top:150px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#FF8C00"> <P class="normal"> Middle<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:249px; top:150px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#FF8C00"> <P class="normal"> Morning<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:78px; top:182px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#48B330"> <P class="normal"> First<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:138px; top:182px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#48B330"> <P class="normal"> Second<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:198px; top:182px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#48B330"> <P class="normal"> Third<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:258px; top:182px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#48B330"> <P class="normal"> Fourth<BR> Watch </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:124px; top:211px; width:240px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:bold; line-height:12px; color:#48B330"> <P class="normal"> During the Age of the Messiah </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:205px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunset </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:263px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Evening </P> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:610px; top:363px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> "Twinkling of an eye"<BR> Night Begins </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:289px; top:205px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunrise </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:289px; top:263px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Morning </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:48px; top:205px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Sunset </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:48px; top:263px; width:150px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> Evening </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:114px; top:326px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Evening<BR> Twilight </P> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:130px; top:363px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> "Twinkling of an eye"<BR> Night Begins </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:223px; top:326px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Morning<BR> Twilight </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:468px; top:311px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> Between the<BR> Evenings </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:468px; top:331px; width:150px; height:10px; padding:000px; font-family:times;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> <FONT STYLE="font-family:times; font-size:10pt; font-weight:bold"> בין הערבים </FONT> </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:468px; top:346px; width:150px; height:10px; padding:000px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> (Evening Twilight) </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:123px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 1 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:363px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 1 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:143px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 2 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:383px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 2 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:163px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 3 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:403px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 3 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:183px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 4 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:423px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 4 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:203px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 5 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:443px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 5 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:223px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 6 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:463px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 6 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:243px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 7 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:483px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 7 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:263px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 8 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:503px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 8 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:283px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 9 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:523px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 9 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:303px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 10 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:543px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 10 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:323px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 11 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:563px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 11 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:343px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#FFFFFF"> <P class="normal"> 12 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:583px; top:403px; width:20px; height:10px; padding:000px; font-family:arial; font-size:10pt; font-weight:bold; color:#000000"> <P class="normal"> 12 </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:408px; top:377px; width:150px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> Mid-day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:358px; top:427px; width:250px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Hebrew Day Hours </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:169px; top:377px; width:150px; height:10px; padding:000px; font-family:arial;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> Mid-night </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:119px; top:427px; width:250px; height:10px; padding:000px; font-family:arial;font-size:10pt; font-weight:bold; color:#868A97"> <P class="normal"> Hebrew Night Hours </P> </DIV> <DIV ALIGN="justify" STYLE="position:absolute; left:120px; top:460px; width:490px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:11px; color:#868A97"> <P class="normal"> There are always 12 Hebrew Night Hours and 12 Hebrew Day Hours in a Hebrew Day. This diagram represents a typical Hebrew Day in which the duration of both the nighttime and the daytime hours are about the same. This occurs twice a year around the time of the fall equinox and spring equinox. </P> </DIV> </DIV> <DIV ALIGN="justify" STYLE="position:relative; left:0px; top:0px; width:707px; padding:0px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <P class="text"> There are always <I><B>exactly</B></I> 24 Hebrew Hours between two sunsets. However, the <I><B>duration of time</B></I> between two sunsets <I><B>measured in civil hours</B></I>, <I><B>minutes</B></I> and <I><B>seconds</B></I> changes slightly throughout the year. The curve on the graph below represents the time difference in seconds between 24 civil hours and 24 Hebrew Hours throughout the year at Jerusalem. The <FONT STYLE="font-weight:bold; color:#4488EE"> <B>blue area</B></FONT> represents the period when 24 Hebrew Hours are slightly longer in duration than 24 civil hours. The <FONT STYLE="font-weight:bold; color:#BA34AA"><B>purple area</B></FONT> represents the period when 24 Hebrew Hours are slightly shorter in duration than 24 civil hours. The duration of 24 Hebrew Hours on the Hebrew Day of the spring equinox is <B>24:00:41</B> or <B>41 seconds longer</B> than 24 civil hours. The duration of 24 Hebrew Hours on the Hebrew Day of the fall equinox is <B>23:58:41</B> or <B>79 seconds less</B> than 24 civil hours. Notice there is little correlation between the shape of the time variation curve and the seasonal solstices and equinoxes. </P> </DIV> <DIV ALIGN="left" STYLE="position:relative; height:485px; left:50px; top:0px; width:728px; padding:0px"> <DIV ALIGN="left" STYLE="position:absolute; left:40px; top:30px; width:680px; height:30px; padding:000px; font-family:arial;font-size:14pt; font-weight:bold; color:#868A97"> <P class="normal"> The Duration of a Hebrew Day </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:143px; top:75px; width:100px; height:50px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:10px; color:#868A97"> <P class="normal"> 0<BR> Days </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:198px; top:75px; width:100px; height:50px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:10px; color:#868A97"> <P class="normal"> 50<BR> Days </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:253px; top:75px; width:100px; height:50px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:10px; color:#868A97"> <P class="normal"> 100<BR> Days </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:308px; top:75px; width:100px; height:50px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:10px; color:#868A97"> <P class="normal"> 150<BR> Days </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:363px; top:75px; width:100px; height:50px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:10px; color:#868A97"> <P class="normal"> 200<BR> Days </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:418px; top:75px; width:100px; height:50px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:10px; color:#868A97"> <P class="normal"> 250<BR> Days </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:473px; top:75px; width:100px; height:50px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:10px; color:#868A97"> <P class="normal"> 300<BR> Days </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:528px; top:75px; width:100px; height:50px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:10px; color:#868A97"> <P class="normal"> 350<BR> Days </P> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:180px; top:96px; width:415px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:11px; color:#868A97"> <IMG SRC="../ART/DAYLENGTHS.gif" HEIGHT="245" WIDTH="415" BORDER="0"> </DIV> <DIV ALIGN="right" STYLE="position:absolute; left:35px; top:105px; width:140px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> +100 Seconds </P> </DIV> <DIV ALIGN="right" STYLE="position:absolute; left:35px; top:160px; width:140px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> +50 Seconds </P> </DIV> <DIV ALIGN="left" STYLE="position:absolute; left:10px; top:186px; width:141px; height:10px; padding:00px; font-family:arial;font-size:8pt; font-weight:bold; color:#868A97"> <P class="normal"> Time Difference in<BR> seconds between<BR> a Hebrew Day of<BR> 24 Hebrew Hours<BR> and 24 civil hours </P> </DIV> <DIV ALIGN="right" STYLE="position:absolute; left:35px; top:215px; width:140px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> 0 Seconds </P> </DIV> <DIV ALIGN="right" STYLE="position:absolute; left:35px; top:270px; width:140px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> -50 Seconds </P> </DIV> <DIV ALIGN="right" STYLE="position:absolute; left:35px; top:325px; width:140px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#868A97"> <P class="normal"> -100 Seconds </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:162px; top:341px; width:100px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#97B6C6"> <P class="normal"> winter<BR>solstice </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:210px; top:123px; width:100px; height:10px; padding:00px; font-family:arial;font-size:8pt; font-weight:bold; color:#97B6C6"> <P class="normal"> Winter </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:262px; top:341px; width:100px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#9ECCB6"> <P class="normal"> spring<BR>equinox </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:310px; top:123px; width:100px; height:10px; padding:00px; font-family:arial;font-size:8pt; font-weight:bold; color:#9ECCB6"> <P class="normal"> Spring </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:362px; top:341px; width:100px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#C5C591"> <P class="normal"> summer<BR>solstice </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:410px; top:123px; width:100px; height:10px; padding:00px; font-family:arial;font-size:8pt; font-weight:bold; color:#C5C591"> <P class="normal"> Summer </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:462px; top:341px; width:100px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; color:#C1AC97"> <P class="normal"> fall<BR>equinox </P> </DIV> <DIV ALIGN="center" STYLE="position:absolute; left:510px; top:123px; width:100px; height:10px; padding:00px; font-family:arial;font-size:8pt; font-weight:bold; color:#C1AC97"> <P class="normal"> Fall </P> </DIV> <DIV ALIGN="justify" STYLE="position:absolute; left:80px; top:387px; width:521px; height:10px; padding:00px; font-family:arial;font-size:7pt; font-weight:bold; line-height:11px; color:#868A97"> <P class="normal"> A Hebrew Day always has exactly 24 Hebrew Hours. A civil day consists of 24 civil hours. However, a Hebrew Day does not always equal 24 civil hours. Since a Hebrew Day is the time from one sunset to the next, its duration will differ from 24 civil hours due to the civil time difference between the two sunset times. The curve on this graph represents the time difference in seconds between a Hebrew Day of 24 Hebrew Hours and a civil day of 24 civil hours throughout the year at Jerusalem. </P> </DIV> </DIV> <DIV ALIGN="justify" STYLE="position:relative; left:0px; top:0px; width:707px; padding:0px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <H2> Accuracy of Sunrise and Sunset Times </H2> <P class="text"> Calculations for sunrise and sunset times on torahcalendar.com are based upon certain assumptions made in modeling atmospheric refraction. These assumptions include using the latitude, longitude and elevation near the Temple Mount located in Jerusalem, using a yearly average barometric pressure of 1010 millibars, and using a yearly average air temperature of 19.4°C (66.9°F). Therefore, all times displayed relating to sunrise or sunset which are shown with a resolution in seconds, are determined based upon these atmospheric refraction modeling assumptions. </P> <P class="text"> As Jean Meeus states in <I>Astronomical Algorithms</I>: </P> <P class="blockquote"> "A change of temperature from winter to summer can shift the times of sunrise and sunset by about <B><I>20 seconds</I></B> in mid-northern and mid-southern latitudes. Similarly, observing sunrise or sunset over a range of barometric pressures leads to a variation of <B><I>a dozen seconds</I></B> in time."<BR> Jean Meeus, <I>Astronomical Algorithms</I>, Second Edition, p.101. </P> <P class="blockquote"> "The effect of [atmospheric] refraction increases when the <B><I>pressure increases</I></B> or when the [air] <B><I>temperature decreases</I></B>." Jean Meeus, <I>Astronomical Algorithms</I>, Second Edition, p.106. </P> <P class="blockquote"> "Near the horizon unpredictable disturbances of the atmosphere become rather important. According to investigations by Schaefer and Liller, the refraction at the horizon <B><I>fluctuates by 0.3°</I></B> around a <B><I>mean value</I></B> [34 minutes of arc] normally, and in some cases apparently much more ... it should be mentioned here that <B><I>giving rising or setting times of a celestial body more accurately than to the nearest minute makes no sense</I></B>." Jean Meeus, <I>Astronomical Algorithms</I>, Second Edition, p.107. </P> <P class="text"> For these reasons, actual observed sunrise and sunset times at Jerusalem may differ by as much as <B><I>one minute</I></B> due to daily variations in temperature and barometric pressure. In winter when the temperature is colder, the actual sunrise may occur earlier than projected times. Also, on a day when the barometric pressure is higher, sunrise may occur earlier. Cold temperature and high barometric pressure combined work cumulatively in causing the sunrise to occur earlier than the projected times. Torahcalendar.com only displays sunrise and sunset times to the nearest second to better illustrate the passage of time while providing a near real-time simulation of these events. </P> </DIV> <DIV ALIGN="left" STYLE="position:relative; height:155px; left:0px; top:0px; width:728px; padding:0px"> <DIV ALIGN="left" STYLE="position:absolute; left:76px; top:25px; width:577px; padding:0px; font-family:arial;font-size:10pt; font-weight:normal; color:#000000"> <IMG SRC="../ART/SCRIPTURESHOUR.png" WIDTH="577" HEIGHT="103" BORDER="0"> </DIV> <DIV ALIGN="right" STYLE="position:absolute; left:440px; top:105px; width:201px; padding:0px; font-family:arial;font-size:10pt; font-weight:normal; color:#1456C8"> <B>John 5:28-29</B> </DIV> </DIV> <DIV ALIGN="left" STYLE="position:relative; height:160px; padding:0px; left:0px; top:0px; width:950px; font-family:arial; font-size:8pt; font-weight:bold; color:#556DA6"> <DIV ALIGN = "left" STYLE="position:absolute; left:-364px; top:33px; width:600px; padding:0px; font-family:arial;font-size:10pt; font-weight:bold; color:#000000"> <IMG SRC="../ART/SCROLLBOT.gif" WIDTH="506" HEIGHT="113" BORDER="0"> </DIV> <DIV ALIGN="right" STYLE="position:absolute; left:0px; top:20px; width:713px; height:140px; padding:0px; font-family:arial; font-size:7pt; font-weight:bold; line-height:11px; color:#707070"> <div ALIGN="justify" STYLE="position:absolute; left:220px; top:0px; width:471px; height:140px; padding:0px; font-family:arial; font-size:7pt; font-weight:bold; line-height:11px; color:#707070"> <p class="normal"> TorahCalendar.com <A HREF="../ARCHIVES.asp#copyright"> Copyright © 2008 through 2024 </A> All rights reserved. Duplication prohibited. Contents protected by U.S. and international copyright Laws. TorahCalendar.com grants the right for individuals to quote or make copies of any of the original materials presented at TorahCalendar.com provided that such materials are not altered in any way, retain all unaltered Copyright notices and are never used or distributed for any form of pecuniary gain or profit. </p> </div> <!-- Default Statcounter code for Torahcalendar http://www.torahcalendar.com --> <script type="text/javascript"> var sc_project=3737114; var sc_invisible=1; var sc_security="5904b9a5"; var sc_https=1; </script> <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async> </script> <noscript> <div class="statcounter"> <a title="site stats" href="https://statcounter.com/" target="_blank"> <img class="statcounter" src="https://c.statcounter.com/3737114/0/5904b9a5/1/" alt="site stats"> </a> </div> </noscript> <!-- End of Statcounter Code --> </DIV> </DIV> </TD> </TR> </TABLE> </CENTER> </BODY> </HTML>