var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Knicks' Answer: No - Concord Monitor
";
arnews[0] += "GREENBURGH, N.Y. - The New York Knicks won't sign Allen Iverson, believing any short-term gain would hinder their plans to build for the future. Team president Donnie Walsh said yesterday the team won't make any additions at this time despite its 2-9 ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[0] += "
";
arnews[1]="Pivot Points: Enough with the Allen Iverson Speculation, His Time Has ... - Bleacherreport.com
";
arnews[1] += "New York Knicks President Donnie Walsh summed it up perfectly when he said that although Allen Iverson is a terrific player his team is going in a different direction, and he hopes that he is able to land with a team that could use him. Coach Mike D ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:24:00 GMT";
arnews[1] += "
";
arnews[2]="Jayson Williams taking deal - Raleigh News & Observer
";
arnews[2] += "Retired NBA star Jayson Williams has agreed to a plea deal that would send him to prison for up to three years for accidentally shooting a driver at his New Jersey estate in 2002, several media reports said on Thursday. Williams, who retired in 2000 ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:59:00 GMT";
arnews[2] += "
";
arnews[3]="Former NBA all-star Iverson clears waivers - Manila Bulleting Online
";
arnews[3] += "MEMPHIS, Tennessee, November 19, 2009 (AFP) - Former league MVP and 10-time all-star Allen Iverson is free to sign a contract with any NBA club after clearing waivers on Thursday. Iverson becomes an unrestricted free agent after a falling out with ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:44:00 GMT";
arnews[3] += "
";
arnews[4]="Knicks decide against Iverson offer - CNN Sports Illustrated
";
arnews[4] += "GREENBURGH, N.Y. (AP) -- The New York Knicks won't sign Allen Iverson , believing any short-term gain would hinder their plans to build for the future. Team president Donnie Walsh said Friday the team won't make any additions at this time despite its ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[4] += "
";
arnews[5]="Allen Iverson - Big Hollywood
";
arnews[5] += "Allen Iverson of the Memphis Grizzlies, seen here on November 6. 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";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:10:00 GMT";
arnews[5] += "
";
arnews[6]="Knicks change mind, decide not to sign Allen Iverson - New York Post
";
arnews[6] += "The Knicks are no longer pursuing Allen Iverson, according to a team official. Team president Donnie Walsh will make an official announcement this afternoon at practice. Coach Mike D'Antoni and Walsh reached the decision Thursday night without ever ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 17:36:00 GMT";
arnews[6] += "
";
totcount = 7;
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("