<!-- 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 	= "no"		// SHOW THE 2ND 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('Pool Closed<br></legend>');

document.write('The Sylvan Lake Aquatic Centre will be CLOSED from September 1-22 for annual maintenance.  The Recreation, Parks and Culture office will remain open Monday-Friday from 8:00 am-4:00 pm.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Program Guide<br></legend>');

document.write('Fall Program Guide Available - Large PDF File Be Patient!<a href="pdf/programguide.pdf" target="_blank"> Click Here</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Clean Up The Lake!<br></legend>');

document.write('<a href="pdf/Sylvan-Lake-Clean-Up-Poster.pdf" target="_blank"><img src="current-images/sylvan-lake-clean-up.png" alt="Clean Up The Lake" title="Clean Up The Lake" "border="0"></a><br>');
document.write('<b>Sunday, Sept 19, 2010</b><br>');
document.write('<a href="http://www.albertaunderwatercouncil.com" target="_blank">Sign Up Here</a>');
document.write('<br><a href="/pdf/Sylvan-Lake-Clean-Up-Poster.pdf" target="_blank">View Poster Here</a>');
document.write('</fieldset>');
document.write('<br><br>');

}


   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('FallFest!<br></legend>');

document.write('<a href="pdf/fall-festival-2010.pdf" target="_blank"><img src="current-images/Fall-Festival-small.png" alt="Fall Festival 2010" title="Fall Festival 2010" border="0"></a><br>');
document.write('<b>Saturday, Sept 25, 2010</b><br>');
document.write('<a href="/pdf/Fall-Festival-2010.pdf" target="_blank">View Poster Here</a>');
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="pdf/Sylvan-Lake-Clean-Up-Poster.pdf" target="_blank"><img src="current-images/sylvan-lake-clean-up.png" border="0"></a><br>');
//document.wrtie('Sylvan Lake Clean Up');
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('Toxic Roundup<br></legend>');

document.write('Household Hazardous Waste Round-up is September 13 from 10-2. Please drop off at the Public Works Building across from Tim Hortons.<a href="publicworks.htm">Toxic Round Up Details</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->