// 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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>Mr Sinnatt</font>";
	r_text[3] = "Everyone we were in contact with was extremely professional and I really can't recommend you enough<br /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>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 /><font class=footername>Mr Hudson </font>"; 
	r_text[16] = "I had my loft insulated and just wanted to say how happy I was with the service. It was great from start to finish, the girl who first spoke to me about it was very friendly and helpful, the fitters were very efficient and tidy, so big thank you to all.<br /><font class=footername>Robert Anderson</font>";
	r_text[17] = "The insulation was installed quick and easily without fuss.  A good job done.<br /><font class=footername>David Hodgson</font>";
	r_text[18] = "Very helpful men came as promised and installed the loft insulation.  Thank you very much.<br /><font class=footername>Mrs. G Owen</font>";
	r_text[19] = "We were more than delighted with the service you provided. It was most efficient, effective and you kept us fully informed at all times. The personnel who visited our propery to do the survey and carry out the work were a credit to your company.<br /><font class=footername>Gillian and Wesley Hand</font>";
	r_text[20] = "Could I give my thanks to the 2 lads that did the insulation job for us. Very quick, very clean. No problems whatsoever.<br /><font class=footername>P.Walker</font>";
	r_text[21] = "We were delighted with the service we received.  It was all very efficient and quick.<br /><font class=footername>Judy Woollett</font>";
	r_text[22] = "Thank you for the insulation of our loft, which was quickly and politely done, and just in time for the cold weather.<br /><font class=footername>Gaie Owen</font>";
	
	var i = Math.floor(23*Math.random())
	document.write(r_text[i]);
}
