var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="widyanto duta nugroho: Milan Bakal Lebih Sulit Buat Beckham: David Beckham akan kembali memperkuat AC Milan di paruh kedua musim. Mesk.. http://bit.ly/4S2mcG
";
arnews[0] += "Milan Bakal Lebih Sulit Buat Beckham: David Beckham akan kembali memperkuat AC Milan di paruh kedua musim. Mesk..";
arnews[0] += "
";
arnews[1]="Jason: Beckham faces fitness battle ahead of AC Milan bow http://bit.ly/08IheRW
";
arnews[1] += "Beckham faces fitness battle ahead of AC Milan bow";
arnews[1] += "
";
arnews[2]="FitnessPassion: Beckham faces fitness battle ahead of AC Milan bow - extrafootie.co.uk
";
arnews[2] += "Beckham faces fitness battle ahead of AC Milan bow - extrafootie.co.uk -";
arnews[2] += "
";
arnews[3]="Rick Sullivan: Beckham faces fitness battle ahead of AC Milan bow: David Beckham will take some much-needed time off before re.. http://bit.ly/08IheRW
";
arnews[3] += "Beckham faces fitness battle ahead of AC Milan bow: David Beckham will take some much-needed time off before re..";
arnews[3] += "
";
arnews[4]="Rick Sullivan: Becks sweats on fitness for AC: DAVID BECKHAM is struggling to be fit for his New Year move to AC Milan after s.. http://bit.ly/5I8sgk
";
arnews[4] += "Becks sweats on fitness for AC: DAVID BECKHAM is struggling to be fit for his New Year move to AC Milan after s..";
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("