var arnews = new Array(6);
totcount = 6;
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]="Is It Worth It?: Hilarity ensues with star-studded mock documentary starring Cohen
";
arnews[1] += "Bruno is one of those movies that pushes the boundaries of accepted societal standards and decency.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:02:00 GMT";
arnews[1] += "
";
arnews[2]="Round Six of U.S. Figure Skating Fantasy Challenge Now Open
";
arnews[2] += "The 2009 ISU Grand Prix of Figure Skating Series comes to a close this week at Skate Canada in Kitchener, Ontario.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:51:29 GMT";
arnews[2] += "
";
arnews[3]="New on DVD
";
arnews[3] += "A reboot of a popular sci-fi franchise, more envelope-pushing comedy from Sasha Baron Cohen and a family drama arrive on Blu-ray and DVD on Tuesday, Nov.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="New on DVD: 'Star Trek,' 'Bruno' go boldly; 'Sister's Keeper' sticks to formula
";
arnews[4] += "A reboot of a popular sci-fi franchise, more envelope-pushing comedy from Sasha Baron Cohen and a family drama arrived on Blu-ray and DVD on Tuesday.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="New DVDs
";
arnews[5] += "Star Trek Plot: J.J. Abrams resurrects the franchise with this action-packed adventure that pays homage to the original while sending the crew of the Enterprise in a new direction.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00: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("