var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Words off the street: The literary heroes and villians of the Noughties
";
arnews[0] += "Saviours of books and writers, or grave-diggers of literature? Google founders Sergey Brin and Larry Page Heroes GOOGLE Larry Page and Sergey Bin's mission \"to organise the world's information and make it universally accessible and useful\" has resulted in an entire reference library at our fingertips.";
arnews[0] += "
Publ.Date : Fri, 18 Dec 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Words off the street: The literary heroes and villians of the Noughties
";
arnews[1] += "Saviours of books and writers, or grave-diggers of literature? Google founders Sergey Brin and Larry Page More pictures Heroes GOOGLE Larry Page and Sergey Bin's mission \"to organise the world's information and make it universally accessible and useful\" has resulted in an entire reference library at our fingertips.";
arnews[1] += "
Publ.Date : Fri, 18 Dec 2009 12:16:56 GMT";
arnews[1] += "
";
arnews[2]="Swarovski and Hadid Collaborate
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 03 Oct 2009 16:30:00 GMT";
arnews[2] += "
";
arnews[3]="London Fashion Week: Show and Tell
";
arnews[3] += "LONDON a ' Saturday began with a joint presentation by two of London's most buzzed-about designers, Mark Fast and Mary Katranzou.";
arnews[3] += "
Publ.Date : Tue, 22 Sep 2009 00:47:05 GMT";
arnews[3] += "
";
arnews[4]="Adidas by Stella McCartney RTW Spring 2010
";
arnews[4] += "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[4] += "
Publ.Date : Sun, 20 Sep 2009 18:54:00 GMT";
arnews[4] += "
";
arnews[5]="Fashion mafia at Daphne Guinness's perfume party
";
arnews[5] += "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[5] += "
Publ.Date : Fri, 04 Sep 2009 07:40:50 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("