//version 5.1 save theWidth StALs ; home special

document.write( 
"<style media=print>   td.screen {visibility:hidden}  </style>	"+
"<style media=screen>  td.screen {visibility:visible} </style>  "+
"<table width=100% border=0 cellpadding=0 cellspacing=0 >" );
if (document.url != "index.html" ) document.write (
" <tr> 								"+
"<a href=/newark/st_aloysius					"+
"	onMouseOver=\"status='home'; return true;\" 		"+
"	onMouseOut =\"status='';     return true;\"       	"+
"       style=cursor:help;    title=' [ home ] '	>		"+
"  <td class=screen align=left colspan=9 valign=bottom >	"+  //height=50
" <a href=/newark/st_aloysius> <img src=/newark/st_aloysius/home.gif border=0 alt= '\r  [ home ]  \r' ></a>"+
"</a>" );

document.write( 
"<tr>							"+
" <td class=screen align=left>				"+ 
"<a href=mailto:Webmaster&#x40;StAloysiusCaldwell.org	"+
"  style=cursor:help;font-size:x-small;text-decoration:none;color:navy "+
"  title=' Questions about this web page '>webmaster</a> 	"+
" <td align=right valign=bottom style=font-family:verdana;font-size:50%;color:whiteSmoke; class=none>	"+
"This page last modified on " + document.lastModified + "<br>		" +
"&copy;2005 Real-World-Systems, All rights reserved.		        	" +
"<a href=http://www.Real-World-Systems.com/DGerman.html			" +
" title=\"This web page hand crafted by Dennis German\"></a> 		" );
var theWidth= screen.width;
if (window.innerWidth)                          theWidth = window.innerWidth;
 else if (document.documentElement && 
          document.documentElement.clientWidth) theWidth = document.documentElement.clientWidth; 
 else if (document.body )                       theWidth = document.body.clientWidth;
var k;
k =     document.location + 
 	"&referer=" + escape(document.referrer)+
  	"&size="    + theWidth +   
        "&"+document.cookie;  
document.write(
"<img src=\"http://www.hicom.net/~danmar/cgi-bin/logit.cgi?" + k + "\" width=3 height=3 border=0 >"+
"</table> ") 
// //////////// end of enddoc.js
