var how_many = 7;
var maxm1 = how_many - 1;
//var now = new Date()
//var sec = now.getSeconds()
//var pick = sec % how_many;
//pick +=1;
pick = Math.round(Math.random()*maxm1) + 1;
if (pick==1) {
document.write("<font color=\"#FFFFFF\" size=\"2\">&quot;One of the things you are doing is developing mental conditioning. In order for players to be conditioned for sustained concentration, for an entire game, is to do it in practice.<br>")
}

if (pick==2) {
document.write("<font color=\"#FFFFFF\" size=\"2\">&quot;Her coach moved her to the three because of her ball handling and confidence...She continued to work on all the drills your camp introduced to her literally everyday. Just wanted to drop a line and say thanks.<br>")
}

if (pick==3) {
document.write("<font color=\"#FFFFFF\" size=\"2\">&quot;I really think your program has helped him in many ways but especially with ball handling and quickness. I notice an improvment in his skills following sessions with you.<br>")
}

if (pick==4) {
document.write("<font color=\"#FFFFFF\" size=\"2\">&quot;A special thanks to: The Cleveland Basketball School, one of the finest training programs that I have ever seen. This group uses the most up-to-date basketball techniques with emphasis on skill development and player improvement.<br>")
}

if (pick==5) {
document.write("<font color=\"#FFFFFF\" size=\"2\">&quot;Whether it’s a player headed to Division I or a young athlete just starting out, the Cleveland Basketball School is bound to help him or her find the fun in fundamentals: hard work, respect, and love of the game.<br>")
}

if (pick==6) {
document.write("<font color=\"#FFFFFF\" size=\"2\">&quot;Quality instruction of basketball fundamentals combined with a John Wooden type of commitment to repetition of fundamentals in a fun and nurturing environment is the best recipe for growth and long-term success.<br>")
}

if (pick==7) {
document.write("<font color=\"#FFFFFF\" size=\"2\">&quot;Paul's workouts are for the serious basketball player that wants to take his/her game to another level.<br>")
}



 


//if (pick==1) {
//document.write("<dl><dt><b>&quot; "+
//"TEXT"+
//"&quot;</b></dt><dd><i>"+
//"PERSON"+
//"</i></dd></dl>")
//}








