var alsoQuote = new Array();

alsoQuote[0] = "I now realize that if your confidence is good, you can do anything!";
alsoQuote[1] = "I'm doing things I've never done before, and am learning a lot.";
alsoQuote[2] = "also staff have been very, very important in encouraging me to believe in myself, and my skills.";
alsoQuote[3] = "Until I do something, I don't realize I can do it.";
alsoQuote[4] = "I can't tell my children what to do with their lives if I don't do something.";
alsoQuote[5] = "People notice what is happening with you.";
alsoQuote[6] = "Confidence is really important.";
alsoQuote[7] = "Coming here makes me smile. I'm actually happy to get up and come in.";
alsoQuote[8] = "I've learned what I'm capable of doing.";
alsoQuote[9] = "I'm amazed at myself and so is my family.";
alsoQuote[10] = "I feel good when I go home.";
alsoQuote[11] = "If you have confidence, nothing can stop you.";
alsoQuote[12] = "I decided to go back to school because I want a better future for my family.";
alsoQuote[13] = "We knew our own challenges but didn't recognize our own strengths.";
alsoQuote[14] = "I never felt good before.  I am achieving goals and feeling good about my way of living.";
alsoQuote[15] = "By coming back to school I am setting a good example for my kids.";
alsoQuote[16] = "You'd be surprised what you can achieve.";
//alsoQuote[17] = "When my last son became school-age, I decided that being a stay-at-home Mom wasn't enough anymore. Getting my education was the next step in securing a future for myself and my children.";
alsoQuote[17] = "also provides me with a safe and comfortable learning atmosphere.";
alsoQuote[18] = "We make friends here, we all support each other.";
alsoQuote[19] = "The people here believe in you, even when you don't believe in yourself.";
alsoQuote[20] = "also staff see something in me that I never saw.";
alsoQuote[21] = "At first I came to also for my children, now I do it for me and my self-esteem.";
alsoQuote[22] = "It's hard when your children ask for help, and you can't help them. Now I can.";
alsoQuote[23] = "No matter how hard it is, don't give up on it.";
alsoQuote[24] = "It makes me feel like I'm helping and am important for the first time in my life.";
alsoQuote[25] = "Volunteering has helped me realize that I have a lot of useful knowledge and many valuable skills.";
alsoQuote[26] = "I have skills I never thought I had before.";
alsoQuote[27] = "As a volunteer I think, I did this - I count for something.";
alsoQuote[28] = "I'm an asset now - giving back - I no longer want to kick the world.";
alsoQuote[29] = "Volunteering with other people with challenges helped me come out of my shell.";
alsoQuote[30] = "Spread the word!!  Give other people a chance to do what we have done.";
alsoQuote[31] = "I'm happy to feel I won't be judged by other people around me. This is really important to me.";
alsoQuote[32] = "ACElinks was the best choice for me because it allows me to finish school while persuing other personal goals.";
alsoQuote[33] = "The teachers here at ACElinks are very helpful and always eager to help.";
alsoQuote[34] = "The ACElinks program helps me finish my high school and at the same time get me prepared for college.";
alsoQuote[35] = "The ACElinks program gives me the one on one attention I need.";
alsoQuote[36] = "Having a teacher and a job coach helps me move toward my goal of employment.";
alsoQuote[37] = "The ACElinks program provides a very comfortable and supportive environment where I know I'm going to succeed.";
alsoQuote[38] = "The ACElinks program has become somewhere that I enjoy being.";
alsoQuote[39] = "The school provides free childcare and I feel very comfortable because it is in the same building.";
alsoQuote[40] = "The childcare providers are very patient and understanding. They offer exceptional childcare on site.";
alsoQuote[41] = "Allowing children to be themselves doesn't mean allowing them to do whatever they want to do.";
alsoQuote[42] = "Praise more; Criticize less";
alsoQuote[43] = "It's by helping others that children learn best how to help themselves";
alsoQuote[44] = "Children are made readers on the laps of their parents.";


var alsoCredit = new Array();

alsoCredit[0] = "also learner";
alsoCredit[1] = "also learner";
alsoCredit[2] = "also learner";
alsoCredit[3] = "also learner";
alsoCredit[4] = "also learner";
alsoCredit[5] = "also learner";
alsoCredit[6] = "also learner";
alsoCredit[7] = "also learner";
alsoCredit[8] = "also learner";
alsoCredit[9] = "also learner";
alsoCredit[10] = "also learner";
alsoCredit[11] = "also learner";
alsoCredit[12] = "also learner";
alsoCredit[13] = "also learner";
alsoCredit[14] = "also learner";
alsoCredit[15] = "also learner";
alsoCredit[16] = "also learner";
//alsoCredit[17] = "also learner";
alsoCredit[17] = "also learner";
alsoCredit[18] = "also learner";
alsoCredit[19] = "also learner";
alsoCredit[20] = "also learner";
alsoCredit[21] = "also learner";
alsoCredit[22] = "also learner";
alsoCredit[23] = "also learner";
alsoCredit[24] = "also learner volunteer";
alsoCredit[25] = "also learner volunteer";
alsoCredit[26] = "also learner volunteer";
alsoCredit[27] = "also learner volunteer";
alsoCredit[28] = "also learner volunteer";
alsoCredit[29] = "also learner volunteer";
alsoCredit[30] = "also learner volunteer";
alsoCredit[31] = "also learner volunteer";
alsoCredit[32] = "ACElinks learner";
alsoCredit[33] = "ACElinks learner";
alsoCredit[34] = "ACElinks learner";
alsoCredit[35] = "ACElinks learner";
alsoCredit[36] = "ACElinks learner";
alsoCredit[37] = "ACElinks learner";
alsoCredit[38] = "ACElinks learner";
alsoCredit[39] = "Children's Program parent";
alsoCredit[40] = "Children's Program parent";
alsoCredit[41] = "Ronald Morrish";
alsoCredit[42] = "";
alsoCredit[43] = "";
alsoCredit[44] = "Emilie Buchwold";


var totalQuotes = alsoQuote.length;
var count = Math.floor(Math.random()*totalQuotes); // randomize starting quote

function quoteAnimate() {
	$("#quoteMask").fadeTo(1000, 0).fadeTo(10000, 0).fadeTo(1000, 1, function() { quoteSwap(); }); // second fadeTo simulates time delay
}

function quoteSwap() {
	if (count==totalQuotes-1) {
		count = 0;
	} else {
		count++;
	}

	$("#quoteText").html("\u201c" + alsoQuote[count] + "\u201d<p>" + alsoCredit[count] + "</p>");
	// quote set to fixed height
	//$("#quoteMask").height($("#quoteText").height()); // set mask height equal to quoteText
	quoteAnimate();
}
