var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hayley is joined by Devon choir for winter magic
";
arnews[0] += "Since being spotted busking on the streets of her hometown Christchurch, her melodious sound has mesmerised people the world over.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:50:17 GMT";
arnews[0] += "
";
arnews[1]="In this week's Ripon Gazette ...
";
arnews[1] += "FLOOD prevention plans, concerns over Ripon's Christmas tree and salmon leaping in the River Skell make the headlines in this week's Ripon Gazette, out Friday, November 20.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:32:42 GMT";
arnews[1] += "
";
arnews[2]="A Wonderland that's Faryl
";
arnews[2] += "Singer Faryl Smith has revealed more details about her new album ahead of its release next week.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Classical crossover Christmas
";
arnews[3] += "Classical crossover stars like Camilla Kerslake, Hayley Westenra and Rhydian make accessible music that's perfect for the time of year.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:26:53 GMT";
arnews[3] += "
";
arnews[4]="CDs and DVDs releasing this week
";
arnews[4] += "'Star Trek' 'My Sister's Keeper' 'Bruno' 'How to Be' 'Evangelion: 1.01 You Are Alone 'Thirst' Television shows releasing this week on DVD and Blu-Ray New music releasing this week 'I Dreamed A Dream' by Susan Boyle 'For Your Entertainment' by Adam Lambert 'The Fall' by Norah Jones 'Good Evening New York City' by Paul McCartney 'Battle Studies' by ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:25:00 GMT";
arnews[4] += "
";
arnews[5]="Another award for star Faryl
";
arnews[5] += "Singer Faryl Smith was honoured on Sunday night at The Variety Club's 57th Annual Showbiz Awards.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Fears over future of theatre
";
arnews[6] += "Fears have been raised that the final curtain could be coming down on Lowestoft's Marina Theatre after cutbacks have forced management to reduce the line-up for the coming year.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 21:34:13 GMT";
arnews[6] += "
";
arnews[7]="New Releases, Nov. 17: John Mayer, Paul McCartney, Norah Jones
";
arnews[7] += "The pop/rock heartthrob, known as much for the company he keeps as he is for the music he makes, returns with his fourth studio album.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 15:11:33 GMT";
arnews[7] += "
";
arnews[8]="Hayley Westenra at Peterborough Cathedral
";
arnews[8] += "Mark Pearson talks to beautiful New Zealand soprano Hayley Westenra who will debut tracks from her latest album inside Peterborough's stunning cathedral in November.";
arnews[8] += "
Publ.Date : Sat, 14 Nov 2009 04:55:07 GMT";
arnews[8] += "
";
totcount = 9;
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("