var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Capitals fall short, 3-2
";
arnews[0] += "Travis Moen and Tomas Plekanec scored in a three-minute span early in the second period, Michael Cammalleri added a goal in the third, and the Montreal Canadiens withstood a furious comeback to beat the Washington Capitals 3-2 on Friday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:49:49 GMT";
arnews[0] += "
";
arnews[1]="Slow start dooms Capitals
";
arnews[1] += "An opportunistic foe and an offense that got started too late led to only the second regulation loss at Verizon Center this season for the Washington Capitals.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:54:37 GMT";
arnews[1] += "
";
arnews[2]="Capitals-Maple Leafs Preview
";
arnews[2] += "Despite losing their last game, the Washington Capitals own the NHL's best home record.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:57:01 GMT";
arnews[2] += "
";
arnews[3]="Canadiens survive late penalty to beat Capitals
";
arnews[3] += "It was only one minute and 52 seconds, but it seemed much longer to Montreal Canadiens goaltender Carey Price.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:05:52 GMT";
arnews[3] += "
";
arnews[4]="Habs withstand Caps advances
";
arnews[4] += "Habs withstand Caps advances Montreal Canadiens' Tomas Plekanec, right, of the Czech Republic, scores a goal on Washington Capitals goalie Michal Neuvirth , of the Czech Republic, during the second period on an NHL hockey game Friday, Nov.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:50:43 GMT";
arnews[4] += "
";
arnews[5]="Martin puts faith in Price
";
arnews[5] += "Canadiens coach Jacques Martin had a simple explanation when asked why goaltender Carey Price has turned his season around in the past five games.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:03:49 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("