//---------------------------------------------------------------------------------------------------
// Copyright © 2002 Bushman Technologies (http://www.bushmantech.net)								-
// TERMS :	You may not remove above copyright statement. The rest of this message may be deleted.	-
//			You may not remove the link to Qyoteserver homepage in the generated statement without 	-
//			consent from Bushman Technologies.														-
// Quotes from : http://quoteserver.bushmantech.net													-
//---------------------------------------------------------------------------------------------------
// Author(s): Richard de Breyn						-
//---------------------------------------------------
// INCLUDED : 31 quotes.							-
// USAGE 	: Include this file into HTML document.	-
//			  In HTML document, include the line:	-
//				<script>putQ();</script>			-
// UPDATES 	: http://www.bushmantech.net			-
//---------------------------------------------------
var qArr = new Array();
// Add quotes here.

qArr[00] = ["<span class=testimonial2>Sally & Jim S. (Reed-5 & Ian-1) Apple Tree Avon </span>", "<span class=testimonial>&quot;Our fifteen month-old was taught sign language for &quot;more&quot; and &quot;all done&quot; when eating. It was a huge help at mealtime. Our five year-old has been at Apple Tree since he was ten weeks. His best friends are here. He learned his manners and learned about sharing at a very early age.&quot; </span>"];
qArr[01] = ["<span class=testimonial2>Marilyn K. (Caitlin-4 & Melana-1) Apple Tree Granby</span>", "<span class=testimonial>&quot;I like that my children are happy and enjoy being with their teachers and friends.&quot; </span>"];
qArr[02] = ["<span class=testimonial2>Leah & Jim M. (Veronica-2) Apple Tree Middletown</span>", "<span class=testimonial>&quot;We couldn’t be happier with the teachers and administrative staff at Apple Tree! Our 2 ½ year old daughter has thrived there since she was five months old. We are looking forward to sending her new brother there in a few months.&quot; </span>"];
qArr[03] = ["<span class=testimonial2>Deanna G. (Alison-2) Apple Tree Middletown </span>", "<span class=testimonial>&quot;One of the many things I love about my child attending Apple Tree is the genuine care and concern the teachers display for the children. My daughter feels loved and secure in this child care environment.&quot; </span>"];
qArr[04] = ["<span class=testimonial2>Karli S. (Shianne-1) Apple Tree Middletown</span>", "<span class=testimonial>&quot;Shianne loves to come and play at Apple Tree. She always comes home and tells me so much about her day. She always has a big smile when she sees the center and the teachers.&quot; </span>"];
qArr[05] = ["<span class=testimonial2>Jennifer B. (Ethan-2) Apple Tree Middletown</span>", "<span class=testimonial>&quot;My son has attended child care at Apple Tree for about 2 months now. He loves his school and his teachers. I am very pleased with the care he receives and the positive interaction with the children his age.&quot; </span>"];
qArr[06] = ["<span class=testimonial2>Susan T. (Kevin-2) Apple Tree Middletown</span>", "<span class=testimonial>&quot;My son absolutely loves coming to Apple Tree. He is two years-old and he always talks about all of his friends and teachers at school. As soon as we pull into the parking lot he claps his hands.&quot; </span>"];
qArr[07] = ["<span class=testimonial2>Ann A. (Ryan-2) Apple Tree Granby</span>", "<span class=testimonial>&quot;The one thing we have learned by having our kids in child care, is that if the management is great, the teachers will be great. That has been our experience at Apple Tree Children's Center. The teachers are loving, caring, the management is very responsive to parent concerns.&quot; </span>"];

qUsed = new Array();

function BTJSputQ(){
	x=gUQ();
	document.open();
 	document.write(qArr[x][1]+"<BR>"+qArr[x][0]+" ");
	document.close();
}

function gUQ(){
	z=false;x=0;
	for(var i=0;i<1;){x=Math.floor(Math.random()*(qArr.length));if(checkIt(x)) i = 1;}
	qUsed[qUsed.length] = x;return x;
}

function checkIt(val){
	for(i=0;i<qUsed.length;i++){if(qUsed[i]==val){return false;}}
	return true;
}


