var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="THN.com Blog: Making a case for Rogie Vachon - The Hockey News
";
arnews[0] += "In my last blog , I covered off candidates for the 2010 Hockey Hall of Fame induction class. In summary, I said Joe Nieuwendyk is the best first-time eligible (three years retired) player while Eric Lindros and John LeClair are bubble candidates. It ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:50:00 GMT";
arnews[0] += "
";
arnews[1]="Philadelphia Flyers - Allentown Morning Call
";
arnews[1] += "The Philadelphia Flyers are a pro hockey team that plays in the National Hockey League (NHL). The Flyers are located in Philadelphia, Pennsylvania. The team plays its home games at the Wachovia Center in Philadelphia. It's minor league affiliate, the ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:17:00 GMT";
arnews[1] += "
";
arnews[2]="Pondering the Hall Class of 2010 - CNN Sports Illustrated
";
arnews[2] += "Now, there are only two genuine contenders among next year's newly eligible class (sorry, Barnaby). Joe Nieuwendyk has undeniable credentials. In 20 seasons, he scored 564 goals and 1126 points, won a Calder Trophy in 1988, a Conn Smythe in 1999 ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 20:09:00 GMT";
arnews[2] += "
";
arnews[3]="Another concussion for Westbrook - Delaware County Daily Times
";
arnews[3] += "The whole thing brings up bad memories of another local superstar, Eric Lindros, and the concussions that cut his career short. One of the things that is not known is just how susceptible you are to another concussion after suffering an initial one.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 06:57:00 GMT";
arnews[3] += "
";
arnews[4]="Getting To Know: Colton Orr - The Hockey News
";
arnews[4] += "Childhood Heroes/Inspirations: \"Brendan Shanahan was one. Eric Lindros. Those are probably the guys I watched growing up. It was a pleasure to get to play with Shanahan in New York.\" Nicknames: \"Bobby, Orrsey, Moose.\" Hobbies/Leisure Activities: \"I ...";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[4] += "
";
arnews[5]="Two stars are shorn - Delaware County Daily Times
";
arnews[5] += "For Westbrook, it is literally the same eerie twilight that has derailed the careers of other local stars such as Eric Lindros and Keith Primeau. Westbrook suffered another concussion Sunday in San Diego. It is the second concussion he’s suffered ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:16:00 GMT";
arnews[5] += "
";
arnews[6]="Fantasy football: What do with Brian Westbrook, Clinton Portis, Dwayne ... - KFFL.com
";
arnews[6] += "Eric Lindros, Ted Johnson , Pat LaFontaine, Harry Carson … youch. Solution: In leagues with 168 players or fewer owned (i.e., your 12-team, 14-man variety), cut him loose. No sense in waiting. The 16-man, 12-teamers are on the brink; if you need a ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[6] += "
";
totcount = 7;
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("