document.write("<TABLE width=770 height=454 align=center cellpadding=0 cellspacing=0 border=0><!-- main screen--><TR><td width = 170 valign=top align=right>");

document.write('<a href="');
document.write("javascript:wipeout('index.htm','');");
document.write('"><img src="jmitext_side2_gif.gif" width=100 height=165 border=0 hspace=0 vspace=4 alt="Jesuit Media Initiatives"></a><br clear=left><TABLE width=98 cellpadding=0 cellspacing=0 border=0>');

for (i=0;i<=2;i++)
	{
	document.write('<tr>')
	for (j=1; j<=3; j++)
		{
		document.write('<TD><a href="');
		document.write("javascript:wipeout('index.htm','');");
		document.write('"><img src="jmi' + ((i*3)+j) + '.gif" width=32 height=27 border=0 alt=""></a></TD>');
		}
	document.write('<td width=2><img src="trans.gif" width=2 height=4 border=0 alt=""></td></tr>')
	}

document.write('</TABLE>');

var theurl = new Array("visionmission1.htm","pray-as-you-go.htm","thinkingfaith.htm","contactus.htm","ident.htm");
var thename = new Array("vision &amp; mission","pray-as-you-go","thinking faith","contact us","the JMI 'ident' (flash)");
var topreload = new Array("vision1bw.jpg","payg_bw.jpg","storysofarbw.jpg","","");
var numlinks = theurl.length;

var gaplarge=50;
var gapsmall=10;

gapsmall = ((200 - gaplarge) - (19*numlinks))/numlinks;
if (gapsmall<1) {gaplarge = 20; gapsmall = ((200 - gaplarge) - (19*numlinks))/numlinks;};
if (gapsmall<1) {gaplarge = 4; gapsmall = ((200 - gaplarge) - (19*numlinks))/numlinks;};

document.write('<img src="trans.gif" border=0 alt="" width=100 height=' + gaplarge + '><br clear=right>');

for (i=0; i<=(numlinks-1); i++)
	{
	document.write('<a href="javascript:wipeout(');
	document.write("'" + theurl[i] + "','" + topreload[i] +"');");
	document.write('">' + thename[i] + '</a>&nbsp;<br><img src="trans.gif" width=100 height=' + gapsmall + ' border=0 alt=""><br clear=right>');
	}

document.write('</td><td width=40 align=center><img src="grey.gif" width=1 height=450 hspace=19 vspace=2 border=0 alt=""></td>');