var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tom Cruise Ready For New Mission - Newsblaze.com
";
arnews[0] += "Tom Cruise will star in 'Mission: Impossible IV'. The actor has confirmed he will reprise his role as Impossible Mission Force agent Ethan Hawke in the action movie series, and will also co-produce the project. 'Lost' creator J.J. Abrams - who ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:22:00 GMT";
arnews[0] += "
";
arnews[1]="The Ethan Hawke Actors Studio - Nymag.com
";
arnews[1] += "Y es! yes! it looks so good, Derek! Hey, Latham! That sounds awesome, man!” There’s a towering pile of junk onstage and a man is playing an antique wooden sewing table that he’s converted into a slide guitar, and Ethan Hawke is shouting at them ...";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Ethan Hawke finds vampires ‘wierdly sexual’ - The Gaea Times
";
arnews[2] += "LONDON - Hollywood star Ethan Hawke has been fascinated by vampires since he was 11 and finds them “weirdly sexual”. The actor said he was so taken in with how beautiful a vampire character was in a film he saw as a child that he can see how ...";
arnews[2] += "
Publ.Date : Sun, 17 Jan 2010 09:46:00 GMT";
arnews[2] += "
";
arnews[3]="Peter Dinklage, Ethan Hawke, Martha Plimpton, et al. Set for Shepard ... - TheaterMania.com
";
arnews[3] += "Peter Dinklage, Halley Wegryn Gross, Ethan Hawke, Marin Ireland, and Martha Plimpton will participate in Shepard and Music: A Conversation and Readings , to be offered at 7pm on Sunday, February 7 at Theatre Row as part of the Dark Nights at The New ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 17:02:00 GMT";
arnews[3] += "
";
arnews[4]="New Group's "Conversation and Readings" To be Hosted by Ethan Hawke - Broadway World
";
arnews[4] += "Tied to its revival of Sam Shepard's A Lie of the Mind, currently in previews, Dark Nights at The New Group proudly presents \"Shepard and Music: A Conversation and Readings hosted by Ethan Hawke.\" This ONE NIGHT ONLY event takes place Sunday ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 18:42:00 GMT";
arnews[4] += "
";
arnews[5]="Ethan Hawke Presents A Lie Of The Mind For Charity - Look To The Stars
";
arnews[5] += "Ethan Hawke will present a special performance of the new play he is directing, followed by a reception with the actors, to benefit charity later this month. The actor is directing A Lie Of The Mind at the New Group on Theater Row, 42nd Street, in ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 11:39: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("