//---------------------------------------------------------------------------------------------------
// 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>Joann B. (Amanda-6 & Janine-4) Apple Tree Avon </span>", "<span class=testimonial>&quot;I am very pleased and comfortable with the preschool education my daughters have received at Apple Tree. They were definitely socially and intellectually prepared for school! Thank you!&quot;</span>"];
qArr[01] = ["<span class=testimonial2>Mary M. (Michael-4) Apple Tree Avon </span>", "<span class=testimonial>&quot;I looked at, at least, twelve child care centers before choosing Apple Tree Children’s Center. The staff is hardworking, caring and attentive to special needs. The center is clean and has a homey, happy atmosphere. My son enjoys going there, and he learns a lot.&quot;</span>"];
qArr[02] = ["<span class=testimonial2>Gina H. (Mary Grace- 3) Apple Tree Avon</span>", "<span class=testimonial>&quot;The detailed anecdotes in my daughter’s Daily Exchange notes not only keep me in touch with her day, but show how much attention and interaction she has with her teachers.&quot;</span>"];
qArr[03] = ["<span class=testimonial2>Allison B. (Samantha-3 & Maryia-8) Apple Tree Granby</span>", "<span class=testimonial>&quot;The care given to my child at Apple Tree Children's Center is phenomenal. My daughter has learned skills from socializing to potty training, to educational skills - all age appropriate. The staff has always been very accommodating to our family needs. We feel our children are safe and in good hands at Apple Tree Children's Center.&quot;</span>"];
qArr[04] = ["<span class=testimonial2>Marilyn K. (Caitlin-4 & Melana-1) Apple Tree Granby</span>", "<span class=testimonial>&quot;&quot;I like that my children are happy and enjoy being with their teachers and friends.</span>"];
qArr[05] = ["<span class=testimonial2>Mary Z. (Arthur-3) Apple Tree Hamden</span>", "<span class=testimonial>&quot;Our son is thriving at Apple Tree. At age 3 ½, he takes a computer class that has developed his skills tremendously in a very short time. More importantly, the teachers are so caring and loving. I feel confident each day that he is in good hands.&quot;</span>"];
qArr[06] = ["<span class=testimonial2>Cathy & Chris T. (Brooke-4) Apple Tree Middletown</span>", "<span class=testimonial>&quotApple Tree is a fun, safe and loving center. The teachers go far above what is expected of them. I am blessed that my children are part of the Apple Tree family.&quot;</span>"];
qArr[07] = ["<span class=testimonial2>Kim N. (Greta-3 and Malin-4 months) Apple Tree Middletown</span>", "<span class=testimonial>&quot;My daughter has been in Apple Tree since she was 4 ½ months old. She is now 3 ½ years old. The staff has always been so warm and attentive. They are all very dedicated and caring. I would highly recommend Apple Tree to any parent.&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;
}

