var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="London romantic theatre breaks | A London theatre break for your Valentine
"; arnews[0] += "Holiday Extras Theatre Breaks offer a choice of Valentines day packages including tickets to Chicago, Hairspray or Blood Brothers"; arnews[0] += "
"; arnews[1]="New York Christmas in West End
"; arnews[1] += "Christmas In New York - part of the Notes From New York series - is a one-off show featuring stars from many top West End shows"; arnews[1] += "
"; arnews[2]="Judging Panel Decided for Lloyd Webber Programme
"; arnews[2] += "How Do You Solve A Problem Like Maria has added further judges to the panel that will make or break a budding actress' dream. Andrew Lloyd Webber is using his NEW reality style show to find the leading role in his latest West End production"; arnews[2] += "
"; arnews[3]="Offer of the Month
"; arnews[3] += "Theatre Breaks have launched a brand NEW offer - every month a different set of West End shows and an overnight stay in a TOP London hotel will be on offer, giving you the chance to experience London theatre at its best"; arnews[3] += "
"; arnews[4]="Connie Fisher Returns as Maria
"; arnews[4] += "Connie Fisher has returned to The Sound of Music. As Fisher reduces her workload Aoife Mulholland"; 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("
");document.write("
");