// JavaScript Document

	var Quotation=new Array();
	var Quotee=new Array();

	Quotation[0] = "While I worked in the physics shop I was treated as a co-worker with the faculty, respected and valued for the work that I produced.";
	Quotee[0] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";
	Quotation[1] = "Going through the labor program has been a great experience while attending Berea College. I feel like it has taught me how to manage my time better and prioritize everything that I need to get done. I think this is important for everyone to learn.";
	Quotee[1] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";
	Quotation[2] = "Working at food service and as a janitor has taught me that every position a person can work in is important and should be given respect.";
	Quotee[2] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";	
	Quotation[3] = "Being a TA in the Physical Education Department has allowed me to have a hands-on experience that I will use after graduation when I instruct others as a day camp director.";
	Quotee[3] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";
	Quotation[4] = "I think being a student chaplain was an experience that taught me that although I couldn’t save the world and make it a perfect place to live, I could still change the world.";
	Quotee[4] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";
	Quotation[5] = "Simply being able to impact the children I have worked with has been very important to me and taught me endless things. I take so many different skills from every child I interact with and I would not have had the same opportunities at other places.";
	Quotee[5] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";
	Quotation[6] = "My position as CAB [Campus Activities Board] chair really taught me leadership skills. In that position, I had to manage a board of 15 or so members and be aware of the needs of all of them. I was also responsible for two other employees which taught me how to supervise workers.";
	Quotee[6] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";
	Quotation[7] = "A job is what you make it. I will leave Berea with that insight and will be able to share it with those in my job after Berea.";
	Quotee[7] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";
	Quotation[8] = "It is amazing how much we really do depend on each other to accomplish our goals and learn ways to better ourselves in our labor positions.";
	Quotee[8] = "Anonymous Senior Response<br />Work Colleges Consortium Collaborative Research Project, 2002-2005";	
	
	var Q = Quotation.length;
	var whichQuotation=Math.round(Math.random()*(Q-1));
	qt = Quotation[whichQuotation];
	qte = Quotee[whichQuotation];
	
	