var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="From The Great One to The Grape One: Gretzky touts charitable winery. - Edmonton Journal
";
arnews[0] += "When Wayne Gretzky was a child, his grandfather -- a Russian immigrant -- used to make wine at home in Ontario. \"He grew his own grapes, everything,\" said Gretzky, who remembers trying it when he was younger. Flash-forward more than 30 years. Gretzky ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:32:00 GMT";
arnews[0] += "
";
arnews[1]="Wayne Gretzky coming to Saskatoon - StarPhoenix
";
arnews[1] += "National Hockey League legend Wayne Gretzky will be in Saskatoon for the 50th annual Kinsmen Sports Celebrity Dinner Feb. 5. Gretzky — who held 61 different NHL records when he retired in 1999, and is hockey’s all-time leading scorer — is the ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 21:43:00 GMT";
arnews[1] += "
";
arnews[2]="Zelkovich: Wayne Gretzky film is a 10 out of 10 - Toronto Star
";
arnews[2] += "THE GOOD: Hockey Night In Canada play-by-play announcer Jim Hughson, after Calgary scored twice early in Saturday's game against Toronto: \"The Leafs are behind early from the Department of Redundancy Department.\" ... CBS football analyst Shannon ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 15:53:00 GMT";
arnews[2] += "
";
arnews[3]="When Wayne Gretzky was sold out of Canada: Documentary tells the tale - Vancouver Sun
";
arnews[3] += "TSN, 4:30 p.m. \"Good evening. That Canadian symbol, the Great One, is heading south.\" — Lloyd Robertson, opening CTV News national newscast, Aug. 9, 1988. LOS ANGELES, Calif. — Wayne Gretzky thought about how many more Stanley Cups he could have ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:19:00 GMT";
arnews[3] += "
";
arnews[4]="Inside the NHL: Fehr helps clean up NHLPA mess - Buffalo News
";
arnews[4] += "The NHL Players Association is searching for a new executive director, which on the surface seems less entertaining than a table of accountants. Nothing against accountants, mind you, but people generally don't wedge themselves into arenas, spend $25 ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:50:00 GMT";
arnews[4] += "
";
arnews[5]="Alexander Frolov knows Kings need him to shoot more - Los Angeles Times
";
arnews[5] += "Wayne Gretzky once said, \"One hundred percent of the shots you don't take don't go in,\" and in a game that featured 39 shots by the Kings on Wednesday, Alexander Frolov nearly gave himself a 100% chance of not scoring. Frolov, promoted to the first ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:01:00 GMT";
arnews[5] += "
";
totcount = 6;
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("