<!-- Begin HEADER OPTIONS CODE
document.write('<span class="smalltitle">Daily Verse:</span>')
document.write('<br>')
dailyverse()
document.write('<br><br>')
document.write('<TABLE cellpadding="0" cellspacing="0" border="1"  style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br>')
document.write('<span class="smalltitle">Daily Quote:</span>')
document.write('<br>')
dailyquote()
function dailyverse()
{
document.write("If we love one another, God lives in us, and His love is perfected in us.<br>1 John 4:12 NRSV");
}
function dailyquote()
{
document.write("The love that we need is God Himself coming into our hearts.  When the soul is perfected in love, it has such a sense of that love that it can rest in it for eternity.<br>~Andrew Murray");
}
//  End -->
