// JavaScript Document
//function randomTxt() 
//	{
	var tx=Math.ceil(Math.random()*22) ;
	// multiply by the number of entries in the list and round up to an integer
	// if you add entries, you must increase this number
	if (tx==1)
		{
  txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#rudridge'>a consistently high standard of service&hellip;</a></div>";
		}
	if (tx==2)
		{
  txt="<div class='quote'><a title='click to see the full testimonial' href='/testimonials.html#rudridge'>The Golpla Grass Protection System is a quality product&hellip;</a></div>";
		}
	if (tx==3)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#waverley'>Project completed very satisfactorily within budget&hellip;</a></div>";
		}
if (tx==4)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#bristolwater'>A very environmental solution&hellip;</a></div>";
		}
	if (tx==5)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#bristolwater'>Excellent for small accesses to pump stations&hellip;</a></div>";
		}
	if (tx==6)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#davidwilson'>We were impressed and thought it was a super idea&hellip;</a></div>";
		}
	if (tx==7)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#davidwilson'>Simplicity and ease with which the components were installed&hellip;</a></div>";
		}
	if (tx==8)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#davidwilson'>We would have no hesitation in using this product on our future sites&hellip;</a></div>";
		}
	if (tx==10)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#aireyandcoles'>Golpla has now been successfully installed all within schedule&hellip;</a></div>";
		}
	if (tx==11)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#caerphilly'>Thank you for all the help you gave me in the ordering, delivery and laying of the pavers&hellip;</a></div>";
		}
	if (tx==12)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#caerphilly'>Pavers have been down just over two weeks and the grass is growing well&hellip;</a></div>";
		}
	if (tx==13)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#caerphilly'>I will have no problem in using your company in the future&hellip;</a></div>";
		}
	if (tx==14)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#valleyview'>The quality of product, service and support has been consistently excellent&hellip;</a></div>";
		}
	if (tx==15)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#bdn'>Availability of robust products that can inspire confidence&hellip;</a></div>";
		}
	if (tx==16)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#bdn'>BDN have always been satisfied with the level of service and availability&hellip;</a></div>";
		}
	if (tx==17)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#tomlinson'>They meet all the criteria we look for from suppliers&hellip;</a></div>";
		}
	if (tx==18)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#jpservices'>We\'ve always found their products to be of high quality and reasonably priced&hellip;</a></div>";
		}
	if (tx==19)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#jpservices'>Their delivery service is good and there is never a problem if we need technical back up&hellip;</a></div>";
		}
	if (tx==20)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#jpservices'>We have successfully dealt with Hoofmark for more than seven years&hellip;</a></div>";
		}
	if (tx==21)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#anzac'>The service and support has been consistently excellent&hellip;</a></div>";
		}
	if (tx==22)
		{
		txt="<div class='quote'><a title='click to see the full testimonial' href='testimonials.html#anzac'>We would highly recommend this product&hellip;</a></div>";
		}
	document.writeln(''+ txt + '<!-- string number ' + tx + ' -->' );
//	}
