<!-- 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("Turn to me and have mercy on me, as you always do to those who love your name. <BR>Psalm 119:132 NIV");
}
function dailyquote()
{
document.write("His justice is full and complete, His mercy to us has no end; the clouds are a path for His feet, He comes on the wings of the wind. <BR>~Christopher Idle");
}
//  End -->

