var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amanda Holden reveals her new man crush - News of World
";
arnews[0] += "I'm on the Los Angeles set of Five's new drama, FlashForward, which stars Joseph Fiennes and Jack Davenport, to watch some real-life TV stunts. I'm trying to discover my inner stuntwoman for my ITV1 show Fantasy Lives and hope that seeing it done for ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:37:00 GMT";
arnews[0] += "
";
arnews[1]="Norman set to conquer at ITV - Times Online
";
arnews[1] += "It was a most agreeable end to a fascinating week for Archie Norman. Nine days ago, the former Asda chairman headed into Hampshire for lunch and a spot of pheasant shooting. Even the pelting rain could not dampen the nine-strong party’s spirits ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:43:00 GMT";
arnews[1] += "
";
arnews[2]="Hit and myth - Irish Times
";
arnews[2] += "No red sticker for plan to merge three galleries A quirky insight into human nature From Chandler and the 'Playboy' to the contemporary crime wave Strandline RTÉCO/Brogli-Sacher: Wagner’s Das Rheingold IN JULY of this year, President Obama was to ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:02:00 GMT";
arnews[2] += "
";
arnews[3]="Susan Boyle Beaten Up - Anorak
";
arnews[3] += "When she did, judges Simon Cowell, Amanda Holden and Piers Morgan - sceptical when Susan ambled on stage in Glasgow - were blown away by her voice. Sceptical? Surely the Sun means to say when they sneered, and Amanda Holden, who would go on to take ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 14:32:00 GMT";
arnews[3] += "
";
arnews[4]="CELEBRATING THE CARPENTERS - Daily Star
";
arnews[4] += "AMANDA Holden and Ronan Keating present this tribute to the legendary pop duo, as a bunch of acts deliver their own take on some Carpenters classics. Guests include Dionne Warwick, The Saturdays, and Beverley Knight. Plus there’s a one-off duo ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 00:13:00 GMT";
arnews[4] += "
";
arnews[5]="It's almost a night to fur-get for silky Kelly - The Sun
";
arnews[5] += "The ex-Page 3 girl wore a dress by London designer Lauren B while a gothic-looking Amanda Holden sported a Jovani outfit. The red carpet was a Cool Britannia catwalk featuring lots of quirky, little-known UK designers. Fashion's Grand Dame Vivienne ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:05: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("