var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sophie Ellis Bextor's Autumn Album - femalefirst.co.uk
";
arnews[0] += "Sophie Ellis Bextor's album will be released in autumn. The 'Murder on the Dancefloor' singer says the LP, which has yet to be titled, will not be out in time for summer festivals and fans will have to wait until later in the year to hear her new ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 13:21:00 GMT";
arnews[0] += "
";
arnews[1]="See Alexandra Burke, Jenson Button and girlfriend Jessica Michibata ... - Daily Mirror
";
arnews[1] += "Lisa Snowdon, Alexandra Burke and Sophie Ellis Bextor are among the celebs who have got in front of the cameras to model the T-shirts Victoria Beckham and husband David have designed for charity Sport Relief. Also helping out are Jenson Button and ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:45:00 GMT";
arnews[1] += "
";
arnews[2]="RICHARD JONES PHOTOS - Contactmusic.com
";
arnews[2] += "Sophie Ellis Bextor's fourth studio album will be released in the autumn. Sophie Ellis Bextor's album will be released in autumn. The 'Murder on the Dancefloor' singer says the LP, which has yet to be titled, will not be out in time for summer ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 05:50:00 GMT";
arnews[2] += "
";
arnews[3]="Ellis-Bextor album delayed until autumn - Digital Spy
";
arnews[3] += "Sophie Ellis-Bextor has delayed the release of her fourth studio album until the autumn. The singer, who teamed up with acts including Calvin Harris, Metronomy, Freemasons and Liam Howe on the record, revealed that she first wants to perform some ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 16:07:00 GMT";
arnews[3] += "
";
arnews[4]="ALEXANDRA BURKE FLAUNTS HER BAD BOYS FOR SPORT RELIEF - Daily Star
";
arnews[4] += "And Alex isn’t the only star to take part in the X-rated photoshoot. Busty model Abbey Clancy shows off her own scorching curves as she poses in tight PVC trousers and a skimpy vest. Sexy starlet Sophie Ellis-Bextor strikes her own steamy pose in ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 16:43:00 GMT";
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("