var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Mazzie, Foster, Damiano join 'Carrie' - Variety
"; arnews[0] += "Also announced for the cast are Diana DeGarmo (\"Hairspray\"), Matt Doyle (\"Bye Bye Birdie\") and John Arthur Greene (\"West Side Story\"), among others. One of Broadway's most notorious flops, \"Carrie\" has acquired a cult following since it tanked in ..."; arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 23:59:00 GMT"; arnews[0] += "
"; arnews[1]="Full Cast for Carrie: The Musical - ShockTillYouDrop.com
"; arnews[1] += "Stafford Arima will direct the 29-hour Equity reading that will take place in Manhattan Nov. 20. The cast will feature Sutton Foster as gym teacher Ms. Gardner, Marin Mazzie as Margaret White, Molly Ranson as Carrie (pictured left) and Jennifer ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[1] += "
"; arnews[2]="Carrie - The Musical Casting Details - DREAD CENTRAL.COM
"; arnews[2] += "Mackenzie Mauzy (White Noise), Preston Sadleir (Mrs. Sharp), Jonathan Schwartz (The Fantasticks) Bud Weber and Sasha Weiss (Jerry Springer). Also revealed are \"American Idol\" finalist Diana DeGarmo (Hairspray, The Toxic Avenger) as Chris, Matt Doyle ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[2] += "
"; arnews[3]="'American Idol' at the end of the decade (or: Important?) - Oregonian
"; arnews[3] += "Important? As we careen toward 2010 wondering what we'll call it -- is it 0h-10? -- the very fine folks at NPR's All Songs Considered have taken it upon themselves to attempt a list. This particular list, living now in a world full of lists, lists ..."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");