<!-- 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 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE








var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "170"		// 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

// SMALL PICTURE AREA


   if (paragraph_2 == "yes") {


document.write('<fieldset><legend>');
document.write('Subscribe to our<br>E-mail Lists<br></legend>');
document.write('<center><a href="lists.html" target="_top"><img src="picts/mailinglists.jpg" style="display: block;" border="0"></a>');
document.write('Sign up to receive<br>Faith Formation, Preschool<br>or general Parish news<br>(including flyers)<br>right in your Inbox.</center>');
document.write('</fieldset>');
document.write('<br><br>');


}




   if (paragraph_1 == "yes") {
document.write('<fieldset><legend>');
document.write('Daily Mass Readings<br></legend>');
document.write('<iframe width="150" height="120" scrolling="no" frameborder="0" src="http://www.catholiccontent.com/150/mass/" style="display: block;"></iframe>');
document.write('</fieldset>');
document.write('<br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA
   if (showimage == "yes") {


document.write('<br><center>');
document.write('<a href="http://www.masstimes.org/dotnet/Default.aspx" target="_blank"><img src="picts/masstimes.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br>');
document.write('<br>');

}











// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {


document.write('<fieldset><legend>');
document.write('Preschool Program<br></legend><br>');
document.write('<center><a href="preschool.html" target="_parent"><img src="picts/clip_image002.jpg" style="display: block;" border="0";">');
document.write('Learn More</center></a>');
document.write('</fieldset>');
document.write('<br><br>');


}




   if (showimage == "yes") {


document.write('<center>');
document.write('<a href="http://www.AmericanCatholic.org/Features/SaintofDay/" target="_blank"><img src="picts/SaintofDay2.gif" border="0"></a>&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="http://www.americancatholic.org/Features/DailyQuestion/default.aspx" target="_blank"><img src="picts/DailyCathQuestionLogo.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



   if (paragraph_2 == "yes") {


document.write('<fieldset><legend>');
document.write('Ministry to the<br>Sick/Homebound<br></legend>');
document.write('<br>We are most anxious to help anyone who cannot attend church because of illness, handicap, or age.<br><br>If you wish the sacraments or visition by a Minister to the Homebound, please call or email the <a href="mailto:parishoffice@stmatthewct.org">Parish Office</a> at (860) 872-0200.<br><br>Please notify us of any hospitalization so that we may be of assistance.</center>');
document.write('</fieldset>');
document.write('<br><br>');


}


   if (paragraph_2 == "yes") {


document.write('<fieldset><legend>');
document.write('Mattie\'s Togs<br></legend><br>');
document.write('<img src="/picts/clip_image002_0003.gif" width="55" height="68" class="image-right">');
document.write('Our Children’s Thrift Shop is located in the old Parish Office on the Dunn Hill Road side of the Church.<br><br>Donations of children’s clothing and hangers graciously accepted.<br><br><strong>Hours of Operation:</strong><br><strong>Saturdays:</strong> 9am-1pm<br><strong>Sundays:</strong> after 10:30am Mass<br><br>For more information please call Billie at (860) 871-0260.');
document.write('</fieldset>');
document.write('<br><br>');


}





// END RIGHT SIDEBAR AREA PARAGRAPH 2










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




// -- END -->