var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="PHOTO CALL: A Cast Party For The Starry Messenger - Playbill
"; arnews[0] += "Lonergan directs the world premiere, which stars Matthew Broderick and Catalina Sandino Moreno. Also featured are J. Smith Cameron, Stephanie Cannon, Kieran Culkin, Merwin Goldsmith, Grant Shaud and Missy Yager. The play, according to the writer ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[0] += "
"; arnews[1]="Broderick & Lonergan: Fortysomething Messengers - Playbill
"; arnews[1] += "The New Group, which is premiering Kenneth Lonergan’s new play, The Starry Messenger , on Nov. 23 at Theatre Row, opted to have its opening-night party a week early and packed the house with assorted celebs and its own starry stock company: Bobby ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:58:00 GMT"; arnews[1] += "
"; arnews[2]="Vatican slams ‘Twilight’ series - The Gaea Times
"; arnews[2] += "LONDON - The Roman Catholic Church has expressed concerns over the growing popularity of the “Twilight” series, as Vatican officials have called the vampire franchise a “moral vacuum with a deviant message”. The worldwide hype of the series ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:56: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("
");document.write("
");