<% Dim intNum, str1, str2, str3, str4 str1 = "1" str2 = "1" str3 = "1" str4 = "1" If Request.Querystring("num") = "" Then intNum = 1 str1 = "2" Else intNum = Request.Querystring("num") Select Case Request.Querystring("num") Case "1" str1 = "2" Case "2" str2 = "2" Case "3" str3 = "2" Case "4" str4 = "2" End Select End If %> Programs <% Dim objFSO, objFile, objTxtStream, strName, strDesc Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.GetFile(Application("CDDataPath") & "PN0" & intNum & ".txt") Set objTxtStream = objFile.OpenAsTextStream(1,0) If Not objTxtStream.AtEndOfStream Then strName = objTxtStream.ReadAll End If objTxtStream.close() Set objFile = objFSO.GetFile(Application("CDDataPath") & "PD0" & intNum & ".txt") Set objTxtStream = objFile.OpenAsTextStream(1,0) If Not objTxtStream.AtEndOfStream Then strDesc = objTxtStream.ReadAll End If %>




Building Spiritual H.A.B.I.T.S.

We would like for all students involved at MRBC to develop a relationship with Christ and then grow deeper in that relationship. If you're going to take your faith to the next level, you'll want to develop some personal spiritual growth habits. To help you with these essential habits, we use some tools that will assist your continual and personal spiritual growth. 

(Here's a brief overview...we'd love to talk to you more about it.) 

H - hang time with God...Quiet Time Journal 

A - accountability with another believer...PAR 5 (Prayer, Accountability, Relationship) 

B - Bible memorization...Hidden Treasures memory cards 

I - involvement with the church body 

T - tithing commitment...Bank of Blessings 

S - study the Bible...RootWorks 

For more information on the H.A.B.I.T.S. talk to a Sunday School Teacher. You can also get H.A.B.I.T.S. tools and materials by talking to Bro. Craig. 

 

Home | Purpose | Programs | Photos | FAQ | Contact | Info & Forms

 

for more information contact:

 

Moffett Road Baptist Church Student Ministry

5555 Moffett Road - Mobile, AL 36618

(251) 342-0563

info@mrbcstudents.net

- <% Set objFSO = Nothing Set objFile = Nothing Set objTxtStream = Nothing %>