<!-- Begin


var paragraph_1 	= "yes"		
var paragraph_2 	= "yes"		
var showimage		= "yes"		

var topspacing		= "2"		// NUDGE SIDEBAR DOWN Trevor
var sidewidth		= "125"		// SIDEBAR WIDTH Trevor





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>');

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.htm"><img src="picts/loogo_sidbr.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA TREVOR

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Parish of Grouville<br></legend>');

document.write('Link to Parish of Grouville<a href="http://www.parish.gov.je/grouville/"target="_blank"> Your Parish Online</a><br>');

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.htm"><img src="picts/grouv_nght.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA TREVOR


   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Join us this Sunday<br></legend>');

document.write('Your church - near you<br>');

document.write(' &nbsp Your church - for you<br>');

document.write(' &nbsp &nbsp<a href="http://www.grouvillechurch.org.je/worship_grouville.htm"target="_blank">Your church - invites you<br>');

document.write('</fieldset>');
document.write('<br><br>');

}








document.write('</td></tr></table>');



