var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Hollywood's Culture Storm
"; arnews[0] += "Lady Gaga and the Bolshoi Ballet performed at MOCA, Miuccia Prada released a glossy book, and Jeff Koons sold out in Beverly Hills."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 10:29:40 GMT"; arnews[0] += "
"; arnews[1]="Prism Break
"; arnews[1] += "An international crew of young art appreciators descended on Los Angeles yesterday for the opening of PC Valmorbida and Jared Najjar 's Prism gallery."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 05:00:00 GMT"; arnews[1] += "
"; arnews[2]="This Week's Fab Faves
"; arnews[2] += "What a bounty of beauties. This week's mix of favorites range from straight-up red-carpet glamour to sidewalk casual chic."; arnews[2] += "
Publ.Date : Fri, 09 Oct 2009 22:00:22 GMT"; arnews[2] += "
"; arnews[3]="A Party as Big as the Ritz
"; arnews[3] += "Just as Eugenie Niarchos and Gaia Repossi were zipping themselves into their Balmain gowns for a party the two were hosting for their newest jewelry collaboration under the Repossi label, an immense thunderstorm clobbered down upon Paris."; arnews[3] += "
Publ.Date : Thu, 08 Oct 2009 18:00:00 GMT"; arnews[3] += "
"; arnews[4]="Feathers, cat prints
"; arnews[4] += "Neo-romantic Italian designer Giambattista Valli delivered Monday a feather-filled spring-summer 2010 ready-to-wear collection guaranteed to turn even the ugliest of ducklings into a swan."; arnews[4] += "
Publ.Date : Thu, 08 Oct 2009 05:32:37 GMT"; arnews[4] += "
"; arnews[5]="Koh & Co.
"; arnews[5] += "Two different branches of the art world collided in Paris on Tuesday night, when Francesco Clemente and Terence Koh debuted a joint show of their new work at Galerie Thaddaeus Ropac."; arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 03:00:00 GMT"; arnews[5] += "
"; arnews[6]="Valli delivers feathers, cat prints
"; arnews[6] += "Neo-romantic Italian designer Giambattista Valli delivered Monday a feather-filled spring-summer 2010 ready-to-wear collection guaranteed to turn even the ugliest of ducklings into a swan."; arnews[6] += "
Publ.Date : Wed, 07 Oct 2009 20:51:13 GMT"; arnews[6] += "
"; arnews[7]="Paris, Brazil
"; arnews[7] += "People should not have been shocked by the steamy temperatures at Caf Carmen on Monday night."; arnews[7] += "
Publ.Date : Tue, 06 Oct 2009 03:00:00 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("
");