<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3rd SIDEBAR IMAGE

var showscroller	= "yes"		// SHOW THE SCROLLER
var scrollspacing	= "50"		// NUDGE SIDEBAR DOWN
var bordercolor		= "60583C"	// SCROLLER AND IMAGE BORDER COLOR

var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3rd PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 4TH PARAGRAPH
var showarea_5		= "yes"		// SHOW THE 5TH PARAGRAPH
var showarea_6		= "yes"		// SHOW THE 6TH PARAGRAPH


var noteborder		= "5AA49C"	// BORDER COLOR AROUND THE NOTES

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "20"		// DATE Y LOCATION


document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="sidebartext"><tr><td valign="top" align="center">');

// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + ", ")

document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


// START AREA 1
   if (showarea_1 == "yes") {


   if (showimage_1 == "yes") {
document.write('<a href="http://floridagrace.com/index.html"</a><br><IMG SRC="picts/sidebar-1.jpg" border="0" alt="Click to return to home page" width="100" height="81" class="borders"><br>');
}

document.write('<br>');

document.write('<a href="http://floridagrace.com/biblestudy/index.htm" class="sidebarlinks">Bible Study Index</a><br>');

document.write('<a href="http://floridagrace.com/biblestudy/0-audio.htm" class="sidebarlinks">Audio </a>');

document.write('<a href="http://floridagrace.com/biblestudy/0-video.htm" class="sidebarlinks">- Video</a> ');

document.write('<br><br>');
}
// END AREA 1

// START AREA 2
   if (showarea_2 == "yes") {

document.write('<a href="http://floridagrace.com/biblestudy/audio/000salvation-dodd.mp3" target="_blank" class="sidebarlinks">How to Know You\'re Saved Audio</a><br>');

document.write('<a href="http://floridagrace.com/biblestudy/000.htm" class="sidebarlinks">Free Gift</a><br><p>');

document.write('<a href="http://www.floridagrace.com/biblestudy/audio/20091115-des.mp3" target="_blank" class="sidebarlinks">Right Division 101</a><br> ');
document.write('<br>');

document.write('<a href="http://floridagrace.com/biblestudy/audio/00dispensation-dodd.mp3" target="_blank" class="sidebarlinks">Understand the Bible Audio</a><br> ');
document.write('<br>');

document.write('<a href="http://floridagrace.com/biblestudy/067.htm" class="sidebarlinks">Who is your apostle?</a><br>');

document.write('<a href="http://floridagrace.com/biblestudy/054.htm" class="sidebarlinks">Following Paul</a><br> ');

document.write('<br>');
}
// END AREA 2


// START AREA 3
   if (showarea_3 == "yes") {

document.write('<a href="http://floridagrace.com/biblestudy/035.htm" class="sidebarlinks">Growing up in Grace</a> ');

document.write('<a href="http://floridagrace.com/biblestudy/audio/20050130-0900-Dodd.mp3" target="_blank" class="sidebarlinks">Audio</a><br>');

document.write('<a href="http://floridagrace.com/biblestudy/006.htm" class="sidebarlinks">Eternal Security</a><br> ');

document.write('<br>');

document.write('<a class="sidebartext"><b><font size="1">Click title for audio</font></b></a> ');


document.write('<br>');
}
// END AREA 3



// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS

// SCROLLER CODE
   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br>')
}





// START AREA 4
   if (showarea_4 == "yes") {


document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:125px; padding: 5px;"><legend>');
document.write('<span class="subtitle">DVD\'s Coming</span></legend>');

document.write('<p align="center"><b><font color="#333399">I will be offering top quality video\'s on DVD.</font></b><BR><b><font color="red">Coming Soon!<BR></font></b></p>');





document.write('</fieldset>');

document.write('<br><br>');
}

// END AREA 4


// START AREA 5
   if (showarea_5 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:125px; padding: 5px;"><legend>');
document.write('<span class="subtitle">Web Master</span></legend>');

document.write('Submit updates or contact webmaster with any web site questions via this form.<br>');

document.write('<a href="http://floridagrace.com/contactwebmaster.htm" class="sidebarlinks">CLICK HERE</a><br>');

document.write('Thanks, Rod<br>');
contactwebmaster.htm

document.write('</fieldset>');

document.write('<br><br>');
}

// END AREA 5



document.write('</td></tr></table>');
//  End -->