<!-- 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 == "no") {

document.write('<fieldset style=" text-align:left; width:240px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Quiet Time</span></legend>');
document.write('Time with God in His word.');
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 your life 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 Devotionals:</span></legend>');
document.write('<a href="minute.htm">&middot;&nbsp;Bible Minute</a><br>');
document.write('<a href="readingplan.php">&middot;&nbsp;Bible in-a-year</a><br>');
document.write('<a href="spurgeon.php">&middot;&nbsp;Spurgeon\'s Morning & Evening</a><br>');
document.write('<a href="daily.htm">&middot;&nbsp;Daily Devotional</a><br>');
document.write('<a href="faith.php">&middot;&nbsp;Faith\'s Checkbook</a><br>');
document.write('<a href="faithwalk.htm">&middot;&nbsp;Faith Walk Bible Read Thru</a><br>');
//document.write('<a href="lpea.htm">&middot;&nbsp;Luis Palau</a><br>');
document.write('<a href="chambers.php">&middot;&nbsp;My Utmost for His Highest</a><br>');
document.write('<a target="_blank\" href="four/">&middot;&nbsp;4 Spiritual Laws</a><br>');
document.write('<a target="_blank\" href="cross.htm">&middot;&nbsp;The Cross</a><br><hr>');
document.write('<a href="javascript:if (document.all) window.external.AddFavorite(location.href, document.title);">Bookmark this Devotional</a>');
//document.write('<a href="cqod.php">Today\'s CQOD</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 -->
