<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		
var showimage_2		= "no"		
var showimage_3		= "no"		
var showarea_1		= "yes"		
var showarea_2		= "no"		
var showarea_3		= "no"		
var links		= "yes"		
var movedown		= "45"		

document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');
document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');
   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/ship_cloc.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}
   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:240px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Fun Stuff</span></legend>');
document.write('Laughter, the best medicine.<br><br>Spend a few moments away from things that weigh heavy and just relax.');
document.write('</fieldset>');
document.write('<br><br><br>');
}
   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/ship_cloc.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:240px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Power to Change</span></legend>');
document.write('For more on how Jesus can change lives visit ');
document.write('<a target="_blank" href="http://powertochange.com">Power to change</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:240px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');
document.write('<a href="games.htm">&middot;&nbsp;Play Games</a><br>');
document.write('<a href="comics.htm">&middot;&nbsp;Look at cartoons</a><br>');
document.write('<a href=""></a><br>');
document.write('<a href=""></a><br>');
document.write('<a href=""></a><br>');
document.write('<a href=""></a><br>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:240px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');
document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');
document.write('<a href="about.htm">More...</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
document.write('</td></tr></table>');
//  End -->
