<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "no"		// SHOW THE 4TH PARAGRAPH

var facebook		= "yes"		// SHOW FACEBOOK IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {
document.write('<br>');
document.write('<fieldset><legend>');
document.write('Donate<br></legend>');
document.write('Please donate to our mission.  EVERY dollar goes to helping young men and women of our adult criminal justice system.<br><a href="donate.htm">Donate Online...</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// FACEBOOK AREA
   if (facebook == "yes") {
document.write('<span class="sidebartitle">');
document.write('<center>');
document.write('<a href="http://www.facebook.com/pages/Ministry-of-the-Third-Cross/125699364112449?v=info#!/pages/Ministry-of-the-Third-Cross/125699364112449?v=wall"target="_blank"><img src="picts/facebook.jpg" border="0" width="150" class="bordersSB"></a><br><br>');
document.write('</center>');
document.write('</span>');
//document.write('<hr class="sidebar-splits"><br>');
}
// END FACEBOOK AREA

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {
document.write('<fieldset><legend>');
document.write('<center>');

document.write('BBQ Fundraiser<br></legend>');
document.write('<center>');

document.write('Sat, October 30,2010<br>11am - 4pm<br>Callaghan Plaza<br>Callaghan Rd and Culebra Rd<br>San Antonio, Texas <a href="fundraiser.htm">More info...</a><br>');
document.write('</center>');

document.write('</fieldset>');
document.write('<br><br>');







}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {
document.write('<fieldset><legend>');

document.write('Haven for Hope<br></legend>');

document.write('The Lord continues to provide venues for the MOTC to take the good news that Jesus is Lord, and that we have a loving Father that loves us all unconditionally.  We are going into our final week in formation for the upcoming day retreat that the MOTC has been invited to offer to the residents of Haven for Hope in San Antonio. <a href="hope.htm">Read More...</a><br><br>');

document.write('</fieldset>');
document.write('<br><br>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can also turn off this area in the sidebar-RIGHT.js and have no RIGHT side bar showing in this area.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4





document.write('</td></tr></table>');


// -- END -->
