%@LANGUAGE="VBSCRIPT"%> <% Dim rsSiteNotice Dim rsSiteNotice_numRows Set rsSiteNotice = Server.CreateObject("ADODB.Recordset") rsSiteNotice.ActiveConnection = MM_dbConn_STRING rsSiteNotice.Source = "SELECT * FROM tbl_Site_Notice WHERE bitActive = TRUE ORDER BY cntNewsID_PK DESC , datDatePosted" rsSiteNotice.CursorType = 0 rsSiteNotice.CursorLocation = 2 rsSiteNotice.LockType = 1 rsSiteNotice.Open() rsSiteNotice_numRows = 0 %> <% if NOT(rsSiteNotice.EOF) then ' CHECK FOR NEWS ITEM / NOTICE ON MAIN PAGE AND IN DATE datDateExpire = rsSiteNotice("datDateExpire") if datDateExpire > Now() then ynNoticeInDate = TRUE else ynNoticeInDate = FALSE end if end if %> <% Dim rsOtherNewsDocuments Set rsOtherNewsDocuments = Server.CreateObject("ADODB.Recordset") rsOtherNewsDocuments.ActiveConnection = MM_dbConn_STRING rsOtherNewsDocuments.Source = "SELECT * FROM tbl_News_Items ORDER BY cntNewsID_PK DESC , datDatePosted" rsOtherNewsDocuments.CursorType = 0 rsOtherNewsDocuments.CursorLocation = 2 rsOtherNewsDocuments.LockType = 1 rsOtherNewsDocuments.Open() %> <% if NOT(rsOtherNewsDocuments.EOF) then ' CHECK FOR OTHER DOCUMENT / REPORT UPLOADED AND ACTIVE ? ynOtherDocument = rsOtherNewsDocuments("bitActive") if ynOtherDocument = TRUE then ynOtherDocument = TRUE else ynOtherDocument = FALSE end if end if %> <% ' get random photo images randomize intRand = INT(RND*14)+1 strHeaderImage = "images/banners/header-" & CStr(intRand) & ".jpg" intRand = INT(RND*14)+1 strBodyImage = "images/misc/home-" & CStr(intRand) & "-375.jpg" %>
Our monthly Newsletters are given out in traditional paper hard copy at the nursery. They are also available online for parents and carers to download below. Please note these are in Microsoft Word format.

Sandpit Nursery Newsletter
» Download the Newsletter »»
<% = rsOtherNewsDocuments("strTitle") %>
<% = strDetails %>
Click here to download »»
<% end if %><% =strDetails %>
<% =dtmDate %>