var arnews = new Array(6); totcount = 6; 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]="Snowed-out Hawks-Wizards game rescheduled for March 11; Washington to ... - Washington Examiner
"; arnews[1] += "WASHINGTON — The snowed-out game between the Atlanta Hawks and Washington Wizards has been rescheduled for March 11. The game was supposed to be played Saturday but was postponed because of a blizzard that dumped 2 feet of snow on the nation's ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:56:00 GMT"; arnews[1] += "
"; arnews[2]="Memphis Grizzlies drop fourth straight, lose to Atlanta Hawks, 108-94 - Memphis Commercial Appeal
"; arnews[2] += "O.J. Mayo of the Grizzlies shoots against defender Al Horford of the Atlanta Hawks during the first half of Tuesday night's game at FedExForum. Jamal Crawford scored 28 points, including four 3-pointers in the fourth quarter, to help the Atlanta ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:49:00 GMT"; arnews[2] += "
"; arnews[3]="Miami Heat vs Atlanta Hawks - Sbrforum.com
"; arnews[3] += "Miami is 2-4 ATS in its last 6 games on the road Miami is 1-5 SU in its last 6 games on the road Miami is 2-4 ATS in its last 6 games when playing Atlanta Miami is 2-4 SU in its last 6 games when playing Atlanta The total has gone UNDER in 10 of ..."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT"; arnews[3] += "
"; arnews[4]="Atlanta Hawks (32-17) at Memphis Grizzlies (26-24), 8 p.m. - Bellingham Herald
"; arnews[4] += "All-Star Joe Johnson had a chance to rest thanks to a tremendous snow storm that buried the East Coast, and will lead the Atlanta Hawks against the Memphis Grizzlies tonight at FedEx Forum. Saturday's tilt between the Hawks and Washington Wizards at ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:06:00 GMT"; arnews[4] += "
"; arnews[5]="Atlanta Hawks Examiner | - Examiner
"; arnews[5] += "Fred loves to write about the daily trials and tribulations of the Atlanta Hawks, because they are such a great story to talk about. Atlanta is ready to fall in love with the Hawks again, and he wants to chronicle the affair. Subscribe to Fred's ..."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:23: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("
");document.write("
");