var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Porter: Sugababes' Amelle Berrabah talks about rehab and says she's "absolutely better": Sugababes' Amelle Berrabah ha.. http://bit.ly/38cAel
";
arnews[0] += "Sugababes' Amelle Berrabah talks about rehab and says she's \"absolutely better\": Sugababes' Amelle Berrabah ha..";
arnews[0] += "
";
arnews[1]="Mădălin Oprea: JLS just love Sugababes - Mirror.co.uk
";
arnews[1] += "JLS just love Sugababes - Mirror.co.uk -";
arnews[1] += "
";
arnews[2]="Sugababes Singer Amelle Berrabah - 'My Mind Is Cleansed'
";
arnews[2] += "Sugababes Singer Amelle Berrabah - 'My Mind Is Cleansed' -";
arnews[2] += "
";
arnews[3]="Matt Porter: Amelle: 'Sugababes break was needed': Sugababes singer Amelle Berrabah says she needed her break from the band,.. http://bit.ly/OQqE7
";
arnews[3] += "Amelle: 'Sugababes break was needed': Sugababes singer Amelle Berrabah says she needed her break from the band,..";
arnews[3] += "
";
arnews[4]="Celebrity Gossip: Amelle Berrabah Had Freezing Treatment: Amelle Berrabah spent her time in a recovery centre jumping in cold .. http://bit.ly/29us4X
";
arnews[4] += "Amelle Berrabah Had Freezing Treatment: Amelle Berrabah spent her time in a recovery centre jumping in cold ..";
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("