var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Knicks make it 0-13 start for Nets with win
";
arnews[0] += "No matter how bleak things look for the Knicks, they can take comfort knowing worse basketball is being played 10 miles away.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:06:20 GMT";
arnews[0] += "
";
arnews[1]="Like usual, Magic's Carter will hear plenty of boos in Toronto
";
arnews[1] += "Vince Carter laughed as he watched as many as FOUR of his prankster teammates attempt to pin Dwight Howard to the floor while another tried hog-tying him with white athletic tape.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:38:46 GMT";
arnews[1] += "
";
arnews[2]="NBA Capsules
";
arnews[2] += "Al Harrington and Danilo Gallinari each scored 17 points, and the New York Knicks beat the winless New Jersey Nets 98-91 on Saturday.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:54:02 GMT";
arnews[2] += "
";
arnews[3]="Nate Robinson Shoots at Wrong Basket, Mike D'Antoni Blows a Gasket
";
arnews[3] += "A pretty interesting situation played out today in a game between the New York Knicks and New Jersey Nets, making an otherwise disgraceful contest very much amusing, if only for a few brief seconds.A With 0.5 seconds remaining in the first quarter, the Knicks were inbounding the ball in their back court with a 28-24 advantage.A Nate Robinsona 'the ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:46:44 GMT";
arnews[3] += "
";
arnews[4]="All New Jersey
";
arnews[4] += "The New York Knicks kept the New Jersey Nets winless with a 98-91 victory Saturday.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:29:49 GMT";
arnews[4] += "
";
arnews[5]="Knicks keep lowly Nets winless
";
arnews[5] += "Danilo Gallinari and Al Harrington each scored 17 points, as the New York Knicks held on to defeat the winless New Jersey Nets, 98-91. The setback extended the worst start in Nets history, as they fell to 0-13. They are now four losses away from matching the worst start in NBA history, as both the 1988-89 expansion Miami Heat and 1999 Clippers ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:25:42 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("