// N.B.  There are several pages that cannot use <script src=end-o-doc.js>
//  index (doesn't want  < BACK ,  today-readings.html, readings/back.html
document.write( 
	"<p><table width=99% border=0><tr><td align=left>" +                 
        "<a href=index.html>" +
        "<img src=pics/ag_back.gif border=0 width=50 height=20 alt=\" <--Back \" >" +
	"<small><sup>to the home page.</a>" + 
	"</td><td align=right>" +
	"<small><sup>This page last modified on " + document.lastModified );
c="na";
if (navigator.appName == "Netscape"){ c=screen.pixelDepth }
 else                               { c=screen.colorDepth } ;
r =	document.location + 
	"&size=" + screen.width +  
	"&colors=" + c +  
	"&referer=" +  escape(document.referrer)+
        "&java=" + navigator.javaEnabled() + 
        "&" + document.cookie ;  // starts with U=  or  C=   or L= ?? 
document.write(
	"<img src=\"http://www.hicom.net/~danmar/cgi-bin/logit.cgi?" + 
	 	r + "\" width=3 height=3>" +
	"<a href=http://www.Real-World-Systems.com/DGerman.html" +
	"title=\"This web page hand crafted by Dennis German\">.</a> " + 
	"</small> </small> </td> </tr> </table>");
//// end of end-o-doc.js
