var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valentino, Madonna, Hugh at 'The Last Emperor' DVD Release Party
";
arnews[0] += "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[0] += "
Publ.Date : Thu, 05 Nov 2009 00:51:17 GMT";
arnews[0] += "
";
arnews[1]="Reese Witherspoon, Chanel Iman, Hana Soukupova, and more...
";
arnews[1] += "Photos: Marcio Madeira ; Marcio Maderia ; Courtesy of Vera Wang ; Sherly Rabbani and Josephine Solimene ; Soul Brother ; Larry Busacca ; Patrick McMullan ; Hannah Thomson .";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 03:00:00 GMT";
arnews[1] += "
";
arnews[2]="Versace, Butler, and Koons at Whitney Musuem Gala
";
arnews[2] += "Do you wish you had any artistic talents other than fashion? \"I wish I could sing.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 23:48:46 GMT";
arnews[2] += "
";
arnews[3]="Rockstar Fashion Editorials - 'Rock Style' in Vogue Mexico Channels...
";
arnews[3] += "There are many facets to rockstar fashion, and 'Rock Style' in Vogue Mexico hits all the high notes.";
arnews[3] += "
Publ.Date : Mon, 12 Oct 2009 01:10:13 GMT";
arnews[3] += "
";
arnews[4]="City of Lights rolls out Fashion Night
";
arnews[4] += "Like millions around the world, New Yorkers will flock to the streets on Sept. 10 in the biggest shopping event of the year.";
arnews[4] += "
Publ.Date : Tue, 01 Sep 2009 01:28:18 GMT";
arnews[4] += "
";
arnews[5]="Hampt. Sweat Society
";
arnews[5] += "A few dozen celebrities wrapped in spandex and bandannas pack onto a wooden deck before storming into a 45-minute spinning class called Soul Trip.";
arnews[5] += "
Publ.Date : Tue, 18 Aug 2009 10:23:43 GMT";
arnews[5] += "
";
arnews[6]="Ripa, Lively, and Giuliani at the Super Saturday Benefit
";
arnews[6] += "Did Anderson Cooper cross the line on your talk show when he asked Bachelorette Jillian Harris how many people she slept with? \"I don't think so.";
arnews[6] += "
Publ.Date : Wed, 05 Aug 2009 20:06:11 GMT";
arnews[6] += "
";
arnews[7]="Hana Soukupova does Vogue France
";
arnews[7] += "On her childhood being much different if she'd grown up knowing what she has learned as a United Nations Goodwill Ambassador:''i think it'll have got me through my youth easier.i would have been less self-destructive....you see Jun 19 2009 - 2:34pm 4 Comments 35 Views Barack Obama:''i've been an imperfect father'' President Barack Obama has written ...";
arnews[7] += "
Publ.Date : Tue, 21 Jul 2009 14:24:23 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("