//break frames if (top.location != self.location) { top.location=self.location; } directory_ref='..'; if (home_page) { directory_ref='.'; } //background image index = Math.floor(Math.random() * 43) +10; document.write(''); function getWindowHeight() { var windowHeight = 0; if (typeof(window.innerHeight) == 'number') { windowHeight = window.innerHeight; } else { if (document.documentElement && document.documentElement.clientHeight) { windowHeight = document.documentElement.clientHeight; } else { if (document.body && document.body.clientHeight) { windowHeight = document.body.clientHeight; } } } return windowHeight; } function setContent() { if (document.getElementById) { var windowHeight = getWindowHeight(); if (windowHeight > 0) { var contentElement = document.getElementById('content'); var contentHeight = contentElement.offsetHeight; if (windowHeight - contentHeight > 0) { contentElement.style.position = 'relative'; contentElement.style.top = (((windowHeight / 2) - (contentHeight / 2)) * 0.66) + 'px'; } else { contentElement.style.position = 'static'; } } } } window.onload = function() { //setContent(); } window.onresize = function() { setContent(); } function randomQuote(){ var quotes = new Array; quotes[0] = "\"We were a bit concerned initially as any parents are with leaving their little ones for the first time. We needn\'t have worried. She took to Adelaide from the outset and we\'ve noticed how well she has progressed socially and with her own self-confidence in the few months she\'s been there. It\'s great!\"\n
James Heffernan"; quotes[1] = "\"The thing I like most about Adelaide is that it feels like a family home. The staff create that atmosphere and it means that Theo just loves going there.\"\n
Samantha Richards"; quotes[2] = "\"There\'s a real sense of friendliness about Adelaide. The staff will always stop to talk to you and take an interest. I also like the fact that they follow Te Whariki, because it\'s the national early childhood curriculum, and that\'s important for a quality experience.\"\n
Sally Hyde"; quotes[3] = "\"Adelaide is a great place for children. We love the fact there are a high number of teachers to children, so the children get plenty of support and assistance.\"\n
Catherine Beard"; quotes[4] = "\"Being a parent cooperative we put all the resources back into the centre for the benefit of the children and to hire quality staff.\"\n
Catherine Beard"; quotes[5] = "\"Catering for two years and up means the children go on lots of interesting trips into the local community. Also the staff are great and there is lots of music and fun.\"\n
Catherine Beard"; quotes[6] = "\"From the moment we walked into Adelaide to check it out we felt a warmth and excitement that was sadly lacking in many other childcare facilities we had seen.\"\n
Lara and Gus Donaldson"; quotes[7] = "\"India\'s time at Adelaide has filled her with enthusiasm for learning through play, song, sharing, and most of all - laughter and warmth from the staff, children and parents alike. Well done Adelaide!\"\n
Lara and Gus Donaldson"; quotes[8] = "\"I was looking for a centre that had a good space outdoors where I could be sure my son could choose to have time in the fresh air whenever he wanted.\"\n
Gill Manderson"; quotes[9] = "\"I loved the look and feel of the place. The old villa and the big tree with a fort built around it appealed to my inner child so I knew my daughter would love it also.\"\n
Kirsten Anderson"; quotes[10] = "\"The staff are enthusiastic, friendly and really approachable. Also I think being around animals is an important part of growing up but not always practical in the city so I love that Adelaide has a chicken, a hamster, a rabbit and of course the frogs too.\"\n
Kirsten Anderson"; quotes[11] = "\"What I love about it is that children can take the lead and decide what games they want to play and the teachers validate that by being enthusiastic about their choices.\"\n
Vicky"; quotes[12] = "\"Adelaide feels like a home. It is a relaxed and happy place with a great vibe!\"\n
Sam"; quotes[13] = "\"The commitment to the children and the centre by the great staff andæthe learning themes and activities they think up for the kids- and of course the annual sports day will forever be remembered in our house!\"\n
Kerry"; quotes[14] = "\"The childcare is topnotch, the fact that it\'s a parent coop means that we are all involved at the ground level in our children's pre-school care. And I have never seen a happier bunch of kids than at this centre - they are all so proud of Adelaide!\"\n
Kerry"; quotes[15] = "\"chaos!!!! messy !!!!!!!!
the freedom that the children had, the attention from the teachers to all the children. Because it is a safe environment, the teachers are just great with the children and all the kids love to come there.\"\n
Natacha"; quotes[16] = "\"Room for spontaneity - very important for me I love the story boards - it gives me a lovely sense of what the kids and Aisla have been up to. Aisla has always been so comfortable there. Whenever I am struggling at home I say to Aisla \'is that how you would do it at Adelaide?\' and we normally get onto a better track.\"\n
Hilary"; quotes[17] = "\"Loved it when Karen called me at work to let me know Aisla was doing fine on the 1st day I left her there.\"\n
Hilary"; quotes[18] = "\"Loved the fact that on my childs first day, kids who I had never met just started chatting happily to me. Loved that sometimes there was a disco, other days they were sewing bags, other the days it was all about pirates and other days Lola would return covered in face paint, growling like a tiger.\"\n
Sarah"; quotes[19] = "\"I think the way te reo is integrated naturally into their worlds is fantastic. My kids ask me all the time if they can \'stay late\' at Adelaide they don\'t particularly like leaving!\"\n
Sarah"; var q = Math.floor(Math.random() * quotes.length); document.write(quotes[q]); }