var quotes = [
	{
		quote:"Success doesn't come to you...you go to it.",
		author:"Marva Collins"
	},{
		quote:"If you care at all, you'll get some results. If you care enough, you'll get incredible results.",
		author:"Jim Rohn"
	},{
		quote:"The difference between failure and success is doing a thing nearly right and doing a thing exactly right.",
		author:"Edward Simmons"
	},{
		quote:"If you don't know where you are going, you might end up someplace else.",
		author:"Lawrence Peter (Yogi) Berra"
	},{
		quote:"It is not the strongest of the species that survives, nor the most intelligent that survives...it is the one that is the most adaptable to change.",
		author:"Charles Darwin"
	},{
		quote:"Nothing fails like success.",
		author:"Anonymous"
	},{
		quote:"Every organization has to reinvest success.",
		author:"Anonymous"
	},{
		quote:"The best way to have a good idea is to have a lot of ideas.",
		author:"Dr. Linus Pauling"
	}
];
