var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Catherine Keener
";
arnews[0] += "Name: Catherine Keener Nomination: Best Actress in a Supporting Role, Capote Born: March 26, 1960 in Miami Family: Recently separated from actor Dermot Mulroney, with whom she has a 7-year-old son, Clyde Quick facts: - She grew up in the Hialeah area of Miami.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:50:32 GMT";
arnews[0] += "
";
arnews[1]=""Sometimes I think this is so undignified"
";
arnews[1] += "Emily Mortimer's worked with Woody Allen and Stephen Fry, next up it's Martin Scorsese, but she's still not convinced she's a professional actress.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 02:41:05 GMT";
arnews[1] += "
";
arnews[2]="Kellan Lutz & Mandy Moore Explore "Marriage"
";
arnews[2] += "\"Twilight\" hunk Kellan Lutz has signed on to star in the Mandy Moore romantic comedy \"Love, Wedding, Marriage\" reports Just Jared .";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Kellan Lutz joins Mandy Moore in new role
";
arnews[3] += "Twilight star Kellan Lutz has signed on to star in Love, Wedding, Marriage opposite Mandy Moore, in his romantic comedy debut.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 10:11:59 GMT";
arnews[3] += "
";
arnews[4]="Kellan Lutz to Marry Mandy Moore
";
arnews[4] += "Kellan Lutz is set to marry Mandy Moore... ... on screen, that is! The Twilight Saga hunk has signed on for his next movie role: he'll play Moore's husband in Love, Wedding, Marriage .";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 11:04:29 GMT";
arnews[4] += "
";
arnews[5]="Naomi Watts to share - Dream House' with Daniel Craig
";
arnews[5] += "Academy Award nominated actress Naomi Watts will be joining Daniel Craig in the cast of the upcoming Morgan Creek/Universal thriller \"Dream House.\" Actress Naomi Watts will be starring opposite the latest actor to play James Bond, Daniel Craig, in the Morgan Creek/Universal thriller a oeDream House.a According to an article on ...";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 08:00: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("