var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jade Ewen: 'It's been the best year ever'
";
arnews[0] += "Jade Ewen has said that she considered quitting music last year because of her lack of success.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:02:53 GMT";
arnews[0] += "
";
arnews[1]="Amelle Berrabah: 'I needed to escape'
";
arnews[1] += "Amelle Berrabah has said that she needed to get away from the real world when she received treatment for nervous exhaustion.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:02:15 GMT";
arnews[1] += "
";
arnews[2]="JADE Ewen talks to us about making it on board the dizziest merry-go-round in pop
";
arnews[2] += "Sugababe JADE EWEN was signing on at a run-down job centre. On a bleak winter afternoon a member of staff sneered at her dreams to top the pop charts, telling her to \"be realistic\". But 12 months on the former Eurovision contestant has recorded her first album as the latest addition to the SUGABABES - with Christmas single Santa Baby coming out ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:59:37 GMT";
arnews[2] += "
";
arnews[3]="Jade steals the show
";
arnews[3] += "SUGABABES have put on a united front amid rumours the original line-up are reforming.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 16:51:42 GMT";
arnews[3] += "
";
arnews[4]="Music news: New look Sugababes make surprise appearance at Forth Awards in Edinburgh
";
arnews[4] += "THE Sugababes stunned Scots fans with a shock appearance at yesterday's Forth Awards in Edinburgh's Assembly Rooms.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Amelle Berrabah had freezing treatment
";
arnews[5] += "Amelle Berrabah says she spent her time in an Austrian recovery centre jumping in cold lakes and cycling in order to get over her ''nervous exhaustion''. Amelle Berrabah spent her time in a recovery centre jumping in cold lakes and cycling.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:04:22 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("