%@LANGUAGE="JAVASCRIPT"%>
<%
var rsContentsView__varContentID = "%";
if(String(Request("ContentID")) != "undefined") {
rsContentsView__varContentID = String(Request("ContentID"));
}
%>
<%
var rsContentsView__varContentSectionID = "0";
if(String(Request("ContentSectionID")) != "undefined") {
rsContentsView__varContentSectionID = String(Request("ContentSectionID"));
}
%>
<%
var rsContentsView__varContentPublish = "-1";
if(String(Request("ContentPublish")) != "undefined") {
rsContentsView__varContentPublish = String(Request("ContentPublish"));
}
%>
<%
var rsContentsView = Server.CreateObject("ADODB.Recordset");
rsContentsView.ActiveConnection = MM_connLatinoBookFestival_STRING;
rsContentsView.Source = "SELECT * FROM qryContentsView WHERE ContentID LIKE '"+ rsContentsView__varContentID.replace(/'/g, "''") + "' AND ContentSectionID LIKE '"+ rsContentsView__varContentSectionID.replace(/'/g, "''") + "' AND ContentPublish LIKE "+ rsContentsView__varContentPublish.replace(/'/g, "''") + " ORDER BY ContentOrder ASC";
rsContentsView.CursorType = 0;
rsContentsView.CursorLocation = 2;
rsContentsView.LockType = 3;
rsContentsView.Open();
var rsContentsView_numRows = 0;
%>
<%
var rsSchedule__varContentID = "%";
if(String(Request("ScheduleID")) != "undefined") {
rsSchedule__varContentID = String(Request("ScheduleID"));
}
%>
<%
var rsSchedule__varContentSectionID = "11";
if(String(Request("ScheduleSectionID")) != "undefined") {
rsSchedule__varContentSectionID = String(Request("ScheduleSectionID"));
}
%>
<%
var rsSchedule__varContentPublish = "-1";
if(String(Request("SchedulePublish")) != "undefined") {
rsSchedule__varContentPublish = String(Request("SchedulePublish"));
}
%>
<%
var rsSchedule = Server.CreateObject("ADODB.Recordset");
rsSchedule.ActiveConnection = MM_connLatinoBookFestival_STRING;
rsSchedule.Source = "SELECT * FROM qryContentsView WHERE ContentID LIKE '"+ rsSchedule__varContentID.replace(/'/g, "''") + "' AND ContentSectionID LIKE '"+ rsSchedule__varContentSectionID.replace(/'/g, "''") + "' AND ContentPublish LIKE "+ rsSchedule__varContentPublish.replace(/'/g, "''") + " ORDER BY ContentOrder ASC";
rsSchedule.CursorType = 0;
rsSchedule.CursorLocation = 2;
rsSchedule.LockType = 3;
rsSchedule.Open();
var rsSchedule_numRows = 0;
%>
The Latino Book&Family Festival
<%
rsContentsView.Close();
%>
<%
rsSchedule.Close();
%>