var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Clippers' Kaman to replace injured Roy in All-Star Game
";
arnews[0] += "Los Angeles Clippers center Chris Kaman missed the game against Minnesota on Friday night because of a sprained left ankle.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 04:05:58 GMT";
arnews[0] += "
";
arnews[1]="Clippers' Kaman to replace injured Roy in All-Star Game
";
arnews[1] += "Los Angeles Clippers center Chris Kaman was named the replacement for injured Portland Trail Blazers guard Brandon Roy Monday for the NBA All-Star Game to be held February 14 in Dallas.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:27:41 GMT";
arnews[1] += "
";
arnews[2]="Injury knocks Trail Blazers' Roy out of game
";
arnews[2] += "Portland Trail Blazers guard Brandon Roy will miss the next three games and the All-Star Game with a right hamstring injury.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Blazers' Roy out until after All-Star break
";
arnews[3] += "Portland Trail Blazers guard Brandon Roy will sit out the All-Star game due to a strained right hamstring.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 11:04:36 GMT";
arnews[3] += "
";
arnews[4]="Blazers G Roy out until after All-Star game
";
arnews[4] += "Trail Blazers guard Brandon Roy will miss the next three games and the All-Star game with a right hamstring injury.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Blazers' Roy sidelined until after All-Star Game
";
arnews[5] += "Portland Trail Blazers guard Brandon Roy will miss the next three games and the All-Star Game with a right hamstring injury.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 06:52:32 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("