var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Entertainment | Julia Roberts, Ringo Starr, Charlie Sheen, Sandra Bullock, Matt Damon, Taylor Lautner
"; arnews[0] += "\"KBA 62\" by Danish artist Robert Jacobsen is on display at the exhibition \"Le Mouvement."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:33:45 GMT"; arnews[0] += "
"; arnews[1]="Stella gives backing to food film
"; arnews[1] += "Stella McCartney has urged people to go and see a documentary about the food industry so they could make \"responsible decisions\" about the products they buy."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:29:04 GMT"; arnews[1] += "
"; arnews[2]="Erdem Moralioglu - Interview by Tom Jeffreys
"; arnews[2] += "Worn by the likes of Michelle Obama, Kirsten Dunst and Keira Knightley, Erdem is one of London's most desirable labels."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:00:00 GMT"; arnews[2] += "
"; arnews[3]="Where Are They Now?
"; arnews[3] += "Where Are They Now?: Stars of 'The Color Purple' After achieving worldwide acclaim with box office hits 'Jaws' and 'E.T. the Extra-Terrestrial' , Steven Spielberg hit a milestone when he directed the film adaptation of Alice Walker's Pulitzer Prize-winning novel, 'The Color Purple,' in 1985."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Toyota in crisis as Prius admission leads to threat of second recall
"; arnews[4] += "An estimated 270,000 of the latest model of Prius could be withdrawn. Photograph: Everett Kennedy Brown/EPA Toyota 's reputation was in danger of plunging into freefall tonight when it admitted investigating reports of brake faults in Prius hybrid cars in the US and Japan in a move that could trigger another recall."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 06:07:41 GMT"; arnews[4] += "
"; arnews[5]="Jefferson in Paris: a founding father tale that's no slave to the truth
"; arnews[5] += "Nick Nolte has sexual chemistry with neither Greta Scacchi nor Thandie Newton in James Ivory's dubious 1995 biopic, yet it's so oddly accurate in some ways it's practically psychic All the chemistry of recalcitrant pandas a Nick Nolte and Greta Scacchi in Jefferson in Paris."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 09:40:00 GMT"; arnews[5] += "
"; arnews[6]="Now Showing
"; arnews[6] += "An epic adventure about a global cataclysm that brings an end to the world and tells of the heroic struggle of the survivors."; arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 05:00:00 GMT"; arnews[6] += "
"; arnews[7]="2012 and Wild Things Bring Havoc in March
"; arnews[7] += "Never before has a date in history been so significant to so many cultures, so many religions, scientists, and governments."; arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 22:01:58 GMT"; arnews[7] += "
"; totcount = 8; 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("
");