var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sugababe Amelle to skydive...
";
arnews[0] += "IF YOU'RE going to declare your undying love, what better place to do it than in front of TV's biggest global audience? LILY Allen's finally found The One and is planning to build a romantic love nest in Jamaica.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:04:34 GMT";
arnews[0] += "
";
arnews[1]="Sugababe Amelle Berrabah stays off fags on a night out
";
arnews[1] += "Amelle Berrabah had some expert help on how to quit fags - but then chose a more traditional method.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="FASHION-forward star gives new blue locks another airing on big night out with Jo Wood
";
arnews[2] += "SUGABABE AMELLE BERRABAH gave her new blue locks another airing this weekend. The fashion forward star had navy and turquoise streaks added to her dark barnet last week as an experiment.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 16:05:16 GMT";
arnews[2] += "
";
arnews[3]="Set List: Tinchy Stryder,...
";
arnews[3] += "JLS are appealing to the woman who gave birth at their gig in Rhyl last week to get in touch.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 07:56:09 GMT";
arnews[3] += "
";
arnews[4]="Range Eyed Sugababes Walk-Out Before Buchanan
";
arnews[4] += "Tensions between the Push The Button hitmakers reached fever pitch in S= eptember , when Buchanan sensationally walked out on the group she ha= d been a part of since 1998.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:18:06 GMT";
arnews[4] += "
";
arnews[5]="Amelle Berrabah to do charity skydive
";
arnews[5] += "Amelle Berrabah has announced that she is doing a skydive for charity later this month.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 22:06:47 GMT";
arnews[5] += "
";
arnews[6]="Jade Ewen: 'Sugababes saved my career'
";
arnews[6] += "Jade Ewen has claimed that her music career was saved by joining the Sugababes. The 21-year-old, who finished fifth representing the UK in the Eurovision Song Contest last year, admitted that she struggled to launch a solo career following the competition.";
arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 14:50:48 GMT";
arnews[6] += "
";
arnews[7]="Jade Ewen admits the Sugababes saved her career
";
arnews[7] += "Jade Ewen admits the Sugababes saved her career. The 21-year-old singer - who joined the ever-changing girl band last year after Keisha Buchanan was ousted from the group - admitted her pop star ambitions were floundering before she got the opportunity.";
arnews[7] += "
Publ.Date : Sun, 31 Jan 2010 12:48:50 GMT";
arnews[7] += "
";
arnews[8]="Jade Ewen - Jade Ewen Saved by Sugababes
";
arnews[8] += "Jade Ewen says joining the Sugababes saved her floundering pop career from drifting into obscurity.";
arnews[8] += "
Publ.Date : Sun, 31 Jan 2010 07:02:16 GMT";
arnews[8] += "
";
totcount = 9;
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("