var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Selections
"; arnews[0] += "Oscar WildeA's classic tale gets a new reading, as a handsome young man arrives in London and trades his soul in exchange for eternal beauty."; arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 09:06:37 GMT"; arnews[0] += "
"; arnews[1]="Poster creates stir before flesh hits the screen
"; arnews[1] += "Naked female flesh plays a starring role in Cashback, so it may not be surprising that the poster for this charmingly quirky British romantic comedy features a rather attractive young woman showcasing her bare breasts."; arnews[1] += "
Publ.Date : Sat, 10 Mar 2007 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Selections
"; arnews[2] += "In Roman Egypt, female philosopher Hypatia of Alexandria attempts to stem the rising tide of conversion to Christianity."; arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 09:43:30 GMT"; arnews[2] += "
"; arnews[3]="Jodie Whittaker
"; arnews[3] += "Thesp Jodie Whittaker is set to play the lead role of Mia in the romantic psychological thriller \"Harmony.\" Whittaker rounds out a cast that already includes Dougray Scott, David Warner and Emilia Fox."; arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 23:26:33 GMT"; arnews[3] += "
"; arnews[4]="Palm Beach Opera's 'Otello' brilliant, moving
"; arnews[4] += "On Friday evening at the Kravis Center, the Palm Beach Opera presented a brilliant and moving presentation of Giuseppe Verdi's late operatic masterpiece, Otello."; arnews[4] += "
Publ.Date : Sat, 23 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Star's son plans to stand as MP
"; arnews[5] += "ONE of the Fox theatrical dynasty is to stand as an MP. Tom Fox, 34, son of James, nephew of Edward, brother of Laurence and cousin of Emilia, will stand as an independent at the General Election."; arnews[5] += "
Publ.Date : Sun, 24 Jan 2010 01:30:13 GMT"; arnews[5] += "
"; arnews[6]="Excellent Visitor Figures, Strong Sales and Positive Feedback at London Art Fair
"; arnews[6] += "A visitor walks past \"Premonition of a Plague\" by Nicholas Jolly at the London Art Fair."; arnews[6] += "
Publ.Date : Tue, 19 Jan 2010 05:32:03 GMT"; arnews[6] += "
"; totcount = 7; 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("
");