var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="This week's theatre previews
"; arnews[0] += "This is a terrific play. Dating from 1978, Franz Xaver Kroetz's story of the destructive relationship between a woman who runs the local butcher's shop and a factory worker has already had a number of successful revivals, including one that rather amazingly made it into the West End for a brief run."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 00:06:05 GMT"; arnews[0] += "
"; arnews[1]="the haunted airman revue - I had to c...
"; arnews[1] += "While out of town on personal business I had a little difficulty tracking down this weeks DVD releases."; arnews[1] += "
Publ.Date : Wed, 14 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="A powerful film on loss of world's fish
"; arnews[2] += "The End of the Line: Rupert Murray directs this film based on Charles Clover's bestselling book about the decline of the world's fish stocks, and what it means for us as a species, and as a planet."; arnews[2] += "
Publ.Date : Fri, 16 Oct 2009 17:28:16 GMT"; arnews[2] += "
"; arnews[3]="New on DVD this week
"; arnews[3] += "\"Green Card\" meets \"The Devil Wears Prada\" in a beguiling rom-com about a witchy book editor who browbeats her loyal assistant into marrying her in hopes of avoiding deportation to Canada."; arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 12:37:13 GMT"; arnews[3] += "
"; arnews[4]="New on DVD this week
"; arnews[4] += "THE PROPOSAL a ' \"Green Card\" meets \"The Devil Wears Prada\" in a beguiling rom-com about a witchy book editor who browbeats her loyal assistant into marrying her in hopes of avoiding deportation to Canada."; arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 05:48:20 GMT"; arnews[4] += "
"; arnews[5]="The Haunted Airman
"; arnews[5] += "The same pallid frailty that makes Robert Pattinson an acceptable vampire in Twilight works even better when he's cast as a war casualty who's either going insane or being driven there by his evil shrink."; arnews[5] += "
Publ.Date : Thu, 15 Oct 2009 06:18:23 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("
");