var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hollywood holiday
";
arnews[0] += "Human endurance has long been the movies' supreme subject. Already, with the release of the wrenching new feature \"Precious,\" we have traveled to hell and back with a 16-year-old incest survivor.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:14:38 GMT";
arnews[0] += "
";
arnews[1]="Truth in advertising
";
arnews[1] += "This week we start at the Improv: Funny People Rated R, 145 minutes. Coming Tuesday to DVD.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:36:58 GMT";
arnews[1] += "
";
arnews[2]="Nine
";
arnews[2] += "Daniel Day-Lewis , Marion Cotillard , Penelope Cruz , Nicole Kidman , Judi Dench , Kate Hudson , Stacy Ferguson , Sophia Loren Genre: Drama, Musical PG-13 Review: DVD: \"Nine\" is a vibrant and provocative musical that follows the life of world famous film director Guido Contini as he reaches a creative and personal crisis of epic proportion, while ...";
arnews[2] += "
Publ.Date : Fri, 04 Apr 2008 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="This Week's Fab Faves
";
arnews[3] += "What's special about this week's Fab faves is the count of stylish men. Yum. Inside you will find the dapper looks of Zachary Quinto, Taylor Lautner, and Zac Efron a ' enjoy! On the female front, from purple Dior gowns to ray-printed Proenza frocks, there is a vast array of eye candy.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:00:22 GMT";
arnews[3] += "
";
arnews[4]="NINE Soundtrack to Be Released Digitally December 15; Track List Revealed
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 20 Nov 2009 16:45:50 GMT";
arnews[4] += "
";
arnews[5]="New on DVD: 'Angels & Demons,' 'Funny People' and 'The 2000 Year Old Man'
";
arnews[5] += "Hanks returns as symbologist Robert Langdon in this exciting sequel to \"The Da Vinci Code.\" He must decipher ancient clues to find an anti-matter bomb before it blows up the Vatican.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:00:28 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("