var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Art Couture: Theyskens' Next Act
";
arnews[0] += "Close Often heralded as one of the greatest designers of his generation, Olivier Theyskens has seen his wispily layered clothes enshrined at the Metropolitan Museum of Art and worn to the Oscars by Madonna.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 04:34:05 GMT";
arnews[0] += "
";
arnews[1]="Spinfatuation
";
arnews[1] += "On a crisp Friday morning in October, the six-foot-one 24-year-old Czech model Hana Soukupova is prepping her stationary bike for 45 minutes of cardio hell at the Upper East Side outpost of indoor-cycling mecca SoulCycle.";
arnews[1] += "
Publ.Date : Fri, 04 Dec 2009 16:39:03 GMT";
arnews[1] += "
";
arnews[2]="Valentino, Madonna, Hugh at 'The Last Emperor' DVD Release Party
";
arnews[2] += "Anna Wintour turned 60 this week. How did you celebrate your 60th birthday? \"I have no idea what I wore, what I did, where I did it.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 00:51:17 GMT";
arnews[2] += "
";
arnews[3]="Reese Witherspoon, Chanel Iman, Hana Soukupova, and more...
";
arnews[3] += "Photos: Marcio Madeira ; Marcio Maderia ; Courtesy of Vera Wang ; Sherly Rabbani and Josephine Solimene ; Soul Brother ; Larry Busacca ; Patrick McMullan ; Hannah Thomson .";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 03:00:00 GMT";
arnews[3] += "
";
arnews[4]="Versace, Butler, and Koons at Whitney Musuem Gala
";
arnews[4] += "Do you wish you had any artistic talents other than fashion? \"I wish I could sing.";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 23:48:46 GMT";
arnews[4] += "
";
arnews[5]="Rockstar Fashion Editorials - 'Rock Style' in Vogue Mexico Channels...
";
arnews[5] += "There are many facets to rockstar fashion, and 'Rock Style' in Vogue Mexico hits all the high notes.";
arnews[5] += "
Publ.Date : Mon, 12 Oct 2009 01:10:13 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("