<html>
<head>
<!--#config timefmt="%A, %B %d, %Y" -->
<title>Bible Readings for <!--#echo var="DATE_LOCAL" --></title>
	<SCRIPT LANGUAGE="JavaScript1.2">
	<!--
		function FixCookieDate (date) {
		  var base = new Date(0);
		  var skew = base.getTime(); // dawn of (Unix) time - should be 0
		  if (skew > 0)  // Except on the Mac - ahead of its time
		    date.setTime (date.getTime() - skew);
		}
		function SetCookie (name,value,expires,path,domain,secure) {
		  document.cookie = name + "=" + escape (value) +
		    ((expires) ? "; expires=" + expires.toGMTString() : "") +
		    ((path) ? "; path=" + path : "") +
		    ((domain) ? "; domain=" + domain : "") +
		    ((secure) ? "; secure" : "");
		}
		function getCookieVal (offset) {
		  var endstr = document.cookie.indexOf (";", offset);
		  if (endstr == -1)
		    endstr = document.cookie.length;
		  return unescape(document.cookie.substring(offset, endstr));
		}
		function GetCookie (name) {
		  var arg = name + "=";
		  var alen = arg.length;
		  var clen = document.cookie.length;
		  var i = 0;
		  while (i < clen) {
		    var j = i + alen;
		    if (document.cookie.substring(i, j) == arg)
		      return getCookieVal (j);
		    i = document.cookie.indexOf(" ", i) + 1;
		    if (i == 0) break;
		  }
		  return "";
		}
		function DeleteCookie (name,path,domain) {
		  if (GetCookie(name)) {
		    document.cookie = name + "=" +
		      ((path) ? "; path=" + path : "") +
		      ((domain) ? "; domain=" + domain : "") +
		      "; expires=Thu, 01-Jan-1970 00:00:01 GMT";
		  }
		}
		function windowOpen(mapUrl,mapHandle,mapParams) {
			window.open(mapUrl,mapHandle,mapParams);
			return false;
		}
		function showVersion() {
			var thisVersion = GetCookie ("Version");
			if (!thisVersion || thisVersion.length < 2) {
				thisVersion = "KJV";
			}
			document.write(thisVersion);
		}
		function clickVersion(thisURL) {
			thisVersion = GetCookie ("Version");
			if (!thisVersion || thisVersion.length < 2) {
				thisVersion = "KJV";
			}
			window.location = thisURL+"\&version="+thisVersion;
		}
	// -->
	</script>
	<style>
	<!-- 
		H2 {
			font-family: Arial, MS Sans Serif;
		}
		TH {
			font-family: Arial, MS Sans Serif;
			font-size: 10pt;
			background-color: #FFFFFF;
		}
		TD {
			font-family: Arial, MS Sans Serif;
			font-size: 12pt;
		}
		.today {
			font-family: Arial, MS Sans Serif;
			font-size: 14pt;
			font-weight: bold;
			background-color: #FFFFFF;
		}
		.title {
			font-family: MS Sans Serif, Arial, Helvetica, Chicago;
			font-size: 8pt;
			font-weight: bold;
			color: white;
		}
		.body {
			font-family: Arial, MS Sans Serif, Helvetica, Chicago;
			font-size: 12pt;
			color: #577D47;
		}
		.green {
			background-color: #577D47;
		}
		.white {
			background-color: white;
		}
	// -->
	</style>
</head>

<body bgcolor="#FFFFFF" text="#577D47" link="#175E91" vlink="#666600">

<center><h2><font face=Arial>Bible Readings for <!--#echo var="DATE_LOCAL" --></font></h2></center>

<center><table cellpadding=5 cellspacing=0 width="90%">
	<tr>
		<td valign="top" align="left" class="today"><!--#exec cgi="/cgi-bin/date.pl" --></td>
		<td valign="top" align="left"><table border=0 cellpadding=1 cellspacing=0 width=300 class="green">
			<tr style="background-color:#577D47;">
				<td><table width="100%" border=0 cellpadding=0 cellspacing=0>
					<tr>
						<td class="title">Version Selected: <SCRIPT LANGUAGE="JavaScript1.2">
						<!--
							showVersion();
						//-->
						</SCRIPT></td>
						<td align="right"><a href="?" onClick="windowOpen('version.html','version','width=270,height=180,resizable,nostatus'); return false;" class="title">click to change</a></td>
					</tr>
				</table></td>
			</tr>
			<tr style="background-color:#577D47;">
				<td valign="top"><table width="100%" border=0 cellpadding=3 cellspacing=0 class="white">
					<tr>
						<td valign="top" class="body"><p>Today's Passages</p> 
						<!--#exec cgi="/cgi-bin/newdaily.pl" --></td>
					</tr>
				</table></td>
			</tr>
		</table>
		</td>
	</tr>
</table></center>

<p>

<font face=Arial><center>[<a href="about.html#mo">View Months</a> |
<a href="about.html">About This Site</a> |
<a href="/jenn/">Jenn's Home Page</a> ]</center><p>

<hr width="95%" size=2 noshade>

</body>
</html>

