var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Grizzlies win third straight - Jackson Sun
";
arnews[0] += "PHILADELPHIA - Rudy Gay tied his season high with 33 points, including a clutch jumper with 19 seconds remaining, Zach Randolph added 21 points and 11 rebounds, and the Memphis Grizzlies registered their first road win of the season with a 102-97 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:30:00 GMT";
arnews[0] += "
";
arnews[1]="Knicks not interested in Iverson - Regina Leader-Post
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 11:23:00 GMT";
arnews[1] += "
";
arnews[2]="Previewing tonight's Grizzlies-Clippers game - Memphis Commercial Appeal
";
arnews[2] += "Lineups Grizzlies: Mike Conley, 6-1, O.J. Mayo, 6-4, Rudy Gay, 6-8, Zach Randolph, 6-9, Marc Gasol, 7-1. Clippers: Baron Davis, 6-3, Rasual Butler, 6-7, Al Thornton, 6-8, Marcus Camby, 6-11, Chris Kaman, 7-0. Inside the numbers Gasol and Randolph ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13: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' Answer: No to Allen Iverson - Asbury Park Press
";
arnews[4] += "He added the decision to pass on the former MVP had nothing to do with Iverson's ability to play or his character in the ... Iverson was waived by the Memphis Grizzlies on Tuesday and became a free agent Thursday night. Walsh said he didn't feel the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:47:00 GMT";
arnews[4] += "
";
arnews[5]="Milwaukee Bucks (7-3) at Memphis Grizzlies (4-8), 8 p.m. - Tri-City Herald
";
arnews[5] += "The surprising Milwaukee Bucks hit the road after a very successful homestand Saturday when they face the Memphis Grizzlies at FedEx Forum. The Bucks, who are kicking off a four-game road trip, finished a six-game residency on a positive note Friday ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:33: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("