var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Pick bones out of that - This is Derbyshire
"; arnews[0] += "DERBYSHIRE film director Nick Whitfield's feature debut, Skeletons, is one of the highlights of what's looking like a busy year for East Midlands screen agency EM Media. Skeletons premiered last week at the Rotterdam Film Festival. Whitfield's ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT"; arnews[0] += "
"; arnews[1]="The Phantom,’ ‘A Serious Man’ top list of latest Blu-ray ... - Popmatters.com
"; arnews[1] += "An exciting adaptation of a classic comic strip, “The Phantom” (Lionsgate, 1996, $19.99), and a comedy-drama, “A Serious Man” (Universal, 2009, $36.98), lead this week’s new titles arriving on Blu-ray. The Phantom was created by Lee Falk as ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:59:00 GMT"; arnews[1] += "
"; arnews[2]="Angela's Ashes - San Diego weekly Reader
"; arnews[2] += "Hardly a movie at all, more like a glossy picture-book supplement to Frank McCourt's best-selling memoir of growing up poor in Ireland. McCourt's prose has accordingly been whittled down to excerpted captions in service to the lavish illustrations ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 21:57:00 GMT"; arnews[2] += "
"; arnews[3]="Danny Boyle to direct play after 20 years - The Gaea Times
"; arnews[3] += "LONDON - Oscar-winning British director Danny Boyle is taking a break from movies to direct a play after two decades - he’s signed up to direct a West End production of “Frankenstein”. Contactmusic.com reports the play is based on the novel by ..."; arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT"; arnews[3] += "
"; arnews[4]="Unreal(ly bad) tournament - Channel NewsAsia
"; arnews[4] += "Ving Rhames is the returning champion out for revenge, Kelly Hu is an assassin trained in deadly martial arts, Robert Carlyle is the unwitting priest caught in the middle and Ian Somerhalder is the psychotic bad guy. The mastermind (Liam Cunningham ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 07:17:00 GMT"; arnews[4] += "
"; arnews[5]="It's not all fun and games for stars during the Olympics - The Province
"; arnews[5] += "Other TV shows shooting mainly outside the city are continuing through the Games, or they're tailoring their scripts towards stories that don't require downtown locations. Scotland's Robert Carlyle has been a familiar face in Vancouver for the past ..."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 00:31:00 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("
");