var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Foster, Mazzie, Ranson and Damiano Head Carrie Reading in NYC Nov. 20
";
arnews[0] += "Carrie , the short-lived 1988 cult musical about a teenage girl with telekinesis who takes revenge on her high school tormenters, is resurrected for a starry staged reading in Manhattan Nov.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:03:15 GMT";
arnews[0] += "
";
arnews[1]="Slime vs. crime in hilarious rock musical
";
arnews[1] += "Musical adaptations of really bad cult movies or POW-ZAP comic books are not expected to be masterpieces of the theater.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:28:52 GMT";
arnews[1] += "
";
arnews[2]="'American Idol' at the end of the decade
";
arnews[2] += "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.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:47:59 GMT";
arnews[2] += "
";
arnews[3]="Carrie - The Musical Casting Details
";
arnews[3] += "Wea re all ready to laugh at Carrie again as the clairvoyant teen gears up for her second go a round on the Broadway circuit.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 16:04:33 GMT";
arnews[3] += "
";
arnews[4]="Page 2
";
arnews[4] += "Page 2 is a compilation of stories and news tidbits, which for whatever reason, didna t make the front page of /Film. After the jump wea ve included 55 different items, fun images, videos, casting tidbits, articles of interest and more.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("