var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Crawford comes alive in fourth to lift Hawks
"; arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 08:13:58 GMT"; arnews[0] += "
"; arnews[1]="Cavaliers beat Nets for their 12th straight win
"; arnews[1] += "LeBron James and the Cleveland Cavaliers keep rolling along. James scored 32 points in leading the Cavaliers to their 12th straight win Tuesday night, a 104-97 victory over the New Jersey Nets."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Second storm strands Wizards
"; arnews[2] += "Eventually the Washington Wizards will make it home. Tuesday night? No such luck."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:13:47 GMT"; arnews[2] += "
"; arnews[3]="Blizzard frustrates Wizards on road
"; arnews[3] += "Eventually the Washington Wizards will make it home. Tuesday night? No such luck."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:44:03 GMT"; arnews[3] += "
"; arnews[4]="NBA roundup: Tuesday's action on the boards
"; arnews[4] += "LeBron James and the Cleveland Cavaliers kept their winning streak going against another overmatched opponent on Tuesday night."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:39:59 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("
");document.write("
");