<!--

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "&quot;The Mental Game Plan is the most informative...&quot; [<a href=testimonials.shtml#1>more</a>]<div align=right class=quote> Head Coach Men&lsquo;s Baseball<br> Rancho Santiago College </div>"
text[number++] = "&quot;A great program to do in the fall or ASAP, with the...&quot; [<a href=testimonials.shtml#2>more</a>]<div align=right class=quote> Head Coach Men&lsquo;s Baseball<br> UCLA</div>"
text[number++] = "&quot;I highly recommend this l to coaches at all levels...&quot; [<a href=testimonials.shtml#3>more</a>]<div align=right class=quote> Head Coach Men&lsquo;s Baseball<br>  Parks College </div>"
text[number++] = "&quot;This program gives the coach a needed tool to...&quot; [<a href=testimonials.shtml#4>more</a>]<div align=right class=quote>Tennis Coach &amp; Tennis Pro<br>California Professional Tennis</div>"
// keep adding items here...

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

document.write(text[increment]);

//-->