<% Dim objFSO, objFile, objTxtStream, strText Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.GetFile(Application("CDDataPath") & "PS01.txt") Set objTxtStream = objFile.OpenAsTextStream(1,0) If Not objTxtStream.AtEndOfStream Then strText = objTxtStream.ReadAll End If %>
   
 

MRBC College Ministry exists to reach students with the gospel; encompass them into the church by worship, Bible study, and fellowship; equip them for personal ministry and their life mission in the world.<% = addBreaks(strText) %>

 

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

for more information contact:

Moffett Road Baptist Church College Ministry

5555 Moffett Road - Mobile, AL 36618

(251) 342-0563

info@mrbcstudents.net

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