var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Keisha Buchanan Doesn't Miss Sugababes Friendship - Post Chronicle
";
arnews[0] += "Keisha Buchanan believes the Sugababes will struggle without her. The singer - who was replaced in the group in September by Jade Ewen following a series of rows with her bandmates Heidi Range and Amelle Berrabah - insists the current line-up are ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:45:00 GMT";
arnews[0] += "
";
arnews[1]="Original Sugababes set to reform? - Entertainment.uk.msn.com
";
arnews[1] += "The original Sugababes are back together and are under the wing of the woman who helped make Jordan a millionaire, it has been reported. The Sun claims Mutya Buena reformed the popular girl group last month with former band mates Keisha Buchanan and ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 16:21:00 GMT";
arnews[1] += "
";
arnews[2]="Sugababes Sickened By 'Vicious' Outbursts: Band Page Hacked - Post Chronicle
";
arnews[2] += "The fall-out following Buchanan's exit left Amelle Berrabah suffering from nervous exhaustion and now Heidi Range, who joined the girl group in 2001, admits she is scared to log onto the group's Twitter.com site because of all the sick comments they ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 14:33:00 GMT";
arnews[2] += "
";
arnews[3]="SUGABABES SICKENED BY FAN ABUSE - Daily Star
";
arnews[3] += "British girl group SUGABABES have opened up about verbal abuse they suffered following their recent line-up change - insisting they are sick of the \"vicious\" outbursts. Founding member Keisha Buchanan was booted out of the group in September (09 ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 21:58:00 GMT";
arnews[3] += "
";
arnews[4]="Sugababes record 'Santa Baby' cover - Digital Spy
";
arnews[4] += "Sugababes have revealed that they have recorded a cover version of Christmas song 'Santa Baby'. The group, who are currently promoting new single 'About A Girl' , announced that the song will be distributed around radio stations but not made ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:32:00 GMT";
arnews[4] += "
";
arnews[5]="Keisha: 'I was the grafter in Sugababes' - Digital Spy
";
arnews[5] += "Axed Sugababes star Keisha Buchanan has reportedly claimed that she was the hardest worker in the group. The 25-year-old singer allegedly hinted that her old bandmates Heidi Range and Amelle Berrabah may struggle without her in an interview with the ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 16:34:00 GMT";
arnews[5] += "
";
totcount = 6;
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("