var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Forgotten Fridays - The Peacemaker
";
arnews[0] += "Thanks for checking out our Forgotten Fridays feature. This is a feature to review some older films that maybe you have forgotten about or maybe never got around to seeing that we just want to share.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:03:58 GMT";
arnews[0] += "
";
arnews[1]="Better Life - Keith Urban
";
arnews[1] += "Although born in New Zealand and raised in nearby Australia, Keith Urban made his biggest splash in Nashville, where he helped rewrite the rules of contemporary county music.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:54:16 GMT";
arnews[1] += "
";
arnews[2]="Daniel Day-Lewis scared of singing
";
arnews[2] += "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 the director Rob Marshall if there was anyone else who could take his role, because he had no ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:49:33 GMT";
arnews[2] += "
";
arnews[3]="NINE Soundtrack to Be Released Digitally December 15; Track List Revealed
";
arnews[3] += "The vibrant and provocative musical production NINE, premiered on Broadway in 1982 to critical acclaim , and successfully revived in 2003 , is the most hotly anticipated movie of the holiday season, directed by Rob Marshall , and starring Daniel Day-Lewis , Penelope Cruz , Marion Cotillard , Nicole Kidman , Judi Dench , Kate Hudson , Fergie , and ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:45:50 GMT";
arnews[3] += "
";
arnews[4]="'Up in the Air' tops list
";
arnews[4] += "George Clooney first read the script of \"Up in the Air\" at his villa in Lake Como, Italy.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="off her chest
";
arnews[5] += "You'd think Nicole Kidman has it all. The joyous parenting union with country hitmaker Keith Urban .";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 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("