<!-- 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"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 2ND PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP


document.write('<img src="http://www.loveyoulord.com/tfh/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">');


// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<img src="http://www.loveyoulord.com/tfh/images/john3_16.gif" alt="For God so loved the world that he gave His only begotten SON, that whosoever believes in Him shall not perish, but have everlasting life. John 3:16" border="0" width="240" height="129" class="borders"><br><br>');
}


// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style="text-align:left; width:240px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Features</span></legend>');
document.write('On Time for Him you will find a variety of features; A place for study and meditaiton called Quiet Time, a place for worship in the gallery, a place for relaxation with \"Fun-Stuff\"and more...');
document.write('<a href="http://www.loveyoulord.com/tfh/site_map.htm">The site map is here...</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA
// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<img src="http://www.loveyoulord.com/tfh/images/john3_16.gif" alt="For God so loved the world that he gave His only begotten SON, that whosoever believes in Him shall not perish, but have everlasting life. John 3:16" border="0" width="240" height="129" class="borders"><br><br>');
}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="text-align:left; width:240px; padding: 2px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Power to Change</span></legend>');
document.write('Read how people have had their lives drastically changed through knowing the Lord Jesus:&nbsp;');
document.write('<a target="_blank" href="http://powertochange.com">Power to change</a><br><hr>');
document.write('<a href="javascript:if (document.all) window.external.AddFavorite(location.href, document.title);">Bookmark this page</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA




// SAMPLE LINKS AREA
   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="http://www.loveyoulord.com/tfh/news.htm">&middot;&nbsp;Daily News</a><br>');

document.write('<a href="http://www.loveyoulord.com/tfh//whois/">&middot;&nbsp;Who is Jesus?</a><br>');

document.write('<a href="http://www.loveyoulord.com/tfh//bible/">&middot;&nbsp;World English Bible</a><br>');

document.write('<a href="http://www.loveyoulord.com/tfh//dickens/">&middot;&nbsp;Charles Dickens</a><br>');

document.write('<a href="http://www.loveyoulord.com/tfh//ihs/">&middot;&nbsp;In His Steps</a><br>');

document.write('<a href="http://www.loveyoulord.com/tfh/GuestBook.htm">&middot;&nbsp;Guest Book</a><br>');

document.write('</fieldset>');

document.write('<br><br><br>');
}
// SAMPLE LINKS AREA











// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="http://www.loveyoulord.com/tfh/picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START THIRD TEXT AREA
   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="http://www.loveyoulord.com/tfh/about.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA







document.write('</td></tr></table>');
//  End -->