var arnews = new Array(6);
totcount = 6;
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 : Sat, 21 Nov 2009 21:17:00 GMT";
arnews[0] += "
";
arnews[1]="Butler named best Brit actor in Hollywood - Digital Spy
";
arnews[1] += "Gerard Butler has reportedly been named the best British actor in Hollywood. The Law Abiding Citizen star has topped a recent poll of more than 1,000 UK movie fans by DVD rental service LoveFilm, STV reports. Oscar winner Kate Winslet, who landed in ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:31:00 GMT";
arnews[1] += "
";
arnews[2]="Daniel Day-Lewis - Chicago Tribune
";
arnews[2] += "In \"The Private Lives of Pippa Lee,\" opening Friday, the title character finds herself at a crossroads, bristling at the rather staid, low-impact life she has fashioned for herself as the wife of a prominent publisher after her more trauma- and drama";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:52:00 GMT";
arnews[2] += "
";
arnews[3]="'Nine' star Daniel Day-Lewis scared of singing - AZCentral.com
";
arnews[3] += "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[3] += "
Publ.Date : Sun, 22 Nov 2009 01:34:00 GMT";
arnews[3] += "
";
arnews[4]="Holiday Movie Preview - Jam! Showbiz
";
arnews[4] += "So Sherlock Holmes is repurposed in gleaming new wrapping paper. Disney reintroduces hand-drawn 2D animation with The Princess and the Frog. The Broadway musical Nine is refitted for Daniel Day-Lewis and a cast of legendary leading ladies. And Peter ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:06:00 GMT";
arnews[4] += "
";
arnews[5]="Nervous return for Nicole Kidman - Monsters and Critics
";
arnews[5] += "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[5] += "
Publ.Date : Sun, 22 Nov 2009 04:55: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("