var activeIndex = Math.floor(Math.random()*16);
var testimonials = new Array();
testimonials[0] = new Array('LFC\'s AMP2 auction marketing program not only produced a buyer for our 9-acre former automobile agency property, but we were fortunate to have 4 active bidders who wanted it. Our list price was $350,000 and the property sold and closed at $620,000. Obviously our seller is very pleased.', 'Chris Salomone', 'Columbus, OH', 'Grubb & Ellis/Adena Realty');
testimonials[1] = new Array('I had tried everything to sell 5 wine country land parcels in Temecula, California. I exposed them throughout the entire CBRE organization and advertised them locally. Quite frankly, I had given up on selling them when approached by LFC. I placed the parcels in LFC\'s AMP2 program and within 90 days, they had all sold and closed.', 'Chet Harrison', 'Newport Beach, CA', 'CB Richard Ellis Company');
testimonials[2] = new Array('Our firm was able to sell a ski resort property in New Hampshire using the LFC program. LFC\'s bid deadline created a sense of urgency for a local property owner to step up and purchase the property. Absent the LFC program, I honestly don\'t think we could have sold this property using traditional marketing efforts.', 'Ryan Bielagus', 'Bedford, NH', 'Grubb & Ellis|Coldstream');
testimonials[3] = new Array('We tried for over a year without success to sell an 164,000-sf manufacturing facility located in Manchester, Michigan. The property was first class in all respects, but we just couldn\'t generate any interest given the depressed market conditions in the state of Michigan. One of my colleagues recommended that we use the LFC AMP2 Internet-based program to market the property outside our regional area. The end result was excellent. We were able to sell the property to a buyer based in Ottawa, Canada. LFC provided turnkey services all the way through the closing.', 'Neil Warling', 'Ann Arbor, MI', 'Bluestone Realty Advisors');
testimonials[4] = new Array('We used the LFC program to auction market and sell the County of Orange bankruptcy properties. As you may know, the Country of Orange bankruptcy was the largest government bankruptcy in U.S. history. This inventory included almost every commercial property type along with the sale and leaseback of the County\'s $100 million Civic Center complex. Maximization of value and transparency is what the bankruptcy court wanted, and the LFC program provided both. Everyone involved was more than pleased with the results, including our buyers.', 'Tim Joyce', 'Newport Beach, CA', 'Grubb & Ellis Company');
testimonials[5] = new Array('I have worked with LFC for well over 20 years. They are professional in every respect. If you are looking for a turnkey marketing program that will produce results, you need look no further.', 'Thomas Di\'Mercurio', 'Denver, CO', 'Paradigm Default Services, LLC');
testimonials[6] = new Array('We used the LFC program to market and sell a former convalescent care center located in Grand Rapids, Michigan. It was a very remote, functionally obsolete property. LFC took care of everything all the way to the property closing. We highly recommend the LFC program as it\'s a win/win/win for our sellers, buyers and our firm.', 'Bill Bowling', 'Grand Rapids, MI', 'Grubb & Ellis/Paramount Properties');
testimonials[7] = new Array('We didn\'t feel that that our buyer for the 1,400-acre Elk Meadows Resort property in southern Utah was local so we decided to team up with LFC in order to expose the property nationally and internationally. We ended up taking prospect hits to the LFC website from 7 countries and 30 or so states. After 13 days of highly competitive day-to- day bidding, it turned out that our winning bidder was based in New York. The best news of all was that the winning bidder closed, all cash, in 72 hours.', 'Rich Gillette', 'Cedar City, UT', 'Mountain View Real Estate, Inc.');
testimonials[8] = new Array('The Grubb & Ellis Company and LFC worked with the U.S. Bankruptcy Court for almost two years to sell properties in the Adelphia Communications portfolio. The inventory consisted of over 100 individual properties located in 17 states and included former cell tower sites, homes, industrial buildings, storage yards and even Adelphia\'s headquarters building in Pennsylvania. LFC handled everything to everyone\'s complete satisfaction.', 'Mike Finley', 'Newport Beach, CA', 'Grubb & Ellis Company');
testimonials[9] = new Array('I used LFC\'s auction program to sell a commercial land parcel to the drugstore chain, Rite Aid Corporation. Rite Aid had been looking at the parcel for over two years, but there was just no feeling of urgency to cause them to step up and purchase it. LFC\'s bid deadline created the necessary sense of urgency and Rite Aid submitted a sealed bid that was almost twice what the seller was willing to sell the property for.', 'Virginia Ward', 'Monticello, AR', 'Bulloch Real Estate');
testimonials[10] = new Array('I have worked with LFC since 2005 with much success. Their staff is highly professional and most importantly they understand the subtle art of controlling the supply to fit the demand.', 'Stewart Larsen', 'Phoenix, AZ', 'Holmes Larsen Commercial Realty');
testimonials[11] = new Array('Our firm was chosen by a local bank to market four very difficult land parcels. The U.S. Bankruptcy Court and the property owner were also involved. LFC handled everything perfectly: advertising, photography, website development, online bidding and closing. Everyone, including the winning bidders, was pleased with the results.', 'Tom Scheuerman', 'Appleton, WI', 'Grubb & Ellis|Pfefferle');
testimonials[12] = new Array('Our firm has tried different old-school outcry auction marketing programs with limited success. LFC\'s AMP1 Internet-based program provides you with leading edge technology coupled with ubiquitous exposure for your property that only the Internet can provide. The best news is that you get to keep 100% of all commission earned from the sale of your property.', 'Mark Dowling', 'Pleasanton, CA', 'NAI/ BT');
testimonials[13] = new Array('Our group tried to sell the shut-down Coca-Cola bottling plant in Tacoma, Washington, for well over a year without success. The property owner, Coca-Cola Enterprises, introduced us to LFC and it turned out to be a good match. Within 120 days after the launch of the AMP2 program, we had sold and closed the property. We were very pleased with LFC\'s professional approach and the results achieved; so was our seller.', 'Mike Roy', 'Tacoma, WA', 'Neil Walter Realty');
testimonials[14] = new Array('I had never been involved in an auction before and was highly skeptical when our Stuttgart office approached me about working with LFC. After a 30-day marketing campaign, we ended up with three bidders for our Malberg, Germany, property who competed day to day for 8 days in order to win the property. I understand that the Neunstadt property had 7 bidders competing against each other. Both properties closed at their highest possible values. I would highly recommend LFC\'s program to all real estate professionals anywhere in the world.', 'Griseldis Bader', 'Malberg, Germany', 'BW Immobilien GmbH');
testimonials[15] = new Array('I have known and worked with LFC for almost 15 years. In my opinion, their Internet- based program is second to none when it comes to marketing unique property. Finally, I have found LFC\'s staff to be highly professional and extremely hard working.', 'Paul Bottari', 'Wells, NV', 'Bottari Commercial Realty');

var testimonialLoop;

function startTestimonials()
{
	testimonialLoop = setInterval(showNext, 15000);
}

function stopTestimonials()
{
	clearInterval(testimonialLoop);
}

function gotoNextTestimonial()
{
	stopTestimonials();
	showNext();
}

function showNext()
{
	activeIndex++;
	if (activeIndex > testimonials.length - 1) activeIndex = 0;
	$("#testimonial").fadeOut(1000, showTestimonial);
}

function showPrevious()
{
	activeIndex--;
	if (activeIndex < 0) activeIndex = testimonials.length - 1;
	$("#testimonial").fadeOut(1000, showTestimonial);
}

function showTestimonial()
{
	$("#testimonial .body").text(testimonials[activeIndex][0]);
	$("#testimonial .name").text(testimonials[activeIndex][1]);
	$("#testimonial .title").text(testimonials[activeIndex][2]);
	$("#testimonial .company").text(testimonials[activeIndex][3]);
	$("#testimonial").fadeIn(1000);
}