var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fox: Dame Helen helped Queen role - Entertainment.uk.msn.com
";
arnews[0] += "Emilia Fox said Dame Helen Mirren helped her perfect her latest role playing the Queen for an upcoming Channel 4 drama. The Pianist actress, 35, said she initially attempted impersonating the Queen but it sounded like a bad \"parody\" and it took words ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 13:30:00 GMT";
arnews[0] += "
";
arnews[1]="The stars of Channel 4 drama The Queen on playing the monarch - The Guardian
";
arnews[1] += "Emilia Fox: “I tried to get into her character rather than do an impersonation of her. The way she talks is so specific it’s almost uncopyable. I wonder whether our ears can take it as an audience. It sounds slightly Spitting Image";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:11:00 GMT";
arnews[1] += "
";
arnews[2]="Stars Pay Tribute To Sir John Mortimer - Post Chronicle
";
arnews[2] += "Film stars Alan Rickman, Jeremy Irons and Emilia Fox came together in London to pay tribute to the late Sir John Mortimer on Tuesday (17Nov09). The trio were among hundreds of mourners, including actors, politicians and members of British royalty ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 15:22:00 GMT";
arnews[2] += "
";
arnews[3]="Royal flush: five of the best play Queen in new film - The Guardian
";
arnews[3] += "The Queen, a five-part series starting next Sunday, focuses on crisis moments since the 1953 coronation. Emilia Fox stars in the first episode, centred around events in 1955 when Princess Margaret was considering marriage to a divorced equerry, Peter ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:11:00 GMT";
arnews[3] += "
";
arnews[4]="A Family Affair - BBC
";
arnews[4] += "Merlin: Secrets and Magic gets the lowdown on the mysterious Morgause, played by Emilia Fox, and goes behind the scenes to speak to the cast and crew and find out how they filmed the epic family fight between Prince Arthur and his father King Uther";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 20:11:00 GMT";
arnews[4] += "
";
arnews[5]="Together, Mortimer's widow, mistress and love child - Daily Mail
";
arnews[5] += "The widow, the mistress and the lovechild - it was an encounter that would have amused Rumpole of the Bailey. Penny Mortimer, Wendy Craig and Ross Bentley put any differences aside to toast Sir John Mortimer's life with champagne. They were among ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 02:58: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("