var arnews = new Array(6);
totcount = 6;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="The Prisoner of Second Avenue Theatre Tickets, Vaudeville Theatre, London
";
arnews[0] += " Set in the 1970's, The Prisoner of Second Avenue is a black comedy depicting a New York couple, Mel (Jeff Goldblum) and Edna Edison (Mercedes Ru...";
arnews[0] += "
";
arnews[1]=""Pam Ann - Flying High" Theatre Tickets, Vaudeville Theatre, London
";
arnews[1] += " Pam Ann is the comic creation of Australian comedian Caroline Reid, she portrays 1960's clad air-hostess Pam Ann, a mixture of comedy, camp and ...";
arnews[1] += "
";
arnews[2]="Caroline O'Connor : The Showgirl Within Theatre Tickets, Garrick Theatre, London
";
arnews[2] += " Following sell-out seasons in New York and Sydney, the international multi-award-winning musical star of stage and screen Caroline O’Connor return...";
arnews[2] += "
";
arnews[3]="Lynda Carter: At Last Theatre Tickets, Garrick Theatre, London
";
arnews[3] += " Following dates in New York, Los Angeles, San Francisco, Washington and New Jersey, screen legend Lynda Carter, best known for playing the iconic ro...";
arnews[3] += "
";
arnews[4]="When We are Married Theatre Tickets, Garrick Theatre, London
";
arnews[4] += " WHEN WE ARE MARRIED, JB Priestley’s gloriously timeless traditional British comedy about class and hypocrisy opens at the Garrick Theatre on the 1...";
arnews[4] += "
";
arnews[5]="Love Story Theatre Tickets, Duchess Theatre, London
";
arnews[5] += " Michael Ball makes his West End debut as a producer after falling in love with the enchanting new British musical, Love Story. Now following a cri...";
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("