var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Sarah Paulson joins cast of 'Stories' - Variety
"; arnews[0] += "Sarah Paulson will co-star with the previously announced Linda Lavin in the Manhattan Theater Club's Broadway production of \"Collected Stories.\" Paulson (\"Studio 60 on the Sunset Strip\"), last on the Rialto in the 2005 revival of \"The Glass Menagerie ..."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[0] += "
"; arnews[1]="Paulson Paired With Lavin for Broadway's Collected Stories - Playbill
"; arnews[1] += "Golden Globe nominee Sarah Paulson, known for TV's \"Studio 60 on the Sunset Strip\" and Broadway's The Glass Menagerie , will join Tony Award winner Linda Lavin in Manhattan Theatre Club's Broadway premiere of Donald Margulies' Collected Stories , the ..."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");