var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Penguin forces Cowell to quit - The Sun
";
arnews[0] += "The music mogul said he couldn't face returning next year after seeing the quality of contestants at the London try-outs. Simon cracked after a 66-year-old woman took to the stage and played a hosepipe connected to a toy penguin as a musical ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:37:00 GMT";
arnews[0] += "
";
arnews[1]="AMANDA HOLDEN: FANTASY LIVES - Daily Express
";
arnews[1] += "Well, she made a pretty respectable job of becoming a Parisian showgirl. And she emerged unscathed from last week’s task, training to be a Hollywood stuntwoman. So this final challenge, in which Amanda sets out to become a country singer in ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:01:00 GMT";
arnews[1] += "
";
arnews[2]="Piers Morgan and Amanda Holden go head-to-head in Oscars coverage - Monsters and Critics
";
arnews[2] += "Britain's Got Talent judges Piers Morgan and Amanda Holden could be going up against each other for coverage at the Oscars. Simon Cowell, The Hoff and Sharon Osbourne talk about the new series of America's Got Talent in Los Angeles. Also joining them ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:19:00 GMT";
arnews[2] += "
";
arnews[3]="Amanda Holden: 'BGT can't repeat Boyle' - Digital Spy
";
arnews[3] += "Amanda Holden has admitted that Britain's Got Talent cannot match last year's success with Susan Boyle. The reality TV judge spoke about the latest auditions for the ITV1 show at the launch of her friend Gina Hemmings's new beauty salon. \"I think ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 12:24:00 GMT";
arnews[3] += "
";
arnews[4]="Amanda's looking blue... Holden shines in satin dress as she arrives ... - Daily Mail
";
arnews[4] += "It may be cold outside, but Amanda Holden is not letting the bad weather affect her style. The 38-year-old beauty looked slim and toned in a blue satin dress and matching jacket, complete with blue sky-high heels, as she arrived for the Britain's Got ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:59:00 GMT";
arnews[4] += "
";
arnews[5]="Amanda Holden finds her immaculate appearance blown away as she ... - Daily Mail
";
arnews[5] += "Amanda Holden is usually seen looking immaculate in her designer outfits, killer heels and perfectly coiffed haircut. But despite all the time and effort spent on her appearance at a photocall in London yesterday, Holden's sleek blonde hairstyle ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 12:47: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("