<% 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 %>



 

BaseCamp is a high energy time on Wednesday nights at 6.29 p.m. in the Youth room (upstairs in A building). It's a time of worship involving music and Bible study. The Bible is God's instruction book to us, and worship is us responding to God. Each week we will journey together through the Bible to better understand how we are created and how we can better worship the Creator. Wednesday night worship is led by Decreasing 3:30 ,Moffett Road Baptist Church's College Band. They help us to focus on God and respond to Him. Bring a friend and check it out! 

You can also listen to the service via podcast at Itunes, just search for "Moffett Road" or click here for the RSS feed.

 

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 %>