var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Rycroft: http://j.mp/7qRANG nice Torres interview with the telegraph.
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="footieanalyst: Fernando Torres not on flight to Hungary
";
arnews[1] += "Fernando Torres not on flight to Hungary -";
arnews[1] += "
";
arnews[2]="footieanalyst: Fernando Torres not on flight to Hungary on Footie Analyst Blog - http://www.footie.co.za/blog/?p=13494
";
arnews[2] += "Fernando Torres not on flight to Hungary on Footie Analyst Blog -";
arnews[2] += "
";
arnews[3]="Alex Amith: Hitman Torres left at home as Liverpool travel to Budapest for big …: Fernando Torres stayed behind, as expect.. http://bit.ly/8BD1fR
";
arnews[3] += "Hitman Torres left at home as Liverpool travel to Budapest for big …: Fernando Torres stayed behind, as expect..";
arnews[3] += "
";
arnews[4]="TheDailyTiger: Liverpool could be out of the Champions Leaugue tonight.
";
arnews[4] += "Liverpool could be out of the Champions Leaugue tonight. -";
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("