var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Crawford leads Hawks to 108-94 win over Grizzlies
"; arnews[0] += "Jamal Crawford was aware of how difficult Memphis has been this season to beat at home, so he did all he could to keep the Grizzlies at a distance in the final quarter."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:35:59 GMT"; arnews[0] += "
"; arnews[1]="NBA roundup: Cavs pummel Nets
"; arnews[1] += "LeBron James scored 32 points to lead Cleveland to its 12th straight win Tuesday night, over New Jersey."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:26:32 GMT"; arnews[1] += "
"; arnews[2]="Crawford, Hawks down Grizzlies
"; arnews[2] += "Jamal Crawford scored 19 of his 28 points in the second half, carrying the Hawks to a 108-94 victory over Memphis."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:39:55 GMT"; arnews[2] += "
"; arnews[3]="Crawford comes alive in fourth to lift Hawks
"; arnews[3] += "MEMPHIS, Tenn. - Jamal Crawford scored 28 points, including four 3-pointers in the fourth quarter, to help the Atlanta Hawks pull away from the Memphis Grizzlies for a 108-94 victory Tuesday night."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:13:58 GMT"; arnews[3] += "
"; arnews[4]="NBA Capsules
"; arnews[4] += "LeBron James scored 32 points to lead the Cleveland Cavaliers to their 12th straight win Tuesday night, 104-97 over the New Jersey Nets."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:38:57 GMT"; arnews[4] += "
"; arnews[5]="Olympic High's Dixon Is In the Army Now
"; arnews[5] += "Larry Dixon, the leading rusher in West Sound history, will play college football at Army."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:21:26 GMT"; arnews[5] += "
"; arnews[6]="Hawks take down Memphis
"; arnews[6] += "MEMPHIS, Tenn. - Jamal Crawford scored 28 points, including fourth 3-pointers in the fourth quarter, to help the Atlanta Hawks pull away from the Memphis Grizzlies for a 108-94 victory Tuesday night."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 07:14:03 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("
");document.write("
");