var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bolts' GM Lawton: Player commitment equals success
";
arnews[0] += "Every so often, the Tampa Bay Lightning are reminded of the growing pains associated with a team looking to re-establish itself as a Stanley Cup contender.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:34:22 GMT";
arnews[0] += "
";
arnews[1]="Bolts' GM Lawton: Player commitment equals success
";
arnews[1] += "Tampa Bay Lightning captain Vincent Lecavalier was the brunt of much criticism when he went eight games without a goal to open the 2009-10 season.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:33:04 GMT";
arnews[1] += "
";
arnews[2]="Southeast Division capsules
";
arnews[2] += "Record: 13-4-4, 30 points Leading scorers: Alex Ovechkin 15-9-24, Nicklas Backstrom 4-18-22, Brooks Laich 9-11-20, Mike Green 3-17-20. The skinny: The Caps already are running away with the Southeast Division and they've even done some of the damage without Ovechkin; the back-to-back Hart Trophy winner missed six games with an upper-body strain.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:32:43 GMT";
arnews[2] += "
";
arnews[3]="GameCast
";
arnews[3] += "Shot missed by Victor Hedman, Wide of Net 0:22 -1 Brendan Mikkelson credited with hit on Paul Szczechura in defensive zone 0:19 -1 Vincent Lecavalier credited with hit on Ryan Whitney in offensive zone 0:06 -1 Vincent Lecavalier won faceoff against Petteri Nokelainen in neutral zone 0:06 -1 0:00 -1 Vincent Lecavalier won faceoff against Petteri ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:00:39 GMT";
arnews[3] += "
";
arnews[4]="Ducks return home for battle with Lightning
";
arnews[4] += "Marc-Andre Fleury #29 of the Pittsburgh Penguins makes a save against Corey Perry #10 of the Anaheim Ducks on November 16, 2009 at Mellon Arena in Pittsburgh, Pennsylvania.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:20:37 GMT";
arnews[4] += "
";
arnews[5]="Has Penner been Team Canada good?
";
arnews[5] += "By Josh Aldrich - Red Deer Advocate Published: November 19, 2009 8:28 AM Updated: November 19, 2009 8:30 AM The closer we get to the Olympics, the sooner Hockey Canada is going to have to deal with the elephant in the room.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:40:48 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("