var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="LeBron scores 32, leads Cavs to 12th straight win - Arizona Daily Star
"; arnews[0] += "CLEVELAND - LeBron James scored 32 points to lead the Cavaliers to their 12th straight win Tuesday night, 104-97 over the New Jersey Nets. The win gave Cleveland the longest winning streak in the NBA this season. The Cavaliers (42-11) also have the ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:02:00 GMT"; arnews[0] += "
"; arnews[1]="LeBron James scores 47, including 24 in a row in one stretch, in Cavs ... - Sporting News
"; arnews[1] += "CLEVELAND — LeBron James arrived fashionably late Saturday night to his New York party ... James, who historically has saved some of his best performances for the Knicks, set a franchise record with 35 points in the first half. He finished one ..."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 02:55:00 GMT"; arnews[1] += "
"; arnews[2]="LeBron early and a scare late: James' 47-point night helps Cleveland ... - Cleveland Plain Dealer
"; arnews[2] += "It was like a giant Super Bowl party in the first half, with LeBron James hitting eight straight shots en route to scoring a team-record 35 points as the Cavaliers built a 24-point lead against the New York Knicks. It seemed as if the shots got ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 11:16:00 GMT"; arnews[2] += "
"; arnews[3]="NBA: LeBron James scores 24 straigh points in Cleveland Cavaliers win - Contra Costa Times
"; arnews[3] += "LeBron James scored 47 points, including 24 straight for Cleveland in the first half, and the host Cavaliers held off the New York Knicks 113-106 on Saturday night for their 11th straight victory. James, who historically has saved some of his best ..."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 06:44:00 GMT"; arnews[3] += "
"; arnews[4]="James leads Cavs by Wade, Heat - Lancaster Eagle Gazette.com
"; arnews[4] += "CLEVELAND -- LeBron James was willing to do anything necessary to beat close friend Dwyane Wade. Even if it meant filling in at point guard. Forced to start in the backcourt, James scored 36 points -- 17 on free throws -- and Daniel Gibson added 12 ..."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:33:00 GMT"; arnews[4] += "
"; arnews[5]="LeBron James scores 32 points in Cleveland Cavaliers' 104-97 trampling ... - New York Daily News
"; arnews[5] += "Cleveland Cavaliers' LeBron James, who had 32 points in his team's 104-97 win over the Nets, dunks on Yi Jianlian in the 4th quarter. But even though Douglas-Roberts said he was never told he would not play in Tuesday night's game against the ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:30: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("
");document.write("
");