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( "<br clear=all>"+
"<table width=100%  height=60  cellpadding=0 cellspacing=0><tr valign=bottom > " +
"<td align=left class=s><a href=index.html>"+
"	      <img src=/ag_back.gif alt='<-- back' border=0><p style=font-size:xx-small>"+
"<a href=mailto:webmasterHillTop"+"@"+"HilltopConservancy.org>webmaster</a>" +
"<td align=right><small><small>modified " + document.lastModified  +
"<a href=http://www.Real-World-Systems.com/DGerman.html>" +
"<img src=\"http://208.245.180.2/~danmar/cgi-bin/logit.cgi?"+r+"\" width=3 height=3" + 
"    alt='This web page custom crafted by Dennis German' border=0></a> "+
"</table>"  );

window.status="The Hilltop Conservancy"; //hide img loading

// // end of end-o-doc.js
