var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lili Taylor Joins 'Lips Together' Cast - OfficialWire
";
arnews[0] += "Lili Taylor has joined the Broadway premiere production of Terrence McNally's play \"Lips Together, Teeth Apart,\" the Roundabout Theatre Company said. Taylor -- who has appeared in the films \"Say Anything,\" \"Mystic Pizza,\" \"I Shot Andy Warhol\" and ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 07:22:00 GMT";
arnews[0] += "
";
arnews[1]="Lili Taylor joins 'Lips Together' cast - United Press International
";
arnews[1] += "NEW YORK, Feb. 4 (UPI) -- Lili Taylor has joined the Broadway premiere production of Terrence McNally 's play \"Lips Together, Teeth Apart,\" the Roundabout Theatre Company said. Taylor -- who has appeared in the films \"Say Anything,\" \"Mystic Pizza ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 00:34:00 GMT";
arnews[1] += "
";
arnews[2]="STAGE TUBE: Megan Mullally Talks Gensis of 'That's What She Said' on ... - Broadway World
";
arnews[2] += "... Haimes, Artistic Director) is pleased to announce Terrence McNally's comedy Lips Together, Teeth Apart will star Megan Mullally (Chloe Haddock), Patton Oswalt (Sam Truman), Lili Taylor (Sally Truman) and David Wilson Barnes (John Haddock).";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:31:00 GMT";
arnews[2] += "
";
arnews[3]="Brooklyn’s Finest, Trailer - Sohood.com
";
arnews[3] += "Actors: Richard Gere (Eddie Dugan), Don Cheadle (Tango), Ethan Hawke (Sal), Ellen Barkin (Smith), Wesley Snipes (Caz), Will Patton (Bill), Brian O Byrne (Ronny), Vincent D’Onofrio (Fellow Gangster), Lili Taylor (Wife). Directors: Antoine Fuqua.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 03:15:00 GMT";
arnews[3] += "
";
arnews[4]="Girls Town - San Diego weekly Reader
";
arnews[4] += "Lili Taylor, Bruklin Harris, Anna Grace. 1996.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:45:00 GMT";
arnews[4] += "
";
arnews[5]="Full Cast Announced for LIPS TOGETHER, TEETH APART - Broadway World
";
arnews[5] += "Roundabout Theatre Company (Todd Haimes, Artistic Director) is pleased to announce Terrence McNally 's comedy Lips Together, Teeth Apart will star Megan Mullally (Chloe Haddock), Patton Oswalt (Sam Truman), Lili Taylor (Sally Truman) and David Wilson ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 03:19:00 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("