var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="HOME
";
arnews[0] += "IT'S TIME FOR SOME MAVS BASKETBALL! The Dallas Mavericks 2009-10 Season is here and we have a special offer just for you.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:07:47 GMT";
arnews[0] += "
";
arnews[1]="Warriors' Ellis has left knee sprain, might miss game
";
arnews[1] += "OAKLAND, Calif. Ellis injured the knee late in the fourth quarter of Monday night's home loss to Dallas.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:03:11 GMT";
arnews[1] += "
";
arnews[2]="Monta Ellis sprains left knee
";
arnews[2] += "Golden State Warriors guard Monta Ellis , who suffered a sprained left knee with 3:43 remaining in the fourth quarter of last nighta TMs game against the Dallas Mavericks , underwent an MRI exam earlier today in Palo Alto.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:02:54 GMT";
arnews[2] += "
";
arnews[3]="Carter fires in 48, Magic takes sting out of Hornets
";
arnews[3] += "ALL FOR THE BASKET: Los Angeles Lakers' Pau Gasol of Spain is fouled by San Antonio Spurs' Manu Ginobili of Argentina during the second half of the NBA basketball game in Los Angeles.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:02:46 GMT";
arnews[3] += "
";
arnews[4]="MRI confirms Warriors' Ellis has sprained knee
";
arnews[4] += "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[4] += "
Publ.Date : Wed, 10 Feb 2010 02:39:31 GMT";
arnews[4] += "
";
arnews[5]="N.B.A. Roundup: Nets' Harris Sits Out Against Cavaliers
";
arnews[5] += "Devin Harris's shoulder injury kept him out of the Nets ' game Tuesday against the Cavaliers in Cleveland.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:29:24 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("