function chess()
{
//14
var ranNum= Math.round(Math.random() * 14);
if (ranNum == 0){document.write('When you see a good move, look for a better one. - Lasker'); } // whenyouseeagoodmove
if (ranNum == 1){document.write('The winner of the game is the player who makes the next-to-last mistake - Tartakover'); } // winnernexttolastmistake
if (ranNum == 2){document.write('Of Chess it has been said that life is not long enough for it, but that is the fault of life, not Chess - Napier'); } // lifenotlongenoughforchess
if (ranNum == 3){document.write('The Pawns are the soul of the game. - Philidor'); } // pawnssoulofgame
if (ranNum == 4){document.write('Without error there can be no brilliancy - Lasker'); } // withouterrornobrilliancy
if (ranNum == 5){document.write('The primary constraint on a piece\'s activity is the Pawn structure - Stean'); } // primaryconstraintpawnstructure
if (ranNum == 6){document.write('Openings teach you openings. Endgames teach you chess! - Gerzadowicz'); } // endgamesteachyouchess
if (ranNum == 7){document.write('Play the opening like a book, the middle game like a magician, and the endgame like a machine - Spielmann'); } // playopeninglikebookendgamelikemachine
if (ranNum == 8){document.write('That\'s what Chess is all about. One day you give your opponent a lesson, the next day he gives you one. - Fischer'); } // giveopponentlessongivesyouone
if (ranNum == 9){document.write('A bad day at chess is better than a good day at work. - anonymous'); } // baddaychessbetterthanwork
if (ranNum == 10){document.write('When the Chess game is over, the Pawn and the King go back into the same box - Irish saying'); } // pawnandkingsamebox
if (ranNum == 11){document.write('No one ever won a game by resigning. - Tartakower'); } // noonewonbyresigning
if (ranNum == 12){document.write('Some sacrifices are sound, the rest are mine. - Tal'); } // somesacrificessound
if (ranNum == 13){document.write('On the chessboard, lies and hypocrisy do not survive long. - Lasker'); } // lieshypocrisynotsurvive
if (ranNum == 14){document.write('Daring ideas are like Chess men moved forward. They may be beaten, but they may start a winning game - Wolfgang von Goethe'); } // daringideaslikechessmen
}
