var arnews = new Array(3); totcount = 3; rnd = 1; document.write("
"); arnews[0]="Picket lines could ruffle NYC's fashion week (AP)
"; arnews[0] += "AP - A union representing 2,200 stagehands is threatening to put on a show of its own when Mercedes-Benz Fashion Week opens at Lincoln Center next month."; arnews[0] += "
"; arnews[1]="Fashion's Night Out returns in more places (AP)
"; arnews[1] += "AP - You didn't get your cocktail poured by guest bartenders Mary-Kate or Ashley Olsen at the first Fashion's Night Out? This year, you could try tailgating with Tommy Hilfiger."; arnews[1] += "
"; arnews[2]="New York renamed top fashion capital but Asia sashays in (Reuters)
"; arnews[2] += "Reuters - New York has reclaimed the title of the world's top fashion capital from Milan but the annual poll suggested the top five fashion cities are seeing competition from Asia and Australia."; arnews[2] += "
"; totcount = 3; 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]); } document.write("
");document.write("
");