var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Randy: Washington Wizards - Mike Miller-SG
"; arnews[0] += "Washington Wizards - Mike Miller-SG -"; arnews[0] += "
"; arnews[1]="NBA 2K: Sliding Wizards left searching for internal answers (source: NBA): Emotions on the Washington Wizards seem to .. http://bit.ly/6h9zmV
"; arnews[1] += "Sliding Wizards left searching for internal answers (source: NBA): Emotions on the Washington Wizards seem to .."; arnews[1] += "
"; arnews[2]="Simply Trini Cooking: Show & Prove: Home Cooking: The Spurs welcomed Gilbert Arenas and the Washington Wizards to the AT&T Ce.. http://bit.ly/7DtUUw
"; arnews[2] += "Show & Prove: Home Cooking: The Spurs welcomed Gilbert Arenas and the Washington Wizards to the AT&T Ce.."; arnews[2] += "
"; arnews[3]="Sports News: Brendan Haywood and Gilbert Arenas trade verbal swipes as Wizards turn into team turmoil
"; arnews[3] += "Brendan Haywood and Gilbert Arenas trade verbal swipes as Wizards turn into team turmoil -"; arnews[3] += "
"; arnews[4]="Monroe: Wizards made Spurs look good
"; arnews[4] += "Monroe: Wizards made Spurs look good -"; 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("
");