<!--

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "&quot;Thanks for the great program, we have used it with...&quot; [<a href=testimonials.shtml#5>more</a>]<div align=right class=quote> Athletic Director<br> Ferris State University</div>"
text[number++] = "&quot;It was a good survey for our players, it was...&quot; [<a href=testimonials.shtml#6>more</a>]<div align=right class=quote> Head Coach Women&lsquo;s Baseball<br> Hawaii University</div>"
text[number++] = "&quot;I received your material from President Roche...&quot; [<a href=testimonials.shtml#7>more</a>]<div align=right class=quote> Athletic Director<br>  Hillsdale College</div>"
text[number++] = "&quot;We used the Mental Game Plan this season with...&quot; [<a href=testimonials.shtml#8>more</a>]<div align=right class=quote>Head Coach Men&lsquo;s Baseball<br>Miami Univ. Basketball Camp</div>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->