<!-- 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 paragraph_3	= "yes"		// SHOW THE 3rd PARAGRAPH

var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "40"		// 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>');


// ADDED FOR PICTURE LINKS

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

//document.write('FCS Pictures:<br></legend>');
//document.write('  <style="width: 90px;"><a href="http://www.pbase.com/kcurrin/fcs">FCS Awards</a><br>');
//document.write('<br>');
//document.write('  <style="width: 190px;"><a href="http://www.pbase.com/kcurrin/museum">Richmond Science Museum Field Trip</a>');
//document.write('JAN 18*FCS and SonShine Station CLOSED for MLK DAY<br>');
//document.write('<br>');
//document.write('Support FCS - Come out and purchase a cookbook!<br>');
//document.write('<br>');
//document.write('May 12*PreK-3 End of Year Party<br>');
//document.write('<br>');
//document.write('May 13*PreK-4 End of Year Party<br>');

//document.write('<a href="contact.htm"></a><br>');

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

// CODE FROM MENU

//document.write('  <li style="width: 90px;"><a href="Calendar/2008-2009/fbs2008y.html">Calendar</a>');
//document.write('    <ul>');
//document.write('      <li><a href="gallery1.htm">Gallery 1</a></li>');
//document.write('      <li><a href="gallery2.htm">Gallery 2</a></li>');
//document.write('      <li><a href="gallery3.htm">Gallery 3</a></li>');
//document.write('      <li><a href="LISTgallery1.htm">List Style Gallery 1</a></li>');
//document.write('      <li><a href="LISTgallery2.htm">List Style Gallery 2</a></li>');
//document.write('      <li><a href="LISTgallery3.htm">List Style Gallery 3</a></li>');
//document.write('      <li><a href="slideshow.htm">Slideshow</a></li>');
//document.write('    </ul>');
//document.write('  </li>');




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('FCS Construction Pictures:<br></legend>');

document.write('<br><center>');
document.write('  <style="width: 190px;"><a href="http://www.pbase.com/kcurrin/school">Cick Here</a>');
document.write('</center>');



//document.write('First Christian School and SonShine Station will be operating on a 1 hour delay Friday, Jan. 8 2010 due to weater conditions<br>');
//document.write('<br>');
//document.write('Support FCS - Come out and purchase a cookbook!<br>');
//document.write('<br>');
//document.write('May 12*PreK-3 End of Year Party<br>');
//document.write('<br>');
//document.write('May 13*PreK-4 End of Year Party<br>');

//document.write('<a href="contact.htm"></a><br>');

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

}

// END RIGHT SIDEBAR AREA PARAGRAPH 1

// EMAIL LINK ADDED BELOW



// SMALL PICTURE AREA

   if (showimage == "yes") {

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





// http://www.pbase.com/kcurrin/school

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('FCS Reminders:<br></legend>');

document.write('Teacher Appreciation Week May 4 - May 8<br>');
document.write('<br>');



document.write('National Day of Prayer May 7 at 12 Noon<br>');
document.write('<br>');
document.write('FCSA Meeting May 7 at 6:30 PM<br>');


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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write('FCS Fun Run:<br></legend>');
document.write('<br><center>');
document.write('  <style="width: 190px;"><a href="http://www.firstbaptistschool.net/PDFgallery.htm">Application and Sponsorship Form</a>');
document.write('</center>');


//document.write('Teacher Appreciation Week May 4 - May 8<br>');
//document.write('<br>');


//document.write('National Day of Prayer May 7 at 12 Noon<br>');
//document.write('<br>');
//document.write('FCSA Meeting May 7 at 6:30 PM<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// -- END -->