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 \" >" +
	"</a>" + 
	"</td><td align=right>" +
	"<small><small> This page last modified on " + document.lastModified );

s="na";c="na";
if (navigator.appName == "Netscape"){ c=screen.pixelDepth }
 else                               { c=screen.colorDepth } ;
document.write(
"<IMG SRC=\"http://www.hicom.net/~danmar/cgi-bin/logit.cgi?" + 		
	document.location + 
	"&size=" + screen.width + 
	"&colors=" + c +    
	"&referer=" + escape(document.referrer) +
	"&" + document.cookie +  // starts with U=  or  C=   or L= ?? 	
				"\" width=3 height=3 >") 

document.write(
"<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> <p>\n");
// //////////// end of end-o-doc.js   Real-World-Systems version
