var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Arsenal: #arsenal Arsene Wenger’s last injury update: Theo Walcott in the squad, Frenchmen and Arshavin could be.. http://bit.ly/4Uv5YX
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Theo Walcott
";
arnews[1] += "Theo Walcott";
arnews[1] += "
";
arnews[2]="Adrian Fred: Kevin Palmer: Crunch time for Jermain Defoe - Barclays Premier League - ESPN
";
arnews[2] += "Kevin Palmer: Crunch time for Jermain Defoe - Barclays Premier League - ESPN -";
arnews[2] += "
";
arnews[3]="Arsenal: Theo Walcott, Mikael Silvestre, William Gallas http://bit.ly/8U9FKG #arsenal
";
arnews[3] += "Theo Walcott, Mikael Silvestre, William Gallas";
arnews[3] += "
";
arnews[4]="Wenger tells Walcott to focus on Arsenal
";
arnews[4] += "Wenger tells Walcott to focus on Arsenal -";
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("