<!-- This script created by http://www.vasih.com copyright 2007 -->

<!-- Begin

var theTestimonials = new Array()
var theTestimonialsLinks = new Array()


theTestimonials[0] = '/an_images/testimonials/test_cypress_fairbanks.gif';
theTestimonialsLinks[0] = '/results/testimonials.html';
theTestimonials[1] = '/an_images/testimonials/test_henry_co_schools.gif';
theTestimonialsLinks[1] = '/results/testimonials.html';
theTestimonials[2] = '/an_images/testimonials/test_manor_ind_school.gif';
theTestimonialsLinks[2] = '/results/testimonials.html';
theTestimonials[3] = '/an_images/testimonials/test_pearl_public_school.gif';
theTestimonialsLinks[3] = '/results/testimonials.html';
theTestimonials[4] = '/an_images/testimonials/test_petal_middle_school.gif';
theTestimonialsLinks[4] = '/results/testimonials.html';
theTestimonials[5] = '/an_images/testimonials/test_president_ancomm.gif';
theTestimonialsLinks[5] = '/results/testimonials.html';
//theTestimonials[6] = '/an_images/testimonials/tit_testimonials.gif';
//theTestimonialsLinks[6] = '/results/testimonials.html';

// do not edit anything below this line

var j = 0
var p = theTestimonials.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theTestimonials[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showTestimonials(){
document.write('<a href="'+theTestimonialsLinks[whichImage]+'"><img src="'+theTestimonials[whichImage]+'" border="0"></a>');
}

//  End -->
