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]="Lee, Monk, Ross & Wilson Join Love, Loss, and What I Wore on January 6th
";
arnews[1] += "Producer Daryl Roth announced today that Michele Lee , Tony Award-winner Debra Monk , Tracee Ellis Ross and Casey Wilson will join the rotating cast of Love, Loss and What I Wore.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 20:45:47 GMT";
arnews[1] += "
";
arnews[2]="Lee, Monk join 'Wore' cast
";
arnews[2] += "Michele Lee and Debra Monk are among the actresses joining the rotating cast of Off Broadway play 'Love, Loss and What I Wore' in January.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 21:15:06 GMT";
arnews[2] += "
";
arnews[3]="Casting News for 'Next Fall,' 'Love, Loss and What I Wore,' and More
";
arnews[3] += "So much theater news today that we have to deliver it in bullet-point form: The original Off Broadway cast of \"Next Fall\" will return to the play when it reaches Broadway next year.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 21:12:52 GMT";
arnews[3] += "
";
arnews[4]="Flipped a switchLights On was never supposed to be a famous band or anything.
";
arnews[4] += "The local indie outfit Lights On found fame the old-fashioned way ... through MySpace.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 15:30:22 GMT";
arnews[4] += "
";
arnews[5]="Beckerman's autobiography 'surprisingly powerful'
";
arnews[5] += "Think back to your first day of school, your first communion, your first prom, the day you were a bridesmaid for your best friend, your beloved aunt's funeral.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 10:56:17 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("