var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="In this file photo, Montreal Canadiens' Andrei Markov (C) and Benoit Pouliot (R) celebrate a goal.
";
arnews[0] += "The Montreal Canadiens received more bad news as they prepare to face the hottest team in the National Hockey League, the Washington Capitals.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:08:11 GMT";
arnews[0] += "
";
arnews[1]="Bergeron, Pouliot out until March
";
arnews[1] += "The Canadiens have received more bad news as they prepare to face the hottest team in the National Hockey League, the Washington Capitals .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:57:00 GMT";
arnews[1] += "
";
arnews[2]="Pens Want All-Star Game, Frozen Four
";
arnews[2] += "Could the NHL All-Star Game come back to Pittsburgh for the first time in more than 20 years? Well, the chances just got a lot better today, because the Penguins just officially submitted their bid to host the annual contest in their new arena in 2011 .";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:47:03 GMT";
arnews[2] += "
";
arnews[3]="New Magazine for Cancer Support and Survivors
";
arnews[3] += "SPOT ON media and LIVESTRONG are joining together in the fight to battle cancer with LIVESTRONG Quarterly , a new online, print, and print-on-demand publication that highlights individuals battling with cancer, support groups for the disease, as well as cancer resources.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:14:54 GMT";
arnews[3] += "
";
arnews[4]="Penguins put in bid for 2011 NHL All-Star Game
";
arnews[4] += "Rob Rossi is the Pittsburgh Tribune-Review's Penguins beat writer and can be reached at 412-380-5635 or via e-mail. Calling the possibility \"cool,\" Penguins captain Sidney Crosby was thrilled today to learn his club has presented the NHL with a bid to host the 2011 All-Star Game.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:38:15 GMT";
arnews[4] += "
";
arnews[5]="LIVESTRONG launches online/print magazine
";
arnews[5] += "A feature called \"Crazy Sexy Cancer\" will be the centerfold of the inaugural LIVESTRONG Quarterly, a publication announced today by famed cyclist Lance Armstrong's fundraising organization.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00: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("