var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Robert Ressmann: Calvin Harris, Jedward and Twitpic pineapples! Socialised stage invasion......
";
arnews[0] += "Calvin Harris, Jedward and Twitpic pineapples! Socialised stage invasion...... -";
arnews[0] += "
";
arnews[1]="martin broadhurst: RT @DerrenBrown: Sad to see wonderful Edward Woodward go. Holly Willoughby will now have to carry the torch for fart-in-the-bath names.
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Stephen Abbott: Being looked down by Holly Willoughby must be a new low for Gordon. Why does he put himself through this?
";
arnews[2] += "Being looked down by Holly Willoughby must be a new low for Gordon. Why does he put himself through this?";
arnews[2] += "
";
arnews[3]="Lee Isserow: I've been away for a while so tell me, British people, were Holly Willoughby and Fearne Cotton mutated from Tess Daly or Cat Deely off-cuts?
";
arnews[3] += "I've been away for a while so tell me, British people, were Holly Willoughby and Fearne Cotton mutated from Tess Daly or Cat Deely off-cuts?";
arnews[3] += "
";
arnews[4]="Simon: That's me watching then... RT @RufusHound: About to a) watch X Factor then b) talk about it to Holly Willoughby on Xtra Factor.
";
arnews[4] += "That's me watching then... 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("