// somehow index_files/fin.js seems to have been in ~/www/index.html for a while Hugh?
// So I copied this fin.js there. 1/28/11 Why I never noticed it before? That's not something I ususlly do!


//According to monitor 'Real-World-systems.com - script', the script service on
//  'www.Real-World-systems.com' has been working again as specified since
//  2011-01-28 15:42:35.
// very interesting ????

// funny thing though, index.html from 7/15/10 uses index_files!!

//
var modified =  document.lastModified ;
s="na";c="na";j="na";f=""+escape(document.referrer);s=screen.width;
if (navigator.appName == "Netscape"){ c=screen.pixelDepth } 
 else                               { c=screen.colorDepth } ;
r=document.location + 
  "&size="    + s +    
  "&colors="  + c +    
  "&referer=" + f +
  "&" + document.cookie ;  // starts with U= 
	document.write( 
"<p><table width=99%><tr><td align=right>" +                         	
"<small><small><small>This page last modified on " + modified + 
"<a href=http://www.Real-World-Systems.com/DGerman.html>"+
"<IMG SRC=\"http://www.hicom.net/~danmar/cgi-bin/logit.cgi?" + r + "\" width=3 height=3 border=0>"+
"</a></table>");

