var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Matt Charlton: #1vs100 Is it just me who can't hear James McCourt?
"; arnews[0] += ""; arnews[0] += "
"; arnews[1]="Mark Gilbert: James McCourt is my hero
"; arnews[1] += "James McCourt is my hero"; arnews[1] += "
"; arnews[2]="@1vs100LIVEUK Tell james mccourt to stop playing his video adverts and to go away, we're trying to play 1 vs 100 :)
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Mark Gilbert: God I love @1vs100LIVEUK especially James McCourt's spikey hair
"; arnews[3] += "God I love @"; arnews[3] += "
"; arnews[4]="Mark Gilbert: Awww there were some sound bugs with 1 vs 100 today and i didn't hear my lovely James McCourt's voice :'( @1vs100LIVEUK
"; arnews[4] += "Awww there were some sound bugs with 1 vs 100 today and i didn't hear my lovely James McCourt's voice :'( @"; 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("
");