function Information()
{
document.writeln("<Table border=1 width=175 bordercolor=black>");

//************** Start of Service Schedule block *********************
document.writeln("<TR border='1' bordercolor='#000000'> ")
document.writeln("	<TD align='center' valign='bottom' height='5' bgcolor='66CC66'> ")
document.writeln("		<font face='tahoma, arial' size='+1' color='000000'> ")
document.writeln("Service Schedule")
document.writeln("	</TD> ")
document.writeln("</tr>")
document.writeln("<TR> ")
document.writeln("	<TD align='CENTER'> ")
document.writeln("		<font face='tahoma, arial' color='000000' size='2'> ")
document.writeln("		<B><U>Sunday</u></b><BR>")
document.writeln("		Morning -- 10:30 AM<BR><HR width='150' color='#66CC66'>")
document.writeln("		<B><U>Monday</u></b><BR>")
document.writeln("		Corporate Prayer -- 7:00 PM<BR><HR width='150' color='#66CC66'>")
document.writeln("		<B><U>Wednesday</u></b><BR>")
//document.writeln("		Evening -- 7:00 PM")
document.writeln("		Bible Study -- 7:00 PM<br/>")
document.writeln("		Youth</a> -- 7:00 PM<BR><HR width='150' color='#66CC66'>")
//document.writeln("<BR><BR><B>Children's Ministry is available during Sunday morning services only.</b>")
document.writeln("	</TD> ")
document.writeln("</tr>")
document.writeln("<TR border='0'>")
document.writeln("	<TD align='CENTER'>")
//document.writeln("      <BR><a href='http://www.CFaith.com' target='_blank'><img src='images/CFaith_Blue_ani.Gif' alt='C-Faith.Com' border=0></a>")
//document.writeln("		<font face='tahoma, arial' color='000000' size='2'>")
//document.writeln("      <BR> LWM Affiliate Code<BR>BVEX 2G9L<br><BR>")
document.writeln("      <BR><img src='images/new.gif'> <b><a href='https://www.eservicepayments.com/cgi-bin/Vanco_ver3.vps?appver3=tYgT1GfNxRUldiimjHMvOcdY4I0SyYEe3JacLI-qjKloFNP4aqRa0S8QPHgWyUw1ums9tj3wI7okSf0MyMa8usxMqI4Bs5wdYfLKDehVHN0=&ver=3', target='_blank'>Online Giving</a></b> <img src='images/new.gif'><br><BR>")
//document.writeln("      <BR><img src='images/new.gif'> <b><a href='https://www.paperlesspayments.com/login.asp?VIN=2085&vcAccessCd=216532', target='_blank'>Online Giving</a></b> <img src='images/new.gif'><br><BR>")
document.writeln("      <BR><a href='http://www.GoodSearch.com' target='_blank'><img src='images/GoodSearch.jpg' alt='GoodSearch.com' border=0></a><BR><BR>")
document.writeln("	</TD> ")
document.writeln("</tr>")
//************** Start of Contact Us block *********************
document.writeln("<TR border='1' bordercolor='#000000'> ")
document.writeln("	<TD align='center' valign='bottom' height='5' bgcolor='66CC66'> ")
document.writeln("		<font face='tahoma, arial' size='+1' color='000000'> ")
document.writeln("		Contact Us ")
document.writeln("	</TD> ")
document.writeln("</tr>")
document.writeln("<TR> ")
document.writeln("	<TD align='center'> ")
document.writeln("		<font face='tahoma, arial' color='000000' size='2'>")
document.writeln("		<B><U><a href='directions.htm'>Physical Address</a></u></b><BR>Living Word Ministries<BR>")
document.writeln("		426 Courthouse Road<BR>")
document.writeln("		Richmond, Va  23236<BR> ")
document.writeln("		Phone:<BR>(804) 794-0040<BR> ")
document.writeln("		Fax:<BR>(804) 794-1363<HR> ")
document.writeln("		<B><U>Mailing Address</u></b><BR> ")
document.writeln("		Living Word Ministries<BR>")
document.writeln("		P.O. Box 35062<BR>")
document.writeln("		Richmond, Va  23235<HR>")
document.writeln("		<B><U>Office Hours</u></b><BR> ")
document.writeln("		Monday - Thursday<BR>")
document.writeln("		10:00 AM to 3:00 PM<HR>")
document.writeln("		<B><U>E-Mail</u></b><BR>")
document.writeln("		<a href='mailto:Pastor@MyLivingWord.org'>Pastor David</a><BR>")
document.writeln("		<a href='mailto:PC@MyLivingWord.org'>Pastor Christine</a><BR>")
document.writeln("		<a href='mailto:KMoseley@MyLivingWord.org'>Kamisha - Childrens Dir.</a><BR>")
//document.writeln("		<a href='mailto:vic@mylivingword.org'>Vic - Music Dir.</a><BR>")
document.writeln("		<BR><a href='Privacy.htm'>Privacy Policy</a><BR>")
document.writeln("      <BR><A href='RSSFeed.htm'><img src='images/RSS.gif' border='0'> RSS Feed</a>")
document.writeln("		<BR><BR><CENTER>")
document.writeln("		<font color='#000000'  face='tahoma, arial' size='1'> ")
document.writeln("		&#169; 2001 - 2008,<BR>Living Word Church,<BR>All Rights Reserved.</center> ")
document.writeln("	</TD> ")
document.writeln("</tr>")
//************** End of Contact Us Block ***************************
document.writeln("<TR border='0'>")
document.writeln("	<TD align='CENTER'>")
document.writeln(" <BR><img src='images/GodIsBigger.Gif' alt='God Is Bigger'><BR>")
document.writeln("<BR>")
document.writeln("	</TD> ")
document.writeln("</tr>")
document.writeln("</table>")

}; //End of page Information() function