<!-- 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 topspacing		= "5"		// 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>');












// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="https://app2.renweb.com/ParentsWeb/login.aspx?Dist=LWCS-MO&Wtype=P&LBanner=Y"><img src="picts/renweb.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><center>');
document.write('<a href="https://www.factstuitionaid.com/facts/gaindex"><img src="picts/facts.jpg" border="0" Width ="140" Heigth="90" class="borders"></a><br>');
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('1st Day of School (2010-2011)<br> Wednesday August 18th<br></legend>');

document.write('We look forward to seeing you here for the start of another great year.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('Visit our Athletics section<br></legend>');

document.write('Our athletic department is growing quickly, so go check out all the latest info on all your favorite CHS sports. <a href="athletics.html">Athletics Dept.</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







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


// -- END -->