// 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>Mrs 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] = "Our wall cavity and roof insulation work has been carried out, well done and we are very pleased with all who helped us including yourselves. Thank you very much.<br /><br /><font class=testimonialstitle>A A Gale</font>";
	r_text[15] = "A big thank you for the way you have helped and done my walls and loft the work was done at a very quick and high standard. With no mess at all so thank all your team for me please.<br /><br /><font class=testimonialstitle>Mr Hudson </font>";
	
	 
	
	var i = Math.floor(16*Math.random())
	document.write(r_text[i]);
}