var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Speedskater Shani Davis: 'Progress Is Being Made'
";
arnews[0] += "The Winter Olympics begin Friday in Vancouver, where speedskater Shani Davis hopes to add to the medals he won in 2006.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:18:25 GMT";
arnews[0] += "
";
arnews[1]="Transcript
";
arnews[1] += "February 9, 2010 - NEAL CONAN, host: This is TALK OF THE NATION. Im Neal Conan, in Washington.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:34:28 GMT";
arnews[1] += "
";
arnews[2]="In this file photo, Montreal Canadiens' Andrei Markov (C) and Benoit Pouliot (R) celebrate a goal.
";
arnews[2] += "The Montreal Canadiens received more bad news as they prepare to face the hottest team in the National Hockey League, the Washington Capitals.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:08:11 GMT";
arnews[2] += "
";
arnews[3]="Bergeron, Pouliot out until March
";
arnews[3] += "The Canadiens have received more bad news as they prepare to face the hottest team in the National Hockey League, the Washington Capitals .";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:57:00 GMT";
arnews[3] += "
";
arnews[4]="Sharks' Olympic trio proves inseparable
";
arnews[4] += "When Canada Olympic men's hockey executive director Steve Yzerman selected the San Jose Sharks trio of Joe Thornton, Dany Heatley and Patrick Marleau, it was assumed, although not yet a given, that they would play as a line in Vancouver.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:36:02 GMT";
arnews[4] += "
";
arnews[5]="Burnside: Kings' run in the West, East's woes
";
arnews[5] += "They enter the week in fourth place in the Western Conference. If they were able to hold onto that fourth seed and the home-ice advantage that comes with it, it would mark the first time the Kings had home-ice advantage in a playoff series since 1992.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:05:47 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("