<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var littleriver	  = "yes"	// SHOW littleriver COPYRIGHT
var pageheight	  = "150"	// SPACING ABOVE COPYRIGHT



document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact-us.htm">Contact</a><br><br>');






// EDIT THE NEXT LINE



document.write('<br><br><br><a href="index.html">River Of Life Tabernacle<br>42 Mill St. Lucedale<br>MS. 39452<br>(601) 947-8395</a>');
document.write('<br><br>Mailing Address<br>197 Ollie Pope Rd.<br>Lucedale, MS. 39452</a><br>');
 


document.write(' ');


   if (littleriver == "no") {
document.write('Site Design &copy; 2007 All rights reserved <a href="http://littlerivergraphics.com" target="_blank">LittleRiver Graphics</a> & <a href="http://littlerivergraphics.com" target="_blank">Hosting</a><br>');
}


document.write('<br>');





//  End -->