<!-- begin RANDOM CLIENT TESTIMONIALS 

var theImages = new Array()

theImages[0] = 'img/promo_home_testimonial_01.gif'
theImages[1] = 'img/promo_home_testimonial_02.gif'
theImages[2] = 'img/promo_home_testimonial_03.gif'
theImages[3] = 'img/promo_home_testimonial_04.gif'
theImages[4] = 'img/promo_home_testimonial_05.gif'
theImages[5] = 'img/promo_home_testimonial_06.gif'
theImages[6] = 'img/promo_home_testimonial_07.gif'
theImages[7] = 'img/promo_home_testimonial_08.gif'
theImages[8] = 'img/promo_home_testimonial_09.gif'
theImages[9] = 'img/promo_home_testimonial_10.gif'
theImages[10] = 'img/promo_home_testimonial_11.gif'
theImages[11] = 'img/promo_home_testimonial_12.gif'
theImages[12] = 'img/promo_home_testimonial_13.gif'
theImages[13] = 'img/promo_home_testimonial_14.gif'
theImages[14] = 'img/promo_home_testimonial_15.gif'
theImages[15] = 'img/promo_home_testimonial_16.gif'

var q = 0
var p = 16
var whichImage = Math.round(Math.random()*(p-1))

function showImage(){
document.write('<a href="clients/cli_testimonials.html"><img border="0" alt="Client Testimonial Quote" src="'+theImages[whichImage]+'"></a>');
}

//  end RANDOM CLIENT TESTIMONIALS -->

