// JavaScript Document
function printText()
{
	var r_text = new Array ();
	r_text[0] = "Thanks a million, EnergyLink Ltd. Your surveyor was quick and professional and professionalism/efficiency are very rare qualities/commodities in business these days. Thanks for your time and work<br /><br /><font class=testimonialstitle>Mr Nyako</strong></font>";
	r_text[1] = "Thank you for dealing with my online application so quickly and passing it on for processing.  I have been very impressed with the whole service, from the initial contact on the telephone to the very professional way the survey was carried out<br /><br /><font class=testimonialstitle>Mr Foster</font>";
	r_text[2] = "I am impressed at the speed of response, if fitting is as quick &amp; helpful it will be service to be recommended<br /><br /><font class=testimonialstitle>Mr Sinnatt</font>";
	r_text[3] = "Everyone we were in contact with was extremely professional and I really can't recommend you enough<br /><br /><font class=testimonialstitle>Mr Wright</font>";
	r_text[4] = "I have had the Insulation installed and am very happy with it. I was really quite shocked at the difference that it made with regards to keeping the house warmer<br /><br /><font class=testimonialstitle>Mrs Kipps</font>";
	r_text[5] = "Thank you for your update, the work was carried out after a survey and now has a 25yr guarantee from Cavity Insulation Guarantee Agency. Installation was completed by competent and very efficient workers<br /><br /><font class=testimonialstitle>Mr Melville</font>";
	r_text[6] = "Thank you for your very clear, informative and unambiguos reply. It is rare in my experience to have such a definitive answer to my questions<br /><br /><font class=testimonialstitle>Mr Taylor</font>";
	r_text[7] = "I would like to thank the manager in charge during the visit, he was very helpful and explained everything I needed to know including the grant options available and advice about preparing the site<br /><br /><font class=testimonialstitle>Mr Fraser-Mitchell</font>";
	r_text[8] = "The team that installed the cavity wall and loft insulation work did a great job, were very polite and hard working crew and left everything very neat and tidy. We have no hesitation in recommending you to friends<br /><br /><font class=testimonialstitle>Mrs McClelland</font>";
	r_text[9] = "We were impressed by the surveyer and the cost to us so we are going with the company you recommended<br /><br /><font class=testimonialstitle>Mrs Walls </font>";
	r_text[10] = "Thank you the survey has already been carried out and work will be going ahead. Thank you for an efficient service<br /><br /><font class=testimonialstitle>Mrs Wadeson </font>";
	r_text[11] = "Our loft is now insulated and the bedrooms warmer - thank you very much, the service was efficient and we are grateful to EnergyLink Ltd<br /><br /><font class=testimonialstitle>Mr Lovelock </font>";
	r_text[12] = "What a pleasure to have such professional, genuinely friendly, tidy people in our home. We would also like to mention the gentleman who measured and the people on the telephone they as a team are a credit to your company <br /><br /><font class=testimonialstitle>Miss Glover</font>";
	r_text[13] = "The survey and installation were both carried out in a very professional manner and we have been very happy with the work <br /><br /><font class=testimonialstitle>Mr Snee</font>";
	r_text[14] = "Your Solar company were excellent in their presentation, application, and support, particularly in designing the system that we wanted and how we wanted it. We look forward to the project being completed in the near future. <br /><br /><font class=testimonialstitle>Ray Portlock</font>";
	r_text[15] = "Thank you for your help with our loft and cavity wall Insulation. We are now all ready for the winter. Kind Regards.<br /><br /><font class=testimonialstitle>Terry /Val Rogers.</font>";
	r_text[16] = "Thank you for the insulation of our loft, which was quickly and politely done, and just in time for the cold weather.<br /><br /><font class=testimonialstitle>Gaie Owen</font>";
	r_text[17] = "We have just had our loft insulation and cavity wall insulation and we were very impressed the way they worked and cleared up afterwards.  We would also recommend the company.  Thank you we now look forward to getting lower energy bills. Kindest Regards.<br /><br /><font class=testimonialstitle>Geoff and Ann Goddard</font>";
	r_text[18] = "I would like to thank you for the service. It was a pleasure doing business with you. All those I had dealings with, in person or by phone, were friendly, polite and above all helpful and extremely competent. Of course this is as it should be, but too often is not. So, a big well done you.<br /><br /><font class=testimonialstitle>Mike Ree</font>";

	
	var i = Math.floor(19*Math.random())
	document.write(r_text[i]);
}
