var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Porter: # ukceleb Fearne: 'Davina is like a pushy auntie': Fearne Cotton reveals that Davina McCall is keen fo.. http://bit.ly/3Tk6U
";
arnews[0] += "# ukceleb Fearne: 'Davina is like a pushy auntie': Fearne Cotton reveals that Davina McCall is keen fo..";
arnews[0] += "
";
arnews[1]="yu jia: Davina McCall escorts first blind housemate to Big Brother 9 house - *http://transfer.humantrip.net/?p=714
";
arnews[1] += "Davina McCall escorts first blind housemate to Big Brother 9 house - *";
arnews[1] += "
";
arnews[2]="Fearne says Davina is her matchmaker - RTE.ie
";
arnews[2] += "Fearne says Davina is her matchmaker - RTE.ie -";
arnews[2] += "
";
arnews[3]="yu jia: Big Brother presenter Davina McCall quits show to launch acting career - *http://transfer.humantrip.net/?p=758
";
arnews[3] += "Big Brother presenter Davina McCall quits show to launch acting career - *";
arnews[3] += "
";
arnews[4]="nilsinela boray: RT @HeidiBlake Hv Claudia Winkleman and Davina McCall ever been seen in same room?strongly suspect them of being the same person.
";
arnews[4] += "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("