var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PHOTOFLASH: Lucy DeVito, Katie Finneran, Capathia Jenkins, Rhea ... - TheaterMania.com
";
arnews[0] += "Nora and Delia Ephron's adaptation of Ilene Beckerman's 1995 book about clothes and the memories they trigger is directed by Karen Carpenter, and features a series of five-person casts that will play in four-week cycles. The next cast (December 16 ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:43:00 GMT";
arnews[0] += "
";
arnews[1]="PHOTO CALL: Love, Loss, and What I Wore Nov. 18-Dec. 13 Cast - Playbill
";
arnews[1] += "The Off-Broadway production of Nora and Delia Ephron's Love, Loss, and What I Wore welcomed new cast members Nov. 18. The lineup includes Lucy DeVito, Capathia Jenkins, Rhea Perlman, Rita Wilson and Katie Finneran (currently filling in for an ill ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 21:12:00 GMT";
arnews[1] += "
";
arnews[2]="Broderick & Lonergan: Fortysomething Messengers - Playbill
";
arnews[2] += "... a week early and packed the house with assorted celebs and its own starry stock company: Bobby Cannavale, Josh Hamilton, Jennifer Westfeldt, Sam Trammell, Sam Rockwell, Natasha Lyonne, Rosie O’Donnell, Wallace Shawn, Kathryn Erbe, Joan Rivers ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 04:58:00 GMT";
arnews[2] += "
";
totcount = 3;
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("