<!-- 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="0" cellspacing="0" 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('2011 Operating &<br>Capital Budget<br></legend>');

//document.write('Town departments presented their proposed Operating Budgets to Town Council at two meetings in November.<br><br>Council will now consider these requirements and will provide decisions and final direction at two meetings scheduled for December 3 from 5:00 – 9:00 pm and December 4 from 9 am – 3 pm.  Citizens are encouraged to attend these meetings and hear Council’s direction for the 2011 budget year.<br><br>All meetings will be held in the Upper Mezzanine at the Sylvan Lake Multiplex,  4803 48 Street.<br><br>For further information call 403-887-2141.');

//document.write('</fieldset>');
//document.write('<br><br>');

//}



   if (paragraph_1 == "yes") {

document.write('<fieldset style="width:200px;"><legend>');

document.write('Upcoming Events<br></legend>');
 document.write('<ul style="font-size:14px; line-height:25px;">');
document.write('<li>Sylvan Lake Centennial Task Force Launch<br />');
document.write('2/2/2011</li>');
document.write('<li>Town Council Meeting<br />');
document.write('14/2/2011</li>');
document.write('<li>Family & Community Support Services Board<br />');
document.write('17/2/2011</li>');
document.write('<li>Winterfest & Polar Bear Dip<br />');
document.write('19/2/2011 </li>');
document.write('<li>Sylvan Community House Society General Meeting<br />');
document.write('22/2/2011</li>');
document.write('<li>Community Services Committee<br />');
document.write('23/2/2011</li>');
document.write('</ul>');
document.write('<span style="text-align:center;width:150px;"><a style="text-decoration:underline;" href="calendar.htm">MORE EVENTS</a></span>');
document.write('</fieldset>');
document.write('<br><br>');

}






   if (paragraph_1 == "yes") {

//document.write('<fieldset><legend>');

//document.write('Sylvan Lake Pond Hockey<br></legend>');

//document.write('<a href="http://www.sylvanlakepondhockey.ca" target="_blank"><img src="images/Sylvan-Lake-Pond-Hockey-2011.jpg" alt="Sylvan LakePond Hockey" title="Sylvan Lake Pond Hockey" border="0"></a><br>');
//document.write('<center><b>MARCH 4-6, 2011</b><br>');
//document.write('<a href="http://www.sylvanlakepondhockey.ca" target="_blank">www.sylvanlakepondhockey.ca</a></center>');
//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/Good-Old-Hockey-Game-Poster-2010.pdf" target="_blank"><img src="current-images/Good-Old-Hockey-Game-Poster-2010.jpg" border="0"></a><br>');
//document.wrtie('Good Ole Hockey Game');
//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 -->
