var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Nine' star Daniel Day-Lewis scared of singing - AZCentral.com
";
arnews[0] += "Daniel Day-Lewis didn't think his singing and dancing was good enough to star in new musical movie \"Nine.\" The Oscar-winning actor - who plays Italian film director Guido Contini in the hotly-anticipated film - had a crisis of confidence and asked ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:34:00 GMT";
arnews[0] += "
";
arnews[1]="Penelope Cruz lauds ‘patient’ Daniel Day-Lewis - The Gaea Times
";
arnews[1] += "WASHINGTON - Hollywood actress Penelope Cruz has praised actor Daniel Day-Lewis for his patience to tolerate his female co-stars’ constant chatter on sets of their film Nine. Cruz appears alongside Marion Cotillard, Nicole Kidman, Kate Hudson, Dame ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 07:18:00 GMT";
arnews[1] += "
";
arnews[2]="Marion Cotillard's perfect 10: French star gives award-winning ... - Daily Mail
";
arnews[2] += "Marion Cotillard scores a ten in Nine as Guido Contini's demure wife Luisa, who is humiliated time and again by her roving-eyed husband. Every wife who has ever been hurt by an errant husband will recognise the particularly private pain Marion evokes ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:12:00 GMT";
arnews[2] += "
";
arnews[3]="Nicole Kidman Loved 'Bust-Boosting Effect' From Being Pregnant - Post Chronicle
";
arnews[3] += "Nicole Kidman loved being pregnant - because she had large breasts for the first time in her life. The actress - who gave birth to Sunday Rose, her first child with husband Keith Urban on 7 July 2008 - was amazed at the bust-boosting effect her baby ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:45:00 GMT";
arnews[3] += "
";
arnews[4]="Nervous return for Nicole Kidman - Monsters and Critics
";
arnews[4] += "Nicole Kidman says making the musical movie 'Nine' was like \"taking baby steps\" back into work. The 42-year-old Oscar winner - who plays a movie goddess called Claudia Jenssen alongside troubled director Guido Contini, who is played by Daniel Day ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:55:00 GMT";
arnews[4] += "
";
totcount = 5;
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("