var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Helena Bonham Carter : Helena Bonham Carter doesn’t like watching ... - Entertainment and Showbiz!
";
arnews[0] += "Helena Bonham Carter has revealed that she sees no point in seeing her own films. The ‘Fight Club’ star said she turns her back on her own films because she has nothing to learn from them after they are finished. “Most actors I know loathe ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:42:00 GMT";
arnews[0] += "
";
arnews[1]="Helena Bonham Carter cast as Queen Elizabeth - Entertainment Weekly Online
";
arnews[1] += "Helena Bonham Carter, Jennifer Ehle, Guy Pearce, Derek Jacobi, Timothy Spall and Michael Gambon have joined the cast of The King’s Speech , from director Tom Hooper. Carter is set to play Queen Elizabeth, alongside an already-cast Colin Firth as ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 10:17:00 GMT";
arnews[1] += "
";
arnews[2]="Helena Bonham Carter reigns in "King's Speech" - Reuters UK
";
arnews[2] += "LOS ANGELES (Hollywood Reporter) - Helena Bonham Carter will play the future Queen Mother in \"The King's Speech.\" Colin Firth and Geoffrey Rush star in the period drama, which recently began shooting in England. The film is based on the relationship ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 05:59:00 GMT";
arnews[2] += "
";
arnews[3]="Win Terminator Salvation on Blu-ray! - In the News
";
arnews[3] += "Stars Christian Bale (Batman Begins, The Dark Knight) and Sam Worthington (Avatar) ignite the battle between man and machine in the futuristic action epic Terminator Salvation, blasting its way onto Blu-ray and DVD on 23/11/09 from Sony Pictures Home ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:48:00 GMT";
arnews[3] += "
";
arnews[4]="Helena Bonham Carter on being Enid Blyton - Daily Telegraph
";
arnews[4] += "Helena Bonham Carter stars as author Enid Blyton in a new drama Photo: BBC There is a scene in Enid, the BBC’s new biopic of Enid Blyton, where the children’s author, played by Helena Bonham Carter, is asked by a radio journalist how she ...";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 16:04:00 GMT";
arnews[4] += "
";
arnews[5]="Helena Bonham Carter turns Gothic princess as she joins Johnny Depp at ... - Daily Mail
";
arnews[5] += "Arriving at a new exhibition launch in New York last night, Helena Bonham Carter looked every inch the Gothic princess. But as the hostess of a party to mark a retrospective of her partner Tim Burton's work, it was only appropriate her outfit looked ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:31: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("