var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Achieving Physical Performance Integrating Your Mind, Body, And ...
";
arnews[0] += "Hockey icons Wayne Gretzky and Mario Lemieux were able to see things at a slow rate playing in a game while the competition pace was performed at a fast rate within seconds. Extraordinary swimmer such as U.S Olympic Michael Phelps most ...";
arnews[0] += "
";
arnews[1]="Greatest Hockey Legends.com: 2002 Olympics - Salt Lake City, Utah
";
arnews[1] += "Many memorable moments occurred in this game, from Mario Lemieux's famous non-play to his inexplicable shot off the post, from Theoren Fleury's amazing rush to Martin Brodeur's unbelievable goaltending, and from the game of a life time ...";
arnews[1] += "
";
arnews[2]="So what's at the end of the sky train? « Shelley Fried's Olympic ...
";
arnews[2] += "I think the best suggestion today that made me think was the combination of Wayne Gretzky, Mario Lemieux and Gordie Howe. And one of the radio stations was speculating that we'd see a hologram of Terry Fox. Of course, Irene and I will ...";
arnews[2] += "
";
arnews[3]="Penguins top Red Wings in Game 7, win Stanley Cup
";
arnews[3] += "The others were Mario Lemieux, Wayne Gretzky (four times), Guy Lafleur (twice) and Phil Esposito (twice). The Penguins are 5-0 all-time in playoff game 7s on the road. Two goals earn Talbot a sip as Malkin does the honors. ...";
arnews[3] += "
";
arnews[4]="Plays of the Week y Mas: Plays of the Week 9/Feb
";
arnews[4] += "1997 -- Mario Lemieux becomes the 7th NHL player to score 600 goals. Read More: http://sportsillustrated.cnn.com/2010/morning-jolt/02/04/pistons.cowher/index.html?eref=sihp#ixzz0eZtl5WTp. Get a free NFL Team Jacket and Tee with SI ...";
arnews[4] += "
";
arnews[5]="Olympicblog: Introduction « Jobberblog
";
arnews[5] += "If I had to guess, it would have to date back to the Mario Lemieux & Wayne Gretzky days. However, I am going to make a promise to you right now: I will not just be blogging about Men's Hockey (though expect a lot of it). ...";
arnews[5] += "
";
arnews[6]="Hottie hit and run om shanti shanti shanti shanti om - Vox
";
arnews[6] += "He's the youngest finalist since Wayne Gretzky won it at age 19, and if Sid wins, he'd be the third Penguin — along with Mario Lemieux and Jaromir Jagr — in the award's history to win it. Pretty nice group of guys to be lumped in with, ...";
arnews[6] += "
";
arnews[7]="ohnotheydidnt: Remember those yellow bracelets we wore in HS cause ...
";
arnews[7] += "Swimming champion Eric Shanteau's cancer diagnosis just before the Beijing Olympics will be the cover for the first issue and stories from interviews with Mario Lemieux and Robin Williams will discuss healing and recovery. ...";
arnews[7] += "
";
arnews[8]="PENS WANT ALL-STAR GAME, FROZEN FOUR « Sports Fans Bloggers
";
arnews[8] += "Not only was it the first time that Mario Lemieux and Wayne Gretzky played head-to-head in front of a national TV audience, it was the first time a skills competition and Old-Timers game were included in the weekend. ...";
arnews[8] += "
";
arnews[9]="Texas Ice Hockey Expert: Team Canada Olympic Roster
";
arnews[9] += "In 2002, we had Mario Lemieux with us, Joe Sakic, Rob Blake, a lot of older guys. Now, transition, like with the game, it's a lot of younger players. It'll be nice to see how every one is when the games start.\" ...";
arnews[9] += "
";
totcount = 10;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("