var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ousted Sugababes' Amelle Berrabah Talks Rehab Regime - Post Chronicle
";
arnews[0] += "Amelle Berrabah spent her time in a recovery centre jumping in cold lakes and cycling. The 25-year-old singer - who was sent to an Austrian rehab centre last month after the pressure of the Sugababes recent line-up change took its toll - just needed ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:14:00 GMT";
arnews[0] += "
";
arnews[1]="Ex-Sugas in X shocker - Sunday People
";
arnews[1] += "Former Sugababes KEISHA BUCHANAN and SIOBHAN DONAGHY are set to shock The X Factor judges ... Keisha, who was kicked out of the band and replaced by UK Eurovision entrant JADE EWEN last month, was a huge fan of the teen singer on The X Factor and is ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 09:14:00 GMT";
arnews[1] += "
";
arnews[2]="Ousted Sugababes' Amelle Berrabah Talks Rehab Regime - Post Chronicle
";
arnews[2] += "Amelle Berrabah spent her time in a recovery centre jumping in cold lakes and cycling. The 25-year-old singer - who was sent to an Austrian rehab centre last month after the pressure of the Sugababes recent line-up change took its toll - just needed ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:14:00 GMT";
arnews[2] += "
";
arnews[3]="Sugababes Singer Amelle Berrabah - 'My Mind Is Cleansed' - Post Chronicle
";
arnews[3] += "Amelle Berrabah, the Sugababes singer - who was omitted to a centre last month after the pressures of the band's recent line-up change took their toll - is feeling great after her three-week stay in an Austrian clinic, which she says was to help with ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 15:18:00 GMT";
arnews[3] += "
";
arnews[4]="Amelle Berrabah: 'I needed to escape' - Digital Spy
";
arnews[4] += "Amelle Berrabah has said that she needed to get away from the real world when she received treatment for nervous exhaustion. The singer took a break from Sugababes shortly after Jade Ewen replaced Keisha Buchanan in the group's lineup. Berrabah told ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:19:00 GMT";
arnews[4] += "
";
arnews[5]="Taio Cruz told to stop hits - Boston Globe
";
arnews[5] += "Taio Cruz's record label wants him to stop writing so many hits. The producer-and-singer - who penned recent UK number one single 'Never Leave You', which was recorded by Tinchy Stryder featuring Amelle Berrabah - has revealed his bosses have been ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:04:00 GMT";
arnews[5] += "
";
arnews[6]="Original Sugababes set to reform? - Entertainment.uk.msn.com
";
arnews[6] += "In September Keisha became the last of the original line-up to leave the Sugababes - which now consists of Amelle Berrabah, Heidi Range and Jade Ewen.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 16:21:00 GMT";
arnews[6] += "
";
totcount = 7;
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("