var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Sadie Frost in Richard III: now is the winter of our nasty colds - Daily Telegraph
"; arnews[0] += "I am told Miss Frost – the former wife not merely of Gary Kemp, but also Jude Law – is feeling sensitive after the battering she took the first time around. She also has a cold, which has spread among the cast members and given the Bard’s words ..."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 22:05:00 GMT"; arnews[0] += "
"; arnews[1]="Robert Downey Jr, Beyonce to star in ‘A Star Is Born’ remake? - The Gaea Times
"; arnews[1] += "LONDON - Actor Robert Downey Jr. and pop diva Beyonce may share the big screen in the remake of 1930s classic ‘A Star Is Born’. The ‘Sherlock Holmes’ star may play the role of Normal Maine, while the ‘Single Lady’ hitmaker could don the ..."; arnews[1] += "
Publ.Date : Sun, 24 Jan 2010 02:57:00 GMT"; arnews[1] += "
"; arnews[2]="Moss gets expensive watch as belated b’day gift - The Gaea Times
"; arnews[2] += "... Thailand, was joined by Hince’s bandmate Alison Mosshart, Arctic Monkeys’ rocker Alex Turner, Primal Scream’s Bobby Gillespie and the supermodel’s long-time friend Sadie Frost. The birthday girl arrived at the party wearing a pair of ..."; arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT"; arnews[2] += "
"; arnews[3]="Magic Hunter - San Diego weekly Reader
"; arnews[3] += "Gary Kemp, Sadie Frost, Alexander Kaidanovsky; directed by Ildiko Enyedi. 1995."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 18:59:00 GMT"; arnews[3] += "
"; arnews[4]="Sienna Miller Wants Kids With Jude Law — Report - Showbizspy.com
"; arnews[4] += "Law already has three children with ex-wife Sadie Frost and recently welcomed a daughter with model Samantha Burke , with whom he had a brief relationship. “Sienna’s incredibly maternal,” a source said. “She’s been broody for ages."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 16:25:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");