var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Atlanta Hawks (32-17) at Memphis Grizzlies (26-24), 8 p.m. - Sacramento Bee
";
arnews[0] += "It is 11-12 away from Philips Arena this season. Johnson had 18 points ... Rudy Gay scored a game-high 27 points to go with eight boards for the Grizzlies, who have lost five of six games overall. Zach Randolph had 14 points and 13 boards, while O.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:46:00 GMT";
arnews[0] += "
";
arnews[1]="Aaron Brooks scores 19 points to help Rockets beat Grizzlies 101-83 - Washington Examiner
";
arnews[1] += "Zach Randolph finished with 14, and Sam Young. Rudy Gay and O.J. Mayo had 11 each, but were a combined 8 of 23 from the field. The shorter Rockets handled the Grizzlies' strong inside game with aggressive defense. Memphis committed 18 turnovers in ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 10:20:00 GMT";
arnews[1] += "
";
arnews[2]="Despite Gomes' 20 Points, Grizzlies Lead 'Wolves 53-47 At Half - All Headline News
";
arnews[2] += "Minneapolis, MN, United States (AHN) - The Minnesota Timberwolves are trying to win their fourth game in a row, but they will have some work to do in the second half against the Grizzlies. Memphis is leading 53-47 at halftime at the Target Center in Minneapolis. Memphis' Rudy Gay scored a team";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 02:12:00 GMT";
arnews[2] += "
";
arnews[3]="Cavs 28, Grizzlies 16 after 1Q: Windhorst Beat Blog - Cleveland Plain Dealer
";
arnews[3] += "Mayo, Rudy Gay, Zach Randolph. Marc Gasol Cavs: Daniel Gibson, Anthony Parker, LeBron James, JJ Hickson, Shaquille O'Neal Officials Joe Crawford, Courtney Kirkland, Derek Richardson • Darell Arthur (pectoral surgery) is out for the Grizzlies.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 00:37:00 GMT";
arnews[3] += "
";
arnews[4]="Postgame: Hawks 108, Grizzlies 94 - Memphis Commercial Appeal
";
arnews[4] += "Grizzlies forward Rudy Gay 's career year on the basketball court will get even better this summer when he is expected to be part of the USA Basketball Men's National Team. Rudy Gay, working against Atlanta defender Joe Johnson on Tuesday, is ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:05:00 GMT";
arnews[4] += "
";
totcount = 5;
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("