var testimonials = new Array(
	new Array("The ultimate Agile tool is ReSharper. It is the one thing for .NET developers that removes fear of change. Refactoring is just so darn easy that change isn't scary.", "David Starr, Chief Software Architect, Healthwise, Inc", 5000, ""),
	new Array("Seriously, how can you develop without it? I guesstimate I lose 2-3 *hours* a day without it just typing redundant code or manually refactoring code. The auto rename of files to match the containing class alone saves massive amounts of time. Not to mention it just makes my code 100% better than if I had coded it by hand.", "Casey Charlton, Independent Consultant", 5000, ""),
	new Array("R# is a tool that I use and absolutely love. I recommend this for anyone who uses Visual Studio and programs in C# or VB.NET. Those that use R#, we see the benefits that it brings and the absolute productivity boost that you get using it.", "Rob Reynolds, Programmer Analyst II at FHLBank Topeka and Computer Software Consultant", 5000, ""),
	new Array("To me my value to a customer is providing the maximum productivity that I can and to me that productivity comes from using this tool... The way I code works perfectly within the way R# aids me in being productive. A groove that is both productive and efficient and fun.", "Bil Simpser, Independent Solutions Architect Consultant, MVP", 5000, "")
);

