var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nets G Devin Harris sidelined against Cavaliers
";
arnews[0] += "Devin Harris' shoulder injury will keep him out of the New Jersey Nets' game against Cleveland.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:52:15 GMT";
arnews[0] += "
";
arnews[1]="Cavs try to keep rolling along
";
arnews[1] += "LeBron James believes the Cleveland Cavaliers will benefit down the stretch if he can keep his teammates involved.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:24:45 GMT";
arnews[1] += "
";
arnews[2]="West likely out
";
arnews[2] += "Cavaliers guard Delonte West is expected to miss his ninth straight game since breaking his left ring finger.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:22:18 GMT";
arnews[2] += "
";
arnews[3]="Heat Should Think the Unthinkable
";
arnews[3] += "OK Heat fans. This is going to sound borderline sacrilegious, but it might be time to start thinking about a future without Dwyane Wade in it.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:19:27 GMT";
arnews[3] += "
";
arnews[4]="Cavs' Delonte West likely out tonight against Nets
";
arnews[4] += "Cavaliers guard Delonte West is expected to miss his ninth straight game since breaking his left ring finger.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:06:24 GMT";
arnews[4] += "
";
arnews[5]="It's official: Hendrickson returns to O's
";
arnews[5] += "It's official. York's Mark Hendrickson will definitely be back with the Baltimore Orioles.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:55:41 GMT";
arnews[5] += "
";
arnews[6]="Meadowlands Racetrack cancels Wednesday racing card
";
arnews[6] += "The Meadowlands Racetrack has canceled its live racing card for Wednesday, and postponed the morning qualifying races until Friday.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 21:50:59 GMT";
arnews[6] += "
";
totcount = 7;
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("