var myQuotes = [
	{text: 'The institute is intense, challenging, exhausting, enlightening, and overall an invaluable experience.', speaker: 'Eric Thomas', speakerInfo: ''},
	{text: 'I cannot begin to explain the energy that surrounds you as a staff member.  Working with such a highly motivated and dedicated group of people is inspiring and provides an amazing opportunity to learn and grow.', speaker: 'Amanda Gay', speakerInfo: ''},
	{text: 'My experience at the institute was phenomenal, which is why I kept going back every summer!  Not only did I share the lessons I had learned from my teaching experiences with new corps members, but I learned a great deal from the corps members and other institute staff.', speaker: 'Aurora Lora', speakerInfo: ''},
	{text: 'I have never felt as connected to Teach For America as I have as a staff member at the institute.', speaker: 'Marcus Hunter', speakerInfo: ''},
	{text: 'You are about to take on a tremendous and rewarding responsibility, so brace yourself.  The days will be long.  The hours will be numerous.  The rewards will be great.', speaker: 'Nicole Marie Comparetto', speakerInfo: ''}
];

TFA.Quotes.draw(myQuotes, 'sidebar');