<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

curdate  = new Date();
today    = new Date();
now = curdate.getTime();
even = ((curdate.getDay()) & 1);
var paragraph_1 	= "no";
var paragraph_2 	= "no";
var paragraph_3 	= "no";
var paragraph_4 	= "no";
var paragraph_5 	= "no";
var paragraph_6 	= "no";


var showimage		= "yes";		// SHOW A SIDEBAR IMAGE

var topspacing		= "10";		// NUDGE SIDEBAR DOWN
var sidewidth		= "125";		// SIDEBAR WIDTH
var imagewidth  = "66"			// SIDEBAR IMAGE WIDTH

if ( now >  new Date("1/1/2000") && now <=  new Date("03/21/2009")) {
paragraph_1 	= "yes";		// Show the 1st box
}else{
paragraph_1 	= "no";		// Don't Show the 1st box
  } 

if ( now >  new Date("1/1/2000") && now <=  new Date("11/02/2009")) {
paragraph_2 	= "yes";		// Show the 2st box
}else{
paragraph_2 	= "no";		// Don't Show the 2st box
  } 

if ( now >  new Date("1/1/2000") && now <  new Date("11/03/2009")) {
paragraph_3 	= "yes";		// Show the 3rd box
}else{
paragraph_3 	= "no";   	// Don't Show the 3rd box
  } 

if ( now >  new Date("1/1/2000") && now <  new Date("11/22/2009")) {
paragraph_4 	= "yes";		// Show the 4th box
}else{
paragraph_4 	= "no";   	// Don't Show the 4th box
  } 

if ( now >  new Date("1/1/2000") && now <  new Date("12/06/2009")) {
paragraph_5 	= "yes";		// Show the 5th box
}else{
paragraph_5 	= "no";   	// Don't Show the 5th box
  } 

if ( now >  new Date("11/10/2009") && now <  new Date("12/07/2009")) {
paragraph_6 	= "yes";		// Show the 6th box
}else{
paragraph_6 	= "no";   	// Don't Show the 6th box
  } 


// NUDGE SPACER
document.write('<img src="./web-pix/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('Winter Games</legend>');
document.write('<br />');
document.write('<div style="text-align: center">');

document.write('Cancelled<br />due to lack of snow<br />');
document.write('<br /><br />');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

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

document.write('Area Meeting</legend>');
document.write('<br />');
document.write('<div style="text-align: center">');

document.write('Jan. 10<sup>th</sup>, 7 p.m.<br />L. U.<br /> Little Dinning Room.');
document.write('<br /><br />');

document.write('</div>');
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="index.html"><img src="images/xmastree.gif" border="0" class="borders"width="'+imagewidth+'"></a><br />');
document.write('</center>');
document.write('<br /><br />');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write(' &nbsp; &nbsp; &nbsp; Parade &nbsp; &nbsp; </legend>');
document.write('<br />');
document.write('<div style="text-align: center">');

document.write('Scout Float<br />in the<br />Christmas Parade<br />');
document.write('November 21<sup>st</sup><br />Contact:<br />Enrico');
document.write('<br /><br />');

document.write('</div>');
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(' &nbsp; &nbsp; &nbsp; Parade &nbsp; &nbsp; </legend>');
document.write('<br />');
document.write('<div style="text-align: center">');

document.write('Scout Float<br />in the<br />Christmas Parade<br />');
document.write('November 21<sup>st</sup><br />Contact:<br />Enrico');
document.write('<br /><br />');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4

// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

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

document.write(' &nbsp; &nbsp;Area Party &nbsp; &nbsp;</legend>');
document.write('<br />');
document.write('<div style="text-align: center">');
document.write('Pot Luck Supper<br />&amp;<br />Christmas Social<br />');

document.write('Dec 5<sup>th</sup>, 6 p.m.<br />Moose Hall<br />Fort William Rd.');
document.write('<br /><br />');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5

// START RIGHT SIDEBAR AREA PARAGRAPH 6 EDIT THIS AREA

   if (paragraph_6 == "yes") {

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

document.write('Fundraiser</legend>');
document.write('<br />');
document.write('<div style="text-align: center">');
document.write('CAVALCADE OF POPS CONCERT- FAMILY CHRISTMAS<br />');
document.write('Dec.12<sup>th</sup>, 8:00 p.m.<br />Symphony Orchestra tickets<br />contact Susan at 767-9551');
document.write('<br /><br />');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 6






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


// -- END -->