var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Davinia+Taylor" - Google News"; document.title=document.title+ " "; arnews[0]="Whatever happened to the Primrose Hill set? - Independent
"; arnews[0] += "

Whatever happened to the Primrose Hill set?
Independent
Noel Gallagher of Oasis, the actress Sienna Miller, the supermodel Kate Moss, the heiress-turned-actress Davinia Taylor, Sadie Frost, Jude Law and a host of ...

"; arnews[0] += "
Publ.Date : Sun, 24 Jan 2010 00:01:11 GMT+00:00"; arnews[0] += "
"; arnews[1]="Move over Johnny Depp & Pete Doherty - Jamie Hince engaged to Kate Moss - Chiltern Debt Management (blog)
"; arnews[1] += "

Move over Johnny Depp & Pete Doherty - Jamie Hince engaged to Kate Moss
Chiltern Debt Management (blog)
Kate and Jamie already live together in a leafy part of North London, near to other celeb night-owls Sadie Frost and Davinia Taylor. ...

and more »
"; arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 10:17:04 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");