<!--

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "&quot;We are excited to announce that campers...&quot; [<a href=testimonials.shtml#95>more</a>]<div align=right class=quote> Head Coach Men&lsquo;s Baseball<br>Univ. of Cincinnati Camp</div>"
text[number++] = "&quot;We believe this program is a necessity for every...&quot; [<a href=testimonials.shtml#10>more</a>]<div align=right class=quote> Head Coach Women&lsquo;s Baseball<br>Univ. of  Louisville Camp</div>"
text[number++] = "&quot;Your questionnaire is appealing because it...&quot; [<a href=testimonials.shtml#11>more</a>]<div align=right class=quote>  Assistant Coach Men&lsquo;s Baseball<br>University of Kentucky</div>"
text[number++] = "&quot;The Mental Game Plan is a positive, easily...&quot; [<a href=testimonials.shtml#12>more</a>]<div align=right class=quote>Sports Psychology Publication<br>The Athletic Directory</div>"
// keep adding items here...

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

document.write(text[increment]);

//-->