var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Valli Hilaire: will someone please help Cat Deeley with her clothes?? she looks like a giant toddler #sytycd
";
arnews[0] += "will someone please help Cat Deeley with her clothes?? she looks like a giant toddler";
arnews[0] += "
";
arnews[1]="'So You Think You Can Dance' Exclusive: Judges, Elimated Contestant Reactions - FOXNews
";
arnews[1] += "'So You Think You Can Dance' Exclusive: Judges, Elimated Contestant Reactions - FOXNews -";
arnews[1] += "
";
arnews[2]="Matt Porter: Celebrities pledge snaps for Unicef: David Beckham, Ewan McGregor and Cat Deeley have given their support to ch.. http://bit.ly/3rwkWq
";
arnews[2] += "Celebrities pledge snaps for Unicef: David Beckham, Ewan McGregor and Cat Deeley have given their support to ch..";
arnews[2] += "
";
arnews[3]="Linda Barnetts: ( Photos of Leather Bags ) - Cat Deeley
";
arnews[3] += "( Photos of Leather Bags ) - Cat Deeley -";
arnews[3] += "
";
arnews[4]="Mădălin Oprea: United Nations Convention on the Rights of the Child supported by stars - Northern Echo
";
arnews[4] += "United Nations Convention on the Rights of the Child supported by stars - Northern Echo -";
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("