<%@LANGUAGE="VBSCRIPT"%> <% Dim dev Dim dev_numRows Set dev = Server.CreateObject("ADODB.Recordset") dev.ActiveConnection = MM_nhm_STRING dev.Source = "SELECT * FROM Devotionals ORDER BY devid DESC" dev.CursorType = 0 dev.CursorLocation = 2 dev.LockType = 1 dev.Open() dev_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 Repeat1__index = 0 dev_numRows = dev_numRows + Repeat1__numRows %> New Hope Ministries - Getting to Know Jesus Newsletter
New Hope Gospel Ministries

Getting to Know Jesus Newsletter

<% While ((Repeat1__numRows <> 0) AND (NOT dev.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 dev.MoveNext() Wend %>
"><%=(dev.Fields.Item("title").Value)%>
Date:<%=(dev.Fields.Item("Xdate").Value)%> By: Glen Copple

Subscribe to "Getting To Know Jesus" weekly comments 


for a free weekly devotional thought on the life and teachings of Jesus that will be sent to your E-mail box!" "Subscribe to receive a free "Getting To Know Jesus" weekly E-mail"



New Hope Gospel Ministries is a non-profit ministry (501 (c) 3) that is currently supported by your contributions.  If you would like to Partner with us in this ministry, click on the icon below.
          Official PayPal Seal

<% dev.Close() Set dev = Nothing %>