var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vanities - Original Cast Recording
";
arnews[0] += "Here comes off-Broadway doing its thing to keep off-Broadway just what it is: a minimalist experience.";
arnews[0] += "
Publ.Date : Sun, 17 Jan 2010 21:49:29 GMT";
arnews[0] += "
";
arnews[1]="Vanities: A New Musical
";
arnews[1] += "\"Vanities,\" Jack Heifner's 1976 play that follows the lives of three self-centered Texas high school cheerleaders in the '60s to their unhappy Manhattan reunion in the '70s , ran for five years off-Broadway. \"Vanities: A New Musical,\" Heifner and composer-lyricist David Kirshenbaum's attempt to further capitalize on a popular brand, had its world ...";
arnews[1] += "
Publ.Date : Sun, 10 Jan 2010 08:22:41 GMT";
arnews[1] += "
";
arnews[2]="Upcoming Cast Recordings
";
arnews[2] += "Here is a survey of upcoming and recent cast album releases . FORTHCOMING Million Dollar Quartet Release: TBA Writers: music and lyrics by various , book by Colin Escott and Floyd Mutrux Miscellaneous: The CD features the original Chicago company.";
arnews[2] += "
Publ.Date : Tue, 05 Jan 2010 18:48:00 GMT";
arnews[2] += "
";
arnews[3]="Vanities Cast Album Gets Digital Release
";
arnews[3] += "The cast album of Off-Broadway's Vanities , the musical version of Jack Heifner's popular 1976 play about three cheerleaders who grow up and grow apart over the years, is available for digital download from Ghostlight Records.";
arnews[3] += "
Publ.Date : Wed, 16 Dec 2009 21:56:27 GMT";
arnews[3] += "
";
arnews[4]="Upcoming Cast Recordings
";
arnews[4] += "Here is a survey of upcoming and recent cast album releases . FORTHCOMING Rooms Release: Dec.";
arnews[4] += "
Publ.Date : Mon, 14 Dec 2009 19:56:03 GMT";
arnews[4] += "
";
arnews[5]="Vanities: a New Musical Cast Recording to be Released on December 15
";
arnews[5] += "The original cast recording of 'Vanities: A New Musical' will be released on December 15.";
arnews[5] += "
Publ.Date : Sun, 06 Dec 2009 21:50:09 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("