// JavaScript Document
function Testimonials(){

var r_text = new Array ();

r_text[0] = "Sara and I have settled in florida really well, the business is going very good indeed. We are both very pleased...";
r_text[1] = "I believe that the money paid to A New Life Abroad was money well spent and I would recommend them to anyone wanting to make their dreams come true...";
r_text[2] = "I would not hesitate to recommend you to others wishing to emigrate. I now have my visa and looking forward to going to the States...";
r_text[3] = "I write to acknowledge the return of &pound;100, paid to your company. I appreciate that you carried out your Appraisal and that you were strictly honest in.. ";
r_text[4] = "We cannot praise you enough and would recommend you to any one who asked. We have now had our visa granted and are off in July to begin our new life...";
r_text[5] = "I would definetely recommend you to anyone that is thinking of emigrating not only to Australia but many other countries...";
r_text[6] = "Thanks very much we couldn't have done it all without you. Jonathan is on the phone now sorting this last thing out so we are well on our way to...";
r_text[7] = "Thank you so much for your call yesterday. We were all delighted to hear the fantastic news about being issued our visas, what a fantastic start to the New Year for us...";

 

var i = Math.floor(8*Math.random())

document.write( "<p align = 'justify'>"+ r_text[i] +"</p><a href = 'testimonials.htm'>Read more </a>");

}
//-->

