function KeyPress(e) { goahead = false; if(e) { if(e.which==122) if(e.ctrlKey) goahead=true; } else if (window.event.keyCode == 26) goahead=true; if (goahead) { if (confirm("Entering editing mode, are you sure?")) { document.location = "http://www.i-o-s.net/primaryworld/remote/login.asp?url=" + document.location; // document.location = "http://pj/iwe/remote/login.asp?url=" + document.location; } } } document.onkeypress = KeyPress; document.write("
PARENTS

Parents are always welcome in our school and we appreciate the help and support you give us in the classroom, on visits and the many initiatives we have throughout the school year.  We aim to keep you informed of the schools activities through regular newsletters (sent home on Fridays).

There are two formal Parents Evenings during the year and one optional where the progress of individual children is discussed.   However, please do not hesitate to contact us if a concern arises over any aspect of your child's education.

During the Summer Term we hold a new intake parents' meeting, and the Headteacher is also available to show parents around the school.  Please arrange an appointment with the school office.  To keep parents informed of developments in the curriculum, we hold additional meetings.  You will receive details of what your child will be studying at the beginning of each term.

");