var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Swarovski and Hadid Collaborate
";
arnews[0] += "LORD OF THE RINGS: Although she probably never intended them to be, Zaha Hadid's jewelry designs for Atelier Swarovski make for a great parlor game.";
arnews[0] += "
Publ.Date : Sat, 03 Oct 2009 16:30:00 GMT";
arnews[0] += "
";
arnews[1]="London Fashion Week: Show and Tell
";
arnews[1] += "LONDON a ' Saturday began with a joint presentation by two of London's most buzzed-about designers, Mark Fast and Mary Katranzou.";
arnews[1] += "
Publ.Date : Tue, 22 Sep 2009 00:47:05 GMT";
arnews[1] += "
";
arnews[2]="Adidas by Stella McCartney RTW Spring 2010
";
arnews[2] += "McCartney screened a short film showing model Anouck Lepere diving into a pool in a racer-back swimsuit, cycling in a cap-sleeve, zebra-print top, and pounding the pavement in a shiny petrol blue running... Read the full article by SUBSCRIBING today! Subscribe now to WWD.COM , for complete access to breaking news and events that shape the worldwide ...";
arnews[2] += "
Publ.Date : Sun, 20 Sep 2009 18:54:00 GMT";
arnews[2] += "
";
arnews[3]="Fashion mafia at Daphne Guinness's perfume party
";
arnews[3] += "The fashion mafia and the Guinness mob, from model Jasmine to handbag designer Lulu, were on hand at Dover Street Market for a party to launch Daphne Guinness's eponymous new perfume, which she has designed for fashion label Comme des Garcons.";
arnews[3] += "
Publ.Date : Fri, 04 Sep 2009 07:40:50 GMT";
arnews[3] += "
";
arnews[4]="Anouck Lepere is the Face of Bruno Pieters Fall 2009 Campaign
";
arnews[4] += "We love this Bruno Pieters' campaign featuring model Anouck Lepere. The campaign uses different shapes and clever lighting to highlight Bruno Pieters' fall 2009 collection.";
arnews[4] += "
Publ.Date : Sat, 22 Aug 2009 00:25:00 GMT";
arnews[4] += "
";
arnews[5]="Fete Accompli | A Bathing Ape, London
";
arnews[5] += "The D.J. Mark Ronson played hip-hop. What: Patron Tequila Bathing Ape Party to celebrate the opening of the newly refurbished A Bathing Ape store in London.";
arnews[5] += "
Publ.Date : Tue, 21 Jul 2009 14:33:54 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("