﻿<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showimage_4		= "no"		// SHOW 4TH SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 4TH PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');






// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<a href="http://www.luc.edu" target="_blank"><IMG SRC="picts/loyolasm2.jpg" alt="Browse Loyola University Chicago" border="0" width="150" height="125" class="borders"><br><br>');
}




// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:center; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle"></span></legend>');

document.write('Loyola University Chicago');

document.write('<a href="http://www.luc.edu"></a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA











// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<a href="http://www.archchicago.org" target="_blank"><IMG SRC="picts/archlogosm2.jpg" alt="Browse the Archdiocese of Chicago" border="0" width="150" height="125" class="borders"><br><br>');
}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:center; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle"></span></legend>');

document.write('Archdiocese of Chicago');

document.write('<a href="http://www.archchicago.org/departments/lay_ecclesial_ministry/lay_ministry.shtm"></a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA






// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Resarch Faculty Positions:</span></legend>');

document.write('');

document.write('<a href="https://www.careers.luc.edu/applicants/jsp/shared/frameset/Frameset.jsp?time=1253766326976" target="_blank">VIew Two Research Faculty Positions at the Institute of Pastoral Studies</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA




// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');
document.write('<a href="http://luc.edu/ips" target="_blank">Loyola University Chicago Institute of Pastoral Studies</a><br>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA














// START FOURTH TEXT AREA
   if (showarea_4 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Easy Reporting:</span></legend>');

document.write('');

document.write('<a href="private/pvtlearning.htm">INSPIRE Members: Quick Link to Annual Reporting forms</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END FOURTH TEXT AREA







document.write('</td></tr></table>');
//  End -->