<!-- Begin
// 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 	= "no"		// SHOW THE 3RD PARAGRAPH
	var paragraph_4 	= "no"		// SHOW THE 4TH PARAGRAPH
	var paragraph_5 	= "no"		// SHOW THE 5TH PARAGRAPH
	var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
	var topspacing		= "10"		// NUDGE SIDEBAR DOWN
	var sidewidth		= "125"		// SIDEBAR WIDTH

// START RIGHT SIDEBAR AREA PARAGRAPH 1 
	 if (paragraph_1 == "yes") {	document.write('<fieldset><legend>');
	document.write('<strong>NOTICE BOARD<br></legend></strong>');
	document.write('To see the latest <br> - <a href="http://ceec.info/noticeboard.htm">Click here...</a><br>');
	document.write('</fieldset>');
	document.write('<br><br>');
	}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// START RIGHT SIDEBAR AREA PARAGRAPH 2 
	if (paragraph_2 == "yes") {
	document.write('<fieldset><legend>');
	document.write('Website News<br></legend>');
	document.write('Read the survey results and make your comments by <a href="http://ceec.info/wordpress/"> clicking here...</a>');
	document.write('</fieldset>');
	document.write('<br><br>');
	}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// SMALL PICTURE AREA
	if (showimage == "yes") {
	document.write('<br><center>');
	document.write('<a href="http://twitter.com/CEECweb"><img src="../../images/Twitter.jpg" border="0" class="borders"></a><br>');
	document.write('Click on the birdie to get an email when the website is updated.');
	document.write('</center>');
		}
// END PICTURE AREA

// START RIGHT SIDEBAR AREA PARAGRAPH 3 
	if (paragraph_3 == "yes") {
	document.write('<fieldset><legend>');
	document.write('Photos!<br></legend>');
	document.write('If you have photos of the Revd Thomas Hewitt or Canon T. G. Mohan, please let me know <a href="http://ceec.info/contact.htm"> here.</a><br>');
	document.write('</fieldset>');
	document.write('<br><br>');
	}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 4
   if (paragraph_4 == "yes") {	document.write('<fieldset><legend>');
	document.write('Message Board<br></legend>');
	document.write('To share your views, register for the Message Board! <a href="http://ceec.dyndns.info/phpbb/index.php">Click here...</a><br>');
	document.write('</fieldset>');
	document.write('<br><br>');
	}
// END RIGHT SIDEBAR AREA PARAGRAPH 4

// START RIGHT SIDEBAR AREA PARAGRAPH 5
   if (paragraph_5 == "yes") {	document.write('<fieldset><legend>');
	document.write('Notice Board<br></legend>');
	document.write('To see the latest notice - <a href="http://ceec.info/noticeboard.htm">Click here...</a><br>');
	document.write('</fieldset>');
	document.write('<br><br>');
	}
// END RIGHT SIDEBAR AREA PARAGRAPH 5

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