
{
<!-- Hide this script from old browsers --
	var imagenumber = 12 ;
	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."]
	images[6] = ["testimonial_six", "Just straight forward really, very satisfactory... Mr P. Click here to read more."]
	images[7] = ["testimonial_seven", "The efficiency and the way it was dealt with ... Mr T. Click here to read more."]
	images[8] = ["testimonial_eight", "The work was carried out with little inconvenience... Miss B. Click here to read more."]
	images[9] = ["testimonial_nine", "They were very welcoming, there was no pressure... Mr B. Click here to read more."]
	images[10] = ["testimonial_ten", "Basically they did everything that i wanted... Mr M. Click here to read more."]
	images[11] = ["testimonial_eleven", "The Customer service we were given... Mrs C. Click here to read more."]
	images[12] = ["testimonial_twelve", "Just outstanding service really... Mr A. Click here to read more."]
	var id = images[rand1][0]
	var alt = images[rand1][1]
	
	// -- End Hiding Here -->
	
}