<% varStartPage = 1 varMaxRecords = 4 vPhotoID = 0 if request.querystring("start") <> "" then varStartPage = request.querystring("start") end if if request.querystring("id") <> "" and IsNumeric(request.querystring("id")) then vPhotoID = cint(request.querystring("id")) end if set JournalRS = Server.CreateObject("ADODB.Recordset") JournalRS.CursorLocation = adUseClient JournalRS.CacheSize = varMaxRecords SQL = "select * from Journal where Category = 'Classes' and Active=-1 order by SortOrder;" JournalRS.Open SQL, MasterConn if NOT JournalRS.BOF and NOT JournalRS.BOF then JournalRS.MoveFirst JournalRS.PageSize = varMaxRecords JournalRS.AbsolutePage = varStartPage varNumPages = JournalRS.PageCount vRecordCount = JournalRS.RecordCount if vPhotoID = 0 then vPhotoID = JournalRS("JournalID") end if end if %> Never Summer Nordic®, Inc - Photo Journal of Yurt Visitors
Never Summer Nordic