<!-- 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 showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_1		= "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('Pack 391 Leaders<br></legend>');

document.write('Our Cub Scout leaders are equipped with valuable resources and training to help all scouts. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="index.htm"><img src="picts/trainedr.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Leader Names<br></legend>');

document.write('Tiger Den 5 Leader:<br>Open<br><br>');

document.write('Wolf Den 2 Leaders:<br>John & Lecia D.<br><br>');

document.write('Bear Den 3 Leader:<br>Millie P.<br><br>');

document.write('Bear Den 3 Leader:<br>Joe K.<br><br>');

document.write('Webelos I Den 4 Leaders:<br>Brent & Laura B.<br><br>');

document.write('Webelos II Den 1 Leaders:<br>Devery & Karen Y.<br><br>');

document.write('Commettee Chairperson:<br>Lecia D.<br><br>');

document.write('Finance Chairperson / Treasurer:<br>Meg B.<br><br>');

document.write('ScoutParents Chairperson:<br>Meg B.<br><br>');

document.write('Training Chairperson:<br>Brent B.<br><br>');

document.write('Advancement Chairperson:<br>Brent B.<br><br>');

document.write('Outdoor Chairperson:<br>John D.<br><br>');

document.write('Marketing Chairperson:<br>Open<br><br>');

document.write('History Coordinator:<br>Meg B.<br><br>');

document.write('Webmaster:<br>Bobby P.<br><br>');

document.write('Webmaster Assistant:<br>Joe K.<br><br>');

document.write('Cub Master<br>Brent D. B.<br><br>');

document.write('Assistant Cub Master<br>John D.<br><br>');

document.write('Chartered Organization Representative:<br>Chuck V.<br><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2 You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.


// SMALL PICTURE AREA

   if (showimage_1 == "yes") {

document.write('<center>');
document.write('<a href="index.html"><img src="picts/last_frontier_council_csp[1].jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}




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


// -- END -->