var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Wizards stranded again after 2nd snowstorm - CNN Sports Illustrated
"; arnews[0] += "AP) -- Eventually the Washington Wizards will make it home ... But at least the latest storm won't affect any games. Washington's matchup with the Bobcats was its final game before the All-Star break. Many players weren't expected to take the late ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:27:00 GMT"; arnews[0] += "
"; arnews[1]="Recap: Charlotte vs. Washington - Sacramento Bee
"; arnews[1] += "Raymond Felton hit the go-ahead jumper with 1.9 seconds to play, lifting the Charlotte Bobcats to a 94-92 victory over the Washington Wizards. Stephen Jackson finished with 22 points to pace the Bobcats, who snapped a three-game slide. Gerald Wallace ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:51:00 GMT"; arnews[1] += "
"; arnews[2]="Washington Wizards (17-32) at Charlotte Bobcats (24-25), 7 p.m. - Raleigh News & Observer
"; arnews[2] += "The Washington Wizards return to the court after a slightly longer break than anticipated in tonight's clash with the Charlotte Bobcats from Time Warner Cable Arena. Washington has not played since posting an impressive one-point win on the road over Southeast Division leader Orlando on Friday. The"; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:39:00 GMT"; arnews[2] += "
"; arnews[3]="Snowed-out Hawks-Wizards game rescheduled for March 11; Washington to ... - Washington Examiner
"; arnews[3] += "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[3] += "
Publ.Date : Tue, 09 Feb 2010 14:56:00 GMT"; arnews[3] += "
"; arnews[4]="In Washington Wizards' locker room, UNC-Duke still matters - CharlotteObserver.com
"; arnews[4] += "UNC's Antawn Jamison goes for a dunk over Duke's Roshown McLeod on his way to a 35-point night on Feb. 6, 1998. It's been 12 years since Antawn Jamison left North Carolina, but the Duke rivalry never left him. In fact, with the addition of former ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:43:00 GMT"; arnews[4] += "
"; arnews[5]="Washington Wizards Stranded Again After Second Snowstorm - Bleacherreport.com
"; arnews[5] += "CHARLOTTE, N.C.(AP) — Eventually, the Washington Wizards will make it home. Tuesday night? No such luck. The Wizards were told before their game against Charlotte that it was unlikely they would be able to fly into either Washington-area airports ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:50: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("
");