%@LANGUAGE="VBSCRIPT"%>
<%
set bible = Server.CreateObject("ADODB.Recordset")
bible.ActiveConnection = MM_home_STRING
bible.Source = "SELECT * FROM bible"
bible.CursorType = 0
bible.CursorLocation = 2
bible.LockType = 3
bible.Open()
bible_numRows = 0
%>
Church of Maui - Bible Studies On Line -
|
|
|
|
|
|
|
|
|
|
|
|
| |
News
- Mahalo
for attending our first Maui Marketplace
Ministries meeting.
Read
the news...
|
|
|
|
| |
|
|
|
| |
355 L.
Honoapiilani Road #101 Napili, Maui, Hi. 96761 808 669-0698
fax: 808 669-5103 email: Contact
Us!
|
| |
|
| |
|
|
|
| |
<%
bible.Close()
%>