// quotes.js -- create array of quotes for insertion into document

var quotes = new Array;
quotes[0] = "\"You're really playing against yourself. You have to learn what you can control and what you can't and not let what you can't control affect your confidence.\" -Mike Richter";
quotes[1] = "\"I play a position where you make mistakes. The only people who don't make them at a hockey game are the ones watching\" -Patrick Roy";
quotes[2] = "\"You'll never catch me bragging about goals, but I'll talk all you want about my assists.\" -Wayne Gretzky";
quotes[3] = "\"I started as a fourth-line fighter, went to being a third-line centre, then a second-line winger and a first-line centre. I've played every role there is, and the only thing that matters is helping the team win.\" -Mark Messier";
quotes[4] = "\"Forget about style; worry about results.\" -Bobby Orr";
quotes[5] = "\"There is no position in sport as noble as goaltending.\" -Vladislav Tretiak";
quotes[6] = "\"It takes brains. It's not like a forward, where you can get away with scoring and not play defense. On defense you have to be thinking.\" - Chris Chelios";
quotes[7] = "\"When I look at the net I don't see a goalie.\" - Pavel Bure";
quotes[8] = "\"Hockey's a funny game. You have to prove yourself every shift, every game. It's not up to anybody else. You have to take pride in yourself.\" -Paul Coffey";
quotes[9] = "\"A player must be able to skate, have hockey sense, be able to shoot - not necessarily able to score - and have drive.\" -Pierre Page";
