var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amy Jenkins: Our love affair with skinny just goes on
";
arnews[0] += "In a brief interview with Women's Wear Daily, Kate Moss, below, talks repeatedly about making jam.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:27:26 GMT";
arnews[0] += "
";
arnews[1]="Susan Boyle hopes for a dream run
";
arnews[1] += "Scottish singer Susan Boyle, one of the biggest stars of the Internet age, seeks to turn global celebrity into record sales next week with the release of her debut album I Dreamed a Dream.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:48:16 GMT";
arnews[1] += "
";
arnews[2]="Jedward Academy: Give it up for Prince Charles guys. Yeah right wha'ever
";
arnews[2] += "The Prince of Wales spoke this week of his desire to maintain the traditional subjects of English, History, Geography and Science at the heart of the school curriculum.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:14:01 GMT";
arnews[2] += "
";
arnews[3]="X Factor critics like Sting shouldn't rob the kids of glory
";
arnews[3] += "What this series of The X Factor reveals is that the talent gap between the stars and the wannabes is closing fast.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="X Factor star Cheryl Cole blasts rumours of a split with husband Ashley Cole
";
arnews[4] += "Cheryl Cole has crushed rumours her marriage to Ashley Cole is in tatters and insisted their relationship is still full of sparkle.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="X Factor: Cheryl Cole and The X Factor finalists model bizarre headwear
";
arnews[5] += "This year's X Factor has been billed as the most fashionable yet, with Dannii Minogue and Cheryl Cole's ongoing style war, Stacey Solomon's dazzling frocks and Jedward's, er, PVC costumes.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:26:00 GMT";
arnews[5] += "
";
arnews[6]="Eastenders Motown magic for Children in Need
";
arnews[6] += "RICKY Butcher as Marvin Gaye anyone? Or how about his ex-wives Bianca and Sam as the Supremes? The EastEnders characters may be embroiled in a messy love triangle in the soap but they were in perfect harmony last night for Children in Need.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 02:30:04 GMT";
arnews[6] += "
";
arnews[7]="Spectator sport
";
arnews[7] += "The X Factor is the most popular show on television at the moment. The X Factor is the most popular show on television at the moment.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 23:41:05 GMT";
arnews[7] += "
";
arnews[8]="Susan Boyle Aims To Turn Celebrity Into Album Sales
";
arnews[8] += "Scottish singer Susan Boyle, one of the biggest stars of the Internet age, seeks to turn global celebrity into record sales next week with the release of her debut album \"I Dreamed a Dream.\" Named after the song from the musical \"Les Miserables\" that made her famous, the 12-track album is a mix of pop covers like Madonna's \"You'll See\" and The ...";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 20:30:15 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("