var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Player: J.J. Redick - YAHOO!
";
arnews[0] += "Another heartbreaker for the Nets. There was a gentleman in the first row who slammed what appeared to be a game program (because people still buy those, right?) in the final seconds as New Jersey blew another one, and while part of me is surprised ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 14:56:00 GMT";
arnews[0] += "
";
arnews[1]="Recap: Denver vs. Dallas - Fresno Bee
";
arnews[1] += "Carmelo Anthony scored 19 points in his return from an ankle injury and the Denver Nuggets had their biggest win of the season, routing the Dallas Mavericks 127-91 on Tuesday night. Anthony, the NBA's second-leading scorer, returned after missing ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:46:00 GMT";
arnews[1] += "
";
arnews[2]="Wake Forest gears down after building big lead, still withstands ... - Times-News
";
arnews[2] += "WINSTON-SALEM – The Wake Forest mascot’s trademark pre-game entrance atop a Harley Davidson stalled in the tunnel as the motorcycle suffered some sort of mechanical failure. Then the Demon Deacons suddenly throttled down from high gear in what ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:32:00 GMT";
arnews[2] += "
";
arnews[3]="Prince, Stuckey lead Detroit past Milwaukee, 93-81 - Fresno Bee
";
arnews[3] += "Tayshaun Prince, Rodney Stuckey and Ben Gordon each scored 18 points as Detroit snapped Milwaukee's seven-game home winning streak with a 93-81 decision at the Bradley Center. Jason Maxiell had 14 points and 10 rebounds for the Pistons, who have won ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:49:00 GMT";
arnews[3] += "
";
arnews[4]="Paul Pierce - Chicago Tribune
";
arnews[4] += "A few minutes ago, the NBA released the names of the six participants for this year's Three-Point Shootout. J.J. Redick's name isn't on the list. Redick expected as much, because he hadn't received an invite from the league. Redick, a shooting guard";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 20:15:00 GMT";
arnews[4] += "
";
arnews[5]="Jazz continue rapid climb to top - CNN Sports Illustrated
";
arnews[5] += "The Cavs retain the top spot and the Lakers remain locked in at No. 2, but for the second week in a row the most stunning jump belongs to the Utah Jazz. Jerry Sloan 's crew has won eight straight and nine of its last 10 to creep within two games of ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:03:00 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("