<!-- 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 	= "no"		// SHOW THE 3RD PARAGRAPH
var paragraph_4	= "no"		// SHOW THE 4TH PARAGRAPH



var showimage		= "yes"		// SHOW A SIDEBAR 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('<fieldset><legend>');

document.write('Aylesford Retreats</legend>');

document.write('Please <a href="retreats.htm"> click this link </a>for details and application forms for Women\'s and Men\'s Parish Aylesford Retreats in September and October 2012 respectively.');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Malawi Container<br>March 2012</legend>');

document.write('Items of warm clothing for children or adults, old shoes etc. required for Fr Boniface\'s projects in Malawi. Please contact Anne Knight to arrange collection/ delivery of items.  Tel: 01959 524488.  Also contributions towards cost of transportation please.  Many thanks.  (Please see letter at the back of the Church with more information).');

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('Christian Unity<br>Week</legend>');

document.write('UNITED SERVICE  on Tuesday 24th January at 8.00pm at Holy Trinity, Otford.');

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('Your Charitable<br>Prayers</legend>');

document.write('are requested for the repose of the soul of <b>OSWALD BROWN</b> who has recently died.  Oswald\'s Requiem is at <b>St Thomas\'s on Tuesday, 7th February at 12noon. </b> We pray for his soul and for the comfort of his family.');

document.write('</fieldset>');
document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 4







document.write('</td></tr></table>');


// -- END -->
