//---------------------------------------------------------------------------------------------------
// 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>Scott D. (Keaton-5, Cameron-3 & Landon-7 months) Apple Tree E.P True</span>", "<span class=testimonial>&quot;With Apple Tree, we know that our kids are well cared for, not just being babysat. The teachers’ emphasis on discipline will prepare them for their schoolage years.&quot;</span>"];
qArr[01] = ["<span class=testimonial2>Kristin W. (Kyle-7 & Ellery-10 months) Apple Tree Hickman</span>", "<span class=testimonial>&quot;I have two children that attend Apple Tree. My oldest child is six and attends before and after school each day. My younger child is nine months old and has attended Apple Tree for seven months. I am very happy with the care my children receive at Apple Tree for many reasons. The Director and/or Assistant Director are always available to parents. I have been very impressed by the teachers at the center. The entire staff is very friendly, positive and ready to answer questions. There has been little change in the staff during the 1½ years we have had the children at the center. I know employee retention can be an issue and I appreciate the efforts to minimize the changes. The center is not huge so I feel like my children get plenty of attention! Finally, I like the center because it is in a very convenient location. I would definitely recommend Apple Tree to other friends and/or family.&quot;</span>"];
qArr[02] = ["<span class=testimonial2>Kim & Dave P. (Jacob-2 & Nathan-6 months) Apple Tree Johnston</span>", "<span class=testimonial>&quot;We have been at Apple Tree for over a year now. We absolutely love it. We know that Jacob is learning important skills, making lots of friends and receiving plenty of love. Our younger son Nathan will be starting soon. The decision for Apple Tree for Nathan was an easy one&quot;</span>"];
qArr[03] = ["<span class=testimonial2>Tim & Carrie L. (Chloe-2 & Gabe-5 months) Apple Tree Pleasant</span>", "<span class=testimonial>&quot;The teachers have always made my family feel welcome and comfortable. We are excited to see our children’s development improve with all the new songs and activities they do. Thank you!&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;
}

