
{
<!-- Hide this script from old browsers --
	var imagenumber = 5 ;
	var randomnumber = Math.random() ;
	var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
	images = new Array
	images[1] = ["testimonial", "I always feel that Matthew is giving me the best possible service... Ms G Pygall, Orpington, Kent. Click here to read more."]
	images[2] = ["testimonial_two", "By 10.00am, a new turbo hose was fitted and a happy man... Petra Young, Rainham, Kent. Click here to read more."]
	images[3] = ["testimonial_three", "Great customer service from JCB Medway. I would definitely buy... Ms G Pygall, Orpington, Kent. Click here to read more."]
	images[4] = ["testimonial_four", "I just wanted to record my thanks for the very professional and... Mr T McMurchy, Ashford, Kent. Click here to read more."]
	images[5] = ["testimonial_five", "My thanks to the whole dealership especially the service desk and... Mr C Condon, Isle of Sheppey. Click here to read more."]
	var id = images[rand1][0]
	var alt = images[rand1][1]
	
	// -- End Hiding Here -->
	
}
