var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Mike Leighty: RT @Goonernet: Kolo Toure, “I had problems with some players, especially one at Arsenal” - The Gunning Hawk http://bit.ly/5cxwTa
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="CaptainArsenal: RT @Goonernet: Kolo Toure, “I had problems with some players, especially one at Arsenal” - The Gunning Hawk http://bit.ly/5cxwTa
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="uefa.com: Fàbregas ready to trigger Arsenal riposte: Arsenal FC captain Cesc Fàbregas is confident his team will bounce back from their weekend disappointment when they look to secure progress from Group H against R. Standard de Liège on Tuesday.
"; arnews[2] += "Fàbregas ready to trigger Arsenal riposte: Arsenal FC captain Cesc Fàbregas is confident his team will bounce back from their weekend disappointment when they look to secure progress from Group H against R. Standard de Liège on Tuesday. -"; arnews[2] += "
"; arnews[3]="uefa.com: Standard ready to rise to occasion: Coach László Bölöni insists R. Standard de Liège will not be overawed by the occasion as they travel to Group H leaders Arsenal FC needing to win to keep the pressure on second-placed Olympiacos FC.
"; arnews[3] += "Standard ready to rise to occasion: Coach László Bölöni insists R. Standard de Liège will not be overawed by the occasion as they travel to Group H leaders Arsenal FC needing to win to keep the pressure on second-placed Olympiacos FC. -"; arnews[3] += "
"; arnews[4]="CaptainArsenal: RT @arsenalbuzztap: The Gunning Hawk >> Arsene Wenger, “I’m inclined to say I won’t move for Chamakh” http://bit.ly/53kAJf
"; arnews[4] += "RT @"; 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("
");