var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Last Call For Art: Nudity And Explicit Language Or Meet Me In St. Louis
";
arnews[0] += "You only have a few more chances to catch the stage plays Red Light Winter , Southern Rapture , and Meet Me in St.";
arnews[0] += "
Publ.Date : Sat, 10 Oct 2009 05:00:53 GMT";
arnews[0] += "
";
arnews[1]="Theater review: Meet Me in St. Louis lacks the movie's musical punch
";
arnews[1] += "Chief among them is the accomplished performance of Anneliese van der Pol as the ingenue heroine.";
arnews[1] += "
Publ.Date : Wed, 07 Oct 2009 16:02:00 GMT";
arnews[1] += "
";
arnews[2]="Anneliese van der Pol In Meet Me in St. Louis And The Runaway House
";
arnews[2] += "Anneliese van der Pol was a big star on You're So Raven . If, unlike my teenage daughter but like me, you never watched that particular Disney Channel TV sitcom, the news is something of a so-what. Stage musicals and plays love to bring in names from TV or the movies as a draw to build audience.";
arnews[2] += "
Publ.Date : Fri, 02 Oct 2009 19:32:54 GMT";
arnews[2] += "
";
arnews[3]="Meet Me in St. Louis
";
arnews[3] += "It's 1904, the turn of the century in St. Louis and the biggest show in town is the World's Fair - that is, unless you count the daily drama going on with the Smith family.";
arnews[3] += "
Publ.Date : Wed, 30 Sep 2009 20:14:58 GMT";
arnews[3] += "
";
arnews[4]="All Aboard: Meet Me in St. Louis, with Van Der Pol, Hissong and Wintersteller, Begins TX Run
";
arnews[4] += "The stage adaptation of the beloved 1944 film Meet Me in St. Louis begins performances at Houston's Theatre Under the Stars Sept.";
arnews[4] += "
Publ.Date : Tue, 29 Sep 2009 06:24:32 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("