var Testimonials = new Array();
var string_start = '<p class="press"><a href="/ppf.php">';
var string_end = '</a></p>';

Testimonials[1]= string_start + '"Paris Property Finders helped us negotiate the right price for the perfect apartment."<br/><br/>' + string_end;

Testimonials[2]= string_start + '"Paris Property Finders helped me find agency and private seller properties I would have never found on my own."' + string_end;

Testimonials[3]= string_start + '"The apartment we saw with Paris Property Finders had just gone on the market and we were the first to see it – and the ones to get it."' + string_end;

Testimonials[4]= string_start + '"Even for two experienced U.S. real estate professionals, we would not have had this wonderful and smooth experience without your team."' + string_end;

Testimonials[5]= string_start + '"Paris Property Finders’ knowledge of the Paris market, the legal structure and the purchase process is astounding."' + string_end;

Testimonials[6]= string_start + '"Paris Property Finders knows where to find properties, knows prices and what to pay, and knows mortgages and where to get them."' + string_end;

Testimonials[7]= string_start + '"With an experienced US-trained lawyer at its head, Paris Property Finders helped us understand the legal nuances of our property purchase and navigate our way through the daunting French bureaucracy."' + string_end;

Testimonials[8]= string_start + '"Our Paris Property Finders search expert had the uncanny ability to read and understand people, whether it be the buyer, the seller, or the agent."' + string_end;

Testimonials[9]= string_start + '"Paris Property Finder’s personal network was invaluable to us in all aspects of our real estate purchase."' + string_end;

var Choise = 0;
while( (Choise<1) || (Choise>9) ){
	Choise = Math.round(Math.random()*10);
}
document.write(Testimonials[Choise]);
