"Verse of the Day" Feature
Our "Verse of the day" tool is powered by Biblegateway.com. BibleGatway.com offers a Verse of the Day API that enables developers to customize the appearance of the verse. For more information on this API, see: http://www.biblegateway.com/usage/votd/docs/api.php
LHBaptist.com currently displays the verse of the day by calling a script at Biblegateway.com. The URL for this script defines the Bible translation (version 9 = King James; 32 = NIV).
<!--
<script language="Javascript" src="http://www.biblegateway.com/usage/votd/votd2html.php?version=9&jscript=1">
</script>
<!-- alternative for no javascript -->
<noscript>
<a href="http://www.biblegateway.com/usage/votd/votd2html.php?version=9&jscript=0">View Verse of the Day</a>
</noscript>
-->
(Last updated Octobober 30, 2005, by R. Hammond)