var theText = new Array();
theText[0] = 'David Footitt is absolutely delighted with them and the service he received.<p align="left">Regtransfers are definitely the first port of call whenever I or my colleagues are looking for a special number plate, he said.</p>';
theText[1] = 'What was Prakash Patel’s experience with Regtransfers?<p align="left">Great service, always keeping us up to date with related plates, transfers done very easily and value for money.</p>';
theText[2] = '4 MBE is one the best investments that I have made in recent years.<p align="left">Thanks to Regtransfers for making it such a simple and straightforward process. It’s definitely got me thinking about others for the business.</p>';

var links = new Array();
links[0] = 'http://www.regtransfers.co.uk/number-plates-stories/new51.asp';
links[1] = 'http://www.regtransfers.co.uk/number-plates-stories/oo08cty.asp';
links[2] = 'http://www.regtransfers.co.uk/main/stories/4mbe.asp';

var title = new Array();
title[0] = '<strong>David Footitt</strong><br />(News Transport Ltd)<br />NEW 51';
title[1] = '<strong>Prakash Patel</strong><br />(City Inter-Rent)<br />OO08 CTY';
title[2] = '<strong>Sandeep Patel</strong><br />(Ambe Medical Group)<br />4 MBE';

var images = new Array();
images[0] = '/images_new/rotatingTestimonials/new51.jpg';
images[1] = '/images_new/rotatingTestimonials/oo08cty.jpg';
images[2] = '/images_new/rotatingTestimonials/4mbe.jpg';

var j = 0
var p = theText.length;

var whichImage = Math.round(Math.random()*(p-1));

document.write('<div style="padding:3px; border:1px solid #CCC;"><div style="background-image:url(/images_new/backgrounds/grey_gradient.jpg); background-repeat:repeat-x; text-align:center; font-weight:bold; font-size:100%; padding:5px;">Satisfied Customer</div><p align="center">' + title[whichImage] + '</p><p align="center"><img src="' + images[whichImage] + '" alt="Customer Testimonials" /></p><p align="left">' + theText[whichImage] + '</p><p align="right"><a href="' + links[whichImage] + '">read more ...</a></p></div>');
