var quotes = new Array;
var attrib = new Array;

quotes.push("&quot;The essence of chess is thinking about what chess is.&quot;");
attrib.push("David Bronstein");
quotes.push("&quot;Chess is mental torture.&quot;");
attrib.push("Garry Kasparov");
quotes.push("&quot;A good player is always lucky.&quot;");
attrib.push("Jose Capablanca");
quotes.push("&quot;The older I grow, the more I value Pawns.&quot;");
attrib.push("Keres");
quotes.push("&quot;I'd rather have a pawn than a finger.&quot;");
attrib.push("Rueben Fine");
quotes.push("&quot;There just isn't enough televised chess.&quot;");
attrib.push("David Letterman");
quotes.push("&quot;Some part of a mistake is always correct.&quot;");
attrib.push("Sawielly Tartakover");
quotes.push("&quot;You can't play chess if you're groggy from pills.&quot;");
attrib.push("Anatoly Karpov");
quotes.push("&quot;No price is too great for the scalp of the enemy King.&quot;");
attrib.push("Koblentz");
quotes.push("&quot;There are two types of sacrifices: correct ones and mine.&quot;");
attrib.push("Tal");
quotes.push("&quot;Fame, I have already. Now I need the money.&quot;");
attrib.push("Steinitz");
quotes.push("&quot;It's always better to sacrifice your opponent's men.&quot;");
attrib.push("Sawielly Tartakover");
quotes.push("&quot;An isolated Pawn spreads gloom all over the chessboard.&quot;");
attrib.push("Sawielly Tartakover");
quotes.push("&quot;The first principle of attack--Don't let the opponent develop!&quot;");
attrib.push("Rueben Fine");
quotes.push("&quot;When you see a good move--wait--look for a better one.&quot;");
attrib.push("Lasker");
quotes.push("&quot;I think it's almost definite that the game is a draw theoretically.&quot;");
attrib.push("Robert Fischer");
quotes.push("&quot;The defensive power of a pinned piece is only imaginary.&quot;");
attrib.push("Nimzovich");
quotes.push("&quot;He makes chess look simple, which is usually a good sign.&quot;");
attrib.push("Jerome Piket");
quotes.push("&quot;Never let chess or bridge bums near vast amounts of cash.&quot;");
attrib.push("Mark Ginsburg");

var x =(Math.floor(Math.random() * quotes.length))


