<!-- Basketball Quotes
d = Math.floor(Math.random() * 21)
v = ""
if (d == 0) 
v = "If a coach starts listening to fans, he winds up sitting next to them <br> - <i>former NBA Coach Johnny Kerr</i>"
if (d == 1)
v = "Great teamwork is the only way we create the breakthroughs that define our careers.<br>- <i>Pat Riley</i>"
if (d == 2)
v = "Great defense consists of 3 R's: read, react, and rotate. <br> - <i>P. Kerr</i> "
if (d == 3)
v = "My responsibility is getting all my players playing for the name on the front of the jersey, not the one on the back. <br> - <i>Author Unknown</i>"
if (d == 4)
v = "You don't get to choose when opportunity is going to knock, so you better be prepared for it when it does. <br> - <i>Ted Anderson (High School Coach)</i>"
if (d == 5)
v = "Good, better, best. Never let it rest. Until your good is better and your better is best. <br> - <i>Tim Duncan</i> "
if (d == 6)
v = "Basketball doesn't build character it reveals it.<br> - <i>Author Unknown</i>"
if (d == 7)
v = "The difference between an extraordinary player and an ordinary player is that little extra.<br> - <i>Michael Burks</i>"
if (d == 8)
v = "Basketball is like photography, if you don't focus, all you have is the negative.<br> - <i>Dan Frisby</i>"
if (d == 9)
v = "It is not how big you are, it is how big you play.<br> - <i>Author Unknown</i>"
if (d == 10)
v = "In practice, if you don't like to do it, it is probably good for you. <br> - <i>D. Cotrell</i>"
if (d == 11)
v = "Extra discipline makes up for a lack of talent and a lack of discipline quickly siphons away extra talent, that's why it's frequently the most disciplined rather than the most gifted rise to the top <br> - <i>Unknown</i>"
if (d == 12)
v = "I can TEACH you how to dribble, pass and shoot the right way, but I cannot MAKE you do it the right way.<br> - <i>Jeff Tufford</i>"
if (d == 13)
v = "Success should not be measured by the outcome of the game...but by preparation, attitude, and effort.<br> - <i>Morris Jenkins</i>"
if (d == 14)
v = "There are three reasons we make mistakes, don't know, don't care, or not able (ignorance, apathy, ability).<br> - <i>Mike Davis</i>"
if (d == 15)
v = "R.E.P.S.- Repetition Elevates Personal Skills.<br> - <i>Conor Gillen</i>"
if (d == 16)
v = "Teamwork: The fuel that produces uncommon results in common people.<br> - <i>Anonymous</i>"
if (d == 17)
v = "What to do with a mistake--recognize it, admit it, learn from it, forget it.<br> - <i>Coach Dean Smith</i>"
if (d == 18)
v = "Everyone wants to win, but not everyone is willing to prepare to win.<br> - <i>Bob Knight</i>"
if (d == 19)
v = "Always keep an open mind and a compassionate heart.<br> - <i>Phil Jackson</i>"
if (d == 20)
v = "The most important quality I look for in a player is accountability.  You've got to be accountable for who you are.  It's too easy to blame things on someone else.<br> - <i>Lenny Wilkins</i>"
s = "<br><div align=right><font face=\"verdana\" size=\"-2\"></font></div>"
document.write(v + s)
// All rights reserved. -->

