%@LANGUAGE="VBSCRIPT"%>
<%
Dim rs_Content_For_Page__MMColParam
rs_Content_For_Page__MMColParam = "gallery"
If (Request("MM_EmptyValue") <> "") Then
rs_Content_For_Page__MMColParam = Request("MM_EmptyValue")
End If
%>
<%
Dim rs_Content_For_Page
Dim rs_Content_For_Page_numRows
Set rs_Content_For_Page = Server.CreateObject("ADODB.Recordset")
rs_Content_For_Page.ActiveConnection = MM_Online1_STRING
rs_Content_For_Page.Source = "SELECT * FROM tbl_Page_Content WHERE Page_Name = '" + Replace(rs_Content_For_Page__MMColParam, "'", "''") + "'"
rs_Content_For_Page.CursorType = 0
rs_Content_For_Page.CursorLocation = 2
rs_Content_For_Page.LockType = 1
rs_Content_For_Page.Open()
rs_Content_For_Page_numRows = 0
%>
Scout Troop 187 - Holland Township, New Jersey - Scout Troop 187 Photo Gallery Index
<%
rs_Content_For_Page.Close()
Set rs_Content_For_Page = Nothing
%>