var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Curry provides spark for Knicks' win
";
arnews[0] += "INDIANAPOLIS a ' The Knicks may be 2-9 after Wednesdaya TMs come-from-behind, losing streak-snapping 110-103 victory over the Pacers a ' but theya TMre 1-0 when Eddy Curry plays.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:58:21 GMT";
arnews[0] += "
";
arnews[1]="Knicks have no excuse to pass on Iverson
";
arnews[1] += "The Knicks absolutely must sign Allen Iverson. Critics of this possibility offer several spurious reasons why Donnie Walsh should pass on A.I. Iverson isn't a good \"fit\" with the rebuilding Knicks.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 17:44:40 GMT";
arnews[1] += "
";
arnews[2]="NBA Draft: Top Blunders of the 21st Century
";
arnews[2] += "Being a New York native, I can't help but notice the display that Milwaukee's Brandon Jennings is putting on.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 15:33:19 GMT";
arnews[2] += "
";
arnews[3]="Read Full Article
";
arnews[3] += "Seven weeks from now, when we usher out the old, the Pistons will have mixed feelings as the big ball finally drops.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:18:15 GMT";
arnews[3] += "
";
arnews[4]="Knicks Boycott: It's Now or Never
";
arnews[4] += "I have watched some horrific Knick teams take the floor: overpriced players, guys who no other team wanted, soft lazy players, but I have never seen anything like this before.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 10:19:39 GMT";
arnews[4] += "
";
arnews[5]="Stephen Jackson still wants to be traded but the Warriors won against the Knicks.
";
arnews[5] += "Stephen Jackson still wants to be traded, though perhaps seeing the Knicks up close should make him scratch them off his list of preferred destinations.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Warriors drop Knicks to 1-9 with 121-107 rout
";
arnews[6] += "Stephen Jackson scored 23 points, three other players had 22, and the GoldenState Warriors sent the New York Knicks to the worst 10-game start in franchise history with a 121-107 victory Friday night.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 02:02:04 GMT";
arnews[6] += "
";
arnews[7]="Lawrence: D'Antoni's roster is walking small
";
arnews[7] += "Whatever Mike D'Antoni is saying, it's not working. When Doc Rivers took over the Orlando Magic in 1999-2000, he inherited a team that would have loads of cap space the following summer.";
arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 23:04:56 GMT";
arnews[7] += "
";
arnews[8]="RECAP: Warriors 121, Knicks 107 - WESTSIDE til I Die
";
arnews[8] += "I don't get it man. We destroy the Knicks and NELLIE RUMORS ARE STILL POPPING UP? This is ridiculous... After seeing this post on SB Nation yesterday , I got a little inspired... Let's be real - Warriors vs Knicks? Two poor teams that can match 'em to each other? West Coast vs.";
arnews[8] += "
Publ.Date : Sat, 14 Nov 2009 20:25:25 GMT";
arnews[8] += "
";
totcount = 9;
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("