var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On the Penguins: Tom Barrasso and the Hall question - Pittsburgh Post-Gazette
";
arnews[0] += "Tom Barrasso might be the most polarizing figure in Penguins' history. He was the No. 1 goalie on their first two Stanley Cup teams, which cemented his place in franchise lore and could have made him one of the city's sporting icons, but his ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 05:17:00 GMT";
arnews[0] += "
";
arnews[1]="Great 8's No. 500 Equals 12 for Caps - NBC Washington
";
arnews[1] += "Stay away unlucky No. 13. The Capitals extended their winning streak to 12 games Thursday night in Madison Square Garden, and play again tonight down at the Verizon Center (if the snow doesn't stop things first). Even though the players will most ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 16:26:00 GMT";
arnews[1] += "
";
arnews[2]="Commentary: Philadelphia sports teams have spotty history making big ... - Patriot-News Blogs
";
arnews[2] += "AP Photo/Matt Slocum Phillies fans are hopeful that the trade sending Cliff Lee to Seattle pans out better than the 1966 deal sending Ferguson Jenkins to Chicago. Last week, we tossed around the potential trade destinations should the Eagles decide ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 01:41:00 GMT";
arnews[2] += "
";
arnews[3]="Effects of concussions follow athletes to later years: Research - canada.com
";
arnews[3] += "Canadian researchers have found the first evidence that athletes who suffer concussions show mental and physical declines more than 30 years later. Former athletes now in their 50s, who sustained concussions playing university football and hockey ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 21:54:00 GMT";
arnews[3] += "
";
arnews[4]="Children’s Wish Foundation grants ill 12-year-old boy’s wish - QCT Online
";
arnews[4] += "Many National Hockey League stars have played this tournament including Brad Park, Guy Lafleur, Marcel Dionne, Gilbert Perrault, Mark Howe, Wayne Gretzky, Mario Lemieux, Sylvain Côté, Eric Lindros, and many others. www.tournoipee-wee.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="East takes OHL all-star game, west take skills - SooToday.com
";
arnews[5] += "Andrew Agozzino has suddenly become a big fan of Stan Butler. Agozzino, the third-year sniper from the Niagara IceDogs, set an OHL All-Star Game record for most goals when he scored four and added an assist to lead the Eastern Conference to a 17-10 ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 11:34: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("