var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Washington Wizards' Record, Optimism Fall as Losses Mount - Bleacherreport.com
";
arnews[0] += "There is a clear and distinct difference between being optimistic and being naive. Believing our economy will recover is being optimistic. Believing Lindsay Lohan's career will make a comeback as she sheds a life of partying and drugs...that's ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:17:00 GMT";
arnews[0] += "
";
arnews[1]="Washington Wizards Waste Opportunities, Lose Momentum - Bleacherreport.com
";
arnews[1] += "The Washington Wizards silenced a few critics with a big win over the Cleveland Cavaliers in their second meeting of the season. The honeymoon didn't last long as the Wizards lost by 19 points a mere 48 hours later. So much for Antawn Jamison's ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:10:00 GMT";
arnews[1] += "
";
arnews[2]="Washington Wizards - ESPN.com
";
arnews[2] += "News: Haywood had six points, 13 rebounds and three blocks in Wednesday's victory over the Cavaliers. Spin: There was some concern over how the return of Antawn Jamison (shoulder) would impact Haywood's production, but Haywood's minutes didn't ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Game Preview #11: Washington Wizards @ San Antonio Spurs - Pounding The Rock
";
arnews[3] += "Why the picture of fruit, Cap? Because this is what I feel like doing: blowing razzberries, Bronx cheer , whatever you want to call it. And I'm out of beer. And the sports gods really, really hate me. More after the jump. Warning: Massive amounts of ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:38:00 GMT";
arnews[3] += "
";
arnews[4]="Washington Wizards (3-8) at San Antonio Spurs (4-6), 8:30 p.m. - Sacramento Bee
";
arnews[4] += "Off to their worst start in over a decade the San Antonio Spurs hope to right the ship Saturday as they welcome the Washington Wizards to the Alamo City. The banged-up Spurs are coming off their first loss in 20 tries to the Jazz in San Antonio on ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:40:00 GMT";
arnews[4] += "
";
arnews[5]="Parker scores 17 in Spurs’ rout of Wizards - YAHOO!
";
arnews[5] += "The Washington Wizards lost another, and after getting blown out for the second time in two nights, the frustration is starting to show. Tony Parker (notes) scored 17 points and the Spurs stopped a three-game losing streak with a 106-84 win over the ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 08:15: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("