var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Broderick & Lonergan: Fortysomething Messengers
";
arnews[0] += "The New Group, which is premiering Kenneth Lonergan's new play, The Starry Messenger , on Nov.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:53:57 GMT";
arnews[0] += "
";
arnews[1]="Oleanna Posts Closing Notice
";
arnews[1] += "Set for Irish Rep's Ernest in Love [ P ] Wilde Again: Fowler, Racey, Maloney and More to Star in Off-Broadway's Ernest in Love [ TM ] Kathleen Chalfant, Mercedes Ruehl, Ain Gordon, et al.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 00:07:29 GMT";
arnews[1] += "
";
arnews[2]="This Month in Theater: November 2009
";
arnews[2] += "THE LILY'S REVENGE Taylor Mac has proven himself to be one of New York's more adventurous playwright/performers. This could be his masterstroke.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 21:05:42 GMT";
arnews[2] += "
";
arnews[3]="Matthew Broderick is Lonergan's Starry Messenger Off-Broadway Oct. 26
";
arnews[3] += "Matthew Broderick and Catalina Sandino Moreno star in The New Group's Off-Broadway world premiere of Kenneth Lonergan's The Starry Messenger, starting Oct.";
arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 06:43:34 GMT";
arnews[3] += "
";
arnews[4]="Why Can't Gotham Get Serious About Movie Awards?
";
arnews[4] += "I like IFP. I want to support IFP. But regardless of how they keep on trying to make The Gotham Awards the first step on the road to Oscar - neck and neck with the idiotic National Board of Review - the event remains a very nice place to be honored... and completely meaningless when it comes to the rest of the award season.";
arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 22:42:56 GMT";
arnews[4] += "
";
arnews[5]="Kirsten Prout Cast as Lucy in Eclipse
";
arnews[5] += "Another young actress has been sucked into The Twilight Saga Eclipse . According to MTV another casting announcement was made for the film via costar Jackson Rathbone who plays, Jasper.";
arnews[5] += "
Publ.Date : Mon, 19 Oct 2009 19:29:54 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("