var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="76ers cruise to easy win
";
arnews[0] += "The 76ers, who had a plane to catch, coasted past the Minnesota Timberwolves 119-97 Tuesday night at the Wachovia Center.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:58:19 GMT";
arnews[0] += "
";
arnews[1]="Nets are no match for Cavs
";
arnews[1] += "LeBron James and the Cleveland Cavaliers keep rolling along. James scored 32 points to lead the Cavaliers to their 12th straight win last night, a 104-97 victory over the New Jersey Nets in Cleveland.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:38:14 GMT";
arnews[1] += "
";
arnews[2]="Bobcats-Timberwolves Preview
";
arnews[2] += "The Charlotte Bobcats avoided a rare four-game losing streak with a tight home win, which they'd love to parlay into a momentum-building road victory heading into the All-Star break.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:33:56 GMT";
arnews[2] += "
";
arnews[3]="NBA roundup: Cavs' winning streak now a dozen
";
arnews[3] += "LeBron James scored 32 points to lead the Cleveland Cavaliers to their 12th straight win Tuesday night, 104-97 over the New Jersey Nets.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:59:16 GMT";
arnews[3] += "
";
arnews[4]="Sixers rout T'Wolves to win fifth straight
";
arnews[4] += "Andre Iguodala scored a game-high 24 points, and Elton Brand added 21 points and seven rebounds, as the Philadelphia 76ers routed the Minnesota Timberwolves, 119-97. Both teams came in with season-high four-game winning streaks, but it was the Sixers that continued to turn the corner in an otherwise disappointing season.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:51:36 GMT";
arnews[4] += "
";
arnews[5]="NBA Roundup: Durant lifts Thunder past Blazers
";
arnews[5] += "PORTLAND, Ore. - Oklahoma City is in the midst of its longest winning streak in six seasons.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Felton jumper gives Charlotte Bobcats win
";
arnews[6] += "You know that scene in \"Monty Python and the Holy Grail'' where the knight's had both arms cut off, yet demands another fight screaming, \"It's only a flesh wound!'' Raymond Felton could relate.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 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("