<%@LANGUAGE="VBSCRIPT"%> <%siteLabel="Southern Ocean Divers Club"%> <% 'Database connection Dim myDSN, conn, SQL, itemID, rsSODSnews myDSN = MM_stock_STRING Set conn = Server.CreateObject("ADODB.Connection") conn.Open myDSN Dim area area = "SODSnews" ID=1 'get the HTML for dislay SQL="SELECT sHTML from " & area & " where ID=" & ID 'response.write(SQL & "
") set rsSODSnews = conn.execute(SQL) sHTML = rsSODSnews("sHTML") %> Local News - Southern Ocean Divers Club
Souther Ocean Divers Club Port Noarlunga Reef Education
Southern Ocean Divers Club

Reef Education

Local Diving Community

Dive Calender

Marine Image Gallery

Local Diving Community
Join the Southern Ocean Divers Club
Dive Links & Diving Diary Dates
 
<%=sHTML%>