var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Happy Weaver: SEE PICTURE Wayne Rooney buys £100000 car | Celebrity News | Now ... http://bit.ly/8GGmKj
";
arnews[0] += "SEE PICTURE Wayne Rooney buys £100000 car | Celebrity News | Now ...";
arnews[0] += "
";
arnews[1]="Wayne Rooney 'filling the void' left by Cristiano Ronaldo at Manchester United - Telegraph.co.uk
";
arnews[1] += "Wayne Rooney 'filling the void' left by Cristiano Ronaldo at Manchester United - Telegraph.co.uk -";
arnews[1] += "
";
arnews[2]="Wayne Rooney is filling the void left by Cristiano Ronaldo at Manchester United - Darren Fletcher (Goal.com)
";
arnews[2] += "Wayne Rooney is filling the void left by Cristiano Ronaldo at Manchester United - Darren Fletcher (Goal.com) -";
arnews[2] += "
";
arnews[3]="Wayne Rooney is filling the void left by Cristiano Ronaldo at Manchester United - Darren Fletcher
";
arnews[3] += "Wayne Rooney is filling the void left by Cristiano Ronaldo at Manchester United - Darren Fletcher -";
arnews[3] += "
";
arnews[4]="Cronaca24.org: Wayne Rooney is filling the void left by Cristiano Ronaldo at Manchester United - Darren Fletcher
";
arnews[4] += "Wayne Rooney is filling the void left by Cristiano Ronaldo at Manchester United - Darren Fletcher -";
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("