 document.write ("+");
//"<a href=.. style=cursor:west; title='<- back' >  		"+
//"<table width=100% border=0 cellpadding=0 cellspacing=0>  "+
//" <tr  height=20 >                                		"+
//" <td  align=left class=screenOnly >              		"+
//" <img src=../pics/ag_back.gif alt='<- back' > 			"+
//"</table></a>" );
//if (document.location != "index.html" )
//else 
//   // putting the <a before the <td> makes the whole cell hot safari NG
		document.write (
"<table width=100% border=0> "+
" <tr  height=20 > "+
" <td width=70%></table>"+
"<table  width=99% border=0 cellpadding=0 cellspacing=0 > "+
"<tr> "+
" <td  class=screenOnly style=font-size:xx-small;cursor:help;color:blue; >" +
"<a href=mailto:Webmaster@Real-World-Systems.com >"+ 
"Comments</a> for the Webmaster</a>" +
" <td align=right valign=bottom style=font-size:xx-small> " +
"This page last modified on " + document.lastModified + "<br>" +
"©2004 Pack 6 Caldwell, NJ All rights reserved" +
"<a href=http://www.Real-World-Systems.com/DGerman.html style=text-decoration:none;color:black;" +
" title=\"This web page hand crafted by Dennis German end-o-doc version 06.02\">.</a> "+
"</table>" );
var c,k;
if (navigator.appName == "Netscape")c=screen.pixelDepth; else  c=screen.colorDepth ;
k =     document.location + 
  	"&size="    + screen.width +    
	"&colors="  + c +    
	"&referer=" + escape(document.referrer) +
	"&java="    + navigator.javaEnabled()  ;
document.cookie += k ;  
document.write(
"<img src=\"http://www.hicom.net/~danmar/cgi-bin/logit.cgi?" + k + "\" width=3 height=3 border=0 style=border-style:none; >");
// //////////// end of end-o-doc.js

