var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Peter Dinklage, Ethan Hawke, Martha Plimpton, et al. Set for Shepard ... - TheaterMania.com
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 05 Feb 2010 17:02:00 GMT";
arnews[0] += "
";
arnews[1]="New Group's "Conversation and Readings" To be Hosted by Ethan Hawke - Broadway World
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 05 Feb 2010 18:42:00 GMT";
arnews[1] += "
";
totcount = 2;
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("