var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MRI confirms Warriors' Ellis has sprained knee
";
arnews[0] += "An MRI exam on Tuesday indicated Golden State Warriors guard Monta Ellis has a mild left knee sprain, and his status for Wednesday's game against the Clippers has yet to be determined.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:39:31 GMT";
arnews[0] += "
";
arnews[1]="NBA: What to Do With a Young Stud Behind an Established Veteran?
";
arnews[1] += "What happens when you have a stud player with a young stud backup?A That question will be addressed this off-season most likely, when young players saddled into a backup role demand trades to receive more playing time.A This article will look at a few examples of this situation and discuss possible new homes for the mentioned players.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:50:12 GMT";
arnews[1] += "
";
arnews[2]="Game preview: Dallas Mavericks
";
arnews[2] += "The Dallas Mavericks have already returned to the site of last season's demise, and they won.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:01:02 GMT";
arnews[2] += "
";
arnews[3]="Dallas Mavericks (32-19) at Denver Nuggets (34-17), 9 p.m.
";
arnews[3] += "A pair of Western Conference powers meet in the Rockies Tuesday, as the Northwest Division-leading Denver Nuggets play host to the Southwest pacesetters, the Dallas Mavericks.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:32:00 GMT";
arnews[3] += "
";
arnews[4]="NBA: Dallas 127, Golden State 117
";
arnews[4] += "Jason Terry had 36 points, nine assists and six rebounds Monday to lead the Dallas Mavericks past Golden State 127-117. Terry was 6-of-9 from beyond the arc for the Mavs, who took over the game with a 37-19 fourth quarter and won for just the second time in their last six games while handing the Warriors their ninth straight loss.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:56:16 GMT";
arnews[4] += "
";
arnews[5]="NBA Roundup: Lakers beat Spurs 101-89 without Bryant, Bynum
";
arnews[5] += "No Kobe, still no problem for the Los Angeles Lakers. Pau Gasol had 21 points, 19 rebounds, eight assists and five blocked shots to lead five players in double figures, and Los Angeles beat the San Antonio Spurs 101-89 Monday night as Bryant missed his second consecutive game with a sore left ankle.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:00: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("