var test_imgs=new Array()
var test_links=new Array()
var test_text=new Array()
var test_name=new String
var test_choice = Math.round(Math.random()*4);

test_imgs[0]='Images/test_mdnationwide.gif'
test_links[0]='testimonials.html#mdnationwide'
test_text[0]='"We were delighted with how easily the inTouch800 buttons were integrated into our website...'
test_name[0]='mdnationwide'

test_imgs[1]='Images/test_virgin.gif'
test_links[1]='testimonials.html#virgincars'
test_text[1]='...a third of all online enquiries [now] come directly into our call centre, giving us greater control over sales and improving conversion rates and customer service.'
test_name[1]='virgincars'

test_imgs[2]='Images/test_kendlebell.gif'
test_links[2]='testimonials.html#kendlebell'
test_text[2]='Potential clients can speak to our team at a time that suits them and that is, I believe, crucial to our business..."'
test_name[2]='kendlebell'

test_imgs[3]='Images/test_aquascutum.gif'
test_links[3]='testimonials.html#aquascutum'
test_text[3]='inTouch800 is the perfect companion to our online catalogue...'
test_name[3]='aquascutum'

test_imgs[4]='Images/test_tmobile.gif'
test_links[4]='testimonials.html#tmobile'
test_text[4]='Encoded\'s solution has assisted with achieving increased business sales and enhanced the customer sales experience.'
test_name[4]='tmobile'

//test_imgs[2]='Images/test_childline.gif'
//test_links[2]='testimonials.html#childline'
//test_text[2]='blah blah blah blah blah.'
//test_name[2]='childline'


/* Testimonial */
document.write('<TABLE border=0 class="main_10px_blk" height=90px width=100%><TR><TD class="main_10px_blk" align="center"><!-- Picture --><A HREF="' + test_links[test_choice] + '"><IMG BORDER=0 SRC="' + test_imgs[test_choice] + '"></A</TD></TR><TR><TD align=left><!-- Details -->' + test_text[test_choice] + '&nbsp;<!-- Link --><A CLASS="main_10px_blue" HREF="' + test_links[test_choice] + '">more...</A></TD></TR></TABLE>');

