var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gisele, Carla Bruni Nude & More in Photo Sale
";
arnews[0] += "Nov 12th 2009 at 8:02AM Now through November 19, artnet Auctions is featuring Faces & Figures , a special sale of 375 photographs by famous artists including Nan Goldin, Sant D'Orazio , David LaChapelle, Helmut Newton , Bert Stern and Pamela Hanson.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 13:02:00 GMT";
arnews[0] += "
";
arnews[1]="About Last Night... Indochine Celebrates the Release of Indochine: Stories, Shaken And Stirred
";
arnews[1] += "WHAT : Book signing party for Indochine's 25th anniversary book, Indochine: Stories, Shaken And Stirred .";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 22:15:00 GMT";
arnews[1] += "
";
arnews[2]="Metromix your weekend
";
arnews[2] += "There's plenty of fun events going on this weekend and we put together the best happenings around town in one handy list.";
arnews[2] += "
Publ.Date : Thu, 17 Sep 2009 22:25:55 GMT";
arnews[2] += "
";
arnews[3]="Seeing Double At G-Star Raw Spring 2010 Fashion Show
";
arnews[3] += "It was a simple look for Lindsay Lohan , who turned up at the G-Star Raw Spring 2010 Fashion Show for Mercedes-Benz Fashion Week.";
arnews[3] += "
Publ.Date : Wed, 16 Sep 2009 18:05:18 GMT";
arnews[3] += "
";
arnews[4]="icon_image
";
arnews[4] += "The G-Star took place at the Hammerstein Ballroom, and the show played with silhouettes of models that emerged from five moving cylinders.";
arnews[4] += "
Publ.Date : Wed, 16 Sep 2009 16:30:38 GMT";
arnews[4] += "
";
arnews[5]="Photos: G-Star Raw Presents NY Raw Spring/Summer 2010 Collection at New York Fashion Week
";
arnews[5] += "The G-Star took place at the Hammerstein Ballroom, and the show played with silhouettes of models that emerged from five moving cylinders.";
arnews[5] += "
Publ.Date : Wed, 16 Sep 2009 16:18:33 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("