var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hughes starting for Douglas - Newsday
";
arnews[0] += "Larry Hughes slides back into the starting lineup in place of Toney Douglas today, the only change to the starting five for the game. D'Antoni said Eddy Curry would continue to see more minutes after having a \"dominating\" practice yesterday. \"I don't ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:49:00 GMT";
arnews[0] += "
";
arnews[1]="Golden State Warriors notebook: Golden State signs Chris Hunter from ... - Contra Costa Times
";
arnews[1] += "With a plethora of injuries, the Warriors again dipped into the NBA Development League to sign 6-foot-11 forward/center Chris Hunter, who played two preseason games with the New York Knicks this season. Despite having the maximum 15 players under ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:25:00 GMT";
arnews[1] += "
";
arnews[2]="Knicks not interested in Iverson - Regina Leader-Post
";
arnews[2] += "NEW YORK - The New York Knicks won’t pursue four-time NBA scoring champion Allen Iverson, preferring to focus on rebuilding with younger players, team president Donnie Walsh said Friday. Although the Knicks are 2-9 so far this season, Walsh said ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:23:00 GMT";
arnews[2] += "
";
arnews[3]="Wizards rally by Cavaliers - Macomb Daily
";
arnews[3] += "WASHINGTON (AP) — LeBron James was stymied down the stretch by DeShawn Stevenson, Antawn Jamison delivered 31 points and 10 rebounds in his season debut, and the Washington Wizards beat ... Atlanta, Joe Johnson made it two straight 30-point games ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:02:00 GMT";
arnews[3] += "
";
arnews[4]="The Iverson aversion - Newsday
";
arnews[4] += "Over this week covering the Allen Iverson story, most people I spoke to about it -- NBA executives, personnel directors, scouts and even agents -- didn't think this was a good idea for the Knicks. \"The only reason they'd do it,\" one team executive ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:04:00 GMT";
arnews[4] += "
";
arnews[5]="The Answer is 'No' - for now - as New York Knicks back off on signing ... - New York Daily News
";
arnews[5] += "Allen Iverson could join the New York Knicks down the road - but for now, he's not The Answer for Donnie Walsh and Co. Walsh's 180-degree turn came after the Daily News reported in Friday's editions that Madison Square Garden chairman James Dolan was ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:28: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("