var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Favoring the Flops - Episode 3 - The Rink
";
arnews[0] += "A dear friend who had a rough week requested that I write about this one and I feel she deserves to have her way.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Fish That Saved Pittsburgh
";
arnews[1] += "Sloppy and amateurish basketball comedy about the precision teamwork of an all-Pisces professional ball club.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:47:57 GMT";
arnews[1] += "
";
arnews[2]="Oleanna Posts Closing Notice
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 18 Nov 2009 00:07:29 GMT";
arnews[2] += "
";
arnews[3]="Elaine Stritch Returns 'SINGIN' SONDHEIM' at the Cafe Carlyle 1/5/2010 - 1/30/2010
";
arnews[3] += "Erich Steinbock, Managing Director of The Carlyle Hotel, announced today the return of resident leading lady, Elaine Stritch , to the Caf Carlyle in an all-new show: \"At Home At The Carlyle: Elaine Stritch Singin' Sondheim.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 10:10:09 GMT";
arnews[3] += "
";
arnews[4]="Public presents "The Little Foxes"
";
arnews[4] += "Helena Ruoti, left, who portrays Regina, and Linda Haston, who plays Addie, rehearse a scene from Pittsburgh Public Theater's production of \"The Little Foxes.\" The Lillian Hellman play opens tonight at the O'Reilly Theater.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 05:54:16 GMT";
arnews[4] += "
";
arnews[5]="Six Degrees of Separation - casting announced
";
arnews[5] += "Head and Lesley Manville will star in David Grindleya TMs revival of John Guarea TMs Six Degrees of Separation , which runs at the Old Vic from January 19 to April 3, 2010.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 16:16:53 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("