var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="3v4n0: @Marc_elo don cheadle no tiene cara de War Machine..primer error...
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Spelman College: Free Screening of King Leopold's Ghost starring Don Cheadle, Alfre Woodard and James Cromwell. Sat 11a Cosby Auditorium http://bit.ly/3eRSIZ
"; arnews[1] += "Free Screening of King Leopold's Ghost starring Don Cheadle, Alfre Woodard and James Cromwell. Sat 11a Cosby Auditorium"; arnews[1] += "
"; arnews[2]="‘Don Invites The President to Poker’
"; arnews[2] += "‘Don Invites The President to Poker’ -"; arnews[2] += "
"; arnews[3]="Unknown Screenwriter: The Miles Davis Movie: New Screenwriter Working With Don Cheadle ... http://bit.ly/lBzQa
"; arnews[3] += "The Miles Davis Movie: New Screenwriter Working With Don Cheadle ..."; arnews[3] += "
"; arnews[4]="ArtPassion: And this is supposed to be Don Cheadle
"; arnews[4] += "And this is supposed to be Don Cheadle -"; 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("
");