var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sit tight for a feast of top family shows
"; arnews[0] += "Now is the very best time for family entertainment at the theatre. There is plenty to choose from in Bath this month with something to suit just about every taste and pocket."; arnews[0] += "
Publ.Date : Wed, 13 Jan 2010 10:34:38 GMT"; arnews[0] += "
"; arnews[1]="Pantos are just the thing to introduce your kids to theatre
"; arnews[1] += "Love them or suffer them for the sake of family harmony, there is no escaping the fact that pantomime is one of the great post-Christmas traditions."; arnews[1] += "
Publ.Date : Wed, 06 Jan 2010 08:55:29 GMT"; arnews[1] += "
"; arnews[2]="Panto weaves its traditional festive magic
"; arnews[2] += "Christmas isn't Christmas without a festive pantomime. And Sleeping Beauty at the Theatre Royal offers everything you would expect from the traditional family show."; arnews[2] += "
Publ.Date : Mon, 21 Dec 2009 17:27:02 GMT"; arnews[2] += "
"; arnews[3]="Classic panto is a real Beauty
"; arnews[3] += "OH yes it is, panto season is in full swing. And a real cracker of a family show is in store at the Theatre Royal in Bath."; arnews[3] += "
Publ.Date : Mon, 21 Dec 2009 15:32:47 GMT"; arnews[3] += "
"; arnews[4]="Panto weaves its traditional festive magic
"; arnews[4] += "Christmas isn't Christmas without a festive pantomime. And Sleeping Beauty at the Theatre Royal offers everything you would expect from the traditional family show."; arnews[4] += "
Publ.Date : Mon, 21 Dec 2009 13:52:30 GMT"; arnews[4] += "
"; arnews[5]="they'LL Keep You Spellbound
"; arnews[5] += "The age-old battle between good and evil will be fought out on stage at the Theatre Royal Bath this Christmas in the traditional family pantomime Sleeping Beauty ."; arnews[5] += "
Publ.Date : Wed, 16 Dec 2009 09:13:06 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("
");document.write("
");