var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Lie of the Mind
";
arnews[0] += "Sam Shepard's powerful 1985 drama A Lie of the Mind has never had a New York revival - perhaps because it would be nearly impossible to perfect the four-hour original, which won a Drama Desk Award and received rave reviews for its cast - Harvey Keitel, Aidan Quinn, and Amanda Plummer.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="How we met
";
arnews[1] += "Kerry Fox, 43, is an award-winning Kiwi actress best known for her roles in Jane Campion's An Angel At My Table , Danny Boyle's Shallow Grave and Patrice Chereau's Intimacy .";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 12:00:00 GMT";
arnews[1] += "
";
arnews[2]="Scorsese and DiCaprio back together for Shutter Island.
";
arnews[2] += "Mark Ruffalo and Leonardo DiCaprio in a scene from Shutter Island . Los Angeles February 10, 2010 Martin Scorsese is barely settled into his chair at a secluded hotel bar when he hears the doors to the entrance creak open.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:12:40 GMT";
arnews[2] += "
";
arnews[3]="Quentin Tarantino In-Person! Double Feature! Two Nights in a Row
";
arnews[3] += "Norman Jewison Yes, he directed 'Moonstruck' and two unforgettable musicals, but Jewison is also responsible for a trilogy of films focusing on racial-injustice, a whacky Cold War comedy and a signature film of Steve McQueen's showing that he is one of the most versatile directors since Robert Wise.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="DiCaprio, Scorsese reunite
";
arnews[4] += "Martin Scorsese is barely settled into his chair at a secluded hotel bar when he hears the doors to the entrance creak open.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:35:04 GMT";
arnews[4] += "
";
arnews[5]="An Evening With Deb Filler
";
arnews[5] += "Monday, 8 February 2010, 1:53 pm Press Release: The PumpHouse Theatre Catch critically-acclaimed international comic Deb Filler in her first New Zealand appearance in three years, March 17-20 at The PumpHouse Theatre, Takapuna.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 01:44:34 GMT";
arnews[5] += "
";
arnews[6]="Met Ken Shamrock today - Miami, Florida, United States
";
arnews[6] += "Thats a lie. I didn't meet Ultimate Fighting Champion Ken Shamrock but I met his twin brother.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 01:20:29 GMT";
arnews[6] += "
";
arnews[7]="DiCaprio, Scorsese Reunite for Fourth Time in 'Shutter Island'
";
arnews[7] += "Martin Scorsese is barely settled into his chair at a secluded hotel bar when he hears the doors to the entrance creak open.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 13:16:09 GMT";
arnews[7] += "
";
arnews[8]="Nicolas Cage thrives in Herzog's odd cop thriller film review: bad lieutenant
";
arnews[8] += "What's the expression, 'In for a penny, in for a pound'? How about in for a nickel bag? Or a few ounces? That seems more appropriate for Bad Lieutenant: Port of Call New Orleans.";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("