				var testim_text = new Array ();
				testim_text[5] = "&quot;What a fantastic service you give!&quot;";
				testim_text[6] = "&quot;I ordered the Hayter mower at 13:00 yesterday and it arrived on my doorstep before 10:00 today!&quot;";
				testim_text[7] = "&quot;Many thanks. I shall recommend your company to my friends and associates.&quot;";
				testim_text[8] = "&quot;Your advice was superb as I ended up saving myself over &#163;100. Thanks so much.&quot;";
				testim_text[9] = "&quot;Nice these days to deal with people who are helpful and polite. Will recommend you.&quot;";
				testim_text[10] = "&quot;I found the mower I wanted at a very competitive price on your site, ordered it yesterday and this morning have been using it - amazing service!&quot;";
				testim_text[11] = "&quot;What a fantastic service you give!&quot;";
				testim_text[12] = "&quot;Excellent site easy to get around and,best of all, best prices.&quot;";
				testim_text[13] = "&quot;Very good choice, price. Simple website and order procedure.&quot;";
				testim_text[14] = "&quot;Excellent service - easy to order, very fast delivery and a great price.&quot;";
				testim_text[15] = "&quot;Following your repair of my DR Pro under warranty. I'd just like to thank you very much for your excellent service and the extra, above warranty needs, mile that you went to ....&quot;";
				testim_text[16] = "&quot;Thanks very much for arranging delivery so well -  if the scarifier works as well as the ordering, buying and delivery I shall be very happy.&quot;";

				var num1 = parseInt(5);
				var num2 = parseInt(16);
				var i = Math.random()*(num2-num1);
				i = Math.round(num1+i);

				function custTestimonial() {
					document.write(testim_text[i]);
				}




